SPECS: libx264.spec - new snap, missing acam patch

aflinta aflinta at pld-linux.org
Mon May 1 12:14:24 CEST 2006


Author: aflinta                      Date: Mon May  1 10:14:24 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new snap, missing acam patch

---- Files affected:
SPECS:
   libx264.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/libx264.spec
diff -u SPECS/libx264.spec:1.4 SPECS/libx264.spec:1.5
--- SPECS/libx264.spec:1.4	Mon Oct 31 10:05:30 2005
+++ SPECS/libx264.spec	Mon May  1 12:14:19 2006
@@ -3,17 +3,18 @@
 Summary(pl):	Biblioteka kodująca H264
 Name:		libx264
 Version:	0.1.2
-%define	snap	20051022
+%define	snap	20060430
 %define	snaph	2245
-Release:	1.%{snap}_%{snaph}.1
+Release:	0.%{snap}_%{snaph}.1
 License:	GPL v2
 Group:		Libraries
 # unofficial, debianized/libtoolized packaging:
 #Source0:	http://www.acarlab.com/misc-dnlds/%{name}-%{version}.tar.gz
 # but it's too old, so use snapshots...
 Source0:	ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-%{snap}-%{snaph}.tar.bz2
-# Source0-md5:	ff795320eb918396eb309a9b9694182a
-Patch0:		%{name}-acam.patch
+# Source0-md5:	667c760dda91e9a3f50186d4676b5d5a
+#Patch0:		%{name}-acam.patch
+Patch1:		%{name}-liblink.patch
 URL:		http://developers.videolan.org/x264.html
 BuildRequires:	autoconf >= 2.53
 BuildRequires:	automake
@@ -58,15 +59,17 @@
 
 %prep
 %setup -q -n x264-snapshot-%{snap}-%{snaph}
-%patch0 -p1
+#%patch0 -p1
+%patch1 -p0
 
 %build
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-%configure
+##%{__libtoolize}
+##%{__aclocal}
+##%{__autoconf}
+##%{__autoheader}
+##%{__automake}
+%configure \
+    --enable-shared
 %{__make}
 
 %install
@@ -83,15 +86,15 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS TODO
+%doc AUTHORS
 %attr(755,root,root) %{_bindir}/x264
-%attr(755,root,root) %{_libdir}/libx264.so.*.*.*
+%attr(755,root,root) %{_libdir}/libx264.so.*
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libx264.so
-%{_libdir}/libx264.la
 %{_includedir}/x264.h
+%{_pkgconfigdir}/x264.pc
 
 %files static
 %defattr(644,root,root,755)
@@ -103,6 +106,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2006/05/01 10:14:19  aflinta
+- new snap, missing acam patch
+
 Revision 1.4  2005/10/31 09:05:30  qboosh
 - merged from DEVEL
 
================================================================

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



More information about the pld-cvs-commit mailing list