rpms/x264/F-10 x264.spec,1.5,1.6

Dominik Mierzejewski rathann at rpmfusion.org
Thu Mar 26 20:28:12 CET 2009


Author: rathann

Update of /cvs/free/rpms/x264/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17901

Modified Files:
	x264.spec 
Log Message:
* Thu Mar 26 2009 Dominik Mierzejewski <rpm at greysector.net> 0.0.0-0.20.20080905
- build against gpac-devel-static by default,
  x264 needs just a small part of gpac



Index: x264.spec
===================================================================
RCS file: /cvs/free/rpms/x264/F-10/x264.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- x264.spec	10 Feb 2009 22:17:20 -0000	1.5
+++ x264.spec	26 Mar 2009 19:28:12 -0000	1.6
@@ -3,7 +3,7 @@
 Summary: H264/AVC video streams encoder
 Name: x264
 Version: 0.0.0
-Release: 0.19.%{snapshot}%{?dist}
+Release: 0.20.%{snapshot}%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://developers.videolan.org/x264.html
@@ -19,7 +19,7 @@
 BuildRequires: git-core
 BuildRequires: gtk2-devel
 BuildRequires: gettext
-%{?_with_gpac:BuildRequires: gpac-devel}
+%{!?_without_gpac:BuildRequires: gpac-devel-static}
 %ifarch x86_64 %{ix86}
 BuildRequires: yasm
 %endif
@@ -75,7 +75,7 @@
 	--bindir=%{_bindir} \\\
 	--includedir=%{_includedir} \\\
 	--extra-cflags="$RPM_OPT_FLAGS" \\\
-	%{?_with_gpac:--enable-mp4-output} \\\
+	%{!?_without_gpac:--enable-mp4-output} \\\
 	%{?_with_visualize:--enable-visualize} \\\
 	--enable-pthread \\\
 	--enable-debug \\\
@@ -189,6 +189,10 @@
 %{_datadir}/icons/hicolor/*/apps/x264.png
 
 %changelog
+* Thu Mar 26 2009 Dominik Mierzejewski <rpm at greysector.net> 0.0.0-0.20.20080905
+- build against gpac-devel-static by default,
+  x264 needs just a small part of gpac
+
 * Sun Feb 08 2009 Dominik Mierzejewski <rpm at greysector.net> 0.0.0-0.19.20080905
 - don't require gpac-devel unconditionally
 - bring back x86 asm optimized libs split



More information about the rpmfusion-commits mailing list