rpms/mpd/devel .cvsignore, 1.4, 1.5 mpd.spec, 1.9, 1.10 sources, 1.4, 1.5
by Adrian Reber
Author: adrian
Update of /cvs/free/rpms/mpd/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1727
Modified Files:
.cvsignore mpd.spec sources
Log Message:
* Mon Jun 29 2009 Adrian Reber <adrian(a)lisas.de> - 0.15-1
- updated to 0.15
- added "Conflicts: mpich2" (#593)
- added BR libmms-devel, libmodplug-devel, libsidplay-devel, bzip2-devel
zziplib-devel, sqlite-devel
- changed BR avahi-devel to avahi-glib-devel
- adapted config file fixups to newest config file layout
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mpd/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 20 Feb 2009 21:52:11 -0000 1.4
+++ .cvsignore 29 Jun 2009 12:13:10 -0000 1.5
@@ -1 +1 @@
-mpd-0.14.2.tar.bz2
+mpd-0.15.tar.bz2
Index: mpd.spec
===================================================================
RCS file: /cvs/free/rpms/mpd/devel/mpd.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mpd.spec 29 Mar 2009 13:48:43 -0000 1.9
+++ mpd.spec 29 Jun 2009 12:13:10 -0000 1.10
@@ -1,11 +1,11 @@
Name: mpd
-Version: 0.14.2
-Release: 2%{?dist}
+Version: 0.15
+Release: 1%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
Group: Applications/Multimedia
URL: http://mpd.wikia.com/
-Source: http://downloads.sourceforge.net/musicpd/mpd-0.14.2.tar.bz2
+Source: http://downloads.sourceforge.net/musicpd/mpd-0.15.tar.bz2
Source1: mpd.init
Source2: 95-grant-audio-devices-to-mpd.fdi
@@ -24,7 +24,7 @@
BuildRequires: libmpcdec-devel
BuildRequires: pulseaudio-lib-devel
BuildRequires: libsamplerate-devel
-BuildRequires: avahi-devel
+BuildRequires: avahi-glib-devel
BuildRequires: jack-audio-connection-kit-devel
BuildRequires: faad2-devel
BuildRequires: libmad-devel
@@ -32,11 +32,19 @@
BuildRequires: ffmpeg-devel
BuildRequires: wavpack-devel
BuildRequires: libcurl-devel
+BuildRequires: libmms-devel
+BuildRequires: libmodplug-devel
+BuildRequires: libsidplay-devel
+BuildRequires: bzip2-devel
+BuildRequires: zziplib-devel
+BuildRequires: sqlite-devel
Requires(pre): shadow-utils
Requires(post): chkconfig
Requires(preun): chkconfig /sbin/service
Requires(postun): /sbin/service
+Conflicts: mpich2
+
%description
Music Player Daemon (MPD) allows remote access for playing music (MP3, Ogg
Vorbis, FLAC, Mod, AAC and wave files) and managing playlists. MPD is designed
@@ -48,7 +56,7 @@
%setup -q
%build
-%configure --enable-mod
+%configure --enable-mikmod --enable-bzip2 --enable-zip
make %{?_smp_mflags}
%install
@@ -73,7 +81,11 @@
%{__sed} -i -e "s,~/.mpd/database,%{_localstatedir}/lib/%{name}/mpd.db,g" $RPM_BUILD_ROOT%{_sysconfdir}/mpd.conf
%{__sed} -i -e "s,~/.mpd/state,%{_localstatedir}/lib/%{name}/mpdstate,g" $RPM_BUILD_ROOT%{_sysconfdir}/mpd.conf
%{__sed} -i -e "s,#state_file,state_file,g" $RPM_BUILD_ROOT%{_sysconfdir}/mpd.conf
-%{__sed} -i -e 's,#user "nobody",user "mpd",g' $RPM_BUILD_ROOT%{_sysconfdir}/mpd.conf
+%{__sed} -i -e "s,#music_directory,music_directory,g" $RPM_BUILD_ROOT%{_sysconfdir}/mpd.conf
+%{__sed} -i -e "s,#playlist_directory,playlist_directory,g" $RPM_BUILD_ROOT%{_sysconfdir}/mpd.conf
+%{__sed} -i -e "s,#db_file,db_file,g" $RPM_BUILD_ROOT%{_sysconfdir}/mpd.conf
+%{__sed} -i -e "s,#log_file,log_file,g" $RPM_BUILD_ROOT%{_sysconfdir}/mpd.conf
+%{__sed} -i -e 's,#user.*"nobody",user "mpd",g' $RPM_BUILD_ROOT%{_sysconfdir}/mpd.conf
%{__sed} -e "s,@bindir@,%{_bindir},g;s,@var@,%{_localstatedir},g" %{SOURCE1} > $RPM_BUILD_ROOT%{_initrddir}/%{name}
install -p -m644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/hal/fdi/policy/20thirdparty
@@ -137,6 +149,14 @@
%ghost %{_localstatedir}/lib/%{name}/mpdstate
%changelog
+* Mon Jun 29 2009 Adrian Reber <adrian(a)lisas.de> - 0.15-1
+- updated to 0.15
+- added "Conflicts: mpich2" (#593)
+- added BR libmms-devel, libmodplug-devel, libsidplay-devel, bzip2-devel
+ zziplib-devel, sqlite-devel
+- changed BR avahi-devel to avahi-glib-devel
+- adapted config file fixups to newest config file layout
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.14.2-2
- rebuild for new F11 features
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mpd/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 20 Feb 2009 21:52:11 -0000 1.4
+++ sources 29 Jun 2009 12:13:10 -0000 1.5
@@ -1 +1 @@
-66817a4b4c05454e6488f6b821f2a6a3 mpd-0.14.2.tar.bz2
+2ed93a60bd703ba46d6794e12cfb5f1d mpd-0.15.tar.bz2
15 years, 4 months
rpms/VirtualBox-OSE/F-11 VirtualBox-OSE.spec,1.5,1.6
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31027
Modified Files:
VirtualBox-OSE.spec
Log Message:
bump due to a mistake
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-11/VirtualBox-OSE.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- VirtualBox-OSE.spec 29 Jun 2009 03:09:40 -0000 1.5
+++ VirtualBox-OSE.spec 29 Jun 2009 04:01:12 -0000 1.6
@@ -10,7 +10,7 @@
Name: VirtualBox-OSE
Version: 2.2.4
-Release: 2%{?dist}
+Release: 2%{?dist}.1
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
@@ -331,8 +331,11 @@
%changelog
+* Mon Jun 29 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 2.2.4-2.1
+- FFFUUU- I somehow managed to make tag in devel tree; bumping
+
* Mon Jun 29 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 2.2.4-2
-- They left for beer too early, dicks, so we fix up wbox now
+- They left for beer too early, dicks, so we fix up vbox now
- Make guest additions just work
- Merge xorg stuff with rest of guest additions
15 years, 4 months
rpms/VirtualBox-OSE/F-11 VirtualBox-OSE.spec,1.4,1.5
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28116/F-11
Modified Files:
VirtualBox-OSE.spec
Log Message:
Guest additions rework
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-11/VirtualBox-OSE.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- VirtualBox-OSE.spec 3 May 2009 14:24:14 -0000 1.4
+++ VirtualBox-OSE.spec 29 Jun 2009 03:09:40 -0000 1.5
@@ -9,8 +9,8 @@
%bcond_without hardening
Name: VirtualBox-OSE
-Version: 2.2.2
-Release: 1%{?dist}
+Version: 2.2.4
+Release: 2%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
@@ -68,32 +68,27 @@
Group: System Environment/Base
Requires: %{name}-kmod = %{version}
Provides: %{name}-kmod-common = %{version}
+Requires: hal
+Requires: xorg-x11-server-Xorg
+Requires: xorg-x11-xinit
+Provides: xorg-x11-drv-VirtualBox = %{version}-%{release}
+Obsoletes: xorg-x11-drv-VirtualBox < %{version}-%{release}
%description guest
Tools that utilize kernel modules for supporting integration
with the Host, including file sharing and tracking of mouse pointer
-movement.
+movement and X.org X11 video and mouse driver.
%package kmodsrc
Summary: %{name} kernel module source code
Group: System Environment/Kernel
-Requires: xorg-x11-server-Xorg
%description kmodsrc
Source tree used for building kernel module packages (%{name}-kmod)
which is generated during the build of main package.
-%package -n xorg-x11-drv-%{name}
-Summary: X.org X11 %{name} video and mouse driver
-Group: User Interface/X Hardware Support
-Requires: xorg-x11-server-Xorg
-
-%description -n xorg-x11-drv-%{name}
-X.org X11 %{name} video and mouse driver.
-
-
%prep
%setup -q -n VirtualBox-%{version}_OSE
cp %{SOURCE1} . # PDF User Guide
@@ -193,19 +188,37 @@
install -p -m 0644 -t $RPM_BUILD_ROOT%{_datadir}/pixmaps \
obj/bin/VBox.png
-# X.Org drivers
-install -m 0755 -D obj/bin/additions/vboxmouse_drv_71.so \
+# Guest X.Org drivers
+%if 0%{?fedora} >= 10
+%global x11_api 16
+%endif
+
+install -m 0755 -D obj/bin/additions/vboxmouse_drv_%{x11_api}.so \
$RPM_BUILD_ROOT%{_libdir}/xorg/modules/drivers/vboxmouse_drv.so
-install -m 0755 -D obj/bin/additions/vboxvideo_drv_71.so \
+install -m 0755 -D obj/bin/additions/vboxvideo_drv_%{x11_api}.so \
$RPM_BUILD_ROOT%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
-# Guest Additions
-install -p -m 0755 -t $RPM_BUILD_ROOT%{_bindir} \
+install -m 0755 -D src/VBox/Additions/linux/installer/90-vboxguest.fdi \
+ $RPM_BUILD_ROOT%{_datadir}/hal/fdi/information/20thirdparty/90-vboxguest.fdi
+
+# Guest tools
+install -m 0755 -t $RPM_BUILD_ROOT%{_bindir} \
obj/bin/additions/mountvboxsf \
obj/bin/additions/vboxadd-timesync \
obj/bin/additions/VBoxClient \
obj/bin/additions/VBoxControl
+install -m 0755 -D src/VBox/Additions/x11/Installer/98vboxadd-xclient \
+ $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/98vboxadd-xclient.sh
+
+install -m 0755 -D src/VBox/Additions/x11/Installer/vboxclient.desktop \
+ $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/vboxclient.desktop
+desktop-file-validate $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/vboxclient.desktop
+
+# Guest libraries
+install -m 0755 -t $RPM_BUILD_ROOT%{_libdir} \
+ obj/bin/additions/VBoxOGL*.so
+
# Installation root configuration
install -d $RPM_BUILD_ROOT/%{_sysconfdir}/vbox
echo 'INSTALL_DIR="%{_libdir}/virtualbox"' > $RPM_BUILD_ROOT/%{_sysconfdir}/vbox/vbox.cfg
@@ -244,8 +257,7 @@
# it? Bring it back.
set +o posix
-diff <((find obj/bin/additions/* -maxdepth 0 -type f \
- -not -name 'VBoxOGL*.so' \
+diff -u <((find obj/bin/additions/* -maxdepth 0 -type f \
-not -name 'autorun.sh' \
-not -name '*_drv*' \
-exec basename '{}' \;
@@ -258,6 +270,7 @@
-exec basename '{}' \;) |sort) \
<(find $RPM_BUILD_ROOT%{_libdir}/virtualbox/* \
$RPM_BUILD_ROOT%{_bindir}/* \
+ $RPM_BUILD_ROOT%{_libdir}/*OGL*.so \
$RPM_BUILD_ROOT%{_datadir}/{pixmaps,applications}/* \
-maxdepth 0 -type f \
-not -name VBox -exec basename '{}' \; |sort)
@@ -268,6 +281,11 @@
rm -rf $RPM_BUILD_ROOT
+# Guest additions install the OGL libraries
+%post guest -p /sbin/ldconfig
+%postun guest -p /sbin/ldconfig
+
+
%files
%defattr(-,root,root,-)
%{_bindir}/VBox
@@ -298,6 +316,11 @@
%{_bindir}/vboxadd-timesync
%{_bindir}/VBoxClient
%{_bindir}/VBoxControl
+%{_libdir}/xorg/modules/drivers/*
+%{_sysconfdir}/X11/xinit/xinitrc.d/98vboxadd-xclient.sh
+%{_sysconfdir}/xdg/autostart/vboxclient.desktop
+%{_libdir}/VBoxOGL*.so
+%{_datadir}/hal/fdi/information/20thirdparty/90-vboxguest.fdi
%config %{_sysconfdir}/sysconfig/modules/%{name}-guest.modules
%doc COPYING
@@ -307,12 +330,15 @@
%{_datadir}/%{name}-kmod-%{version}
-%files -n xorg-x11-drv-%{name}
-%defattr(-,root,root,-)
-%{_libdir}/xorg/modules/drivers/*
+%changelog
+* Mon Jun 29 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 2.2.4-2
+- They left for beer too early, dicks, so we fix up wbox now
+- Make guest additions just work
+- Merge xorg stuff with rest of guest additions
+* Sun May 31 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 2.2.4-1
+- New upstream release
-%changelog
* Sun May 03 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 2.2.2-1
- Damnit, another new upstream release! :)
- Improved packaging checks
15 years, 4 months
rpms/VirtualBox-OSE/devel VirtualBox-OSE.spec,1.5,1.6
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28116/devel
Modified Files:
VirtualBox-OSE.spec
Log Message:
Guest additions rework
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/VirtualBox-OSE.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- VirtualBox-OSE.spec 31 May 2009 14:15:57 -0000 1.5
+++ VirtualBox-OSE.spec 29 Jun 2009 03:09:41 -0000 1.6
@@ -10,7 +10,7 @@
Name: VirtualBox-OSE
Version: 2.2.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
@@ -68,32 +68,27 @@
Group: System Environment/Base
Requires: %{name}-kmod = %{version}
Provides: %{name}-kmod-common = %{version}
+Requires: hal
+Requires: xorg-x11-server-Xorg
+Requires: xorg-x11-xinit
+Provides: xorg-x11-drv-VirtualBox = %{version}-%{release}
+Obsoletes: xorg-x11-drv-VirtualBox < %{version}-%{release}
%description guest
Tools that utilize kernel modules for supporting integration
with the Host, including file sharing and tracking of mouse pointer
-movement.
+movement and X.org X11 video and mouse driver.
%package kmodsrc
Summary: %{name} kernel module source code
Group: System Environment/Kernel
-Requires: xorg-x11-server-Xorg
%description kmodsrc
Source tree used for building kernel module packages (%{name}-kmod)
which is generated during the build of main package.
-%package -n xorg-x11-drv-%{name}
-Summary: X.org X11 %{name} video and mouse driver
-Group: User Interface/X Hardware Support
-Requires: xorg-x11-server-Xorg
-
-%description -n xorg-x11-drv-%{name}
-X.org X11 %{name} video and mouse driver.
-
-
%prep
%setup -q -n VirtualBox-%{version}_OSE
cp %{SOURCE1} . # PDF User Guide
@@ -193,19 +188,37 @@
install -p -m 0644 -t $RPM_BUILD_ROOT%{_datadir}/pixmaps \
obj/bin/VBox.png
-# X.Org drivers
-install -m 0755 -D obj/bin/additions/vboxmouse_drv_71.so \
+# Guest X.Org drivers
+%if 0%{?fedora} >= 10
+%global x11_api 16
+%endif
+
+install -m 0755 -D obj/bin/additions/vboxmouse_drv_%{x11_api}.so \
$RPM_BUILD_ROOT%{_libdir}/xorg/modules/drivers/vboxmouse_drv.so
-install -m 0755 -D obj/bin/additions/vboxvideo_drv_71.so \
+install -m 0755 -D obj/bin/additions/vboxvideo_drv_%{x11_api}.so \
$RPM_BUILD_ROOT%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
-# Guest Additions
-install -p -m 0755 -t $RPM_BUILD_ROOT%{_bindir} \
+install -m 0755 -D src/VBox/Additions/linux/installer/90-vboxguest.fdi \
+ $RPM_BUILD_ROOT%{_datadir}/hal/fdi/information/20thirdparty/90-vboxguest.fdi
+
+# Guest tools
+install -m 0755 -t $RPM_BUILD_ROOT%{_bindir} \
obj/bin/additions/mountvboxsf \
obj/bin/additions/vboxadd-timesync \
obj/bin/additions/VBoxClient \
obj/bin/additions/VBoxControl
+install -m 0755 -D src/VBox/Additions/x11/Installer/98vboxadd-xclient \
+ $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/98vboxadd-xclient.sh
+
+install -m 0755 -D src/VBox/Additions/x11/Installer/vboxclient.desktop \
+ $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/vboxclient.desktop
+desktop-file-validate $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/vboxclient.desktop
+
+# Guest libraries
+install -m 0755 -t $RPM_BUILD_ROOT%{_libdir} \
+ obj/bin/additions/VBoxOGL*.so
+
# Installation root configuration
install -d $RPM_BUILD_ROOT/%{_sysconfdir}/vbox
echo 'INSTALL_DIR="%{_libdir}/virtualbox"' > $RPM_BUILD_ROOT/%{_sysconfdir}/vbox/vbox.cfg
@@ -244,8 +257,7 @@
# it? Bring it back.
set +o posix
-diff <((find obj/bin/additions/* -maxdepth 0 -type f \
- -not -name 'VBoxOGL*.so' \
+diff -u <((find obj/bin/additions/* -maxdepth 0 -type f \
-not -name 'autorun.sh' \
-not -name '*_drv*' \
-exec basename '{}' \;
@@ -258,6 +270,7 @@
-exec basename '{}' \;) |sort) \
<(find $RPM_BUILD_ROOT%{_libdir}/virtualbox/* \
$RPM_BUILD_ROOT%{_bindir}/* \
+ $RPM_BUILD_ROOT%{_libdir}/*OGL*.so \
$RPM_BUILD_ROOT%{_datadir}/{pixmaps,applications}/* \
-maxdepth 0 -type f \
-not -name VBox -exec basename '{}' \; |sort)
@@ -268,6 +281,11 @@
rm -rf $RPM_BUILD_ROOT
+# Guest additions install the OGL libraries
+%post guest -p /sbin/ldconfig
+%postun guest -p /sbin/ldconfig
+
+
%files
%defattr(-,root,root,-)
%{_bindir}/VBox
@@ -298,6 +316,11 @@
%{_bindir}/vboxadd-timesync
%{_bindir}/VBoxClient
%{_bindir}/VBoxControl
+%{_libdir}/xorg/modules/drivers/*
+%{_sysconfdir}/X11/xinit/xinitrc.d/98vboxadd-xclient.sh
+%{_sysconfdir}/xdg/autostart/vboxclient.desktop
+%{_libdir}/VBoxOGL*.so
+%{_datadir}/hal/fdi/information/20thirdparty/90-vboxguest.fdi
%config %{_sysconfdir}/sysconfig/modules/%{name}-guest.modules
%doc COPYING
@@ -307,12 +330,12 @@
%{_datadir}/%{name}-kmod-%{version}
-%files -n xorg-x11-drv-%{name}
-%defattr(-,root,root,-)
-%{_libdir}/xorg/modules/drivers/*
-
-
%changelog
+* Mon Jun 29 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 2.2.4-2
+- They left for beer too early, dicks, so we fix up wbox now
+- Make guest additions just work
+- Merge xorg stuff with rest of guest additions
+
* Sun May 31 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 2.2.4-1
- New upstream release
15 years, 4 months
rpms/sdlmame/F-9 .cvsignore, 1.46, 1.47 sdlmame.spec, 1.53, 1.54 sources, 1.47, 1.48
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1266
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
Revert to 0.132, it's unlikely 0.133 will be out before F-9 gets EOL'd
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/.cvsignore,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- .cvsignore 26 Jun 2009 01:02:41 -0000 1.46
+++ .cvsignore 28 Jun 2009 09:15:34 -0000 1.47
@@ -1,2 +1,2 @@
ui.bdc
-sdlmame0132u2.zip
+sdlmame0132.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sdlmame.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- sdlmame.spec 26 Jun 2009 01:02:41 -0000 1.53
+++ sdlmame.spec 28 Jun 2009 09:15:34 -0000 1.54
@@ -1,4 +1,4 @@
-%define beta 0132u2
+#define beta 0131u4
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -17,8 +17,8 @@
%endif
Name: sdlmame
-Version: 0133
-Release: 0.2.%{?beta}%{?dist}
+Version: 0132
+Release: 1%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -114,6 +114,19 @@
joystick 1
EOF
+# Fix end-of-line encoding
+sed -i 's/\r//' whatsnew.txt
+
+#Fix whatsnew.txt encoding
+/usr/bin/iconv -f iso8859-1 -t utf-8 whatsnew.txt > whatsnew.txt.conv
+/bin/mv -f whatsnew.txt.conv whatsnew.txt
+
+#Fix newvideo.txt encoding
+pushd docs
+/usr/bin/iconv -f cp1250 -t utf-8 newvideo.txt > newvideo.txt.conv
+/bin/mv -f newvideo.txt.conv newvideo.txt
+popd
+
%build
make %{?_smp_mflags} %{?arch_flags} TARGET=ldplayer SYMBOLS=1 OPTIMIZE=2\
@@ -200,14 +213,6 @@
%changelog
-* Fri Jun 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0133-0.2.0132u2
-- Updated to 0.132u2
-
-* Thu Jun 18 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0133-0.1.0132u1
-- Updated to 0.132u1
-- Updated the warnings patch
-- Dropped the no longer necessary line ending and encoding fixes
-
* Mon Jun 08 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0132-1
- Updated to 0.132
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sources,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- sources 26 Jun 2009 01:02:41 -0000 1.47
+++ sources 28 Jun 2009 09:15:34 -0000 1.48
@@ -1,2 +1,2 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
-1688535a1d65cceced132a13ed4446a0 sdlmame0132u2.zip
+4e35695b31ec107850f8c501373f8fca sdlmame0132.zip
15 years, 5 months
rpms/gstreamer-plugins-bad/F-11 gstreamer-plugins-bad.spec, 1.18, 1.19
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/gstreamer-plugins-bad/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2318
Modified Files:
gstreamer-plugins-bad.spec
Log Message:
* Sat Jun 27 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.13-3
- Disable rtpmanager as it also has been added to gstreamer-plugins-good (#689)
Index: gstreamer-plugins-bad.spec
===================================================================
RCS file: /cvs/free/rpms/gstreamer-plugins-bad/F-11/gstreamer-plugins-bad.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- gstreamer-plugins-bad.spec 19 Jun 2009 18:09:31 -0000 1.18
+++ gstreamer-plugins-bad.spec 27 Jun 2009 15:33:39 -0000 1.19
@@ -7,7 +7,7 @@
Summary: GStreamer streaming media framework "bad" plug-ins
Name: gstreamer-plugins-bad
Version: 0.10.13
-Release: 1%{?dist}
+Release: 3%{?dist}
# The freeze and nfs plugins are LGPLv2 (only)
License: LGPLv2+ and LGPLv2
Group: Applications/Multimedia
@@ -122,16 +122,18 @@
%build
-# Disable plugins moved from gst-plugins-farsight for now, until a new
-# gst-plugins-farsight release solving the conflicts is available
+# Disable ladspa, selector & mpegdemux, they are patched into Fedora's packages
+# Disable amrwb as it does not belong in rpmfusion-free
+# Disable libmimic plugin until libmimic is reviewed
+# Disable other farsight plugins, they are patched into Fedora's packages
%configure \
--with-package-name="gst-plugins-bad rpmfusion rpm" \
--with-package-origin="http://rpmfusion.org/" \
- --enable-debug --disable-static --enable-gtk-doc \
- --disable-ladspa --enable-experimental --disable-mpegdemux \
- --disable-amrwb --disable-selector --disable-mimic \
+ --enable-debug --disable-static --enable-gtk-doc --enable-experimental \
+ --disable-ladspa --disable-mpegdemux --disable-selector \
+ --disable-amrwb --disable-mimic \
--disable-siren --disable-valve --disable-dtmf --disable-autoconvert \
- --disable-liveadder --disable-rtpmux
+ --disable-liveadder --disable-rtpmux --disable-rtpmanager
# Don't use rpath!
%{__sed} -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
%{__sed} -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -191,7 +193,6 @@
%ifarch %{ix86} x86_64
%{_libdir}/gstreamer-%{majorminor}/libgstreal.so
%endif
-%{_libdir}/gstreamer-%{majorminor}/libgstrtpmanager.so
%{_libdir}/gstreamer-%{majorminor}/libgstscaletempoplugin.so
%{_libdir}/gstreamer-%{majorminor}/libgstsdpelem.so
%{_libdir}/gstreamer-%{majorminor}/libgstshapewipe.so
@@ -265,10 +266,19 @@
%changelog
+* Sat Jun 27 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.13-3
+- Disable rtpmanager as it also has been added to gstreamer-plugins-good (#689)
+
+* Tue Jun 23 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.13-2
+- Disable farsight plugins again, they have been added to Fedora's
+ gstreamer-plugins-good package
+
* Fri Jun 19 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.13-1
- New upstream release 0.10.13
- Disable input-selector plugin as it has been added to Fedora's
gstreamer-plugins-base as rythmbox needs it
+- Enable plugins moved from farsight into -bad, as rawhide now
+ has a new gstreamer-plugins-farsight, which no longer contains them
* Wed Jun 17 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.12-2
- Rebuild for changes in the gstreamer provides script
15 years, 5 months
rpms/gstreamer-plugins-bad/devel gstreamer-plugins-bad.spec, 1.19, 1.20
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/gstreamer-plugins-bad/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2188
Modified Files:
gstreamer-plugins-bad.spec
Log Message:
* Sat Jun 27 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.13-3
- Disable rtpmanager as it also has been added to gstreamer-plugins-good (#689)
Index: gstreamer-plugins-bad.spec
===================================================================
RCS file: /cvs/free/rpms/gstreamer-plugins-bad/devel/gstreamer-plugins-bad.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- gstreamer-plugins-bad.spec 23 Jun 2009 08:09:09 -0000 1.19
+++ gstreamer-plugins-bad.spec 27 Jun 2009 15:32:06 -0000 1.20
@@ -7,7 +7,7 @@
Summary: GStreamer streaming media framework "bad" plug-ins
Name: gstreamer-plugins-bad
Version: 0.10.13
-Release: 2%{?dist}
+Release: 3%{?dist}
# The freeze and nfs plugins are LGPLv2 (only)
License: LGPLv2+ and LGPLv2
Group: Applications/Multimedia
@@ -133,7 +133,7 @@
--disable-ladspa --disable-mpegdemux --disable-selector \
--disable-amrwb --disable-mimic \
--disable-siren --disable-valve --disable-dtmf --disable-autoconvert \
- --disable-liveadder --disable-rtpmux
+ --disable-liveadder --disable-rtpmux --disable-rtpmanager
# Don't use rpath!
%{__sed} -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
%{__sed} -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -168,12 +168,10 @@
%{_libdir}/gstreamer-%{majorminor}/libgstadpcmdec.so
%{_libdir}/gstreamer-%{majorminor}/libgstaiffparse.so
%{_libdir}/gstreamer-%{majorminor}/libgstamrparse.so
-%{_libdir}/gstreamer-%{majorminor}/libgstautoconvert.so
%{_libdir}/gstreamer-%{majorminor}/libgstbayer.so
%{_libdir}/gstreamer-%{majorminor}/libgstcamerabin.so
%{_libdir}/gstreamer-%{majorminor}/libgstcdxaparse.so
%{_libdir}/gstreamer-%{majorminor}/libgstdccp.so
-%{_libdir}/gstreamer-%{majorminor}/libgstdtmf.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdspu.so
%{_libdir}/gstreamer-%{majorminor}/libgstfestival.so
%{_libdir}/gstreamer-%{majorminor}/libgstfreeze.so
@@ -181,7 +179,6 @@
%{_libdir}/gstreamer-%{majorminor}/libgsthdvparse.so
%{_libdir}/gstreamer-%{majorminor}/libgstid3tag.so
%{_libdir}/gstreamer-%{majorminor}/libgstlegacyresample.so
-%{_libdir}/gstreamer-%{majorminor}/libgstliveadder.so
%{_libdir}/gstreamer-%{majorminor}/libgstrfbsrc.so
%{_libdir}/gstreamer-%{majorminor}/libgstmpeg4videoparse.so
%{_libdir}/gstreamer-%{majorminor}/libgstmpegtsmux.so
@@ -196,17 +193,13 @@
%ifarch %{ix86} x86_64
%{_libdir}/gstreamer-%{majorminor}/libgstreal.so
%endif
-%{_libdir}/gstreamer-%{majorminor}/libgstrtpmanager.so
-%{_libdir}/gstreamer-%{majorminor}/libgstrtpmux.so
%{_libdir}/gstreamer-%{majorminor}/libgstscaletempoplugin.so
%{_libdir}/gstreamer-%{majorminor}/libgstsdpelem.so
%{_libdir}/gstreamer-%{majorminor}/libgstshapewipe.so
-%{_libdir}/gstreamer-%{majorminor}/libgstsiren.so
%{_libdir}/gstreamer-%{majorminor}/libgstspeed.so
%{_libdir}/gstreamer-%{majorminor}/libgststereo.so
%{_libdir}/gstreamer-%{majorminor}/libgstsubenc.so
%{_libdir}/gstreamer-%{majorminor}/libgsttta.so
-%{_libdir}/gstreamer-%{majorminor}/libgstvalve.so
%{_libdir}/gstreamer-%{majorminor}/libgstvideosignal.so
%{_libdir}/gstreamer-%{majorminor}/libgstvmnc.so
%{_libdir}/gstreamer-%{majorminor}/libgstxdgmime.so
@@ -273,6 +266,9 @@
%changelog
+* Sat Jun 27 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.13-3
+- Disable rtpmanager as it also has been added to gstreamer-plugins-good (#689)
+
* Tue Jun 23 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.13-2
- Disable farsight plugins again, they have been added to Fedora's
gstreamer-plugins-good package
15 years, 5 months
rpms/sdlmame/F-9 .cvsignore, 1.45, 1.46 sdlmame.spec, 1.52, 1.53 sources, 1.46, 1.47
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30460
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Fri Jun 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0133-0.2.0132u2
- Updated to 0.132u2
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/.cvsignore,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- .cvsignore 8 Jun 2009 17:52:58 -0000 1.45
+++ .cvsignore 26 Jun 2009 01:02:41 -0000 1.46
@@ -1,2 +1,2 @@
ui.bdc
-sdlmame0132.zip
+sdlmame0132u2.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sdlmame.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- sdlmame.spec 8 Jun 2009 17:52:58 -0000 1.52
+++ sdlmame.spec 26 Jun 2009 01:02:41 -0000 1.53
@@ -1,4 +1,4 @@
-#define beta 0131u4
+%define beta 0132u2
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -17,8 +17,8 @@
%endif
Name: sdlmame
-Version: 0132
-Release: 1%{?beta}%{?dist}
+Version: 0133
+Release: 0.2.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -114,19 +114,6 @@
joystick 1
EOF
-# Fix end-of-line encoding
-sed -i 's/\r//' whatsnew.txt
-
-#Fix whatsnew.txt encoding
-/usr/bin/iconv -f iso8859-1 -t utf-8 whatsnew.txt > whatsnew.txt.conv
-/bin/mv -f whatsnew.txt.conv whatsnew.txt
-
-#Fix newvideo.txt encoding
-pushd docs
-/usr/bin/iconv -f cp1250 -t utf-8 newvideo.txt > newvideo.txt.conv
-/bin/mv -f newvideo.txt.conv newvideo.txt
-popd
-
%build
make %{?_smp_mflags} %{?arch_flags} TARGET=ldplayer SYMBOLS=1 OPTIMIZE=2\
@@ -213,6 +200,14 @@
%changelog
+* Fri Jun 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0133-0.2.0132u2
+- Updated to 0.132u2
+
+* Thu Jun 18 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0133-0.1.0132u1
+- Updated to 0.132u1
+- Updated the warnings patch
+- Dropped the no longer necessary line ending and encoding fixes
+
* Mon Jun 08 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0132-1
- Updated to 0.132
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sources,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- sources 8 Jun 2009 17:52:58 -0000 1.46
+++ sources 26 Jun 2009 01:02:41 -0000 1.47
@@ -1,2 +1,2 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
-4e35695b31ec107850f8c501373f8fca sdlmame0132.zip
+1688535a1d65cceced132a13ed4446a0 sdlmame0132u2.zip
15 years, 5 months
rpms/sdlmame/F-10 .cvsignore, 1.46, 1.47 sdlmame.spec, 1.55, 1.56 sources, 1.47, 1.48
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30354
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Fri Jun 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0133-0.2.0132u2
- Updated to 0.132u2
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/.cvsignore,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- .cvsignore 18 Jun 2009 20:33:15 -0000 1.46
+++ .cvsignore 26 Jun 2009 01:02:32 -0000 1.47
@@ -1,2 +1,2 @@
ui.bdc
-sdlmame0132u1.zip
+sdlmame0132u2.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/sdlmame.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- sdlmame.spec 18 Jun 2009 20:33:15 -0000 1.55
+++ sdlmame.spec 26 Jun 2009 01:02:32 -0000 1.56
@@ -1,4 +1,4 @@
-%define beta 0132u1
+%define beta 0132u2
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0133
-Release: 0.1.%{?beta}%{?dist}
+Release: 0.2.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -200,6 +200,9 @@
%changelog
+* Fri Jun 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0133-0.2.0132u2
+- Updated to 0.132u2
+
* Thu Jun 18 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0133-0.1.0132u1
- Updated to 0.132u1
- Updated the warnings patch
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/sources,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- sources 18 Jun 2009 20:33:15 -0000 1.47
+++ sources 26 Jun 2009 01:02:32 -0000 1.48
@@ -1,2 +1,2 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
-b16aeb43aa246c41ed21592783a98378 sdlmame0132u1.zip
+1688535a1d65cceced132a13ed4446a0 sdlmame0132u2.zip
15 years, 5 months
rpms/sdlmame/F-11 .cvsignore, 1.44, 1.45 sdlmame.spec, 1.53, 1.54 sources, 1.45, 1.46
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30254
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Fri Jun 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0133-0.2.0132u2
- Updated to 0.132u2
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-11/.cvsignore,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- .cvsignore 18 Jun 2009 20:33:06 -0000 1.44
+++ .cvsignore 26 Jun 2009 01:02:20 -0000 1.45
@@ -1,2 +1,2 @@
ui.bdc
-sdlmame0132u1.zip
+sdlmame0132u2.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-11/sdlmame.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- sdlmame.spec 18 Jun 2009 20:33:06 -0000 1.53
+++ sdlmame.spec 26 Jun 2009 01:02:20 -0000 1.54
@@ -1,4 +1,4 @@
-%define beta 0132u1
+%define beta 0132u2
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0133
-Release: 0.1.%{?beta}%{?dist}
+Release: 0.2.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -200,6 +200,9 @@
%changelog
+* Fri Jun 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0133-0.2.0132u2
+- Updated to 0.132u2
+
* Thu Jun 18 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0133-0.1.0132u1
- Updated to 0.132u1
- Updated the warnings patch
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-11/sources,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- sources 18 Jun 2009 20:33:06 -0000 1.45
+++ sources 26 Jun 2009 01:02:20 -0000 1.46
@@ -1,2 +1,2 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
-b16aeb43aa246c41ed21592783a98378 sdlmame0132u1.zip
+1688535a1d65cceced132a13ed4446a0 sdlmame0132u2.zip
15 years, 5 months