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