SPECS (DEVEL): libx264.spec - updated to 20051022-2245 snap - nasm...

qboosh qboosh at pld-linux.org
Mon Oct 24 07:52:53 CEST 2005


Author: qboosh                       Date: Mon Oct 24 05:52:53 2005 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- updated to 20051022-2245 snap
- nasm,link patches replaced by acam patch (ac/am/lt support based on
  debianization by Arvind R.)

---- Files affected:
SPECS:
   libx264.spec (1.3 -> 1.3.2.1) 

---- Diffs:

================================================================
Index: SPECS/libx264.spec
diff -u SPECS/libx264.spec:1.3 SPECS/libx264.spec:1.3.2.1
--- SPECS/libx264.spec:1.3	Thu Oct 13 16:19:34 2005
+++ SPECS/libx264.spec	Mon Oct 24 07:52:48 2005
@@ -1,23 +1,19 @@
 # $Revision$, $Date$
-#
-# TODO:
-#		- pack svn snapshot. it has amd64 and sparc asm-accels
-#		  and can be used with mplayer.
-#
 Summary:	H264 encoder library
 Summary(pl):	Biblioteka kodująca H264
 Name:		libx264
-%define		_snap	20051013
 Version:	0.1.2
-Release:	1
+%define	snap	20051022
+%define	snaph	2245
+Release:	1.%{snap}_%{snaph}.1
 License:	GPL v2
 Group:		Libraries
 # unofficial, debianized/libtoolized packaging;
 # no official releases, only svn://svn.videolan.org/x264/trunk x264
-Source0:	http://www.acarlab.com/misc-dnlds/%{name}-%{version}.tar.gz
-# Source0-md5:	3bbaa669b3661d33030378f4919be576
-Patch0:		%{name}-nasm.patch
-Patch1:		%{name}-link.patch
+#Source0:	http://www.acarlab.com/misc-dnlds/%{name}-%{version}.tar.gz
+Source0:	ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-%{snap}-%{snaph}.tar.bz2
+# Source0-md5:	ff795320eb918396eb309a9b9694182a
+Patch0:		%{name}-acam.patch
 URL:		http://developers.videolan.org/x264.html
 BuildRequires:	autoconf >= 2.53
 BuildRequires:	automake
@@ -25,6 +21,9 @@
 %ifarch %{ix86}
 BuildRequires:	nasm
 %endif
+%ifarch %{x8664}
+BuildRequires:	yasm
+%endif
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -58,9 +57,8 @@
 Statyczna biblioteka x264.
 
 %prep
-%setup -q
+%setup -q -n x264-snapshot-%{snap}-%{snaph}
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -105,6 +103,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3.2.1  2005/10/24 05:52:48  qboosh
+- updated to 20051022-2245 snap
+- nasm,link patches replaced by acam patch (ac/am/lt support based on
+  debianization by Arvind R.)
+
 Revision 1.3  2005/10/13 14:19:34  pluto
 - TODO.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libx264.spec?r1=1.3&r2=1.3.2.1&f=u




More information about the pld-cvs-commit mailing list