rpms/x264/devel .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 x264.spec, 1.12, 1.13

NicolasChauvet kwizart at rpmfusion.org
Wed Oct 7 00:54:11 CEST 2009


Author: kwizart

Update of /cvs/free/rpms/x264/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15391

Modified Files:
	.cvsignore sources x264.spec 
Log Message:
Update to 20091007git



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/x264/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	26 Mar 2009 21:19:02 -0000	1.8
+++ .cvsignore	6 Oct 2009 22:54:11 -0000	1.9
@@ -1 +1 @@
-x264-20090319.tar.bz2
+x264-20091007.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/free/rpms/x264/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	26 Mar 2009 21:19:02 -0000	1.8
+++ sources	6 Oct 2009 22:54:11 -0000	1.9
@@ -1 +1 @@
-548146e4fe42572a8dfde55c65ce5206  x264-20090319.tar.bz2
+ffc7db63f7a44f083a99ef3a5d8fff72  x264-20091007.tar.bz2


Index: x264.spec
===================================================================
RCS file: /cvs/free/rpms/x264/devel/x264.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- x264.spec	26 Mar 2009 21:19:02 -0000	1.12
+++ x264.spec	6 Oct 2009 22:54:11 -0000	1.13
@@ -1,17 +1,15 @@
-%define snapshot 20090319
-%define git c109c8
+%global snapshot 20091007
+%global git 496d79d
 
 Summary: H264/AVC video streams encoder
 Name: x264
 Version: 0.0.0
-Release: 0.24.%{snapshot}git%{git}%{?dist}
+Release: 0.25.%{snapshot}git%{git}%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://developers.videolan.org/x264.html
 Source0: http://rpm.greysector.net/livna/%{name}-%{snapshot}.tar.bz2
 Source1: x264-snapshot.sh
-Patch0: %{name}-rpm.patch
-Patch1: %{name}-ppc.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
 %{!?_without_gpac:BuildRequires: gpac-devel-static}
 %{?_with_visualize:BuildRequires: libX11-devel}
@@ -65,8 +63,6 @@
 
 %prep
 %setup -q -n %{name}-%{snapshot}
-%patch0 -p1 -b .r
-%patch1 -p1 -b .ppc
 # AUTHORS file is in iso-8859-1
 iconv -f iso-8859-1 -t utf-8 -o AUTHORS.utf8 AUTHORS
 mv -f AUTHORS.utf8 AUTHORS
@@ -122,6 +118,7 @@
 %ifarch %{ix86}
 %{_libdir}/i686/libx264.so.*
 %endif
+%exclude %{_libdir}/libx264.a
 
 %files devel
 %defattr(644, root, root, 0755)
@@ -134,6 +131,10 @@
 %endif
 
 %changelog
+* Tue Mar 26 2009 kwizart <kwizart at gmail.com > -  0.0.0-0.25.20091007git496d79d
+- Update to 20091007git
+- enable asm on all x86 since default is already i686
+
 * Tue Mar 26 2009 Dominik Mierzejewski <rpm at greysector.net> 0.0.0-0.24.20090319gitc109c8
 - 20090319 snapshot
 - build with static gpac



More information about the rpmfusion-commits mailing list