packages: libvpx/libvpx.spec - rel 1; no asm on x86_64 due to PIC problems

arekm arekm at pld-linux.org
Thu May 20 19:18:37 CEST 2010


Author: arekm                        Date: Thu May 20 17:18:37 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 1; no asm on x86_64 due to PIC problems

---- Files affected:
packages/libvpx:
   libvpx.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: packages/libvpx/libvpx.spec
diff -u packages/libvpx/libvpx.spec:1.5 packages/libvpx/libvpx.spec:1.6
--- packages/libvpx/libvpx.spec:1.5	Thu May 20 19:15:45 2010
+++ packages/libvpx/libvpx.spec	Thu May 20 19:18:31 2010
@@ -1,9 +1,15 @@
 # $Revision$, $Date$
 %bcond_without	asm
+
+%ifarch %{x8664}
+# buggy, non PIC asm code
+%undefine with_asm
+%endif
+
 Summary:	VP8, a high-quality video codec
 Name:		libvpx
 Version:	0.9.0
-Release:	0.1
+Release:	1
 License:	BSD
 Group:		Libraries
 Source0:	http://webm.googlecode.com/files/%{name}-%{version}.tar.bz2
@@ -139,6 +145,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2010/05/20 17:18:31  arekm
+- rel 1; no asm on x86_64 due to PIC problems
+
 Revision 1.5  2010/05/20 17:15:45  arekm
 - no asm mode
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libvpx/libvpx.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list