Logoj0ke.net Open Build Service > Projects > multimedia:SL11 > sox > Changes
Sign Up | Log In

Changes of Revision 3

[-] Changed sox.spec
x
 
1
@@ -16,10 +16,10 @@
2
 #
3
 
4
 
5
-%bcond_with ffmpeg
6
-%bcond_with mad
7
-%bcond_with lame
8
-%bcond_with amrwb
9
+%bcond_without ffmpeg
10
+%bcond_without mad
11
+%bcond_without lame
12
+%bcond_without amrwb
13
 %bcond_with amrnb
14
 
15
 Name:           sox
16
@@ -66,6 +66,8 @@
17
 Patch2:         %{name}-14.3.1-undefined.patch
18
 # PATCH-FIX-UPSTREAM %{name}-14.3.1-aliasing.patch sf#3072320 reddwarf@opensuse.org -- fix an aliasing problem as reported by post-build script
19
 Patch3:         %{name}-14.3.1-aliasing.patch
20
+Patch4:        %{name}-14.3.2-new_ffmpeg.patch
21
+Patch5:        %{name}-ocloexec.patch
22
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
23
 
24
 %description
25
@@ -92,6 +94,10 @@
26
 %patch1
27
 %patch2
28
 %patch3
29
+%patch4 -p1
30
+%if 0%{?suse_version} > 1140
31
+%patch5
32
+%endif
33
 
34
 %build
35
 # /dev/audio (OSS) support. If it ever breaks just remove it.
36
[+] Added sox-14.3.2-new_ffmpeg.patch ^
[+] Added sox-ocloexec.patch ^