Author: arekm Date: Sun Aug 2 08:05:56 2009 GMT Module: packages Tag: HEAD ---- Log message: - rel 5; works fine with nasm 2.07
---- Files affected: packages/xvid: xvid.spec (1.60 -> 1.61) ---- Diffs: ================================================================ Index: packages/xvid/xvid.spec diff -u packages/xvid/xvid.spec:1.60 packages/xvid/xvid.spec:1.61 --- packages/xvid/xvid.spec:1.60 Sat Aug 1 20:51:37 2009 +++ packages/xvid/xvid.spec Sun Aug 2 10:05:51 2009 @@ -5,7 +5,7 @@ Summary(pl.UTF-8): Implementacja kodeka wideo zgodnego ze standardem ISO MPEG-4 Name: xvid Version: 1.2.2 -Release: 4 +Release: 5 Epoch: 1 License: GPL Group: Libraries @@ -17,8 +17,8 @@ URL: http://www.xvid.org/ BuildRequires: autoconf >= 2.50 BuildRequires: automake -%ifarch %{ix86} -BuildRequires: yasm +%ifarch %{ix86} %{x8664} +BuildRequires: nasm >= 2.07 %endif Provides: xvidcore = %{epoch}:%{version}-%{release} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -73,10 +73,7 @@ cp -f /usr/share/automake/config.sub . %{__aclocal} %{__autoconf} -%configure \ -%ifnarch %{x86} - --disable-assembly -%endif +%configure %{__make} @@ -119,6 +116,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.61 2009/08/02 08:05:51 arekm +- rel 5; works fine with nasm 2.07 + Revision 1.60 2009/08/01 18:51:37 arekm - rel 4; disable asm on non x86 (nasm object files linking fails) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xvid/xvid.spec?r1=1.60&r2=1.61&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
