rpms/libtheora/devel dct_decode_mmx.c, NONE, 1.1 libtheora.spec, 1.29, 1.30 libtheora-x86_64.patch, 1.1, NONE

Matthias Clasen mclasen at fedoraproject.org
Fri Oct 3 16:03:45 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/libtheora/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30270

Modified Files:
	libtheora.spec 
Added Files:
	dct_decode_mmx.c 
Removed Files:
	libtheora-x86_64.patch 
Log Message:
add missing source file



***** Error reading new file: [Errno 2] No such file or directory: 'dct_decode_mmx.c'

Index: libtheora.spec
===================================================================
RCS file: /cvs/extras/rpms/libtheora/devel/libtheora.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- libtheora.spec	3 Oct 2008 15:57:07 -0000	1.29
+++ libtheora.spec	3 Oct 2008 16:03:15 -0000	1.30
@@ -7,8 +7,8 @@
 Group: System Environment/Libraries
 URL: http://www.theora.org
 Source0: http://downloads.xiph.org/releases/theora/libtheora-1.0RC1.tar.bz2
-# fix the build on x86-64
-Patch0: libtheora-x86_64.patch
+# missing from tarball
+Source1: dct_decode_mmx.c
 Patch2: libtheora-1.0beta3-undef-nonweak-symbols.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 BuildRequires: libogg-devel >= 2:1.1
@@ -57,7 +57,7 @@
 
 %prep
 %setup -q -n libtheora-1.0RC1
-%patch0 -p1 -b .x86_64
+cp %{SOURCE1} lib/enc/x86_64
 %patch2 -p1
 # no custom CFLAGS please
 sed -i 's/CFLAGS="$CFLAGS $cflags_save"/CFLAGS="$cflags_save"/g' configure


--- libtheora-x86_64.patch DELETED ---




More information about the fedora-extras-commits mailing list