rpms/mplayer/devel .cvsignore, 1.6, 1.7 mplayer-x86_32-compile.patch, 1.1, 1.2 mplayer.spec, 1.10, 1.11 sources, 1.7, 1.8 mplayer-CVE-2008-3827.patch, 1.1, NONE mplayer-backing-store.patch, 1.1, NONE mplayer-dvb.patch, 1.1, NONE
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/mplayer/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9871
Modified Files:
.cvsignore mplayer-x86_32-compile.patch mplayer.spec sources
Removed Files:
mplayer-CVE-2008-3827.patch mplayer-backing-store.patch
mplayer-dvb.patch
Log Message:
* Thu Dec 04 2008 Dominik Mierzejewski <rpm at greysector.net> - 1.0-0.104.20081204svn
- 20081204 snapshot
- dropped obsolete/upstreamed patches
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 10 Sep 2008 19:37:04 -0000 1.6
+++ .cvsignore 4 Dec 2008 23:37:06 -0000 1.7
@@ -1,2 +1,2 @@
-mplayer-export-2008-09-03.tar.bz2
+mplayer-export-2008-12-04.tar.bz2
Blue-1.7.tar.bz2
mplayer-x86_32-compile.patch:
Index: mplayer-x86_32-compile.patch
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/mplayer-x86_32-compile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mplayer-x86_32-compile.patch 9 Aug 2008 09:32:32 -0000 1.1
+++ mplayer-x86_32-compile.patch 4 Dec 2008 23:37:06 -0000 1.2
@@ -1,10 +1,10 @@
-diff -up mplayer-export-2008-05-31/libavcodec/Makefile.compile mplayer-export-2008-05-31/libavcodec/Makefile
---- mplayer-export-2008-05-31/libavcodec/Makefile.compile 2008-05-31 16:32:11.000000000 +0200
-+++ mplayer-export-2008-05-31/libavcodec/Makefile 2008-06-11 07:47:18.000000000 +0200
-@@ -91,6 +91,11 @@ OBJS-$(CONFIG_H263I_DECODER) +
+diff -up mplayer-export-2008-12-04/libavcodec/Makefile.compile mplayer-export-2008-12-04/libavcodec/Makefile
+--- mplayer-export-2008-12-04/libavcodec/Makefile.compile 2008-12-02 17:48:05.000000000 +0100
++++ mplayer-export-2008-12-04/libavcodec/Makefile 2008-12-05 00:20:51.000000000 +0100
+@@ -99,6 +99,11 @@ OBJS-$(CONFIG_H263I_DECODER) +
OBJS-$(CONFIG_H263_ENCODER) += mpegvideo_enc.o motion_est.o ratecontrol.o h263.o mpeg12data.o mpegvideo.o error_resilience.o
OBJS-$(CONFIG_H263P_ENCODER) += mpegvideo_enc.o motion_est.o ratecontrol.o h263.o mpeg12data.o mpegvideo.o error_resilience.o
- OBJS-$(CONFIG_H264_DECODER) += h264.o h264idct.o h264pred.o h264_parser.o cabac.o golomb.o mpegvideo.o error_resilience.o
+ OBJS-$(CONFIG_H264_DECODER) += h264.o h264idct.o h264pred.o h264_parser.o cabac.o mpegvideo.o error_resilience.o
+# to "fix" can't find a register in class 'GENERAL_REGS' while reloading 'asm'
+# on ix86 in cabac.h
+ifeq ($(ARCH_X86_32),yes)
@@ -13,15 +13,15 @@
OBJS-$(CONFIG_H264_ENCODER) += h264enc.o h264dspenc.o
OBJS-$(CONFIG_HUFFYUV_DECODER) += huffyuv.o
OBJS-$(CONFIG_HUFFYUV_ENCODER) += huffyuv.o
-@@ -395,6 +400,11 @@ OBJS-$(CONFIG_ENCODERS) +
- OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o
- OBJS-$(CONFIG_FLAC_ENCODER) += i386/flacdsp_mmx.o
- OBJS-$(CONFIG_SNOW_DECODER) += i386/snowdsp_mmx.o
+@@ -397,6 +402,11 @@ MMX-OBJS-$(CONFIG_ENCODERS) +
+ MMX-OBJS-$(CONFIG_FLAC_ENCODER) += i386/flacdsp_mmx.o
+ MMX-OBJS-$(CONFIG_GPL) += i386/idct_mmx.o
+ MMX-OBJS-$(CONFIG_SNOW_DECODER) += i386/snowdsp_mmx.o
+# to "fix" can't find a register in class 'GENERAL_REGS' while reloading 'asm'
+# on ix86 in snowdsp_mmx.o
+ifeq ($(ARCH_X86_32),yes)
+i386/snowdsp_mmx.o: CFLAGS += -fomit-frame-pointer
+endif
- OBJS-$(CONFIG_VC1_DECODER) += i386/vc1dsp_mmx.o
- OBJS-$(CONFIG_VP3_DECODER) += i386/vp3dsp_mmx.o i386/vp3dsp_sse2.o
- OBJS-$(CONFIG_VP5_DECODER) += i386/vp3dsp_mmx.o i386/vp3dsp_sse2.o
+ MMX-OBJS-$(CONFIG_VC1_DECODER) += i386/vc1dsp_mmx.o
+ MMX-OBJS-$(CONFIG_VP3_DECODER) += i386/vp3dsp_mmx.o i386/vp3dsp_sse2.o
+ MMX-OBJS-$(CONFIG_VP5_DECODER) += i386/vp3dsp_mmx.o i386/vp3dsp_sse2.o
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/mplayer.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mplayer.spec 24 Nov 2008 23:19:21 -0000 1.10
+++ mplayer.spec 4 Dec 2008 23:37:06 -0000 1.11
@@ -1,12 +1,12 @@
%define codecdir %{_libdir}/codecs
-%define pre 20080903svn
+%define pre 20081204svn
%define svn 1
-%define svnbuild 2008-09-03
+%define svnbuild 2008-12-04
%define faad2min 1:2.6.1
Name: mplayer
Version: 1.0
-Release: 0.103.%{pre}%{?dist}
+Release: 0.104.%{pre}%{?dist}
Summary: Movie player playing most video formats and DVDs
Group: Applications/Multimedia
@@ -25,12 +25,7 @@
Patch8: %{name}-manlinks.patch
Patch10: %{name}-qcelp.patch
Patch12: %{name}-man-zh_CN.patch
-Patch13: %{name}-CVE-2008-3827.patch
Patch14: %{name}-nodvdcss.patch
-# SVN r27892, r27893, r27897
-Patch15: %{name}-dvb.patch
-# SVN r27849
-Patch16: %{name}-backing-store.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel
@@ -200,10 +195,7 @@
%patch8 -p1 -b .manlinks
%patch10 -p1 -b .qclp
%patch12 -p1 -b .man-zh_CN
-%patch13 -p0 -b .cve
%patch14 -p1 -b .nodvdcss
-%patch15 -p1 -b .dvb
-%patch16 -p1 -b .bs
doconv() {
iconv -f $1 -t $2 -o DOCS/man/$3/mplayer.1.utf8 DOCS/man/$3/mplayer.1 && \
@@ -354,6 +346,10 @@
%changelog
+* Thu Dec 04 2008 Dominik Mierzejewski <rpm at greysector.net> - 1.0-0.104.20081204svn
+- 20081204 snapshot
+- dropped obsolete/upstreamed patches
+
* Sun Nov 23 2008 Dominik Mierzejewski <rpm at greysector.net> - 1.0-0.103.20080903svn
- fix broken terminal after using dvb input (bug #117)
- disable backing store (fixes tearing on Xorg Xserver 1.5.x)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 16 Oct 2008 20:03:52 -0000 1.7
+++ sources 4 Dec 2008 23:37:06 -0000 1.8
@@ -1,2 +1,2 @@
e4e2020d11b681aac898103b3ba723c4 Blue-1.7.tar.bz2
-756a884bb62230cdc7a0736b5c60d723 mplayer-export-2008-09-03.tar.bz2
+15f75a17a779247aba1301ece4629920 mplayer-export-2008-12-04.tar.bz2
--- mplayer-CVE-2008-3827.patch DELETED ---
--- mplayer-backing-store.patch DELETED ---
--- mplayer-dvb.patch DELETED ---
15 years, 11 months
rpms/bsnes/F-10 README.bsnes, NONE, 1.1 bsnes-0.037a-strip.patch, NONE, 1.1 bsnes-system-zlib.patch, NONE, 1.1 bsnes.desktop, NONE, 1.1 bsnes.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/bsnes/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9636/F-10
Modified Files:
.cvsignore sources
Added Files:
README.bsnes bsnes-0.037a-strip.patch bsnes-system-zlib.patch
bsnes.desktop bsnes.spec
Log Message:
Initial RPM Fusion import
--- NEW FILE README.bsnes ---
RPM Fusion bsnes package
==============================================================================
1. Problems with PulseAudio
bsnes does not work very well with PulseAudio, which is enabled in Fedora by
default. With one exception, trying to use it will result in 100 % CPU usage
and necessity to kill the program. The emulator has four audio drivers:
ALSA, libao, OpenAL and OSS. It is possible to make bsnes work using the
following workarounds:
- ALSA: will not work with default Fedora config, you need to remove
alsa-plugins-pulseaudio or disable the said plugin
- OpenAL: works with default Fedora config
- libao: will not work with default Fedora config, you need to change the libao
driver to something different than pulse (but if you change it to alsa, you
will need to disable the alsa pulse plugin as well)
- OSS: works with default Fedora config, will not work with padsp
bsnes audio drivers can be changed by going to Settings -> Configuration ->
Drivers. Program needs to be restarted for the changes to have effect.
2. Using system zlib
This is the post byuu made on zsnes boards when asked to merge the system-zlib
patch (it was more complex at that stage, using system libs was optional, but
since it was not going to be merged anyway, I decided to make it simpler):
I don't really want to add this change to bsnes, no. A system-wide zlib would
require a DLL for Windows, and I see no reason to provide a lean, stripped
down zlib along with bsnes for Windows users, yet have an option to use the
system version for Linux (especially when there is no similar lib for JMA),
just to appease a few people with nothing better to do than complain about
random garbage.
However, feel free to appease the Fedora development team by changing that in
your source tree if you like. My sincere apologies that you'll have to keep
backporting the change.
I don't want any part in trying to appease these people. They constantly bring
up crap about non-commercial clauses, about using a 64-byte IPLROM, about
compiling in support for OSS by default, and now about a massive ~80kb that
can be shaved off the bsnes binary by adding extra dependencies to the
emulator. Perhaps I should just start offering a raw Linux binary on my
website ala nVidia, Macromedia et al.
bsnes-0.037a-strip.patch:
--- NEW FILE bsnes-0.037a-strip.patch ---
--- src/Makefile.strip 2008-10-17 14:35:28.000000000 +0200
+++ src/Makefile 2008-11-27 14:28:51.000000000 +0100
@@ -11,7 +11,6 @@
cpp = $(subst cc,++,$(compiler)) $(flags)
obj = o
rule = -c $< -o $@
- link = -s
mkbin = -o$1
mkdef = -D$1
mklib = -l$1
bsnes-system-zlib.patch:
--- NEW FILE bsnes-system-zlib.patch ---
--- src/Makefile.system-zlib 2008-02-15 11:16:23.000000000 +0100
+++ src/Makefile 2008-02-15 11:28:12.000000000 +0100
@@ -82,6 +82,7 @@
ifeq ($(enable_gzip),true)
objects += adler32 compress crc32 deflate gzio inffast inflate inftrees ioapi trees unzip zip zutil
flags += $(call mkdef,GZIP_SUPPORT)
+ link += $(shell pkg-config --libs minizip)
endif
ifeq ($(enable_jma),true)
--- src/reader/zipreader.h.system-zlib 2008-10-17 12:14:16.000000000 +0200
+++ src/reader/zipreader.h 2008-11-29 21:36:02.000000000 +0100
@@ -1,4 +1,4 @@
-#include "zlib/unzip.h"
+#include <minizip/unzip.h>
#define ZIP_MAX_FILE_NAME PATH_MAX
--- src/reader/gzreader.h.system-zlib 2005-12-18 10:20:14.000000000 +0100
+++ src/reader/gzreader.h 2008-02-15 11:25:45.000000000 +0100
@@ -1,4 +1,4 @@
-#include "zlib/zlib.h"
+#include <zlib.h>
class GZReader : public Reader {
private:
--- NEW FILE bsnes.desktop ---
[Desktop Entry]
Name=bsnes
Comment=SNES Emulator
Exec=bsnes
Icon=bsnes
Terminal=false
Type=Application
Categories=Game;Emulator;
--- NEW FILE bsnes.spec ---
%define vernumber 037a
Name: bsnes
Version: 0.%{vernumber}
Release: 5%{?dist}
Summary: SNES emulator focused on accuracy
Group: Applications/Emulators
License: Redistributable, no modification permitted
URL: http://byuu.cinnamonpirate.com/?page=bsnes
Source0: http://byuu.cinnamonpirate.com/files/%{name}_v%{vernumber}.tar.bz2
Source1: bsnes.desktop
Source2: README.bsnes
Patch0: bsnes-0.037a-strip.patch
Patch1: bsnes-system-zlib.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#bsnes does not use system snes_ntsc because the modified video processing
#filter algorithm calls back into bsnes specific c++ colortable code, that
#isn't available when the library is built stand alone
BuildRequires: desktop-file-utils
BuildRequires: freealut-devel
BuildRequires: gtk2-devel
BuildRequires: libao-devel
BuildRequires: libXv-devel
BuildRequires: libXtst-devel
BuildRequires: minizip-devel
BuildRequires: SDL-devel
BuildRequires: yasm
#libco, which is used by bsnes, only supports these
ExclusiveArch: i386 x86_64
%description
bsnes is an emulator that began development on 2004-10-14. The purpose of the
emulator is a bit different from other emulators: it focuses on accuracy,
debugging functionality, and clean code.
The emulator does not focus on things that would hinder accuracy. This
includes speed and game-specific hacks for compatibility. As a result, the
minimum system requirements for bsnes are quite high.
%prep
%setup -qc
%patch0 -p0 -b .strip
%patch1 -p0 -b .system-zlib
#fix permissions and line endings
chmod 644 license.txt readme.txt
sed -i 's/\r//' license.txt readme.txt
find src -type f \( -name \*.cpp -or -name \*.hpp -or -name \*.h -or -name \*.c \) -exec chmod 644 {} \;
find src -type f \( -name \*.cpp -or -name \*.hpp -or -name \*.h -or -name \*.c \) -exec sed -i 's/\r//' {} \;
#use system optflags
sed -i "s#flags = -O3#flags = %{optflags}#" src/Makefile
#install fedora-specific readme
install -pm 644 %{SOURCE2} README.Fedora
%build
pushd src
make %{?_smp_mflags} platform=x compiler=gcc enable_gzip=true enable_jma=true
%install
rm -rf $RPM_BUILD_ROOT
pushd src
make install DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix}
desktop-file-install --vendor=rpmfusion \
--dir $RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE1}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc license.txt readme.txt README.Fedora
%{_bindir}/bsnes
%{_datadir}/icons/bsnes.png
%{_datadir}/applications/rpmfusion-bsnes.desktop
%changelog
* Fri Dec 5 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.037a-5
- Explained why system snes_ntsc is not used
- Explained why ExclusiveArch is used
* Sun Nov 30 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.037a-4
- Fixed README.Fedora permissions
- Added information concerning pulseaudio issues
* Sat Nov 29 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.037a-3
- Keep -fomit-frame-pointer
- $(strip) can stay
- Re-added system zlib patch
* Thu Nov 27 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.037a-2
- Patched the Makefile not to strip the binaries
* Sun Nov 23 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.037a-1
- Updated to 0.037a
- Dropped system zlib patch since bsnes uses zlib modified to support non-ansi filenames
- Added libXtst-devel to BuildRequires
- s/%%{ix86}/i386 to work around plague problem
* Tue Sep 16 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.036-1
- Updated to 0.036
* Mon Aug 25 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.035-1
- Updated to 0.035
* Sun Aug 10 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.033-1
- Updated to 0.033
* Wed May 28 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.032a-1
- Updated to 0.032a
* Sun May 25 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.032-1
- Updated to 0.032
* Mon Apr 14 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.031-1
- Updated to 0.031
* Thu Mar 27 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.030-1
- Updated to 0.030
* Mon Mar 17 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.029-1
- Updated to 0.029
- Dropped usleep patch
- Dropped destdir patch
- Updated system zlib patch
- Included patch approval
* Fri Feb 15 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.028.01-2
- Patched to fix CPU usage when idle
- Patched to use system zlib
- Dropped hicolor-icon-theme from Requires
* Sun Feb 10 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.028.01-1
- Updated to 0.028.01
- Updated the Makefile patch
- Added freealut-devel and SDL-devel to BuildRequires
* Tue Dec 25 2007 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.027-1
- Updated to 0.027
- Updated the Makefile patch
- Switched to yasm for all supported architectures
* Sun Nov 18 2007 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.026-1
- Updated to 0.026
- Dropped icon conversion, PNG is now shipped in the tarball
- Icon is now installed to %%{_datadir}/pixmaps
- Dropped the icon cache scriptlets
- Dropped the wrapper, it is no longer necessary
- Added zip/gzip and jma support
* Mon Nov 5 2007 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.025-4
- Fixed permissions and line endings of source files as well
- Fixed cart.db permissions, got missing in previous release
- Fixed date in %%changelog
* Mon Nov 5 2007 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.025-3
- Updated the scriptlets to be in par with current guidelines
- Changed to convert the icon at build time
- Use the wrapper to avoid putting cart.db into %%{_bindir}
* Sun Nov 4 2007 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.025-2
- Install cart.db
- Use system optflags
- Adjusted the License tag
* Sun Nov 4 2007 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.025-1
- Initial RPM release
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 3 Dec 2008 20:26:20 -0000 1.1
+++ .cvsignore 4 Dec 2008 23:35:50 -0000 1.2
@@ -0,0 +1 @@
+bsnes_v037a.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 3 Dec 2008 20:26:20 -0000 1.1
+++ sources 4 Dec 2008 23:35:50 -0000 1.2
@@ -0,0 +1 @@
+9fa2fbae8a09a747f9b4a44123bde0bb bsnes_v037a.tar.bz2
15 years, 11 months
rpms/bsnes/devel README.bsnes, NONE, 1.1 bsnes-0.037a-strip.patch, NONE, 1.1 bsnes-system-zlib.patch, NONE, 1.1 bsnes.desktop, NONE, 1.1 bsnes.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/bsnes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9093/devel
Modified Files:
.cvsignore sources
Added Files:
README.bsnes bsnes-0.037a-strip.patch bsnes-system-zlib.patch
bsnes.desktop bsnes.spec
Log Message:
Initial RPM Fusion import
--- NEW FILE README.bsnes ---
RPM Fusion bsnes package
==============================================================================
1. Problems with PulseAudio
bsnes does not work very well with PulseAudio, which is enabled in Fedora by
default. With one exception, trying to use it will result in 100 % CPU usage
and necessity to kill the program. The emulator has four audio drivers:
ALSA, libao, OpenAL and OSS. It is possible to make bsnes work using the
following workarounds:
- ALSA: will not work with default Fedora config, you need to remove
alsa-plugins-pulseaudio or disable the said plugin
- OpenAL: works with default Fedora config
- libao: will not work with default Fedora config, you need to change the libao
driver to something different than pulse (but if you change it to alsa, you
will need to disable the alsa pulse plugin as well)
- OSS: works with default Fedora config, will not work with padsp
bsnes audio drivers can be changed by going to Settings -> Configuration ->
Drivers. Program needs to be restarted for the changes to have effect.
2. Using system zlib
This is the post byuu made on zsnes boards when asked to merge the system-zlib
patch (it was more complex at that stage, using system libs was optional, but
since it was not going to be merged anyway, I decided to make it simpler):
I don't really want to add this change to bsnes, no. A system-wide zlib would
require a DLL for Windows, and I see no reason to provide a lean, stripped
down zlib along with bsnes for Windows users, yet have an option to use the
system version for Linux (especially when there is no similar lib for JMA),
just to appease a few people with nothing better to do than complain about
random garbage.
However, feel free to appease the Fedora development team by changing that in
your source tree if you like. My sincere apologies that you'll have to keep
backporting the change.
I don't want any part in trying to appease these people. They constantly bring
up crap about non-commercial clauses, about using a 64-byte IPLROM, about
compiling in support for OSS by default, and now about a massive ~80kb that
can be shaved off the bsnes binary by adding extra dependencies to the
emulator. Perhaps I should just start offering a raw Linux binary on my
website ala nVidia, Macromedia et al.
bsnes-0.037a-strip.patch:
--- NEW FILE bsnes-0.037a-strip.patch ---
--- src/Makefile.strip 2008-10-17 14:35:28.000000000 +0200
+++ src/Makefile 2008-11-27 14:28:51.000000000 +0100
@@ -11,7 +11,6 @@
cpp = $(subst cc,++,$(compiler)) $(flags)
obj = o
rule = -c $< -o $@
- link = -s
mkbin = -o$1
mkdef = -D$1
mklib = -l$1
bsnes-system-zlib.patch:
--- NEW FILE bsnes-system-zlib.patch ---
--- src/Makefile.system-zlib 2008-02-15 11:16:23.000000000 +0100
+++ src/Makefile 2008-02-15 11:28:12.000000000 +0100
@@ -82,6 +82,7 @@
ifeq ($(enable_gzip),true)
objects += adler32 compress crc32 deflate gzio inffast inflate inftrees ioapi trees unzip zip zutil
flags += $(call mkdef,GZIP_SUPPORT)
+ link += $(shell pkg-config --libs minizip)
endif
ifeq ($(enable_jma),true)
--- src/reader/zipreader.h.system-zlib 2008-10-17 12:14:16.000000000 +0200
+++ src/reader/zipreader.h 2008-11-29 21:36:02.000000000 +0100
@@ -1,4 +1,4 @@
-#include "zlib/unzip.h"
+#include <minizip/unzip.h>
#define ZIP_MAX_FILE_NAME PATH_MAX
--- src/reader/gzreader.h.system-zlib 2005-12-18 10:20:14.000000000 +0100
+++ src/reader/gzreader.h 2008-02-15 11:25:45.000000000 +0100
@@ -1,4 +1,4 @@
-#include "zlib/zlib.h"
+#include <zlib.h>
class GZReader : public Reader {
private:
--- NEW FILE bsnes.desktop ---
[Desktop Entry]
Name=bsnes
Comment=SNES Emulator
Exec=bsnes
Icon=bsnes
Terminal=false
Type=Application
Categories=Game;Emulator;
--- NEW FILE bsnes.spec ---
%define vernumber 037a
Name: bsnes
Version: 0.%{vernumber}
Release: 5%{?dist}
Summary: SNES emulator focused on accuracy
Group: Applications/Emulators
License: Redistributable, no modification permitted
URL: http://byuu.cinnamonpirate.com/?page=bsnes
Source0: http://byuu.cinnamonpirate.com/files/%{name}_v%{vernumber}.tar.bz2
Source1: bsnes.desktop
Source2: README.bsnes
Patch0: bsnes-0.037a-strip.patch
Patch1: bsnes-system-zlib.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#bsnes does not use system snes_ntsc because the modified video processing
#filter algorithm calls back into bsnes specific c++ colortable code, that
#isn't available when the library is built stand alone
BuildRequires: desktop-file-utils
BuildRequires: freealut-devel
BuildRequires: gtk2-devel
BuildRequires: libao-devel
BuildRequires: libXv-devel
BuildRequires: libXtst-devel
BuildRequires: minizip-devel
BuildRequires: SDL-devel
BuildRequires: yasm
#libco, which is used by bsnes, only supports these
ExclusiveArch: i386 x86_64
%description
bsnes is an emulator that began development on 2004-10-14. The purpose of the
emulator is a bit different from other emulators: it focuses on accuracy,
debugging functionality, and clean code.
The emulator does not focus on things that would hinder accuracy. This
includes speed and game-specific hacks for compatibility. As a result, the
minimum system requirements for bsnes are quite high.
%prep
%setup -qc
%patch0 -p0 -b .strip
%patch1 -p0 -b .system-zlib
#fix permissions and line endings
chmod 644 license.txt readme.txt
sed -i 's/\r//' license.txt readme.txt
find src -type f \( -name \*.cpp -or -name \*.hpp -or -name \*.h -or -name \*.c \) -exec chmod 644 {} \;
find src -type f \( -name \*.cpp -or -name \*.hpp -or -name \*.h -or -name \*.c \) -exec sed -i 's/\r//' {} \;
#use system optflags
sed -i "s#flags = -O3#flags = %{optflags}#" src/Makefile
#install fedora-specific readme
install -pm 644 %{SOURCE2} README.Fedora
%build
pushd src
make %{?_smp_mflags} platform=x compiler=gcc enable_gzip=true enable_jma=true
%install
rm -rf $RPM_BUILD_ROOT
pushd src
make install DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix}
desktop-file-install --vendor=rpmfusion \
--dir $RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE1}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc license.txt readme.txt README.Fedora
%{_bindir}/bsnes
%{_datadir}/icons/bsnes.png
%{_datadir}/applications/rpmfusion-bsnes.desktop
%changelog
* Fri Dec 5 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.037a-5
- Explained why system snes_ntsc is not used
- Explained why ExclusiveArch is used
* Sun Nov 30 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.037a-4
- Fixed README.Fedora permissions
- Added information concerning pulseaudio issues
* Sat Nov 29 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.037a-3
- Keep -fomit-frame-pointer
- $(strip) can stay
- Re-added system zlib patch
* Thu Nov 27 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.037a-2
- Patched the Makefile not to strip the binaries
* Sun Nov 23 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.037a-1
- Updated to 0.037a
- Dropped system zlib patch since bsnes uses zlib modified to support non-ansi filenames
- Added libXtst-devel to BuildRequires
- s/%%{ix86}/i386 to work around plague problem
* Tue Sep 16 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.036-1
- Updated to 0.036
* Mon Aug 25 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.035-1
- Updated to 0.035
* Sun Aug 10 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.033-1
- Updated to 0.033
* Wed May 28 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.032a-1
- Updated to 0.032a
* Sun May 25 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.032-1
- Updated to 0.032
* Mon Apr 14 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.031-1
- Updated to 0.031
* Thu Mar 27 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.030-1
- Updated to 0.030
* Mon Mar 17 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.029-1
- Updated to 0.029
- Dropped usleep patch
- Dropped destdir patch
- Updated system zlib patch
- Included patch approval
* Fri Feb 15 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.028.01-2
- Patched to fix CPU usage when idle
- Patched to use system zlib
- Dropped hicolor-icon-theme from Requires
* Sun Feb 10 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.028.01-1
- Updated to 0.028.01
- Updated the Makefile patch
- Added freealut-devel and SDL-devel to BuildRequires
* Tue Dec 25 2007 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.027-1
- Updated to 0.027
- Updated the Makefile patch
- Switched to yasm for all supported architectures
* Sun Nov 18 2007 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.026-1
- Updated to 0.026
- Dropped icon conversion, PNG is now shipped in the tarball
- Icon is now installed to %%{_datadir}/pixmaps
- Dropped the icon cache scriptlets
- Dropped the wrapper, it is no longer necessary
- Added zip/gzip and jma support
* Mon Nov 5 2007 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.025-4
- Fixed permissions and line endings of source files as well
- Fixed cart.db permissions, got missing in previous release
- Fixed date in %%changelog
* Mon Nov 5 2007 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.025-3
- Updated the scriptlets to be in par with current guidelines
- Changed to convert the icon at build time
- Use the wrapper to avoid putting cart.db into %%{_bindir}
* Sun Nov 4 2007 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.025-2
- Install cart.db
- Use system optflags
- Adjusted the License tag
* Sun Nov 4 2007 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.025-1
- Initial RPM release
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 3 Dec 2008 20:26:20 -0000 1.1
+++ .cvsignore 4 Dec 2008 23:33:52 -0000 1.2
@@ -0,0 +1 @@
+bsnes_v037a.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 3 Dec 2008 20:26:20 -0000 1.1
+++ sources 4 Dec 2008 23:33:52 -0000 1.2
@@ -0,0 +1 @@
+9fa2fbae8a09a747f9b4a44123bde0bb bsnes_v037a.tar.bz2
15 years, 11 months
rpms/libquicktime/devel sources, 1.2, 1.3 .cvsignore, 1.2, 1.3 libquicktime.spec, 1.2, 1.3
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libquicktime/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6840
Modified Files:
sources .cvsignore libquicktime.spec
Log Message:
- Update to 1.1.0
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libquicktime/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 8 Aug 2008 18:13:13 -0000 1.2
+++ sources 4 Dec 2008 22:55:44 -0000 1.3
@@ -1 +1 @@
-823191104cdd665c75d447c8f5f8bf7e libquicktime-1.0.3.tar.gz
+8ea07d22a8734f8590efd5e341e6a072 libquicktime-1.1.0.tar.gz
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libquicktime/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 8 Aug 2008 18:13:13 -0000 1.2
+++ .cvsignore 4 Dec 2008 22:55:44 -0000 1.3
@@ -1 +1 @@
-libquicktime-1.0.3.tar.gz
+libquicktime-1.1.0.tar.gz
Index: libquicktime.spec
===================================================================
RCS file: /cvs/free/rpms/libquicktime/devel/libquicktime.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libquicktime.spec 8 Sep 2008 13:50:13 -0000 1.2
+++ libquicktime.spec 4 Dec 2008 22:55:44 -0000 1.3
@@ -1,7 +1,7 @@
Summary: Library for reading and writing Quicktime files
Name: libquicktime
-Version: 1.0.3
-Release: 4%{?dist}
+Version: 1.1.0
+Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://libquicktime.sourceforge.net/
@@ -69,7 +69,7 @@
--disable-static \
--with-libdv \
--enable-libswscale \
-%ifarch i686 athlon pentium3 pentium4 x86_64 ia64
+%ifarch %{ix86} x86_64 ia64
--enable-mmx \
%else
--disable-mmx
@@ -130,6 +130,9 @@
# --------------------------------------------------------------------
%changelog
+* Thu Dec 4 2008 kwizart <kwizart at gmail.com> - 1.1.0-1
+- Update to 1.1.0
+
* Mon Sep 08 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.0.3-4
- rebuild for new x264
15 years, 11 months
rpms/ffmpeg/devel .cvsignore, 1.5, 1.6 ffmpeg.spec, 1.7, 1.8 sources, 1.5, 1.6 ffmpeg-asmreg.patch, 1.1, NONE ffmpeg-cmov.patch, 1.1, NONE ffmpeg-cpu.patch, 1.1, NONE
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/ffmpeg/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30491
Modified Files:
.cvsignore ffmpeg.spec sources
Removed Files:
ffmpeg-asmreg.patch ffmpeg-cmov.patch ffmpeg-cpu.patch
Log Message:
* Thu Dec 04 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.53.20081202
- 20081202 snapshot
- drop upstreamed/obsolete patches
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 17 Sep 2008 22:55:34 -0000 1.5
+++ .cvsignore 4 Dec 2008 20:15:31 -0000 1.6
@@ -1 +1 @@
-ffmpeg-20080908.tar.bz2
+ffmpeg-20081202.tar.bz2
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/ffmpeg.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ffmpeg.spec 20 Nov 2008 18:40:26 -0000 1.7
+++ ffmpeg.spec 4 Dec 2008 20:15:31 -0000 1.8
@@ -1,20 +1,17 @@
# TODO: add make test to %%check section
-%define svn 20080908
+%define svn 20081202
%define faad2min 1:2.6.1
Summary: Digital VCR and streaming server
Name: ffmpeg
Version: 0.4.9
-Release: 0.52.%{svn}%{?dist}
+Release: 0.53.%{svn}%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://ffmpeg.org/
Source0: http://rpm.greysector.net/livna/%{name}-%{svn}.tar.bz2
Source1: %{name}-snapshot.sh
-Patch0: %{name}-cpu.patch
-Patch1: %{name}-cmov.patch
-Patch4: %{name}-asmreg.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%{?_with_amr:BuildRequires: amrnb-devel amrwb-devel}
@@ -103,9 +100,6 @@
%prep
%setup -q -n %{name}-%{svn}
-%patch0 -p1 -b .cpu
-%patch1 -p1 -b .cmov
-%patch4 -p1 -b .asmreg
%build
mkdir generic
@@ -114,9 +108,7 @@
--shlibdir=%{_libdir} \
%ifarch %{ix86}
--cpu=%{_target_cpu} \
- --disable-amd3dnow \
--disable-mmx \
- --disable-sse \
%endif
%ifarch ppc ppc64
--disable-altivec \
@@ -124,9 +116,6 @@
%ifarch sparc sparc64
--disable-vis \
%endif
-%ifarch x86_64
- --disable-amd3dnow \
-%endif
make %{?_smp_mflags}
popd
@@ -137,8 +126,6 @@
%{ff_configure}\
--shlibdir=%{_libdir}/sse2 \
--cpu=i686 \
- --disable-amd3dnow \
- --disable-ssse3 \
--disable-ffmpeg \
--disable-ffserver \
--disable-ffplay \
@@ -263,6 +250,10 @@
%changelog
+* Thu Dec 04 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.53.20081202
+- 20081202 snapshot
+- drop upstreamed/obsolete patches
+
* Thu Nov 20 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.52.20080908
- add obsoletes for -compat package (RPMFusion bug #173)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 17 Sep 2008 22:55:34 -0000 1.5
+++ sources 4 Dec 2008 20:15:31 -0000 1.6
@@ -1 +1 @@
-0165b69b8e5bfc7a82fcf2247269b84b ffmpeg-20080908.tar.bz2
+231d71e5cc6101ac8fb8403b76758877 ffmpeg-20081202.tar.bz2
--- ffmpeg-asmreg.patch DELETED ---
--- ffmpeg-cmov.patch DELETED ---
--- ffmpeg-cpu.patch DELETED ---
15 years, 11 months
rpms/mplayer/EL-5 mplayer.spec,1.9,1.10
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/mplayer/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28820
Modified Files:
mplayer.spec
Log Message:
disable lirc completely (second try)
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/EL-5/mplayer.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mplayer.spec 4 Dec 2008 19:27:25 -0000 1.9
+++ mplayer.spec 4 Dec 2008 19:48:25 -0000 1.10
@@ -234,7 +234,6 @@
--enable-unrarexec \
--disable-termcap \
--disable-bitmap-font \
- --enable-lirc \
--enable-joystick \
%{!?_with_nemesi:--disable-nemesi} \
--disable-dvdread-internal \
15 years, 11 months
rpms/mplayer/EL-5 mplayer.spec,1.8,1.9
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/mplayer/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27663
Modified Files:
mplayer.spec
Log Message:
disable lirc completely
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/EL-5/mplayer.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mplayer.spec 4 Dec 2008 19:14:09 -0000 1.8
+++ mplayer.spec 4 Dec 2008 19:27:25 -0000 1.9
@@ -183,7 +183,6 @@
--enable-unrarexec \
--disable-termcap \
--disable-bitmap-font \
- --enable-lirc \
--enable-joystick \
%{!?_with_nemesi:--disable-nemesi} \
--disable-dvdread-internal \
15 years, 11 months
rpms/mplayer/EL-5 mplayer.spec,1.7,1.8
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/mplayer/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27003
Modified Files:
mplayer.spec
Log Message:
* Thu Dec 04 2008 Thorsten Leemhuis <fedora at leemhuis.info> - 1.0-0.101.20080903svn.1
- disable BRs lirc-devel libsmbclient-devel speex-devel and em8300-devel for EL
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/EL-5/mplayer.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mplayer.spec 16 Oct 2008 20:03:52 -0000 1.7
+++ mplayer.spec 4 Dec 2008 19:14:09 -0000 1.8
@@ -6,7 +6,7 @@
Name: mplayer
Version: 1.0
-Release: 0.101.%{pre}%{?dist}
+Release: 0.101.%{pre}%{?dist}.1
Summary: Movie player playing most video formats and DVDs
Group: Applications/Multimedia
@@ -34,7 +34,7 @@
BuildRequires: alsa-lib-devel
BuildRequires: cdparanoia-devel
BuildRequires: desktop-file-utils
-BuildRequires: em8300-devel
+#BuildRequires: em8300-devel
BuildRequires: enca-devel
BuildRequires: faac-devel
BuildRequires: faad2 >= %{faad2min}
@@ -59,14 +59,14 @@
BuildRequires: libdvdnav-devel >= 4.1.3-0.4
BuildRequires: libjpeg-devel
BuildRequires: libmpcdec-devel
-BuildRequires: libsmbclient-devel
+#BuildRequires: libsmbclient-devel
BuildRequires: libtheora-devel
BuildRequires: libvorbis-devel
-BuildRequires: lirc-devel
+#BuildRequires: lirc-devel
BuildRequires: live555-devel
BuildRequires: lzo-devel >= 2
BuildRequires: pulseaudio-lib-devel
-BuildRequires: speex-devel >= 1.1
+#BuildRequires: speex-devel >= 1.1
BuildRequires: twolame-devel
BuildRequires: x264-devel >= 0.0.0-0.14.20080613
BuildRequires: xvidcore-devel >= 0.9.2
@@ -390,6 +390,9 @@
%changelog
+* Thu Dec 04 2008 Thorsten Leemhuis <fedora at leemhuis.info> - 1.0-0.101.20080903svn.1
+- disable BRs lirc-devel libsmbclient-devel speex-devel and em8300-devel for EL
+
* Thu Oct 16 2008 Dominik Mierzejewski <rpm at greysector.net> - 1.0-0.101.20080903svn
- remove libdvdcss copy from the source tarball
15 years, 11 months
rpms/rt2870-kmod/F-10 rt2870-kmod.spec, 1.11, 1.12 rt2870-2.6.25-iwe_stream-fix.patch, 1.1, NONE
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2870-kmod/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24150
Modified Files:
rt2870-kmod.spec
Removed Files:
rt2870-2.6.25-iwe_stream-fix.patch
Log Message:
* Thu Dec 04 2008 Orcan Ogetbil <orcanbahri [AT] yahoo [DOT] com> - 1.4.0.0-2
- removed the iwe-stream patch since it is not needed for 2.6.27+ kernels
Index: rt2870-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2870-kmod/F-10/rt2870-kmod.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- rt2870-kmod.spec 2 Dec 2008 06:35:19 -0000 1.11
+++ rt2870-kmod.spec 4 Dec 2008 18:22:28 -0000 1.12
@@ -7,7 +7,7 @@
Name: rt2870-kmod
Version: 1.4.0.0
-Release: 1%{?dist}.10
+Release: 2%{?dist}
Summary: Kernel module for wireless devices with Ralink's rt2870 chipsets
Group: System Environment/Kernel
@@ -15,7 +15,7 @@
URL: http://www.ralinktech.com/ralink/Home/Support/Linux.html
Source0: http://www.ralinktech.com.tw/data/drivers/2008_0925_RT2870_Linux_STA_v1.4...
Source11: rt2870-kmodtool-excludekernel-filterfile
-Patch0: rt2870-2.6.25-iwe_stream-fix.patch
+
Patch1: rt2870-linksys-wusb100-support.patch
Patch2: rt2870-Makefile.x-fixes.patch
Patch3: rt2870-NetworkManager-support.patch
@@ -45,7 +45,6 @@
%setup -q -c -T -a 0
-%patch0 -p1 -b .iwestream
%patch1 -p1 -b .linksys
%patch2 -p1 -b .rpmbuild
%patch3 -p1 -b .NetworkManager
@@ -73,6 +72,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Dec 04 2008 Orcan Ogetbil <orcanbahri [AT] yahoo [DOT] com> - 1.4.0.0-2
+- removed the iwe-stream patch since it is not needed for 2.6.27+ kernels
+
* Tue Dec 02 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.4.0.0-1.10
- rebuild for latest Fedora kernel;
--- rt2870-2.6.25-iwe_stream-fix.patch DELETED ---
15 years, 11 months