rpms/qmmp-plugins-freeworld/F-9 qmmp-plugins-freeworld.spec, 1.1, 1.2
by Karel Volný
Author: kvolny
Update of /cvs/free/rpms/qmmp-plugins-freeworld/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3834
Modified Files:
qmmp-plugins-freeworld.spec
Log Message:
updated for new ffmpeg
Index: qmmp-plugins-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/qmmp-plugins-freeworld/F-9/qmmp-plugins-freeworld.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qmmp-plugins-freeworld.spec 8 Aug 2008 18:38:41 -0000 1.1
+++ qmmp-plugins-freeworld.spec 20 Aug 2008 14:56:50 -0000 1.2
@@ -1,6 +1,6 @@
Name: qmmp-plugins-freeworld
Version: 0.2.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Plugins for qmmp (Qt-based multimedia player)
Group: Applications/Multimedia
@@ -13,7 +13,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: cmake ffmpeg-devel >= 0.4.9-pre1 libmad-devel qt-devel >= 4.2
+BuildRequires: cmake ffmpeg-devel >= 0.4.9-0.8 libmad-devel qt-devel >= 4.2
BuildRequires: taglib-devel libcurl-devel
BuildRequires: qmmp = %{version}
Requires: qmmp = %{version}
@@ -28,6 +28,14 @@
%setup -q -n qmmp-%{version}
cp %{SOURCE2} .
chmod +x qmmp-filter-provides.sh
+# adjust includes for the header move in latest ffmpeg
+sed -i \
+ -e 's|<avcodec.h|<libavcodec/avcodec.h|g' \
+ -e 's|g/avcodec.h|g/libavcodec/avcodec.h|g' \
+ -e 's|<avformat.h|<libavformat/avformat.h|g' \
+ -e 's|g/avformat.h|g/libavformat/avformat.h|g' \
+ src/plugins/Input/ffmpeg/decoder_ffmpeg.h \
+ src/plugins/Input/ffmpeg/decoderffmpegfactory.cpp
%build
@@ -78,6 +86,10 @@
%changelog
+* Wed Aug 20 2008 Karel Volny <kvolny(a)redhat.com> 0.2.0-4
+- adjusted includes for the header move in latest ffmpeg
+- upgrade ffmpeg-devel dependency
+
* Fri Aug 08 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.2.0-3
- rebuild
16 years, 3 months
rpms/sdlmame-data/F-8 .cvsignore, 1.3, 1.4 sdlmame-data.spec, 1.4, 1.5 sources, 1.3, 1.4
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame-data/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22303
Modified Files:
.cvsignore sdlmame-data.spec sources
Log Message:
* Wed Aug 20 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0127-1
- Updated mameinfo.dat to 0.127
- Updated history.dat to 0.127
- Updated catver.ini to 0.127
- Dropped cheat.dat until there is a replacement database
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data/F-8/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 11 Jul 2008 10:42:13 -0000 1.3
+++ .cvsignore 20 Aug 2008 12:44:02 -0000 1.4
@@ -1,5 +1,4 @@
catveren.zip
-cheat123.zip
-mamehistory126.zip
-Mameinfo0126.zip
+mamehistory127.zip
+Mameinfo0127.zip
sdlmame-ctrlr.tgz
Index: sdlmame-data.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data/F-8/sdlmame-data.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sdlmame-data.spec 30 Jul 2008 16:24:28 -0000 1.4
+++ sdlmame-data.spec 20 Aug 2008 12:44:02 -0000 1.5
@@ -1,14 +1,13 @@
-%define vernumber 126
+%define vernumber 127
Name: sdlmame-data
Version: 0%{vernumber}
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: Data files for the SDLMAME package
Group: Amusements/Games
License: Distibutable
URL: http://mamedev.org
-Source0: http://cheat.retrogames.com/cheat123.zip
Source1: http://www.arcade-history.com/dats/mamehistory%{vernumber}.zip
Source2: http://www.mameworld.net/mameinfo/update/Mameinfo%{version}.zip
Source3: sdlmame-ctrlr.tgz
@@ -27,7 +26,6 @@
%setup -qcT
# extract DAT files
-unzip -qa %{SOURCE0} -d .
unzip -qa %{SOURCE1} -d .
7za x %{SOURCE2}
7za x Mameinfo%{version}.exe
@@ -37,7 +35,7 @@
# fix permissions and line endings
chmod 0644 mameinfo/*.txt
chmod 0755 mameinfo
-sed -i 's/\r//' cheat.txt mameinfo/*
+sed -i 's/\r//' mameinfo/*
#fix encoding
for i in mameinfo/*.txt
@@ -53,7 +51,7 @@
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_datadir}/mame
-install -pm 644 cheat.dat history.dat mameinfo.dat catveren/Catver.ini\
+install -pm 644 history.dat mameinfo.dat catveren/Catver.ini\
$RPM_BUILD_ROOT%{_datadir}/mame
install -d $RPM_BUILD_ROOT%{_datadir}/mame/ctrlr
tar --extract --directory $RPM_BUILD_ROOT%{_datadir}/mame/ctrlr \
@@ -66,11 +64,17 @@
%files
%defattr(-,root,root,-)
-%doc cheat.txt mameinfo
+%doc mameinfo
%{_datadir}/mame
%changelog
+* Wed Aug 20 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0127-1
+- Updated mameinfo.dat to 0.127
+- Updated history.dat to 0.127
+- Updated catver.ini to 0.127
+- Dropped cheat.dat until there is a replacement database
+
* Wed Jul 30 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0126-2
- rebuild for buildsys cflags issue
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data/F-8/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 11 Jul 2008 10:42:13 -0000 1.3
+++ sources 20 Aug 2008 12:44:02 -0000 1.4
@@ -1,5 +1,4 @@
-bc8ebf9e52f7b8c2a7e0b99127537879 catveren.zip
-d0d1a40db4ac14af3f875dd36ffee72e cheat123.zip
-3acdc504860b07d275b49e92f30173d8 mamehistory126.zip
-6c322350c7b9c95459538660a65abf2c Mameinfo0126.zip
+d88964fffa53f69c9b14b78b8d3fbb89 catveren.zip
+440a1d681b059057cb9fd587d640c51a mamehistory127.zip
+249383856ebb293c16468c2ea33124b9 Mameinfo0127.zip
22d7e6bfa793351a8297f173c9f3ba77 sdlmame-ctrlr.tgz
16 years, 3 months
rpms/sdlmame-data/devel .cvsignore, 1.3, 1.4 sdlmame-data.spec, 1.4, 1.5 sources, 1.3, 1.4
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame-data/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22201
Modified Files:
.cvsignore sdlmame-data.spec sources
Log Message:
* Wed Aug 20 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0127-1
- Updated mameinfo.dat to 0.127
- Updated history.dat to 0.127
- Updated catver.ini to 0.127
- Dropped cheat.dat until there is a replacement database
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 11 Jul 2008 10:41:51 -0000 1.3
+++ .cvsignore 20 Aug 2008 12:43:54 -0000 1.4
@@ -1,5 +1,4 @@
catveren.zip
-cheat123.zip
-mamehistory126.zip
-Mameinfo0126.zip
+mamehistory127.zip
+Mameinfo0127.zip
sdlmame-ctrlr.tgz
Index: sdlmame-data.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data/devel/sdlmame-data.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sdlmame-data.spec 30 Jul 2008 16:23:17 -0000 1.4
+++ sdlmame-data.spec 20 Aug 2008 12:43:54 -0000 1.5
@@ -1,14 +1,13 @@
-%define vernumber 126
+%define vernumber 127
Name: sdlmame-data
Version: 0%{vernumber}
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: Data files for the SDLMAME package
Group: Amusements/Games
License: Distibutable
URL: http://mamedev.org
-Source0: http://cheat.retrogames.com/cheat123.zip
Source1: http://www.arcade-history.com/dats/mamehistory%{vernumber}.zip
Source2: http://www.mameworld.net/mameinfo/update/Mameinfo%{version}.zip
Source3: sdlmame-ctrlr.tgz
@@ -27,7 +26,6 @@
%setup -qcT
# extract DAT files
-unzip -qa %{SOURCE0} -d .
unzip -qa %{SOURCE1} -d .
7za x %{SOURCE2}
7za x Mameinfo%{version}.exe
@@ -37,7 +35,7 @@
# fix permissions and line endings
chmod 0644 mameinfo/*.txt
chmod 0755 mameinfo
-sed -i 's/\r//' cheat.txt mameinfo/*
+sed -i 's/\r//' mameinfo/*
#fix encoding
for i in mameinfo/*.txt
@@ -53,7 +51,7 @@
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_datadir}/mame
-install -pm 644 cheat.dat history.dat mameinfo.dat catveren/Catver.ini\
+install -pm 644 history.dat mameinfo.dat catveren/Catver.ini\
$RPM_BUILD_ROOT%{_datadir}/mame
install -d $RPM_BUILD_ROOT%{_datadir}/mame/ctrlr
tar --extract --directory $RPM_BUILD_ROOT%{_datadir}/mame/ctrlr \
@@ -66,11 +64,17 @@
%files
%defattr(-,root,root,-)
-%doc cheat.txt mameinfo
+%doc mameinfo
%{_datadir}/mame
%changelog
+* Wed Aug 20 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0127-1
+- Updated mameinfo.dat to 0.127
+- Updated history.dat to 0.127
+- Updated catver.ini to 0.127
+- Dropped cheat.dat until there is a replacement database
+
* Wed Jul 30 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0126-2
- rebuild for buildsys cflags issue
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 11 Jul 2008 10:41:51 -0000 1.3
+++ sources 20 Aug 2008 12:43:54 -0000 1.4
@@ -1,5 +1,4 @@
-bc8ebf9e52f7b8c2a7e0b99127537879 catveren.zip
-d0d1a40db4ac14af3f875dd36ffee72e cheat123.zip
-3acdc504860b07d275b49e92f30173d8 mamehistory126.zip
-6c322350c7b9c95459538660a65abf2c Mameinfo0126.zip
+d88964fffa53f69c9b14b78b8d3fbb89 catveren.zip
+440a1d681b059057cb9fd587d640c51a mamehistory127.zip
+249383856ebb293c16468c2ea33124b9 Mameinfo0127.zip
22d7e6bfa793351a8297f173c9f3ba77 sdlmame-ctrlr.tgz
16 years, 3 months
rpms/sdlmame-data/F-9 .cvsignore, 1.3, 1.4 sdlmame-data.spec, 1.4, 1.5 sources, 1.3, 1.4
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame-data/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22093
Modified Files:
.cvsignore sdlmame-data.spec sources
Log Message:
* Wed Aug 20 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0127-1
- Updated mameinfo.dat to 0.127
- Updated history.dat to 0.127
- Updated catver.ini to 0.127
- Dropped cheat.dat until there is a replacement database
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data/F-9/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 11 Jul 2008 10:37:44 -0000 1.3
+++ .cvsignore 20 Aug 2008 12:43:44 -0000 1.4
@@ -1,5 +1,4 @@
catveren.zip
-cheat123.zip
-mamehistory126.zip
-Mameinfo0126.zip
+mamehistory127.zip
+Mameinfo0127.zip
sdlmame-ctrlr.tgz
Index: sdlmame-data.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data/F-9/sdlmame-data.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sdlmame-data.spec 30 Jul 2008 16:23:52 -0000 1.4
+++ sdlmame-data.spec 20 Aug 2008 12:43:44 -0000 1.5
@@ -1,14 +1,13 @@
-%define vernumber 126
+%define vernumber 127
Name: sdlmame-data
Version: 0%{vernumber}
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: Data files for the SDLMAME package
Group: Amusements/Games
License: Distibutable
URL: http://mamedev.org
-Source0: http://cheat.retrogames.com/cheat123.zip
Source1: http://www.arcade-history.com/dats/mamehistory%{vernumber}.zip
Source2: http://www.mameworld.net/mameinfo/update/Mameinfo%{version}.zip
Source3: sdlmame-ctrlr.tgz
@@ -27,7 +26,6 @@
%setup -qcT
# extract DAT files
-unzip -qa %{SOURCE0} -d .
unzip -qa %{SOURCE1} -d .
7za x %{SOURCE2}
7za x Mameinfo%{version}.exe
@@ -37,7 +35,7 @@
# fix permissions and line endings
chmod 0644 mameinfo/*.txt
chmod 0755 mameinfo
-sed -i 's/\r//' cheat.txt mameinfo/*
+sed -i 's/\r//' mameinfo/*
#fix encoding
for i in mameinfo/*.txt
@@ -53,7 +51,7 @@
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_datadir}/mame
-install -pm 644 cheat.dat history.dat mameinfo.dat catveren/Catver.ini\
+install -pm 644 history.dat mameinfo.dat catveren/Catver.ini\
$RPM_BUILD_ROOT%{_datadir}/mame
install -d $RPM_BUILD_ROOT%{_datadir}/mame/ctrlr
tar --extract --directory $RPM_BUILD_ROOT%{_datadir}/mame/ctrlr \
@@ -66,11 +64,17 @@
%files
%defattr(-,root,root,-)
-%doc cheat.txt mameinfo
+%doc mameinfo
%{_datadir}/mame
%changelog
+* Wed Aug 20 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0127-1
+- Updated mameinfo.dat to 0.127
+- Updated history.dat to 0.127
+- Updated catver.ini to 0.127
+- Dropped cheat.dat until there is a replacement database
+
* Wed Jul 30 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0126-2
- rebuild for buildsys cflags issue
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data/F-9/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 11 Jul 2008 10:37:44 -0000 1.3
+++ sources 20 Aug 2008 12:43:44 -0000 1.4
@@ -1,5 +1,4 @@
-bc8ebf9e52f7b8c2a7e0b99127537879 catveren.zip
-d0d1a40db4ac14af3f875dd36ffee72e cheat123.zip
-3acdc504860b07d275b49e92f30173d8 mamehistory126.zip
-6c322350c7b9c95459538660a65abf2c Mameinfo0126.zip
+d88964fffa53f69c9b14b78b8d3fbb89 catveren.zip
+440a1d681b059057cb9fd587d640c51a mamehistory127.zip
+249383856ebb293c16468c2ea33124b9 Mameinfo0127.zip
22d7e6bfa793351a8297f173c9f3ba77 sdlmame-ctrlr.tgz
16 years, 3 months
rpms/gnome-video-arcade/F-9 gnome-video-arcade.spec,1.2,1.3
by Matthew Barnes
Author: mbarnes
Update of /cvs/nonfree/rpms/gnome-video-arcade/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27656
Modified Files:
gnome-video-arcade.spec
Log Message:
* Tue Aug 19 2008 Matthew Barnes <mbarnes(a)redhat.com> - 0.6.3-3
- Fix name of category file (Catver.ini, not catver.ini).
Index: gnome-video-arcade.spec
===================================================================
RCS file: /cvs/nonfree/rpms/gnome-video-arcade/F-9/gnome-video-arcade.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnome-video-arcade.spec 29 Jul 2008 17:28:58 -0000 1.2
+++ gnome-video-arcade.spec 20 Aug 2008 04:12:56 -0000 1.3
@@ -8,7 +8,7 @@
Name: gnome-video-arcade
Version: 0.6.3
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv3+
Group: Applications/Emulators
Summary: GNOME Video Arcade is a MAME front-end for GNOME
@@ -49,7 +49,7 @@
%build
export SDLMAME=/usr/bin/mame
%configure \
- --with-category-file=/usr/share/mame/catver.ini \
+ --with-category-file=/usr/share/mame/Catver.ini \
--with-history-file=/usr/share/mame/history.dat
make %{?_smp_mflags}
@@ -115,6 +115,9 @@
%{?fc7:%{_datadir}/omf/%{name}}
%changelog
+* Tue Aug 19 2008 Matthew Barnes <mbarnes(a)redhat.com> - 0.6.3-3
+- Fix name of category file (Catver.ini, not catver.ini).
+
* Tue Jul 29 2008 Matthew Barnes <mbarnes(a)redhat.com> - 0.6.3-2
- First upload to rpmfusion.
- Add build requirement for intltool.
16 years, 3 months
rpms/amarok-extras-freeworld/F-9 amarok-extras-freeworld.spec, NONE, 1.1
by Aurélien Bompard
Author: abompard
Update of /cvs/free/rpms/amarok-extras-freeworld/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6540/F-9
Added Files:
amarok-extras-freeworld.spec
Log Message:
add spec file to F-9 and F-8 branches
--- NEW FILE amarok-extras-freeworld.spec ---
Name: amarok-extras-freeworld
Summary: Additional functionality for the amaroK media player
Version: 1.4.8
Release: 3%{?dist}
Group: Applications/Multimedia
License: GPL
URL: http://amarok.kde.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: amarok >= %{version}
Requires: xine-lib-extras-freeworld
Requires: libtunepimp-extras-freeworld
# obsolete old livna package
Provides: amarok-extras-nonfree = %{version}-%{release}
Obsoletes: amarok-extras-nonfree < 1.4.8-2
%description
This package provides additional functionality for the amaroK media
player.
%prep
mkdir -p $RPM_BUILD_DIR/%{name}-%{version}
cd $RPM_BUILD_DIR/%{name}-%{version}
cat > README << EOF
Now that xine-lib is in Fedora, most additional functionalities are
provided by the libtunepimp-extras-nonfree (mp3 musicbrainz plugin)
and xine-lib-extras-nonfree (mp3 playback) packages.
Thus, this is only a virtual package which depends on
libtunepimp-extras-nonfree
xine-lib-extras-nonfree
to provide an upgrade path.
You can safely remove this package if you want to.
EOF
%files
%defattr(-,root,root,-)
%doc %{name}-%{version}/README
%changelog
* Tue Aug 19 2008 Aurelien Bompard <abompard(a)fedoraproject.org> 1.4.8-3
- set noarch
* Mon Aug 11 2008 Thorsten Leemhuis <fedora [at] leemhuis.info> 1.4.8-2
- rename to amarok-extras-freeworld
- add provides and requires
- adjust other requires for freeworld name
* Thu Apr 03 2008 Rex Dieter <rdieter(a)fedoraproject.org> 1.4.8-1
- Requires: libtunepimp-extras-nonfree (lvn #1498)
* Tue Oct 31 2006 Aurelien Bompard <abompard(a)fedoraproject.org> 1.4.4-1
- now that xine-lib is in Fedora Extras, this package is superseeded
by xine-lib-extras-nonfree. I'm keeping a dummy package because
there may be extra nonfree plugins for amarok in the future which are
independent of xine (like mp4 tagging for example)
* Fri Oct 27 2006 Aurelien Bompard <abompard(a)fedoraproject.org> 1.4.4-1
- version 1.4.4
* Fri Sep 15 2006 Aurelien Bompard <abompard(a)fedoraproject.org> 1.4.3-1
- version 1.4.3
* Wed Aug 30 2006 Aurelien Bompard <abompard(a)fedoraproject.org> 1.4.2-1
- version 1.4.2
* Sun Jul 09 2006 Aurelien Bompard <abompard(a)fedoraproject.org> 1.4.1-2
- BuildRequires ruby
* Sat Jul 08 2006 Aurelien Bompard <abompard(a)fedoraproject.org> 1.4.1-1
- version 1.4.1
* Sun May 21 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4.0-1
- version 1.4 final
* Mon Apr 10 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4-0.2.beta3
- beta3
- ship the xine logo (removed from the FE package)
* Sat Apr 1 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.4-0.1.beta2
- First build.
16 years, 3 months
rpms/amarok-extras-freeworld/F-8 amarok-extras-freeworld.spec, NONE, 1.1
by Aurélien Bompard
Author: abompard
Update of /cvs/free/rpms/amarok-extras-freeworld/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6540/F-8
Added Files:
amarok-extras-freeworld.spec
Log Message:
add spec file to F-9 and F-8 branches
--- NEW FILE amarok-extras-freeworld.spec ---
Name: amarok-extras-freeworld
Summary: Additional functionality for the amaroK media player
Version: 1.4.8
Release: 3%{?dist}
Group: Applications/Multimedia
License: GPL
URL: http://amarok.kde.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: amarok >= %{version}
Requires: xine-lib-extras-freeworld
Requires: libtunepimp-extras-freeworld
# obsolete old livna package
Provides: amarok-extras-nonfree = %{version}-%{release}
Obsoletes: amarok-extras-nonfree < 1.4.8-2
%description
This package provides additional functionality for the amaroK media
player.
%prep
mkdir -p $RPM_BUILD_DIR/%{name}-%{version}
cd $RPM_BUILD_DIR/%{name}-%{version}
cat > README << EOF
Now that xine-lib is in Fedora, most additional functionalities are
provided by the libtunepimp-extras-nonfree (mp3 musicbrainz plugin)
and xine-lib-extras-nonfree (mp3 playback) packages.
Thus, this is only a virtual package which depends on
libtunepimp-extras-nonfree
xine-lib-extras-nonfree
to provide an upgrade path.
You can safely remove this package if you want to.
EOF
%files
%defattr(-,root,root,-)
%doc %{name}-%{version}/README
%changelog
* Tue Aug 19 2008 Aurelien Bompard <abompard(a)fedoraproject.org> 1.4.8-3
- set noarch
* Mon Aug 11 2008 Thorsten Leemhuis <fedora [at] leemhuis.info> 1.4.8-2
- rename to amarok-extras-freeworld
- add provides and requires
- adjust other requires for freeworld name
* Thu Apr 03 2008 Rex Dieter <rdieter(a)fedoraproject.org> 1.4.8-1
- Requires: libtunepimp-extras-nonfree (lvn #1498)
* Tue Oct 31 2006 Aurelien Bompard <abompard(a)fedoraproject.org> 1.4.4-1
- now that xine-lib is in Fedora Extras, this package is superseeded
by xine-lib-extras-nonfree. I'm keeping a dummy package because
there may be extra nonfree plugins for amarok in the future which are
independent of xine (like mp4 tagging for example)
* Fri Oct 27 2006 Aurelien Bompard <abompard(a)fedoraproject.org> 1.4.4-1
- version 1.4.4
* Fri Sep 15 2006 Aurelien Bompard <abompard(a)fedoraproject.org> 1.4.3-1
- version 1.4.3
* Wed Aug 30 2006 Aurelien Bompard <abompard(a)fedoraproject.org> 1.4.2-1
- version 1.4.2
* Sun Jul 09 2006 Aurelien Bompard <abompard(a)fedoraproject.org> 1.4.1-2
- BuildRequires ruby
* Sat Jul 08 2006 Aurelien Bompard <abompard(a)fedoraproject.org> 1.4.1-1
- version 1.4.1
* Sun May 21 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4.0-1
- version 1.4 final
* Mon Apr 10 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4-0.2.beta3
- beta3
- ship the xine logo (removed from the FE package)
* Sat Apr 1 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.4-0.1.beta2
- First build.
16 years, 3 months
rpms/amarok-extras-freeworld/devel amarok-extras-freeworld.spec, 1.3, 1.4
by Aurélien Bompard
Author: abompard
Update of /cvs/free/rpms/amarok-extras-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5460
Modified Files:
amarok-extras-freeworld.spec
Log Message:
forgot to bump
Index: amarok-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/amarok-extras-freeworld/devel/amarok-extras-freeworld.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- amarok-extras-freeworld.spec 19 Aug 2008 21:03:07 -0000 1.3
+++ amarok-extras-freeworld.spec 19 Aug 2008 21:07:23 -0000 1.4
@@ -1,7 +1,7 @@
Name: amarok-extras-freeworld
Summary: Additional functionality for the amaroK media player
Version: 1.4.8
-Release: 2%{?dist}
+Release: 3%{?dist}
Group: Applications/Multimedia
License: GPL
@@ -47,11 +47,13 @@
%changelog
+* Tue Aug 19 2008 Aurelien Bompard <abompard(a)fedoraproject.org> 1.4.8-3
+- set noarch
+
* Mon Aug 11 2008 Thorsten Leemhuis <fedora [at] leemhuis.info> 1.4.8-2
- rename to amarok-extras-freeworld
- add provides and requires
- adjust other requires for freeworld name
-- set noarch
* Thu Apr 03 2008 Rex Dieter <rdieter(a)fedoraproject.org> 1.4.8-1
- Requires: libtunepimp-extras-nonfree (lvn #1498)
16 years, 3 months
rpms/amarok-extras-freeworld/devel amarok-extras-freeworld.spec, 1.2, 1.3
by Aurélien Bompard
Author: abompard
Update of /cvs/free/rpms/amarok-extras-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5084
Modified Files:
amarok-extras-freeworld.spec
Log Message:
set noarch
Index: amarok-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/amarok-extras-freeworld/devel/amarok-extras-freeworld.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- amarok-extras-freeworld.spec 11 Aug 2008 16:54:17 -0000 1.2
+++ amarok-extras-freeworld.spec 19 Aug 2008 21:03:07 -0000 1.3
@@ -8,6 +8,8 @@
URL: http://amarok.kde.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch: noarch
+
Requires: amarok >= %{version}
Requires: xine-lib-extras-freeworld
Requires: libtunepimp-extras-freeworld
@@ -49,6 +51,7 @@
- rename to amarok-extras-freeworld
- add provides and requires
- adjust other requires for freeworld name
+- set noarch
* Thu Apr 03 2008 Rex Dieter <rdieter(a)fedoraproject.org> 1.4.8-1
- Requires: libtunepimp-extras-nonfree (lvn #1498)
16 years, 3 months
rpms/lxdvdrip/devel lxdvdrip-compile.patch, NONE, 1.1 lxdvdrip-makefile.patch, NONE, 1.1 lxdvdrip.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by David Juran
Author: juran
Update of /cvs/free/rpms/lxdvdrip/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28756/devel
Modified Files:
.cvsignore sources
Added Files:
lxdvdrip-compile.patch lxdvdrip-makefile.patch lxdvdrip.spec
Log Message:
Import to rpmfrusion
lxdvdrip-compile.patch:
--- NEW FILE lxdvdrip-compile.patch ---
--- systools.c.orig 2007-12-21 09:33:28.000000000 +0100
+++ systools.c 2007-12-21 09:33:38.000000000 +0100
@@ -26,7 +26,7 @@
#include <sys/wait.h>
#include <linux/cdrom.h>
#include <ctype.h>
-
+#include <limits.h>
char ** environ;
#define SH_PATH "/bin/sh"
#define SH_NAME "sh"
lxdvdrip-makefile.patch:
--- NEW FILE lxdvdrip-makefile.patch ---
--- Makefile.orig 2007-12-21 09:21:40.000000000 +0100
+++ Makefile 2007-12-21 09:27:01.000000000 +0100
@@ -1,11 +1,13 @@
INSTALLDIR = /usr/local
-HINWEIS0 = 'Bitte Konfigdatei in /etc mit Changelog abgleichen'
-HINWEIS1 = 'Check the configuration file in /etc with the Changelog'
-HINWEIS2 = 'Comparez le fichier de config. en /etc avec le Changelog'
+CFLAGS=
+BINDIR=
+MANDIR=
+DATADIR=
+SYSCONFDIR=
all:
- gcc -g -lm -ldvdread -ldvdnav -lpthread -o lxdvdrip lxdvdrip.c streamanalyze.c ifo.c dvdinfo.c dvdbackup.c dvdcell.c systools.c vaporize.c dvdtools.c dvdcopy.c requant.c cputest.c tcmemcpy.c
- gcc -g -lm -o lxac3scan lxac3scan.c
+ gcc -g $(CFLAGS) -lm -ldvdread -ldvdnav -lpthread -o lxdvdrip lxdvdrip.c streamanalyze.c ifo.c dvdinfo.c dvdbackup.c dvdcell.c systools.c vaporize.c dvdtools.c dvdcopy.c requant.c cputest.c tcmemcpy.c
+ gcc -g $(CFLAGS) -lm -o lxac3scan lxac3scan.c
cd vamps && make && cd ..
cd dvdbackup && make && cd ..
cd buffer && make && cd ..
@@ -17,23 +19,15 @@
cd buffer && make clean && cd ..
install:
- cp lxdvdrip $(INSTALLDIR)/bin
- cp lxac3scan $(INSTALLDIR)/bin
- cp lxdvdrip.1 $(INSTALLDIR)/man/man1
- cp lxdvdrip.wav $(INSTALLDIR)/share
+ mkdir -p $(INSTALLDIR)/$(BINDIR)
+ mkdir -p $(INSTALLDIR)/$(MANDIR)/man1
+ mkdir -p $(INSTALLDIR)/$(DATADIR)
+ mkdir -p $(INSTALLDIR)/$(SYSCONFDIR)
+ cp lxdvdrip $(INSTALLDIR)/$(BINDIR)
+ cp lxac3scan $(INSTALLDIR)/$(BINDIR)
+ cp lxdvdrip.1 $(INSTALLDIR)/$(MANDIR)/man1
+ cp lxdvdrip.wav $(INSTALLDIR)/$(DATADIR)
+ cp lxdvdrip.conf $(INSTALLDIR)/$(SYSCONFDIR)
cd vamps && make install && cd ..
cd dvdbackup && make install && cd ..
cd buffer && make install && cd ..
- if test -f /etc/lxdvdrip.conf; then echo $(HINWEIS0); fi;
- if test -f /etc/lxdvdrip.conf; then echo $(HINWEIS1); fi;
- if test -f /etc/lxdvdrip.conf; then echo $(HINWEIS2); else cp lxdvdrip.conf /etc; fi;
-
-uninstall:
- rm $(INSTALLDIR)/bin/lxdvdrip
- rm $(INSTALLDIR)/bin/lxac3scan
- rm $(INSTALLDIR)/man/man1/lxdvdrip.1
- rm $(INSTALLDIR)/share/lxdvdrip.wav
- rm $(INSTALLDIR)/bin/vamps_lxdvdrip
- rm $(INSTALLDIR)/bin/play_cell_lxdvdrip
- rm $(INSTALLDIR)/bin/dvdbackup_lxdvdrip
- rm $(INSTALLDIR)/bin/buffer_lxdvdrip
--- NEW FILE lxdvdrip.spec ---
Name: lxdvdrip
Version: 1.70
Release: 2%{?dist}
Summary: A command line tool to rip&burn a video DVD
Group: Applications/Multimedia
License: GPL
URL: http://lxdvdrip.berlios.de/
Source0: http://download.berlios.de/lxdvdrip/lxdvdrip-1.70.tgz
Patch0: lxdvdrip-makefile.patch
Patch1: lxdvdrip-compile.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libdvdread-devel libdvdnav-devel
Requires: dvdauthor
%description
This program is able to rip a DVD title or chapters, reauthor the files to a
DVD-Structure,preview the Files and burn to a DVD+/-R.
The "traditional" way to Rip in 4 Steps (Rip Video&Requant, Rip Audio, Mplex,
dvdauthor) is included, too. Activation through Command Line Parameter
"-st=mplayer" for mplayer or "-st=transcode" for transcode.
A very fast Method is "Transcode parallel", all Commands are piped, so that
only a single Pass Read is needed.
%prep
%setup -q -n lxdvdrip
%patch0
%patch1
%build
make CFLAGS="${RPM_OPT_FLAGS}" %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install INSTALLDIR=$RPM_BUILD_ROOT BINDIR=%{_bindir} MANDIR=%{_mandir} \
DATADIR=%{_datadir}/%{name}-%{version} SYSCONFDIR=%{_sysconfdir} \
PREFIX=$RPM_BUILD_ROOT%{_usr} INSTBIN=$RPM_BUILD_ROOT%{_bindir}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc doc-pak/Changelog* doc-pak/COPYING doc-pak/lxdvdrip.conf*
%doc doc-pak/README.* doc-pak/TODO
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/*
%config(noreplace) %{_sysconfdir}/lxdvdrip.conf
%changelog
* Tue Aug 19 2008 David Juran <david(a)juran.se> - 1.70-2
- Bump release for rpmfusion
* Sun Dec 09 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 1.70-1
- version upgrade
* Sat Mar 18 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.51-2
- remove -dl workaround
* Thu Mar 16 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.51-1
- version upgrade
- fix devel build
* Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- switch to new release field
* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- add dist
* Tue Jun 14 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.46-0.lvn.1
- Initial Release
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/lxdvdrip/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 19 Aug 2008 17:48:40 -0000 1.1
+++ .cvsignore 19 Aug 2008 18:13:21 -0000 1.2
@@ -0,0 +1 @@
+lxdvdrip-1.70.tgz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/lxdvdrip/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 19 Aug 2008 17:48:40 -0000 1.1
+++ sources 19 Aug 2008 18:13:21 -0000 1.2
@@ -0,0 +1 @@
+73c7bec3bba1ad28bf78ec9dfba94598 lxdvdrip-1.70.tgz
16 years, 3 months