]> git.pld-linux.org Git - packages/freewheeling.git/blob - freewheeling.spec
- up to 0.6.4
[packages/freewheeling.git] / freewheeling.spec
1 Summary:        Freewheeling Live Looper
2 Name:           freewheeling
3 Version:        0.6.4
4 Release:        1
5 License:        GPL v2
6 Group:          Applications
7 Source0:        https://github.com/free-wheeling/freewheeling/archive/v%{version}/%{name}-%{version}.tar.gz
8 # Source0-md5:  7a76624759929fe819d3a0d0dc8c0bb3
9 Patch0:         config.patch
10 URL:            https://github.com/free-wheeling/freewheeling/
11 BuildRequires:  SDL-devel
12 BuildRequires:  SDL_gfx-devel
13 BuildRequires:  SDL_ttf-devel
14 BuildRequires:  alsa-lib-devel
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  fluidsynth-devel
18 BuildRequires:  freetype-devel
19 BuildRequires:  gnutls-openssl-devel
20 BuildRequires:  jack-audio-connection-kit-devel
21 BuildRequires:  liblo-devel
22 BuildRequires:  libogg-devel
23 BuildRequires:  libsndfile-devel
24 BuildRequires:  libtool
25 BuildRequires:  libvorbis-devel
26 BuildRequires:  libxml2-devel
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 Freewheeling provides a highly configurable, intuitive, and fluid user
31 interface for instrumentalists to capture audio loops in real-time.
32
33 %prep
34 %setup -q
35 %patch0 -p1
36
37 %build
38 %configure \
39         --enable-fluidsynth
40
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc AUTHORS ChangeLog THANKS TUNING
55 %doc data/config-help.txt examples
56 %attr(755,root,root) %{_bindir}/fweelin
57 %{_datadir}/fweelin
This page took 0.082604 seconds and 3 git commands to generate.