Logoj0ke.net Open Build Service > Projects > multimedia > butt > Changes
Sign Up | Log In

Changes of Revision 11

[-] Changed butt.spec
x
 
1
@@ -7,6 +7,7 @@
2
 URL:       http://butt.sourceforge.net/
3
 Source0:   %{name}-%{version}-src.tar.bz2
4
 Patch0:        %{name}-configure-debug.diff
5
+Patch1:        %{name}-portaudio.diff
6
 BuildRoot:     %{_tmppath}/%{name}-%{version}-build
7
 Packager:       Carsten Schoene <cs@linux-administrator.com>
8
 Vendor:         linux-administrator.com
9
@@ -24,6 +25,7 @@
10
 %prep
11
 %setup -n %{name}-%{version}
12
 %patch0 -p1
13
+%patch1 -p1
14
 ./configure --prefix=%{_prefix} --with-fltk --with-icecast --with-ogg
15
 
16
 %build
17
[+] Added butt-portaudio.diff ^