rpms/audacious-plugins-freeworld/devel .cvsignore, 1.2, 1.3 audacious-plugins-freeworld.spec, 1.2, 1.3 sources, 1.2, 1.3
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/audacious-plugins-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9701
Modified Files:
.cvsignore audacious-plugins-freeworld.spec sources
Log Message:
* Sun Feb 15 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 1.5.1-1
- Update to 1.5.1
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/audacious-plugins-freeworld/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 10 Aug 2008 10:54:05 -0000 1.2
+++ .cvsignore 15 Feb 2009 11:14:14 -0000 1.3
@@ -1 +1 @@
-audacious-plugins-1.4.5.tgz
+audacious-plugins-1.5.1.tgz
Index: audacious-plugins-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/audacious-plugins-freeworld/devel/audacious-plugins-freeworld.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- audacious-plugins-freeworld.spec 19 Oct 2008 11:41:32 -0000 1.2
+++ audacious-plugins-freeworld.spec 15 Feb 2009 11:14:14 -0000 1.3
@@ -1,19 +1,18 @@
-%define aud_ver 1.4.0
+%define aud_ver 1.5.0
Name: audacious-plugins-freeworld
-Version: 1.4.5
-Release: 2%{?dist}
+Version: 1.5.1
+Release: 1%{?dist}
Summary: Additional plugins for the Audacious media player
Group: Applications/Multimedia
License: GPLv2
URL: http://audacious-media-player.org/
-Source0: http://static.audacious-media-player.org/release/audacious-plugins-%{vers...
+Source0: http://distfiles.atheme.org/audacious-plugins-%{version}.tgz
Source1: audacious-mp3.desktop
Source2: audacious-aac.desktop
Source3: audacious-wma.desktop
Source4: audacious-alac.desktop
-Patch0: audacious-plugins-1.3.4-sse-disable.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: audacious-devel >= %{aud_ver}
@@ -159,8 +158,6 @@
%prep
%setup -q -n audacious-plugins-%{version}
-# Disable SSE2/AltiVec
-# %patch0 -p1 -b .sse-disable
%build
%configure \
@@ -284,6 +281,9 @@
%{_libdir}/audacious/Transport/mms.so
%changelog
+* Sun Feb 15 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 1.5.1-1
+- Update to 1.5.1
+
* Sun Oct 19 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 1.4.5-2
- obsolete nonfree -plugins from livna
- add metapackage that requires all the plugins and obsoletes the
Index: sources
===================================================================
RCS file: /cvs/free/rpms/audacious-plugins-freeworld/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 10 Aug 2008 10:54:05 -0000 1.2
+++ sources 15 Feb 2009 11:14:14 -0000 1.3
@@ -1 +1 @@
-ecb7802c1800ed2b10b44e7e9fea46aa audacious-plugins-1.4.5.tgz
+057b91f33aaf06bb4cde7260177c2f5f audacious-plugins-1.5.1.tgz
15 years, 9 months
rpms/mplayer/F-9 mplayer.spec,1.12,1.13
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/mplayer/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11806
Modified Files:
mplayer.spec
Log Message:
drop debugging, issue with the builder seems to have resolved itself
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-9/mplayer.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mplayer.spec 14 Feb 2009 14:21:47 -0000 1.12
+++ mplayer.spec 14 Feb 2009 15:02:07 -0000 1.13
@@ -212,8 +212,6 @@
export CFLAGS="$RPM_OPT_FLAGS -ffast-math --std=gnu99"
%{mp_configure}--enable-gui
-cat configure.log config.h config.mak
-
%{__make} %{?_smp_mflags}
mv -f mplayer gmplayer
@@ -221,8 +219,6 @@
%{mp_configure}
-cat configure.log config.h config.mak
-
%{__make} %{?_smp_mflags}
%if %{svn}
15 years, 9 months
rpms/mplayer/F-9 mplayer.spec,1.11,1.12
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/mplayer/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9641
Modified Files:
mplayer.spec
Log Message:
fix debugging with macro interaction, try 2
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-9/mplayer.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- mplayer.spec 14 Feb 2009 13:33:54 -0000 1.11
+++ mplayer.spec 14 Feb 2009 14:21:47 -0000 1.12
@@ -211,7 +211,8 @@
%build
export CFLAGS="$RPM_OPT_FLAGS -ffast-math --std=gnu99"
%{mp_configure}--enable-gui
-|| cat configure.log config.h config.mak
+
+cat configure.log config.h config.mak
%{__make} %{?_smp_mflags}
@@ -219,7 +220,8 @@
%{__make} distclean
%{mp_configure}
-|| cat configure.log config.h config.mak
+
+cat configure.log config.h config.mak
%{__make} %{?_smp_mflags}
15 years, 9 months
rpms/mplayer/F-9 mplayer.spec,1.10,1.11
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/mplayer/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7236
Modified Files:
mplayer.spec
Log Message:
fix debugging with macro interaction
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-9/mplayer.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mplayer.spec 14 Feb 2009 13:13:44 -0000 1.10
+++ mplayer.spec 14 Feb 2009 13:33:54 -0000 1.11
@@ -210,14 +210,16 @@
%build
export CFLAGS="$RPM_OPT_FLAGS -ffast-math --std=gnu99"
-%{mp_configure}--enable-gui || cat configure.log config.h config.mak
+%{mp_configure}--enable-gui
+|| cat configure.log config.h config.mak
%{__make} %{?_smp_mflags}
mv -f mplayer gmplayer
%{__make} distclean
-%{mp_configure} || cat configure.log config.h config.mak
+%{mp_configure}
+|| cat configure.log config.h config.mak
%{__make} %{?_smp_mflags}
15 years, 9 months
rpms/mplayer/F-9 mplayer.spec,1.9,1.10
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/mplayer/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6099
Modified Files:
mplayer.spec
Log Message:
add debugging to see why it fails
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-9/mplayer.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mplayer.spec 13 Feb 2009 19:43:14 -0000 1.9
+++ mplayer.spec 14 Feb 2009 13:13:44 -0000 1.10
@@ -210,14 +210,14 @@
%build
export CFLAGS="$RPM_OPT_FLAGS -ffast-math --std=gnu99"
-%{mp_configure}--enable-gui
+%{mp_configure}--enable-gui || cat configure.log config.h config.mak
%{__make} %{?_smp_mflags}
mv -f mplayer gmplayer
%{__make} distclean
-%{mp_configure}
+%{mp_configure} || cat configure.log config.h config.mak
%{__make} %{?_smp_mflags}
15 years, 9 months
rpms/desmume/F-9 desmume-0.9.1-gcc44.patch, NONE, 1.1 desmume.spec, 1.4, 1.5
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/desmume/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26771
Modified Files:
desmume.spec
Added Files:
desmume-0.9.1-gcc44.patch
Log Message:
* Sat Feb 14 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.9.1-2
- Made a patch to compile with gcc 4.4 (SF #2599049)
desmume-0.9.1-gcc44.patch:
--- NEW FILE desmume-0.9.1-gcc44.patch ---
diff -dur desmume-0.9.1.orig/src/debug.h desmume-0.9.1/src/debug.h
--- desmume-0.9.1.orig/src/debug.h 2009-02-08 22:59:15.000000000 +0100
+++ desmume-0.9.1/src/debug.h 2009-02-14 10:31:36.000000000 +0100
@@ -22,6 +22,7 @@
#include <vector>
#include <iostream>
+#include <cstdarg>
class Logger {
protected:
diff -dur desmume-0.9.1.orig/src/readwrite.h desmume-0.9.1/src/readwrite.h
--- desmume-0.9.1.orig/src/readwrite.h 2009-02-08 22:59:15.000000000 +0100
+++ desmume-0.9.1/src/readwrite.h 2009-02-14 10:18:33.000000000 +0100
@@ -3,6 +3,7 @@
#include "types.h"
#include <iostream>
+#include <cstdio>
//well. just for the sake of consistency
int write8le(u8 b, FILE *fp);
diff -dur desmume-0.9.1.orig/src/utils/guid.h desmume-0.9.1/src/utils/guid.h
--- desmume-0.9.1.orig/src/utils/guid.h 2009-02-08 22:59:15.000000000 +0100
+++ desmume-0.9.1/src/utils/guid.h 2009-02-14 10:22:42.000000000 +0100
@@ -2,6 +2,7 @@
#define _guid_h_
#include <string>
+#include <cstdio>
#include "../types.h"
#include "valuearray.h"
diff -dur desmume-0.9.1.orig/src/utils/xstring.h desmume-0.9.1/src/utils/xstring.h
--- desmume-0.9.1.orig/src/utils/xstring.h 2009-02-08 22:59:15.000000000 +0100
+++ desmume-0.9.1/src/utils/xstring.h 2009-02-14 10:26:08.000000000 +0100
@@ -8,6 +8,7 @@
#include <stdlib.h>
#include <vector>
#include <iostream>
+#include <cstdio>
#include "../types.h"
Index: desmume.spec
===================================================================
RCS file: /cvs/free/rpms/desmume/F-9/desmume.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- desmume.spec 13 Feb 2009 09:37:46 -0000 1.4
+++ desmume.spec 14 Feb 2009 10:21:45 -0000 1.5
@@ -1,6 +1,6 @@
Name: desmume
Version: 0.9.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A Nintendo DS emulator
Group: Applications/Emulators
@@ -10,6 +10,9 @@
Source1: desmume-man-pages-0.7.3.tar.gz
Patch0: %{name}-0.9-dontlookinbuilddir.patch
Patch1: %{name}-0.9.1-nobuggytoolsmenu.patch
+# Compile with gcc 4.4
+# http://sourceforge.net/tracker/index.php?func=detail&aid=2599049&group_id...
+Patch2: %{name}-0.9.1-gcc44.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gtkglext-devel
@@ -52,6 +55,7 @@
%ifarch x86_64
%patch1 -p1
%endif
+%patch2 -p1
# Fix end-of-line encoding
sed -i 's/\r//' ChangeLog AUTHORS
@@ -185,6 +189,9 @@
%changelog
+* Sat Feb 14 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.9.1-2
+- Made a patch to compile with gcc 4.4 (SF #2599049)
+
* Fri Feb 13 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.9.1-1
- Updated to upstream version 0.9.1
15 years, 9 months
rpms/desmume/F-10 desmume-0.9.1-gcc44.patch, NONE, 1.1 desmume.spec, 1.4, 1.5
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/desmume/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26611
Modified Files:
desmume.spec
Added Files:
desmume-0.9.1-gcc44.patch
Log Message:
* Sat Feb 14 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.9.1-2
- Made a patch to compile with gcc 4.4 (SF #2599049)
desmume-0.9.1-gcc44.patch:
--- NEW FILE desmume-0.9.1-gcc44.patch ---
diff -dur desmume-0.9.1.orig/src/debug.h desmume-0.9.1/src/debug.h
--- desmume-0.9.1.orig/src/debug.h 2009-02-08 22:59:15.000000000 +0100
+++ desmume-0.9.1/src/debug.h 2009-02-14 10:31:36.000000000 +0100
@@ -22,6 +22,7 @@
#include <vector>
#include <iostream>
+#include <cstdarg>
class Logger {
protected:
diff -dur desmume-0.9.1.orig/src/readwrite.h desmume-0.9.1/src/readwrite.h
--- desmume-0.9.1.orig/src/readwrite.h 2009-02-08 22:59:15.000000000 +0100
+++ desmume-0.9.1/src/readwrite.h 2009-02-14 10:18:33.000000000 +0100
@@ -3,6 +3,7 @@
#include "types.h"
#include <iostream>
+#include <cstdio>
//well. just for the sake of consistency
int write8le(u8 b, FILE *fp);
diff -dur desmume-0.9.1.orig/src/utils/guid.h desmume-0.9.1/src/utils/guid.h
--- desmume-0.9.1.orig/src/utils/guid.h 2009-02-08 22:59:15.000000000 +0100
+++ desmume-0.9.1/src/utils/guid.h 2009-02-14 10:22:42.000000000 +0100
@@ -2,6 +2,7 @@
#define _guid_h_
#include <string>
+#include <cstdio>
#include "../types.h"
#include "valuearray.h"
diff -dur desmume-0.9.1.orig/src/utils/xstring.h desmume-0.9.1/src/utils/xstring.h
--- desmume-0.9.1.orig/src/utils/xstring.h 2009-02-08 22:59:15.000000000 +0100
+++ desmume-0.9.1/src/utils/xstring.h 2009-02-14 10:26:08.000000000 +0100
@@ -8,6 +8,7 @@
#include <stdlib.h>
#include <vector>
#include <iostream>
+#include <cstdio>
#include "../types.h"
Index: desmume.spec
===================================================================
RCS file: /cvs/free/rpms/desmume/F-10/desmume.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- desmume.spec 13 Feb 2009 09:35:08 -0000 1.4
+++ desmume.spec 14 Feb 2009 10:20:53 -0000 1.5
@@ -1,6 +1,6 @@
Name: desmume
Version: 0.9.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A Nintendo DS emulator
Group: Applications/Emulators
@@ -10,6 +10,9 @@
Source1: desmume-man-pages-0.7.3.tar.gz
Patch0: %{name}-0.9-dontlookinbuilddir.patch
Patch1: %{name}-0.9.1-nobuggytoolsmenu.patch
+# Compile with gcc 4.4
+# http://sourceforge.net/tracker/index.php?func=detail&aid=2599049&group_id...
+Patch2: %{name}-0.9.1-gcc44.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gtkglext-devel
@@ -52,6 +55,7 @@
%ifarch x86_64
%patch1 -p1
%endif
+%patch2 -p1
# Fix end-of-line encoding
sed -i 's/\r//' ChangeLog AUTHORS
@@ -185,6 +189,9 @@
%changelog
+* Sat Feb 14 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.9.1-2
+- Made a patch to compile with gcc 4.4 (SF #2599049)
+
* Fri Feb 13 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.9.1-1
- Updated to upstream version 0.9.1
15 years, 9 months
rpms/desmume/devel desmume-0.9.1-gcc44.patch, NONE, 1.1 desmume.spec, 1.4, 1.5
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/desmume/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25145
Modified Files:
desmume.spec
Added Files:
desmume-0.9.1-gcc44.patch
Log Message:
* Sat Feb 14 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.9.1-2
- Made a patch to compile with gcc 4.4 (SF #2599049)
desmume-0.9.1-gcc44.patch:
--- NEW FILE desmume-0.9.1-gcc44.patch ---
diff -dur desmume-0.9.1.orig/src/debug.h desmume-0.9.1/src/debug.h
--- desmume-0.9.1.orig/src/debug.h 2009-02-08 22:59:15.000000000 +0100
+++ desmume-0.9.1/src/debug.h 2009-02-14 10:31:36.000000000 +0100
@@ -22,6 +22,7 @@
#include <vector>
#include <iostream>
+#include <cstdarg>
class Logger {
protected:
diff -dur desmume-0.9.1.orig/src/readwrite.h desmume-0.9.1/src/readwrite.h
--- desmume-0.9.1.orig/src/readwrite.h 2009-02-08 22:59:15.000000000 +0100
+++ desmume-0.9.1/src/readwrite.h 2009-02-14 10:18:33.000000000 +0100
@@ -3,6 +3,7 @@
#include "types.h"
#include <iostream>
+#include <cstdio>
//well. just for the sake of consistency
int write8le(u8 b, FILE *fp);
diff -dur desmume-0.9.1.orig/src/utils/guid.h desmume-0.9.1/src/utils/guid.h
--- desmume-0.9.1.orig/src/utils/guid.h 2009-02-08 22:59:15.000000000 +0100
+++ desmume-0.9.1/src/utils/guid.h 2009-02-14 10:22:42.000000000 +0100
@@ -2,6 +2,7 @@
#define _guid_h_
#include <string>
+#include <cstdio>
#include "../types.h"
#include "valuearray.h"
diff -dur desmume-0.9.1.orig/src/utils/xstring.h desmume-0.9.1/src/utils/xstring.h
--- desmume-0.9.1.orig/src/utils/xstring.h 2009-02-08 22:59:15.000000000 +0100
+++ desmume-0.9.1/src/utils/xstring.h 2009-02-14 10:26:08.000000000 +0100
@@ -8,6 +8,7 @@
#include <stdlib.h>
#include <vector>
#include <iostream>
+#include <cstdio>
#include "../types.h"
Index: desmume.spec
===================================================================
RCS file: /cvs/free/rpms/desmume/devel/desmume.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- desmume.spec 13 Feb 2009 09:32:53 -0000 1.4
+++ desmume.spec 14 Feb 2009 10:05:06 -0000 1.5
@@ -1,6 +1,6 @@
Name: desmume
Version: 0.9.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A Nintendo DS emulator
Group: Applications/Emulators
@@ -10,6 +10,9 @@
Source1: desmume-man-pages-0.7.3.tar.gz
Patch0: %{name}-0.9-dontlookinbuilddir.patch
Patch1: %{name}-0.9.1-nobuggytoolsmenu.patch
+# Compile with gcc 4.4
+# http://sourceforge.net/tracker/index.php?func=detail&aid=2599049&group_id...
+Patch2: %{name}-0.9.1-gcc44.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gtkglext-devel
@@ -52,6 +55,7 @@
%ifarch x86_64
%patch1 -p1
%endif
+%patch2 -p1
# Fix end-of-line encoding
sed -i 's/\r//' ChangeLog AUTHORS
@@ -185,6 +189,9 @@
%changelog
+* Sat Feb 14 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.9.1-2
+- Made a patch to compile with gcc 4.4 (SF #2599049)
+
* Fri Feb 13 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.9.1-1
- Updated to upstream version 0.9.1
15 years, 9 months
rpms/mplayer/F-10 mplayer-x86_32-compile.patch,1.2,1.3
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/mplayer/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29459/F-10
Modified Files:
mplayer-x86_32-compile.patch
Log Message:
- update mplayer-x86_32-compile.patch
mplayer-x86_32-compile.patch:
Index: mplayer-x86_32-compile.patch
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-10/mplayer-x86_32-compile.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mplayer-x86_32-compile.patch 6 Jan 2009 22:25:22 -0000 1.2
+++ mplayer-x86_32-compile.patch 13 Feb 2009 20:04:40 -0000 1.3
@@ -1,11 +1,11 @@
-diff -up mplayer-export-2008-12-18/libavcodec/Makefile.compile mplayer-export-2008-12-18/libavcodec/Makefile
---- mplayer-export-2008-12-18/libavcodec/Makefile.compile 2008-12-17 01:54:54.000000000 +0100
-+++ mplayer-export-2008-12-18/libavcodec/Makefile 2008-12-18 19:44:49.000000000 +0100
-@@ -505,3 +505,7 @@ include $(SUBDIR)../subdir.mak
+diff -up mplayer-export-2009-02-04/libavcodec/Makefile.compile mplayer-export-2009-02-04/libavcodec/Makefile
+--- mplayer-export-2009-02-04/libavcodec/Makefile.compile 2009-01-30 21:15:48.000000000 +0100
++++ mplayer-export-2009-02-04/libavcodec/Makefile 2009-02-13 21:00:46.000000000 +0100
+@@ -518,3 +518,7 @@ include $(SUBDIR)../subdir.mak
$(SUBDIR)dct-test$(EXESUF): $(SUBDIR)fdctref.o $(SUBDIR)aandcttab.o
$(SUBDIR)fft-test$(EXESUF): $(SUBDIR)fdctref.o
+ifeq ($(ARCH_X86_32),yes)
-+$(SUBDIR)i386/snowdsp_mmx.o: CFLAGS += -fomit-frame-pointer
++$(SUBDIR)x86/snowdsp_mmx.o: CFLAGS += -fomit-frame-pointer
+$(SUBDIR)h264.o: CFLAGS += -fomit-frame-pointer
+endif
15 years, 9 months
rpms/mplayer/F-9 mplayer-x86_32-compile.patch,1.2,1.3
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/mplayer/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29459/F-9
Modified Files:
mplayer-x86_32-compile.patch
Log Message:
- update mplayer-x86_32-compile.patch
mplayer-x86_32-compile.patch:
Index: mplayer-x86_32-compile.patch
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-9/mplayer-x86_32-compile.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mplayer-x86_32-compile.patch 6 Jan 2009 23:24:20 -0000 1.2
+++ mplayer-x86_32-compile.patch 13 Feb 2009 20:04:40 -0000 1.3
@@ -1,11 +1,11 @@
-diff -up mplayer-export-2008-12-18/libavcodec/Makefile.compile mplayer-export-2008-12-18/libavcodec/Makefile
---- mplayer-export-2008-12-18/libavcodec/Makefile.compile 2008-12-17 01:54:54.000000000 +0100
-+++ mplayer-export-2008-12-18/libavcodec/Makefile 2008-12-18 19:44:49.000000000 +0100
-@@ -505,3 +505,7 @@ include $(SUBDIR)../subdir.mak
+diff -up mplayer-export-2009-02-04/libavcodec/Makefile.compile mplayer-export-2009-02-04/libavcodec/Makefile
+--- mplayer-export-2009-02-04/libavcodec/Makefile.compile 2009-01-30 21:15:48.000000000 +0100
++++ mplayer-export-2009-02-04/libavcodec/Makefile 2009-02-13 21:00:46.000000000 +0100
+@@ -518,3 +518,7 @@ include $(SUBDIR)../subdir.mak
$(SUBDIR)dct-test$(EXESUF): $(SUBDIR)fdctref.o $(SUBDIR)aandcttab.o
$(SUBDIR)fft-test$(EXESUF): $(SUBDIR)fdctref.o
+ifeq ($(ARCH_X86_32),yes)
-+$(SUBDIR)i386/snowdsp_mmx.o: CFLAGS += -fomit-frame-pointer
++$(SUBDIR)x86/snowdsp_mmx.o: CFLAGS += -fomit-frame-pointer
+$(SUBDIR)h264.o: CFLAGS += -fomit-frame-pointer
+endif
15 years, 9 months