Author: glen Date: Thu Oct 9 23:52:40 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - fix x86_64 build; rel 4
---- Files affected: SPECS: libx264.spec (1.21 -> 1.22) ---- Diffs: ================================================================ Index: SPECS/libx264.spec diff -u SPECS/libx264.spec:1.21 SPECS/libx264.spec:1.22 --- SPECS/libx264.spec:1.21 Mon Sep 1 22:07:39 2008 +++ SPECS/libx264.spec Fri Oct 10 01:52:34 2008 @@ -1,7 +1,7 @@ # $Revision$, $Date$ %define snap 20080816 %define snaph 2245 -%define rel 3 +%define rel 4 Summary: H264 encoder library Summary(pl.UTF-8): Biblioteka kodujÄ…ca H264 Name: libx264 @@ -15,6 +15,7 @@ Source0: ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-%{snap}-%{snaph}.tar.bz2 # Source0-md5: 0a188b8e13c62f6a97eba1c5d4ab3a3f Patch0: %{name}-alpha.patch +Patch1: %{name}-syms.patch URL: http://www.videolan.org/developers/x264.html BuildRequires: gettext-devel BuildRequires: gtk+2-devel @@ -110,6 +111,7 @@ %prep %setup -q -n x264-snapshot-%{snap}-%{snaph} %patch0 -p1 +%patch1 -p1 sed -i 's:-O4::g' configure %build @@ -182,6 +184,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.22 2008/10/09 23:52:34 glen +- fix x86_64 build; rel 4 + Revision 1.21 2008/09/01 20:07:39 arekm - rel .3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libx264.spec?r1=1.21&r2=1.22&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
