rpms/x264/F-9 x264.spec,1.2,1.3

Dominik Mierzejewski rathann at rpmfusion.org
Thu Mar 26 20:31:23 CET 2009


Author: rathann

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

Modified Files:
	x264.spec 
Log Message:
* Thu Mar 26 2009 Dominik Mierzejewski <rpm at greysector.net> 0.0.0-0.17.20080613
- 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-9/x264.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- x264.spec	10 Feb 2009 22:19:01 -0000	1.2
+++ x264.spec	26 Mar 2009 19:31:23 -0000	1.3
@@ -3,7 +3,7 @@
 Summary: H264/AVC video streams encoder
 Name: x264
 Version: 0.0.0
-Release: 0.16.%{snapshot}%{?dist}
+Release: 0.17.%{snapshot}%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://developers.videolan.org/x264.html
@@ -17,7 +17,7 @@
 BuildRequires: desktop-file-utils
 # version.sh requires git
 BuildRequires: git-core
-%{?_with_gpac:BuildRequires: gpac-devel}
+%{!?_without_gpac:BuildRequires: gpac-devel-static}
 BuildRequires: gtk2-devel
 BuildRequires: gettext
 %ifarch %{ix86}
@@ -26,7 +26,6 @@
 %ifarch x86_64
 BuildRequires: yasm
 %endif
-%{?_with_gpac:BuildRequires: gpac-devel}
 
 %description
 x264 is a free library for encoding H264/AVC video streams, written from
@@ -88,7 +87,7 @@
 	--includedir=%{_includedir} \
 	--libdir=%{_libdir} \
 	--extra-cflags="$RPM_OPT_FLAGS" \
-	%{?_with_gpac:--enable-mp4-output} \
+	%{!?_without_gpac:--enable-mp4-output} \
 	%{?_with_visualize:--enable-visualize} \
 	--enable-pthread \
 	--enable-debug \
@@ -159,6 +158,10 @@
 %{_datadir}/icons/hicolor/*/apps/x264.png
 
 %changelog
+* Thu Mar 26 2009 Dominik Mierzejewski <rpm at greysector.net> 0.0.0-0.17.20080613
+- 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.16.20080613
 - fix build with --with gpac
 - drop gui-devel subpackage



More information about the rpmfusion-commits mailing list