rpms/x264/devel .cvsignore, 1.20, 1.21 sources, 1.20, 1.21 x264.spec, 1.36, 1.37

Sérgio M. Basto sergiomb at rpmfusion.org
Sun Jun 17 04:52:30 CEST 2012


Author: sergiomb

Update of /cvs/free/rpms/x264/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv29848

Modified Files:
	.cvsignore sources x264.spec 
Log Message:
* Sun Jun 17 2012 Sérgio Basto <sergio at serjux.com> - 0.124-1.20120616
- Update to 20120616
- Add one build with --bit-depth=10
- Enabled bootstrap, after rebuild ffmpeg, we rebuild x264 without bootstrap.



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/x264/devel/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore	12 Mar 2012 00:59:40 -0000	1.20
+++ .cvsignore	17 Jun 2012 02:52:30 -0000	1.21
@@ -1 +1 @@
-x264-stable-20120303.tar.bz2
+x264-stable-20120616.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/free/rpms/x264/devel/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	12 Mar 2012 00:59:40 -0000	1.20
+++ sources	17 Jun 2012 02:52:30 -0000	1.21
@@ -1 +1 @@
-096fcd4708acc6e01b8944df73499e59  x264-stable-20120303.tar.bz2
+e754da06d665c307dd70b5a7edf6fde1  x264-stable-20120616.tar.bz2


Index: x264.spec
===================================================================
RCS file: /cvs/free/rpms/x264/devel/x264.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- x264.spec	1 May 2012 09:07:51 -0000	1.36
+++ x264.spec	17 Jun 2012 02:52:30 -0000	1.37
@@ -1,5 +1,8 @@
-%global snapshot 20120303
+%global snapshot 20120616
 %global branch   stable
+
+%global _with_bootstrap 1
+
 %{?_with_bootstrap:
 %global _without_gpac 1
 %global _without_libavformat 1
@@ -15,8 +18,8 @@
 
 Summary: H264/AVC video streams encoder
 Name: x264
-Version: 0.120
-Release: 5.%{snapshot}%{?dist}
+Version: 0.124
+Release: 1.%{snapshot}%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://developers.videolan.org/x264.html
@@ -81,6 +84,8 @@
 mkdir simd
 cp -a `ls -1|grep -v simd` simd/
 %endif
+cd ..
+cp -a %{name}-%{branch}-%{snapshot} %{name}-%{branch}-%{snapshot}10b
 
 %build
 %{x_configure}\
@@ -100,9 +105,18 @@
 %{__make} %{?_smp_mflags}
 popd
 %endif
+cd ../%{name}-%{branch}-%{snapshot}10b
+%{x_configure}\
+	--host=%{_target_platform} \
+	--libdir=%{_libdir} \
+    --bit-depth=10 \
+%ifarch i686 armv5tel armv6l
+	--disable-asm \
+%endif
+
+%{__make} %{?_smp_mflags}
 
 %install
-%{__rm} -rf %{buildroot}
 %{__make} DESTDIR=%{buildroot} install
 %ifarch i686
 pushd simd
@@ -110,6 +124,10 @@
 rm %{buildroot}%{_libdir}/*/pkgconfig/x264.pc
 popd
 %endif
+cd ../%{name}-%{branch}-%{snapshot}10b
+#{__make} DESTDIR=%{buildroot} install
+ln -f -s libx264.so.124 %{buildroot}/usr/lib/libx26410b.so
+install -m 755 libx264.so.124 %{buildroot}/usr/lib/libx26410b.so.124
 
 #Fix timestamp on x264 generated headers
 touch -r version.h %{buildroot}%{_includedir}/x264.h %{buildroot}%{_includedir}/x264_config.h
@@ -130,6 +148,7 @@
 %ifarch i686
 %{_libdir}/sse2/libx264.so.*
 %endif
+%{_libdir}/libx26410b.so.*
 
 %files devel
 %defattr(644, root, root, 0755)
@@ -141,8 +160,14 @@
 %ifarch i686
 %{_libdir}/sse2/libx264.so
 %endif
+%{_libdir}/libx26410b.so
 
 %changelog
+* Sun Jun 17 2012 Sérgio Basto <sergio at serjux.com> - 0.124-1.20120616
+- Update to 20120616
+- Add one build with --bit-depth=10
+- Enabled bootstrap, after rebuild ffmpeg, we rebuild x264 without bootstrap.
+
 * Tue May 01 2012 Nicolas Chauvet <kwizart at gmail.com> - 0.120-5.20120303
 - Forward rhel patch
 - Disable ASM on armv5tel armv6l


More information about the rpmfusion-commits mailing list