rpms/xine-lib-extras-freeworld/EL-5 xine-lib-extras-freeworld.spec, 1.4, 1.5
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/xine-lib-extras-freeworld/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25336
Modified Files:
xine-lib-extras-freeworld.spec
Log Message:
EL-5 fixes, use internal ffmpeg for now, until external one is available
Index: xine-lib-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/xine-lib-extras-freeworld/EL-5/xine-lib-extras-freeworld.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xine-lib-extras-freeworld.spec 4 Sep 2008 12:23:10 -0000 1.4
+++ xine-lib-extras-freeworld.spec 23 Sep 2008 13:10:19 -0000 1.5
@@ -3,6 +3,10 @@
%define abiver 1.24
+%if 0%{?fedora} > 6
+%define _with_external_ffmpeg --with-external-ffmpeg
+%endif
+
Name: xine-lib-extras-freeworld
Summary: Non-free extra codecs for the Xine library
Version: 1.1.15
@@ -19,7 +23,7 @@
BuildRequires: zlib-devel
BuildRequires: gawk
# External libs
-BuildRequires: ffmpeg-devel >= 0.4.9-0.22.20060804
+%{?_with_external_ffmpeg:BuildRequires: ffmpeg-devel >= 0.4.9-0.22.20060804}
BuildRequires: a52dec-devel
BuildRequires: libmad-devel
BuildRequires: libdca-devel
@@ -65,7 +69,6 @@
# Keep order of options the same as in ./configure --help for easy maintenance
%configure \
--disable-dependency-tracking \
- --with-external-ffmpeg \
--enable-ipv6 \
--disable-opengl \
--disable-xvmc \
@@ -85,7 +88,7 @@
--disable-gnomevfs \
--disable-gdkpixbuf \
--disable-samba \
- --with-external-ffmpeg \
+ %{?_with_external_ffmpeg} \
--with-external-a52dec \
--with-external-libmad \
--with-external-libdts
16 years, 2 months
rpms/gcube/F-8 gcube.spec,1.1,1.2
by David Timms
Author: dtimms
Update of /cvs/free/rpms/gcube/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2233
Modified Files:
gcube.spec
Log Message:
Release bump and build for rpmfusion
16 years, 2 months
rpms/gcube/F-9 gcube.spec,1.1,1.2
by David Timms
Author: dtimms
Update of /cvs/free/rpms/gcube/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1879
Modified Files:
gcube.spec
Log Message:
Version bump for rpmfusion
Index: gcube.spec
===================================================================
RCS file: /cvs/free/rpms/gcube/F-9/gcube.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gcube.spec 17 Aug 2008 14:43:45 -0000 1.1
+++ gcube.spec 22 Sep 2008 08:31:08 -0000 1.2
@@ -1,17 +1,23 @@
-Name: gcube
-Version: 0.4
-Release: 3%{?dist}
-Summary: Nintendo Gamecube emulator
-Group: Applications/Emulators
-License: GPLv2
-URL: http://gcube.exemu.net
-Source0: http://gcube.exemu.net/downloads/%{name}-%{version}-src.tar.bz2
-Patch0: gcube-0.4-nostrip.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: libGLU-devel
-BuildRequires: libjpeg-devel
-BuildRequires: SDL-devel >= 1.2.7
-BuildRequires: zlib-devel
+Name: gcube
+Version: 0.4
+Release: 5%{?dist}
+Summary: Nintendo Gamecube emulator
+
+Group: Applications/Emulators
+License: GPLv2+
+URL: http://gcube.exemu.net
+# source is no longer present at original source0.
+# further devel under other project names. md5sum matches dribble original.
+# Source0: http://gcube.exemu.net/downloads/%{name}-%{version}-src.tar.bz2
+Source0: http://ftp.netbsd.org/pub/NetBSD/packages/distfiles/%{name}-%{version}-sr...
+Patch0: gcube-0.4-nostrip.patch
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+BuildRequires: libGLU-devel
+BuildRequires: libjpeg-devel
+BuildRequires: SDL-devel >= 1.2.7
+BuildRequires: zlib-devel
+# ppc64 build does not seem to support asm opcode bswap, so exclude arch
+ExcludeArch: ppc64
%description
@@ -54,6 +60,13 @@
%changelog
+* Mon Sep 22 2008 David Timms <iinet.net.au@dtimms> 0.4-5
+- add ExcludeArch: ppc64 since lack of asm bswap stops build
+
+* Sun Sep 21 2008 David Timms <iinet.net.au@dtimms> 0.4-4
+- initial import into rpmfusion and release bump
+- set license tag to match updated fedora guideline
+
* Wed Dec 12 2007 Ian Chapman <packages[AT]amiga-hardware.com> 0.4-3
- Minor spec changes for devel
- License change due to new guidelines
@@ -63,4 +76,4 @@
- Added patch to not strip binaries for debuginfo packages
* Mon Oct 09 2006 Ian Chapman <packages[AT]amiga-hardware.com> 0.4-1
-- Initial Release
\ No newline at end of file
+- Initial Release
16 years, 2 months
rpms/gcube/devel gcube.spec,1.2,1.3
by David Timms
Author: dtimms
Update of /cvs/free/rpms/gcube/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20763
Modified Files:
gcube.spec
Log Message:
mod to not build on ppc64
Index: gcube.spec
===================================================================
RCS file: /cvs/free/rpms/gcube/devel/gcube.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gcube.spec 21 Sep 2008 14:08:49 -0000 1.2
+++ gcube.spec 21 Sep 2008 22:34:21 -0000 1.3
@@ -1,6 +1,6 @@
Name: gcube
Version: 0.4
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Nintendo Gamecube emulator
Group: Applications/Emulators
@@ -16,6 +16,8 @@
BuildRequires: libjpeg-devel
BuildRequires: SDL-devel >= 1.2.7
BuildRequires: zlib-devel
+# ppc64 build does not seem to support asm opcode bswap, so exclude arch
+ExcludeArch: ppc64
%description
@@ -58,6 +60,9 @@
%changelog
+* Mon Sep 22 2008 David Timms <iinet.net.au@dtimms> 0.4-5
+- add ExcludeArch: ppc64 since lack of asm bswap stops build
+
* Sun Sep 21 2008 David Timms <iinet.net.au@dtimms> 0.4-4
- initial import into rpmfusion and release bump
- set license tag to match updated fedora guideline
16 years, 2 months
rpms/gcube/devel gcube.spec,1.1,1.2
by David Timms
Author: dtimms
Update of /cvs/free/rpms/gcube/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24419
Modified Files:
gcube.spec
Log Message:
rpmfusion release bump ready for build
Index: gcube.spec
===================================================================
RCS file: /cvs/free/rpms/gcube/devel/gcube.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gcube.spec 17 Aug 2008 14:39:40 -0000 1.1
+++ gcube.spec 21 Sep 2008 14:08:49 -0000 1.2
@@ -1,17 +1,21 @@
-Name: gcube
-Version: 0.4
-Release: 3%{?dist}
-Summary: Nintendo Gamecube emulator
-Group: Applications/Emulators
-License: GPLv2
-URL: http://gcube.exemu.net
-Source0: http://gcube.exemu.net/downloads/%{name}-%{version}-src.tar.bz2
-Patch0: gcube-0.4-nostrip.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: libGLU-devel
-BuildRequires: libjpeg-devel
-BuildRequires: SDL-devel >= 1.2.7
-BuildRequires: zlib-devel
+Name: gcube
+Version: 0.4
+Release: 4%{?dist}
+Summary: Nintendo Gamecube emulator
+
+Group: Applications/Emulators
+License: GPLv2+
+URL: http://gcube.exemu.net
+# source is no longer present at original source0.
+# further devel under other project names. md5sum matches dribble original.
+# Source0: http://gcube.exemu.net/downloads/%{name}-%{version}-src.tar.bz2
+Source0: http://ftp.netbsd.org/pub/NetBSD/packages/distfiles/%{name}-%{version}-sr...
+Patch0: gcube-0.4-nostrip.patch
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+BuildRequires: libGLU-devel
+BuildRequires: libjpeg-devel
+BuildRequires: SDL-devel >= 1.2.7
+BuildRequires: zlib-devel
%description
@@ -54,6 +58,10 @@
%changelog
+* Sun Sep 21 2008 David Timms <iinet.net.au@dtimms> 0.4-4
+- initial import into rpmfusion and release bump
+- set license tag to match updated fedora guideline
+
* Wed Dec 12 2007 Ian Chapman <packages[AT]amiga-hardware.com> 0.4-3
- Minor spec changes for devel
- License change due to new guidelines
@@ -63,4 +71,4 @@
- Added patch to not strip binaries for debuginfo packages
* Mon Oct 09 2006 Ian Chapman <packages[AT]amiga-hardware.com> 0.4-1
-- Initial Release
\ No newline at end of file
+- Initial Release
16 years, 2 months
rpms/mednafen/F-8 .cvsignore, 1.2, 1.3 mednafen.spec, 1.1, 1.2 sources, 1.2, 1.3 mednafen-0.7.1-norpath.patch, 1.1, NONE
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mednafen/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24667
Modified Files:
.cvsignore mednafen.spec sources
Removed Files:
mednafen-0.7.1-norpath.patch
Log Message:
* Sat Sep 20 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.8.9-1
- Updated to 0.8.9
- Dropped the rpath patch, does not seem to be necessary
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mednafen/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 4 Sep 2008 11:10:47 -0000 1.2
+++ .cvsignore 20 Sep 2008 17:12:19 -0000 1.3
@@ -1 +1 @@
-mednafen-0.8.7.tar.bz2
+mednafen-0.8.9.tar.bz2
Index: mednafen.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mednafen/F-8/mednafen.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mednafen.spec 4 Sep 2008 11:10:47 -0000 1.1
+++ mednafen.spec 20 Sep 2008 17:12:19 -0000 1.2
@@ -1,12 +1,11 @@
Name: mednafen
-Version: 0.8.7
+Version: 0.8.9
Release: 1%{?dist}
Summary: A multi-system emulator utilizing OpenGL and SDL
Group: Applications/Emulators
License: GPLv2+
URL: http://mednafen.sourceforge.net
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
-Patch0: mednafen-0.7.1-norpath.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gettext
BuildRequires: pkgconfig >= 0.9.0
@@ -40,15 +39,12 @@
%prep
%setup -q -n %{name}
-%patch0 -p1
# Permission cleanups for debuginfo
chmod -x src/wswan/dis/*
%build
-# Note --disable-rpath seems to get ignored, at least on x86_64 so we rely on
-# the patch aswell.
%configure --disable-rpath
make %{?_smp_mflags}
@@ -70,6 +66,10 @@
%changelog
+* Sat Sep 20 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.8.9-1
+- Updated to 0.8.9
+- Dropped the rpath patch, does not seem to be necessary
+
* Tue Jan 08 2008 Ian Chapman <packages[AT]amiga-hardware.com> 0.8.7-1
- Upgrade to 0.8.7
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mednafen/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 4 Sep 2008 11:10:47 -0000 1.2
+++ sources 20 Sep 2008 17:12:19 -0000 1.3
@@ -1 +1 @@
-0bf5d722abc77323762c6fe81b5a2b25 mednafen-0.8.7.tar.bz2
+8b5797b1557cfa07a070d8eb1f276740 mednafen-0.8.9.tar.bz2
--- mednafen-0.7.1-norpath.patch DELETED ---
16 years, 2 months
rpms/mednafen/F-9 .cvsignore, 1.2, 1.3 mednafen.spec, 1.1, 1.2 sources, 1.2, 1.3
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mednafen/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24489
Modified Files:
.cvsignore mednafen.spec sources
Log Message:
* Tue Jan 08 2008 Ian Chapman <packages[AT]amiga-hardware.com> 0.8.7-1
- Upgrade to 0.8.7
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mednafen/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 4 Sep 2008 11:14:17 -0000 1.2
+++ .cvsignore 20 Sep 2008 17:12:04 -0000 1.3
@@ -1 +1 @@
-mednafen-0.8.7.tar.bz2
+mednafen-0.8.9.tar.bz2
Index: mednafen.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mednafen/F-9/mednafen.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mednafen.spec 4 Sep 2008 11:14:17 -0000 1.1
+++ mednafen.spec 20 Sep 2008 17:12:04 -0000 1.2
@@ -1,12 +1,11 @@
Name: mednafen
-Version: 0.8.7
+Version: 0.8.9
Release: 1%{?dist}
Summary: A multi-system emulator utilizing OpenGL and SDL
Group: Applications/Emulators
License: GPLv2+
URL: http://mednafen.sourceforge.net
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
-Patch0: mednafen-0.7.1-norpath.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gettext
BuildRequires: pkgconfig >= 0.9.0
@@ -40,15 +39,12 @@
%prep
%setup -q -n %{name}
-%patch0 -p1
# Permission cleanups for debuginfo
chmod -x src/wswan/dis/*
%build
-# Note --disable-rpath seems to get ignored, at least on x86_64 so we rely on
-# the patch aswell.
%configure --disable-rpath
make %{?_smp_mflags}
@@ -70,6 +66,10 @@
%changelog
+* Sat Sep 20 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.8.9-1
+- Updated to 0.8.9
+- Dropped the rpath patch, does not seem to be necessary
+
* Tue Jan 08 2008 Ian Chapman <packages[AT]amiga-hardware.com> 0.8.7-1
- Upgrade to 0.8.7
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mednafen/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 4 Sep 2008 11:14:17 -0000 1.2
+++ sources 20 Sep 2008 17:12:04 -0000 1.3
@@ -1 +1 @@
-0bf5d722abc77323762c6fe81b5a2b25 mednafen-0.8.7.tar.bz2
+8b5797b1557cfa07a070d8eb1f276740 mednafen-0.8.9.tar.bz2
16 years, 2 months
rpms/mednafen/devel .cvsignore, 1.2, 1.3 mednafen.spec, 1.1, 1.2 sources, 1.2, 1.3 mednafen-0.7.1-norpath.patch, 1.1, NONE
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mednafen/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23878/devel
Modified Files:
.cvsignore mednafen.spec sources
Removed Files:
mednafen-0.7.1-norpath.patch
Log Message:
Initial RPM Fusion import
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mednafen/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 4 Sep 2008 11:20:12 -0000 1.2
+++ .cvsignore 20 Sep 2008 17:05:32 -0000 1.3
@@ -1 +1 @@
-mednafen-0.8.7.tar.bz2
+mednafen-0.8.9.tar.bz2
Index: mednafen.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mednafen/devel/mednafen.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mednafen.spec 4 Sep 2008 11:20:12 -0000 1.1
+++ mednafen.spec 20 Sep 2008 17:05:32 -0000 1.2
@@ -1,12 +1,11 @@
Name: mednafen
-Version: 0.8.7
+Version: 0.8.9
Release: 1%{?dist}
Summary: A multi-system emulator utilizing OpenGL and SDL
Group: Applications/Emulators
License: GPLv2+
URL: http://mednafen.sourceforge.net
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
-Patch0: mednafen-0.7.1-norpath.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gettext
BuildRequires: pkgconfig >= 0.9.0
@@ -40,15 +39,12 @@
%prep
%setup -q -n %{name}
-%patch0 -p1
# Permission cleanups for debuginfo
chmod -x src/wswan/dis/*
%build
-# Note --disable-rpath seems to get ignored, at least on x86_64 so we rely on
-# the patch aswell.
%configure --disable-rpath
make %{?_smp_mflags}
@@ -70,6 +66,10 @@
%changelog
+* Sat Sep 20 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.8.9-1
+- Updated to 0.8.9
+- Dropped the rpath patch, does not seem to be necessary
+
* Tue Jan 08 2008 Ian Chapman <packages[AT]amiga-hardware.com> 0.8.7-1
- Upgrade to 0.8.7
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mednafen/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 4 Sep 2008 11:20:12 -0000 1.2
+++ sources 20 Sep 2008 17:05:32 -0000 1.3
@@ -1 +1 @@
-0bf5d722abc77323762c6fe81b5a2b25 mednafen-0.8.7.tar.bz2
+8b5797b1557cfa07a070d8eb1f276740 mednafen-0.8.9.tar.bz2
--- mednafen-0.7.1-norpath.patch DELETED ---
16 years, 2 months
rpms/m2vrequantiser/F-8 m2vrequantiser.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/m2vrequantiser/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4403
Modified Files:
.cvsignore sources
Added Files:
m2vrequantiser.spec
Log Message:
initial import from livna
--- NEW FILE m2vrequantiser.spec ---
Name: m2vrequantiser
Version: 20030929
Release: 3%{?dist}
Summary: MPEG-2 stream requantizer
Group: Applications/Multimedia
License: GPL+
URL: http://www.metakine.com/
Source0: http://www.xeatre.tv/community/burn/contrib/M2VRequantizer.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
M2VRequantiser is a tool to requantize MPEG-2 streams without
recompressing.
%prep
%setup -q -n M2VRequantizer
rm -f requant
%build
%{__cc} $RPM_OPT_FLAGS -lm -o requant main.c
%install
rm -rf $RPM_BUILD_ROOT
install -Dpm 755 requant $RPM_BUILD_ROOT%{_bindir}/requant
ln -s requant $RPM_BUILD_ROOT%{_bindir}/M2VRequantiser
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_bindir}/M2VRequantiser
%{_bindir}/requant
%changelog
* Sat Sep 20 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 20030929-3
- rebuild for rpmfusion
* Wed Aug 22 2007 Ville Skyttä <ville.skytta at iki.fi> - 20030929-2
- License: GPL+
* Mon Dec 11 2006 Ville Skyttä <ville.skytta at iki.fi> - 20030929-1
- First RLO build.
* Thu Aug 17 2006 Ville Skyttä <ville.skytta at iki.fi> - 20030929-0.1
- First build.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/m2vrequantiser/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 20 Sep 2008 11:45:47 -0000 1.1
+++ .cvsignore 20 Sep 2008 11:57:00 -0000 1.2
@@ -0,0 +1 @@
+M2VRequantizer.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/m2vrequantiser/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Sep 2008 11:45:47 -0000 1.1
+++ sources 20 Sep 2008 11:57:00 -0000 1.2
@@ -0,0 +1 @@
+5d01e53b6051e281a1681654c8481bac M2VRequantizer.tar.gz
16 years, 2 months