rpms/rt2860-kmod/devel rt2860-kmod.spec,1.28,1.29
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/rt2860-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17342
Modified Files:
rt2860-kmod.spec
Log Message:
* Sun Mar 15 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.8.0.0-3.5
- rebuild for new kernels
Index: rt2860-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/devel/rt2860-kmod.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- rt2860-kmod.spec 15 Feb 2009 15:07:14 -0000 1.28
+++ rt2860-kmod.spec 15 Mar 2009 15:46:31 -0000 1.29
@@ -7,7 +7,7 @@
Name: rt2860-kmod
Version: 1.8.0.0
-Release: 3%{?dist}.4
+Release: 3%{?dist}.5
Summary: Kernel module for RaLink 802.11 wireless devices rt2760/rt2790/rt2860/rt2890
Group: System Environment/Kernel
@@ -76,6 +76,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sun Mar 15 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.8.0.0-3.5
+- rebuild for new kernels
+
* Sun Feb 15 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.8.0.0-3.4
- rebuild for latest Fedora kernel;
15 years, 9 months
rpms/em8300-kmod/devel em8300-kmod.spec,1.25,1.26
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/em8300-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16395
Modified Files:
em8300-kmod.spec
Log Message:
* Sun Mar 15 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.17.2-1.14
- rebuild for new kernels
Index: em8300-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/em8300-kmod/devel/em8300-kmod.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- em8300-kmod.spec 15 Feb 2009 14:54:23 -0000 1.25
+++ em8300-kmod.spec 15 Mar 2009 15:33:47 -0000 1.26
@@ -10,7 +10,7 @@
Name: em8300-kmod
Summary: Kernel modules for DXR3/Hollywood Plus MPEG decoder cards
Version: 0.17.2
-Release: 1%{?prever:.1.%{prever}}%{?dist}.13
+Release: 1%{?prever:.1.%{prever}}%{?dist}.14
Group: System Environment/Kernel
License: GPLv2+
@@ -66,6 +66,9 @@
%changelog
+* Sun Mar 15 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.17.2-1.14
+- rebuild for new kernels
+
* Sun Feb 15 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.17.2-1.13
- rebuild for latest Fedora kernel;
15 years, 9 months
rpms/bsnes/F-9 .cvsignore, 1.5, 1.6 bsnes.spec, 1.5, 1.6 sources, 1.5, 1.6
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/bsnes/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14417
Modified Files:
.cvsignore bsnes.spec sources
Log Message:
* Sun Mar 15 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.041-1
- Updated to 0.041
- Re-added documentation
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/F-9/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 9 Mar 2009 18:14:20 -0000 1.5
+++ .cvsignore 15 Mar 2009 14:56:44 -0000 1.6
@@ -1 +1 @@
-bsnes_v040.tar.bz2
+bsnes_v041.tar.bz2
Index: bsnes.spec
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/F-9/bsnes.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bsnes.spec 9 Mar 2009 18:14:20 -0000 1.5
+++ bsnes.spec 15 Mar 2009 14:56:44 -0000 1.6
@@ -1,4 +1,4 @@
-%define vernumber 040
+%define vernumber 041
Name: bsnes
Version: 0.%{vernumber}
@@ -48,8 +48,11 @@
#fix permissions and line endings
find src -type f \( -name \*.cpp -or -name \*.hpp -or -name \*.h -or -name \*.c \) -exec chmod 644 {} \;
+chmod 644 src/data/*.html
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 = $RPM_OPT_FLAGS#" src/Makefile
@@ -83,13 +86,17 @@
%files
%defattr(-,root,root,-)
-%doc README.Fedora
+%doc README.Fedora src/data/*.html
%{_bindir}/bsnes
%{_datadir}/pixmaps/bsnes.png
%{_datadir}/applications/rpmfusion-bsnes.desktop
%changelog
+* Sun Mar 15 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.041-1
+- Updated to 0.041
+- Re-added documentation
+
* Mon Mar 09 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.040-1
- Updated to 0.040
- The desktop file now comes with the tarball
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/F-9/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 9 Mar 2009 18:14:20 -0000 1.5
+++ sources 15 Mar 2009 14:56:44 -0000 1.6
@@ -1 +1 @@
-763e4ecd9b4b78432d70e1572f73efdb bsnes_v040.tar.bz2
+16dbc6ce3615831cf6c05b8bed004e4f bsnes_v041.tar.bz2
15 years, 9 months
rpms/bsnes/F-10 .cvsignore, 1.5, 1.6 bsnes.spec, 1.5, 1.6 sources, 1.5, 1.6
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/bsnes/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14317
Modified Files:
.cvsignore bsnes.spec sources
Log Message:
* Sun Mar 15 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.041-1
- Updated to 0.041
- Re-added documentation
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/F-10/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 9 Mar 2009 18:14:14 -0000 1.5
+++ .cvsignore 15 Mar 2009 14:56:32 -0000 1.6
@@ -1 +1 @@
-bsnes_v040.tar.bz2
+bsnes_v041.tar.bz2
Index: bsnes.spec
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/F-10/bsnes.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bsnes.spec 9 Mar 2009 18:14:14 -0000 1.5
+++ bsnes.spec 15 Mar 2009 14:56:32 -0000 1.6
@@ -1,4 +1,4 @@
-%define vernumber 040
+%define vernumber 041
Name: bsnes
Version: 0.%{vernumber}
@@ -48,8 +48,11 @@
#fix permissions and line endings
find src -type f \( -name \*.cpp -or -name \*.hpp -or -name \*.h -or -name \*.c \) -exec chmod 644 {} \;
+chmod 644 src/data/*.html
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 = $RPM_OPT_FLAGS#" src/Makefile
@@ -83,13 +86,17 @@
%files
%defattr(-,root,root,-)
-%doc README.Fedora
+%doc README.Fedora src/data/*.html
%{_bindir}/bsnes
%{_datadir}/pixmaps/bsnes.png
%{_datadir}/applications/rpmfusion-bsnes.desktop
%changelog
+* Sun Mar 15 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.041-1
+- Updated to 0.041
+- Re-added documentation
+
* Mon Mar 09 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.040-1
- Updated to 0.040
- The desktop file now comes with the tarball
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/F-10/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 9 Mar 2009 18:14:14 -0000 1.5
+++ sources 15 Mar 2009 14:56:32 -0000 1.6
@@ -1 +1 @@
-763e4ecd9b4b78432d70e1572f73efdb bsnes_v040.tar.bz2
+16dbc6ce3615831cf6c05b8bed004e4f bsnes_v041.tar.bz2
15 years, 9 months
rpms/bsnes/devel .cvsignore, 1.5, 1.6 bsnes.spec, 1.6, 1.7 sources, 1.5, 1.6
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/bsnes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14209
Modified Files:
.cvsignore bsnes.spec sources
Log Message:
* Sun Mar 15 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.041-1
- Updated to 0.041
- Re-added documentation
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 9 Mar 2009 18:17:27 -0000 1.5
+++ .cvsignore 15 Mar 2009 14:56:23 -0000 1.6
@@ -1 +1 @@
-bsnes_v040.tar.bz2
+bsnes_v041.tar.bz2
Index: bsnes.spec
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/devel/bsnes.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bsnes.spec 9 Mar 2009 18:17:27 -0000 1.6
+++ bsnes.spec 15 Mar 2009 14:56:23 -0000 1.7
@@ -1,4 +1,4 @@
-%define vernumber 040
+%define vernumber 041
Name: bsnes
Version: 0.%{vernumber}
@@ -48,8 +48,11 @@
#fix permissions and line endings
find src -type f \( -name \*.cpp -or -name \*.hpp -or -name \*.h -or -name \*.c \) -exec chmod 644 {} \;
+chmod 644 src/data/*.html
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 = $RPM_OPT_FLAGS#" src/Makefile
@@ -83,13 +86,17 @@
%files
%defattr(-,root,root,-)
-%doc README.Fedora
+%doc README.Fedora src/data/*.html
%{_bindir}/bsnes
%{_datadir}/pixmaps/bsnes.png
%{_datadir}/applications/rpmfusion-bsnes.desktop
%changelog
+* Sun Mar 15 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.041-1
+- Updated to 0.041
+- Re-added documentation
+
* Mon Mar 09 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.040-1
- Updated to 0.040
- The desktop file now comes with the tarball
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 9 Mar 2009 18:17:27 -0000 1.5
+++ sources 15 Mar 2009 14:56:23 -0000 1.6
@@ -1 +1 @@
-763e4ecd9b4b78432d70e1572f73efdb bsnes_v040.tar.bz2
+16dbc6ce3615831cf6c05b8bed004e4f bsnes_v041.tar.bz2
15 years, 9 months
rpms/faad2/devel faad2-pic.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 faad2.spec, 1.3, 1.4 sources, 1.2, 1.3 faad2-cve-2008-4201.patch, 1.1, NONE
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/faad2/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27545
Modified Files:
.cvsignore faad2.spec sources
Added Files:
faad2-pic.patch
Removed Files:
faad2-cve-2008-4201.patch
Log Message:
* Fri Mar 13 2009 Dominik Mierzejewski <dominik [AT] greysector [DOT] net> 1:2.7-1
- update to 2.7
- don't install internal libmp4ff
- include manpage
- fix build on x86_64 (non-PIC objects in libmp4ff.a)
- fix rpaths
- make xmms plugin depend on -libs, not the frontend
faad2-pic.patch:
--- NEW FILE faad2-pic.patch ---
diff -up faad2-2.7/common/mp4ff/Makefile.in.pic faad2-2.7/common/mp4ff/Makefile.in
--- faad2-2.7/common/mp4ff/Makefile.in.pic 2009-02-10 09:36:11.000000000 +0100
+++ faad2-2.7/common/mp4ff/Makefile.in 2009-03-14 12:38:40.000000000 +0100
@@ -93,7 +94,7 @@ AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
+CFLAGS = @CFLAGS@ -DPIC -fPIC
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CXX = @CXX@
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/faad2/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 3 Aug 2008 14:20:19 -0000 1.2
+++ .cvsignore 14 Mar 2009 11:55:05 -0000 1.3
@@ -1 +1 @@
-faad2-2.6.1.tar.gz
+faad2-2.7.tar.bz2
Index: faad2.spec
===================================================================
RCS file: /cvs/free/rpms/faad2/devel/faad2.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- faad2.spec 10 Nov 2008 22:34:50 -0000 1.3
+++ faad2.spec 14 Mar 2009 11:55:05 -0000 1.4
@@ -11,18 +11,18 @@
Summary: Library and frontend for decoding MPEG2/4 AAC
Name: faad2
Epoch: 1
-Version: 2.6.1
-Release: 6%{?dist}
+Version: 2.7
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.audiocoding.com/faad2.html
-Source: http://download.sourceforge.net/faac/%{name}-%{version}.tar.gz
-Patch0: %{name}-cve-2008-4201.patch
+Source: http://downloads.sourceforge.net/sourceforge/faac/%{name}-%{version}.tar.bz2
+# fix non-PIC objects in libmp4ff.a
+Patch0: %{name}-pic.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gcc-c++
BuildRequires: id3lib-devel
%{!?_without_sysfs:BuildRequires: libsysfs-devel}
-BuildRequires: libtool
BuildRequires: xmms-devel
BuildRequires: zlib-devel
@@ -55,7 +55,7 @@
%package -n xmms-%{name}
Summary: AAC XMMS Input Plugin
Group: Applications/Multimedia
-Requires: %{name} = %{epoch}:%{version}-%{release}
+Requires: %{name}-libs = %{epoch}:%{version}-%{release}
Provides: xmms-aac = %{version}-%{release}
Obsoletes: xmms-aac < 2.6.1
@@ -66,8 +66,8 @@
This package contains an input plugin for xmms.
%prep
-%setup -q -n %{name}
-%patch0 -p1 -b .cve
+%setup -q
+%patch0 -p1 -b .pic
find . -name "*.c" -o -name "*.h" | xargs chmod 644
for f in AUTHORS COPYING ChangeLog NEWS README* TODO ; do
@@ -75,13 +75,15 @@
done
%build
-# This is what the README.linux file recommends
-autoreconf -vif
%configure \
--disable-static \
--with-xmms \
# --with-drm
+# remove rpath from libtool
+sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+
%{__make} %{?_smp_mflags}
%install
@@ -89,6 +91,10 @@
%{__make} install DESTDIR=%{buildroot}
%{__rm} %{buildroot}%{_libdir}/libfaad.la
%{__rm} %{buildroot}%{xmmsinputplugindir}/libmp4.la
+%{__rm} %{buildroot}%{_includedir}/mp4ff{,int}.h
+%{__rm} %{buildroot}%{_libdir}/libmp4ff.a
+install -dm755 %{buildroot}%{_mandir}/man1
+%{__mv} %{buildroot}%{_mandir}/{manm/faad.man,man1/faad.1}
%clean
%{__rm} -rf %{buildroot}
@@ -99,8 +105,9 @@
%files
%defattr(-, root, root, -)
-%doc AUTHORS COPYING ChangeLog NEWS README* TODO
+%doc AUTHORS COPYING ChangeLog NEWS README*
%{_bindir}/faad
+%{_mandir}/man1/faad.1*
%files libs
%defattr(-,root,root,-)
@@ -108,6 +115,7 @@
%files devel
%defattr(-, root, root, -)
+%doc TODO docs/Ahead\ AAC\ Decoder\ library\ documentation.pdf
%{_includedir}/faad.h
%{_includedir}/neaacdec.h
%{_libdir}/libfaad.so
@@ -119,6 +127,14 @@
%{xmmsinputplugindir}/libmp4.so
%changelog
+* Fri Mar 13 2009 Dominik Mierzejewski <dominik [AT] greysector [DOT] net> 1:2.7-1
+- update to 2.7
+- don't install internal libmp4ff
+- include manpage
+- fix build on x86_64 (non-PIC objects in libmp4ff.a)
+- fix rpaths
+- make xmms plugin depend on -libs, not the frontend
+
* Mon Nov 10 2008 Dominik Mierzejewski <dominik [AT] greysector [DOT] net> 1:2.6.1-6
- fix CVE-2008-4201
Index: sources
===================================================================
RCS file: /cvs/free/rpms/faad2/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 3 Aug 2008 14:20:19 -0000 1.2
+++ sources 14 Mar 2009 11:55:05 -0000 1.3
@@ -1 +1 @@
-74e92df40c270f216a8305fc87603c8a faad2-2.6.1.tar.gz
+4c332fa23febc0e4648064685a3d4332 faad2-2.7.tar.bz2
--- faad2-cve-2008-4201.patch DELETED ---
15 years, 9 months
rpms/mpd/F-9 .cvsignore, 1.2, 1.3 mpd.spec, 1.2, 1.3 sources, 1.2, 1.3 mpd.git-1f620ed803e4b5c69b875bb36519c3299022fe9d.patch, 1.1, NONE mpd.git-ab00513022af940b398601556bfb6256ff220546.patch, 1.1, NONE mpd.git-de2e69945604f831ece2c4dacf5a545ff1c80056.patch, 1.1, NONE
by Adrian Reber
Author: adrian
Update of /cvs/free/rpms/mpd/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13193
Modified Files:
.cvsignore mpd.spec sources
Removed Files:
mpd.git-1f620ed803e4b5c69b875bb36519c3299022fe9d.patch
mpd.git-ab00513022af940b398601556bfb6256ff220546.patch
mpd.git-de2e69945604f831ece2c4dacf5a545ff1c80056.patch
Log Message:
* Fri Feb 20 2009 Adrian Reber <adrian(a)lisas.de> - 0.14.2-1
- updated to 0.14.2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mpd/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 25 Jul 2008 20:21:59 -0000 1.2
+++ .cvsignore 14 Mar 2009 07:23:41 -0000 1.3
@@ -1 +1 @@
-mpd-0.13.2.tar.gz
+mpd-0.14.2.tar.bz2
Index: mpd.spec
===================================================================
RCS file: /cvs/free/rpms/mpd/F-9/mpd.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mpd.spec 28 Sep 2008 06:07:17 -0000 1.2
+++ mpd.spec 14 Mar 2009 07:23:41 -0000 1.3
@@ -1,16 +1,13 @@
Name: mpd
-Version: 0.13.2
-Release: 2%{?dist}
+Version: 0.14.2
+Release: 1%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
Group: Applications/Multimedia
-URL: http://www.musicpd.org/
-Source: http://www.musicpd.org/uploads/files/mpd-0.13.2.tar.gz
+URL: http://mpd.wikia.com/
+Source: http://downloads.sourceforge.net/musicpd/mpd-0.14.2.tar.bz2
Source1: mpd.init
Source2: 95-grant-audio-devices-to-mpd.fdi
-Patch0: mpd.git-ab00513022af940b398601556bfb6256ff220546.patch
-Patch1: mpd.git-1f620ed803e4b5c69b875bb36519c3299022fe9d.patch
-Patch2: mpd.git-de2e69945604f831ece2c4dacf5a545ff1c80056.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -31,6 +28,10 @@
BuildRequires: jack-audio-connection-kit-devel
BuildRequires: faad2-devel
BuildRequires: libmad-devel
+BuildRequires: lame-devel
+BuildRequires: ffmpeg-devel
+BuildRequires: wavpack-devel
+BuildRequires: libcurl-devel
Requires(pre): shadow-utils
Requires(post): chkconfig
Requires(preun): chkconfig /sbin/service
@@ -45,12 +46,9 @@
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
%build
-%configure
+%configure --enable-mod
make %{?_smp_mflags}
%install
@@ -70,10 +68,10 @@
install -p -m644 doc/mpdconf.example $RPM_BUILD_ROOT%{_sysconfdir}/mpd.conf
%{__sed} -i -e "s,~/music,%{_localstatedir}/lib/%{name}/music,g" $RPM_BUILD_ROOT%{_sysconfdir}/mpd.conf
%{__sed} -i -e "s,~/.mpd/playlists,%{_localstatedir}/lib/%{name}/playlists,g" $RPM_BUILD_ROOT%{_sysconfdir}/mpd.conf
-%{__sed} -i -e "s,~/.mpd/mpd.log,%{_localstatedir}/lib/%{name}/mpd.log,g" $RPM_BUILD_ROOT%{_sysconfdir}/mpd.conf
-%{__sed} -i -e "s,~/.mpd/mpd.error,%{_localstatedir}/lib/%{name}/mpd.error,g" $RPM_BUILD_ROOT%{_sysconfdir}/mpd.conf
-%{__sed} -i -e "s,~/.mpd/mpd.db,%{_localstatedir}/lib/%{name}/mpd.db,g" $RPM_BUILD_ROOT%{_sysconfdir}/mpd.conf
-%{__sed} -i -e "s,~/.mpd/mpdstate,%{_localstatedir}/lib/%{name}/mpdstate,g" $RPM_BUILD_ROOT%{_sysconfdir}/mpd.conf
+%{__sed} -i -e "s,~/.mpd/log,%{_localstatedir}/lib/%{name}/mpd.log,g" $RPM_BUILD_ROOT%{_sysconfdir}/mpd.conf
+%{__sed} -i -e "s,~/.mpd/error-log,%{_localstatedir}/lib/%{name}/mpd.error,g" $RPM_BUILD_ROOT%{_sysconfdir}/mpd.conf
+%{__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} -e "s,@bindir@,%{_bindir},g;s,@var@,%{_localstatedir},g" %{SOURCE1} > $RPM_BUILD_ROOT%{_initrddir}/%{name}
@@ -90,6 +88,8 @@
getent passwd mpd >/dev/null || \
useradd -r -g mpd -d %{_localstatedir}/lib/%{name} -s /sbin/nologin \
-c "Music Player Daemon" mpd
+# fix for pulseaudio playback (#230)
+usermod -aG pulse-rt mpd
exit 0
@@ -120,7 +120,7 @@
%files
%defattr(-,root,root)
-%doc README UPGRADING doc/COMMANDS AUTHORS COPYING ChangeLog
+%doc README UPGRADING AUTHORS COPYING
%{_bindir}/%name
%attr(755,root,root) %{_initrddir}/%{name}
%{_mandir}/man1/*
@@ -137,11 +137,23 @@
%ghost %{_localstatedir}/lib/%{name}/mpdstate
%changelog
+* Fri Feb 20 2009 Adrian Reber <adrian(a)lisas.de> - 0.14.2-1
+- updated to 0.14.2
+
+* Sat Jan 31 2009 Adrian Reber <adrian(a)lisas.de> - 0.14-4
+- added BR libcurl-devel (#326)
+
+* Sat Dec 27 2008 Adrian Reber <adrian(a)lisas.de> - 0.14-3
+- updated to 0.14 (#229, #280)
+- add mpd user to group pulse-rt (#230)
+- added BR lame-devel, wavpack-devel, ffmpeg-devel
+
* Sun Sep 28 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.13.2-2
- rebuild
* Fri Jul 25 2008 Adrian Reber <adrian(a)lisas.de> - 0.13.2-1
- updated to 0.13.2
+- added _default_patch_fuzz define
* Thu May 29 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> - 0.13.1-3
- Fix mpd crashing when reading in modtracker files (rh bug 448964)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mpd/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 25 Jul 2008 20:22:00 -0000 1.2
+++ sources 14 Mar 2009 07:23:41 -0000 1.3
@@ -1 +1 @@
-33d0c7b08e2c9e2a6ad55703cb0d18d0 mpd-0.13.2.tar.gz
+66817a4b4c05454e6488f6b821f2a6a3 mpd-0.14.2.tar.bz2
--- mpd.git-1f620ed803e4b5c69b875bb36519c3299022fe9d.patch DELETED ---
--- mpd.git-ab00513022af940b398601556bfb6256ff220546.patch DELETED ---
--- mpd.git-de2e69945604f831ece2c4dacf5a545ff1c80056.patch DELETED ---
15 years, 9 months
rpms/sdlmess/F-10 sdlmess-warnings.patch,1.1,1.2
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmess/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28473/F-10
Modified Files:
sdlmess-warnings.patch
Log Message:
Actually update the warning patch in F-10 and F-9
sdlmess-warnings.patch:
Index: sdlmess-warnings.patch
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-10/sdlmess-warnings.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sdlmess-warnings.patch 3 Jun 2008 14:25:34 -0000 1.1
+++ sdlmess-warnings.patch 13 Mar 2009 19:11:06 -0000 1.2
@@ -1,11 +1,11 @@
---- makefile.sdl.warnings~ 2008-03-27 13:19:35.000000000 +0100
-+++ makefile.sdl 2008-03-27 13:19:54.000000000 +0100
-@@ -332,7 +332,7 @@
+--- makefile.sdl.warnings~ 2009-03-13 17:53:53.000000000 +0100
++++ makefile.sdl 2009-03-13 19:33:12.000000000 +0100
+@@ -337,7 +337,7 @@
+ # and make all errors into warnings
ifneq ($(OPTIMIZE),0)
- CFLAGS += $(ARCHOPTS) -fno-strict-aliasing
ifneq ($(TARGETOS),os2)
--CFLAGS += -Werror
-+#CFLAGS += -Werror
+-CCOMFLAGS += -Werror -fno-strict-aliasing $(ARCHOPTS)
++CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
+ else
+ CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
endif
- endif
-
15 years, 9 months
rpms/sdlmess/F-9 sdlmess-warnings.patch,1.1,1.2
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmess/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28473/F-9
Modified Files:
sdlmess-warnings.patch
Log Message:
Actually update the warning patch in F-10 and F-9
sdlmess-warnings.patch:
Index: sdlmess-warnings.patch
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-9/sdlmess-warnings.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sdlmess-warnings.patch 4 Jun 2008 14:16:45 -0000 1.1
+++ sdlmess-warnings.patch 13 Mar 2009 19:11:06 -0000 1.2
@@ -1,11 +1,11 @@
---- makefile.sdl.warnings~ 2008-03-27 13:19:35.000000000 +0100
-+++ makefile.sdl 2008-03-27 13:19:54.000000000 +0100
-@@ -332,7 +332,7 @@
+--- makefile.sdl.warnings~ 2009-03-13 17:53:53.000000000 +0100
++++ makefile.sdl 2009-03-13 19:33:12.000000000 +0100
+@@ -337,7 +337,7 @@
+ # and make all errors into warnings
ifneq ($(OPTIMIZE),0)
- CFLAGS += $(ARCHOPTS) -fno-strict-aliasing
ifneq ($(TARGETOS),os2)
--CFLAGS += -Werror
-+#CFLAGS += -Werror
+-CCOMFLAGS += -Werror -fno-strict-aliasing $(ARCHOPTS)
++CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
+ else
+ CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
endif
- endif
-
15 years, 9 months
rpms/mac/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/mac/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsh26141/rpms/mac/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module mac
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: mac
# $Id: Makefile,v 1.1 2009/03/13 18:52:59 thl Exp $
NAME := mac
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
--- NEW FILE sources ---
15 years, 9 months