SPECS: ffmpeg.spec - fix generating .pc files on x86_64 (/usr/lib ...

hawk hawk at pld-linux.org
Thu Nov 15 17:50:37 CET 2007


Author: hawk                         Date: Thu Nov 15 16:50:37 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix generating .pc files on x86_64 (/usr/lib -> /usr/lib64)
- release 4

---- Files affected:
SPECS:
   ffmpeg.spec (1.151 -> 1.152) 

---- Diffs:

================================================================
Index: SPECS/ffmpeg.spec
diff -u SPECS/ffmpeg.spec:1.151 SPECS/ffmpeg.spec:1.152
--- SPECS/ffmpeg.spec:1.151	Thu Nov 15 07:21:46 2007
+++ SPECS/ffmpeg.spec	Thu Nov 15 17:50:32 2007
@@ -14,7 +14,7 @@
 Summary(pl.UTF-8):	Koder audio/wideo czasu rzeczywistego oraz serwer strumieni
 Name:		ffmpeg
 Version:	0.4.9
-Release:	3.%{snap}.%{_rel}
+Release:	4.%{snap}.%{_rel}
 # LGPL or GPL, chosen at configure time (GPL version is more featured)
 # (postprocessing, a52, xvid, x264, faad)
 License:	GPL with LGPL parts
@@ -28,6 +28,7 @@
 Patch0:		%{name}-gcc4.patch
 Patch1:		%{name}-img_convert_symbol.patch
 Patch2:		%{name}-a52bin.patch
+Patch3:		%{name}-pkgconfig-lib64.patch
 URL:		http://ffmpeg.mplayerhq.hu/
 BuildRequires:	SDL-devel
 BuildRequires:	a52dec-libs-devel
@@ -204,6 +205,9 @@
 %patch0 -p1
 %patch1 -p1
 #%patch2 -p1
+%ifarch %{x8664}
+%patch3 -p0
+%endif
 
 %build
 # notes:
@@ -355,6 +359,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.152  2007-11-15 16:50:32  hawk
+- fix generating .pc files on x86_64 (/usr/lib -> /usr/lib64)
+- release 4
+
 Revision 1.151  2007-11-15 06:21:46  wolvverine
 - up rel to x.0.3 for libx264-0.1.2-1.20071008_2245.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ffmpeg.spec?r1=1.151&r2=1.152&f=u



More information about the pld-cvs-commit mailing list