]> git.pld-linux.org Git - packages/freewheeling.git/blob - freewheeling.spec
69deae13ab0696732cb6405feebff9a620f93c45
[packages/freewheeling.git] / freewheeling.spec
1 # TODO: system Vera font?
2 Summary:        Freewheeling Live Looper
3 Summary(pl.UTF-8):      Freewheeling - narzędzie do nagrywania pętli dźwiękowych w czasie rzeczywistym
4 Name:           freewheeling
5 Version:        0.6.6
6 Release:        1
7 License:        GPL v2+
8 Group:          Applications/Sound
9 #Source0Download: https://github.com/free-wheeling/freewheeling/releases
10 Source0:        https://github.com/free-wheeling/freewheeling/archive/v%{version}/%{name}-%{version}.tar.gz
11 # Source0-md5:  7ab4a2e6a9b46bff01f799f732f3e4c0
12 Patch0:         config.patch
13 URL:            https://github.com/free-wheeling/freewheeling/
14 BuildRequires:  SDL-devel >= 1.2
15 BuildRequires:  SDL_gfx-devel >= 1.2
16 BuildRequires:  SDL_ttf-devel >= 1.2
17 BuildRequires:  alsa-lib-devel
18 BuildRequires:  autoconf >= 2.69
19 BuildRequires:  automake
20 BuildRequires:  fluidsynth-devel
21 BuildRequires:  freetype-devel >= 2
22 BuildRequires:  jack-audio-connection-kit-devel
23 BuildRequires:  liblo-devel
24 BuildRequires:  libogg-devel
25 BuildRequires:  libsndfile-devel
26 BuildRequires:  libstdc++-devel
27 BuildRequires:  libvorbis-devel
28 BuildRequires:  libxml2-devel >= 2
29 BuildRequires:  nettle-devel
30 BuildRequires:  pkgconfig
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %description
34 Freewheeling provides a highly configurable, intuitive, and fluid user
35 interface for instrumentalists to capture audio loops in real-time.
36
37 %description -l pl.UTF-8
38 Freewheeling udostępnia w dużym stopniu konfigurowalny, intuicyjny
39 interfejs użytkownika dla instrumentalistów, służący do nagrywania
40 pętli dźwiękowych w czasie rzeczywistym.
41
42 %prep
43 %setup -q
44 %patch0 -p1
45
46 %build
47 %configure \
48         --enable-fluidsynth
49
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %doc AUTHORS ChangeLog THANKS TUNING data/config-help.txt examples
64 %attr(755,root,root) %{_bindir}/fweelin
65 %{_datadir}/fweelin
This page took 0.051474 seconds and 2 git commands to generate.