rpms/audacious-plugins/devel audacious-plugins-2.0.1-xmms-skindir.patch, NONE, 1.1 .cvsignore, 1.18, 1.19 audacious-plugins.spec, 1.47, 1.48 sources, 1.19, 1.20 audacious-plugins-1.5.1-alsa-ng.patch, 1.1, NONE audacious-plugins-1.5.1-alsaplug-id.patch, 1.1, NONE audacious-plugins-1.5.1-amidi-symbol.patch, 1.1, NONE audacious-plugins-1.5.1-libmtp.patch, 1.1, NONE audacious-plugins-1.5.1-mixer-not-ready.patch, 1.2, NONE audacious-plugins-1.5.1-neon-reader-error-crash.patch, 1.1, NONE audacious-plugins-1.5.1-sndfile-cleanup.patch, 1.2, NONE audacious-plugins-1.5.1-vorbis-oga.patch, 1.1, NONE audacious-plugins.desktop, 1.2, NONE

Michael Schwendt mschwendt at fedoraproject.org
Tue Jul 14 17:24:08 UTC 2009


Author: mschwendt

Update of /cvs/pkgs/rpms/audacious-plugins/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7726

Modified Files:
	.cvsignore audacious-plugins.spec sources 
Added Files:
	audacious-plugins-2.0.1-xmms-skindir.patch 
Removed Files:
	audacious-plugins-1.5.1-alsa-ng.patch 
	audacious-plugins-1.5.1-alsaplug-id.patch 
	audacious-plugins-1.5.1-amidi-symbol.patch 
	audacious-plugins-1.5.1-libmtp.patch 
	audacious-plugins-1.5.1-mixer-not-ready.patch 
	audacious-plugins-1.5.1-neon-reader-error-crash.patch 
	audacious-plugins-1.5.1-sndfile-cleanup.patch 
	audacious-plugins-1.5.1-vorbis-oga.patch 
	audacious-plugins.desktop 
Log Message:
fresh package for Audacious 2.1 final - skip 2.0.1 because it doesn't include alsa-ng (like our patched 1.5.1 pkgs) and suffers from bugs and race conditions which are fixed in 2.1

audacious-plugins-2.0.1-xmms-skindir.patch:

--- NEW FILE audacious-plugins-2.0.1-xmms-skindir.patch ---
diff -Nur audacious-plugins-2.0.1-orig/src/skins/ui_skinselector.c audacious-plugins-2.0.1/src/skins/ui_skinselector.c
--- audacious-plugins-2.0.1-orig/src/skins/ui_skinselector.c	2009-05-14 04:42:00.000000000 +0200
+++ audacious-plugins-2.0.1/src/skins/ui_skinselector.c	2009-06-05 20:01:29.000000000 +0200
@@ -251,11 +251,15 @@
 skinlist_update(void)
 {
     gchar *skinsdir;
+    gchar xmmsskinsdir[] = "/usr/share/xmms/Skins";
 
     skinlist_clear();
 
     scan_skindir(skins_paths[SKINS_PATH_USER_SKIN_DIR]);
     scan_skindir(DATA_DIR G_DIR_SEPARATOR_S "Skins");
+    if (g_file_test(xmmsskinsdir, G_FILE_TEST_IS_DIR)) {
+        scan_skindir( xmmsskinsdir );
+    }
 
     skinsdir = getenv("SKINSDIR");
     if (skinsdir) {


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/audacious-plugins/devel/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- .cvsignore	30 Jun 2009 13:34:10 -0000	1.18
+++ .cvsignore	14 Jul 2009 17:24:08 -0000	1.19
@@ -1 +1 @@
-audacious-plugins-fedora-1.5.1.tar.gz
+audacious-plugins-fedora-2.1.tar.bz2


Index: audacious-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacious-plugins/devel/audacious-plugins.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -p -r1.47 -r1.48
--- audacious-plugins.spec	2 Jul 2009 08:59:14 -0000	1.47
+++ audacious-plugins.spec	14 Jul 2009 17:24:08 -0000	1.48
@@ -1,66 +1,69 @@
 # Minimum audacious/audacious-plugins version in inter-package
-# dependencies. We have 1.5.1 for both, so we enforce 1.5.1.
-%define aud_ver 1.5.1
-
-Name:           audacious-plugins
-Version:        1.5.1
-Release:        10%{?dist}
-Summary:        Plugins for the Audacious media player
-Group:          Applications/Multimedia
+# dependencies.
+# We need 2.1 as 2.0.1 is insufficient.
+%define aud_ver 2.1
+
+Name: audacious-plugins
+Version: 2.1
+Release: 1%{?dist}
+Summary: Plugins for the Audacious media player
+Group: Applications/Multimedia
+URL: http://audacious-media-player.org/
 
 # LGPLv2+: adplug, bio2jack, rocklight
 # MIT: crystalizer, dockalbumart
 # BSD: lastfm
-License:        GPLv2 and GPLv2+ and LGPLv2+ and MIT and BSD
+License: GPLv2 and GPLv2+ and LGPLv2+ and MIT and BSD
 
-URL:            http://audacious-media-player.org/
-# The original source files contain various codecs which clash
-# with the FE license guidelines. They are removed in the -fedora-
-# file.
-# Source0: http://distfiles.atheme.org/audacious-plugins-%{version}.tgz
-Source0:        audacious-plugins-fedora-%{version}.tar.gz
-Source1:        audacious-plugins.desktop
-Patch3:         audacious-plugins-1.5.1-libmtp.patch
-Patch4:         audacious-plugins-1.5.1-vorbis-oga.patch
-Patch5:         audacious-plugins-1.5.1-timidity-cfg.patch
-Patch6:         audacious-plugins-1.5.1-amidi-symbol.patch
-Patch7:         audacious-plugins-1.5.1-neon-reader-error-crash.patch
-Patch8:         audacious-plugins-1.5.1-sndfile-cleanup.patch
-
-# alsa-ng plugin from 2.1 devel
-Patch50: audacious-plugins-1.5.1-alsa-ng.patch
-Patch51: audacious-plugins-1.5.1-alsaplug-id.patch
-Patch52: audacious-plugins-1.5.1-mixer-not-ready.patch
-
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:  audacious-devel >= %{aud_ver}, esound-devel >= 0.2, libvorbis-devel >= 1.0
-BuildRequires:  zlib-devel, desktop-file-utils >= 0.9, alsa-lib-devel
-BuildRequires:  libsidplay-devel, libnotify-devel
-BuildRequires:  libmpcdec-devel, libmusicbrainz-devel
-BuildRequires:  taglib-devel >= 1.4, libogg-devel >= 1.0, flac-devel >= 1.1.2
-BuildRequires:  libvisual-devel >= 0.2, SDL-devel >= 1.2.9
-BuildRequires:  gettext, libbinio-devel, curl-devel
-BuildRequires:  arts-devel, libmodplug-devel, lirc-devel
-BuildRequires:  jack-audio-connection-kit-devel, libsamplerate-devel
-BuildRequires:  pulseaudio-libs-devel, fluidsynth-devel
-BuildRequires:  wavpack-devel >= 4.31
-BuildRequires:  libXcomposite-devel
-BuildRequires:  libmtp-devel
-BuildRequires:  libmowgli-devel >= 0.5.0
-BuildRequires:  mcs-devel >= 0.6.0
-BuildRequires:  libcdio-devel >= 0.70
-BuildRequires:  libcddb-devel >= 1.2.1
-BuildRequires:  libsndfile-devel
+# Modified source tarball to remove problematic files.
+# Removed: aac alc demac tta wma
+# Not removed (no codec included): madplug mms
+# Disabled via options where possible, see %%build.
+Source0: audacious-plugins-fedora-%{version}.tar.bz2
+#Source0: http://distfiles.atheme.org/audacious-plugins-%{version}.tgz
+
+Patch1: audacious-plugins-1.5.1-timidity-cfg.patch
+Patch2: audacious-plugins-2.0.1-xmms-skindir.patch
+
+BuildRequires: audacious-devel >= %{aud_ver}
+BuildRequires: jack-audio-connection-kit-devel libsamplerate-devel
+BuildRequires: alsa-lib-devel
+BuildRequires: pulseaudio-libs-devel
+BuildRequires: esound-devel
+BuildRequires: libsndfile-devel
+BuildRequires: taglib-devel
+BuildRequires: wavpack-devel
+BuildRequires: libsidplay-devel
+BuildRequires: libogg-devel libvorbis-devel
+BuildRequires: flac-devel
+BuildRequires: libmodplug-devel
+BuildRequires: fluidsynth-devel
+BuildRequires: libshout-devel
+BuildRequires: libmpcdec-devel
+BuildRequires: libtimidity-devel
+BuildRequires: curl-devel
+BuildRequires: libbinio-devel
+BuildRequires: libcdio-devel
+BuildRequires: SDL-devel
+BuildRequires: lirc-devel
+BuildRequires: bluez-libs-devel
+BuildRequires: libXcomposite-devel
+BuildRequires: libcddb-devel
+BuildRequires: libmtp-devel
+BuildRequires: libxml2-devel
+BuildRequires: gettext
 
 # experimental, disabled by default
-BuildRequires:  neon-devel >= 0.25
+BuildRequires: neon-devel
+
+Requires: audacious >= %{aud_ver}
 
-Requires:       audacious >= %{aud_ver}
+# last in 1.5.1
+Obsoletes: audacious-plugins-arts
 
 # last tagged f8-final
-Obsoletes:      audacious-plugins-pulseaudio <= 1.3.5
-Provides:       audacious-plugins-pulseaudio = %{version}
+Obsoletes: audacious-plugins-pulseaudio <= 1.3.5
+Provides: audacious-plugins-pulseaudio = %{version}
 
 %description
 Audacious is a media player that currently uses a skinned user interface
@@ -70,85 +73,69 @@ This package provides essential plugins 
 visualization.
 
 
-%package        jack
-Summary:        Audacious output plugin for JACK sound service
-Group:          Applications/Multimedia
-Obsoletes:      audacious-jack <= 1.1.2
+%package jack
+Summary: Audacious output plugin for JACK sound service
+Group: Applications/Multimedia
+# ancient
+#Obsoletes: audacious-jack <= 1.1.2
+Requires: audacious >= %{aud_ver}, audacious-plugins >= %{aud_ver}
 
-Requires:       audacious >= %{aud_ver}, audacious-plugins >= %{aud_ver}
-
-%description    jack
+%description jack
 This package provides an Audacious output plugin that uses the
 JACK sound service.
 
 
-%package        esd
-Summary:        Audacious output plugin for esd sound service
-Group:          Applications/Multimedia
-Obsoletes:      audacious-esd <= 1.1.2
-
-Requires:       audacious >= %{aud_ver}, audacious-plugins >= %{aud_ver}
+%package esd
+Summary: Audacious output plugin for esd sound service
+Group: Applications/Multimedia
+# ancient
+#Obsoletes: audacious-esd <= 1.1.2
+Requires: audacious >= %{aud_ver}, audacious-plugins >= %{aud_ver}
 
-%description    esd
+%description esd
 This package provides an Audacious output plugin that uses the
 ESD sound server.
 
 
-%package        arts
-Summary:        Audacious output plugin for KDE arts sound service
-Group:          Applications/Multimedia
-Obsoletes:      audacious-arts <= 1.1.2
-
-Requires:       audacious >= %{aud_ver}, audacious-plugins >= %{aud_ver}
-
-%description    arts
-This package provides an Audacious output plugin that uses the
-KDE arts sound server.
-
+%package amidi
+Summary: Audacious input plugin for amidi
+Group: Applications/Multimedia
+Requires: audacious >= %{aud_ver}, audacious-plugins >= %{aud_ver}
 
-%package        amidi
-Summary:        Audacious input plugin for amidi
-Group:          Applications/Multimedia
-
-Requires:       audacious >= %{aud_ver}, audacious-plugins >= %{aud_ver}
-
-%description    amidi
+%description amidi
 This package provides an Audacious input plugin that uses the
 amidi sound service.
 
 
 
-%package        wavpack
-Summary:        Audacious input plugin for wavpack
-Group:          Applications/Multimedia
+%package wavpack
+Summary: Audacious input plugin for wavpack
+Group: Applications/Multimedia
+Requires: audacious >= %{aud_ver}, audacious-plugins >= %{aud_ver}
 
-Requires:       audacious >= %{aud_ver}, audacious-plugins >= %{aud_ver}
-
-%description    wavpack
+%description wavpack
 This package provides an Audacious input plugin that reads WavPack
 compressed files.
 
 
 
-%package        metronome
-Summary:        Audacious input plugin simulating a metronome
-Group:          Applications/Multimedia
-
-Requires:       audacious >= %{aud_ver}, audacious-plugins >= %{aud_ver}
+%package metronome
+Summary: Audacious input plugin simulating a metronome
+Group: Applications/Multimedia
+Requires: audacious >= %{aud_ver}, audacious-plugins >= %{aud_ver}
 
-%description    metronome
+%description metronome
 This package provides an Audacious input plugin that simulates
 a metronome.
 
 
 
-%package        vortex
-Summary:        Audacious input plugin for vortex audio files
-Group:          Applications/Multimedia
+%package vortex
+Summary: Audacious input plugin for vortex audio files
+Group: Applications/Multimedia
+Requires: audacious >= %{aud_ver}, audacious-plugins >= %{aud_ver}
 
-Requires:       audacious >= %{aud_ver}, audacious-plugins >= %{aud_ver}
-
-%description    vortex
+%description vortex
 This package provides an Audacious input plugin that reads
 vortex compressed files.
 
@@ -157,42 +144,32 @@ vortex compressed files.
 %prep
 %setup -q -n audacious-plugins-fedora-%{version}
 
-# Use libmtp 0.3
-%patch3 -p1 -b .libmtp
-
-# accept .oga files
-%patch4 -p1 -b vorbis-oga
-
-# look for timidity.cfg in /etc
-%patch5 -p1 -b timidity-cfg
-
-# fix missing symbols in amidi
-%patch6 -p1 -b amidi-symbols
-
-# Patch possible neon crash on buffer underrun
-%patch7 -p1 -b neon-reader-error-crash
-
-# pause and seek for libsndfile input plugin
-%patch8 -p1 -b .sndfile-cleanup
-
-%patch50 -p1 -b .alsa-ng
-%patch51 -p1 -b .alsa-ng2
-%patch52 -p1 -b .mixer-not-ready
+%patch1 -p1 -b .timidity-cfg
+%patch2 -p1 -b .xmms-skindir
 
 sed -i '\,^.SILENT:,d' buildsys.mk.in
 
 %build
-%configure \
-    --disable-rpath \
-    --enable-chardet \
-    --disable-dependency-tracking \
-    --enable-amidiplug \
-    --disable-amidiplug-dummy \
-    --disable-sse2 \
-    --disable-rootvis \
-    --disable-projectm \
-    --enable-neon
-
+# --disable-esd
+# --enable-neon : experimental, disabled by default
+%configure  \
+    --enable-chardet  \
+    --enable-amidiplug  \
+    --enable-neon  \
+    \
+    --disable-aac  \
+    --disable-ape  \
+    --disable-mp3  \
+    --disable-mms  \
+    --disable-tta  \
+    --disable-wma  \
+    --disable-libmadtest  \
+    \
+    --disable-oss  \
+    --disable-projectm  \
+    --disable-sse2  \
+    --disable-rpath  \
+    --disable-dependency-tracking
 make %{?_smp_mflags}
 
 
@@ -201,25 +178,14 @@ rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 %find_lang %{name}
 
-desktop-file-install --vendor fedora \
-    --dir $RPM_BUILD_ROOT%{_datadir}/applications   \
-    %{SOURCE1}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
-%post
-update-desktop-database &> /dev/null || :
-
-
-%postun
-update-desktop-database &> /dev/null || :
-
-
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING NEWS
+%doc AUTHORS COPYING
 %{_libdir}/audacious/Input/
 %{_libdir}/audacious/Output/
 %{_libdir}/audacious/Container/
@@ -233,22 +199,13 @@ update-desktop-database &> /dev/null || 
 %exclude %{_libdir}/audacious/Input/metronom.so
 %exclude %{_libdir}/audacious/Input/vtx.so
 %exclude %{_libdir}/audacious/Output/jackout.so
-%exclude %{_libdir}/audacious/Output/arts.so
 %exclude %{_libdir}/audacious/Output/ESD.so
-%{_datadir}/applications/fedora-audacious-plugins.desktop
-%{_datadir}/audacious/images/audioscrobbler.png
-%{_datadir}/audacious/images/audioscrobbler_badge.png
-%{_datadir}/audacious/paranormal/
+%{_datadir}/audacious/
 
 %files jack
 %defattr(-,root,root,-)
 %{_libdir}/audacious/Output/jackout.so
 
-%files arts
-%defattr(-,root,root,-)
-%{_bindir}/audacious-arts-helper
-%{_libdir}/audacious/Output/arts.so
-
 %files esd
 %defattr(-,root,root,-)
 %{_libdir}/audacious/Output/ESD.so
@@ -272,127 +229,27 @@ update-desktop-database &> /dev/null || 
 
 
 %changelog
-* Thu Jul  2 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.5.1-10
-- Prevent alsalib mixer crash if mixer isn't ready.
+* Tue Jul 14 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 2.1-1
+- Upgrade to 2.1 final.
 
-* Mon Jun 29 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.5.1-9
-- Use old "ALSA" plugin id for config file.
-- Keep old mixer level even if mixer isn't ready.
-
-* Mon Jun 29 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.5.1-8
-- Replace old ALSA output plugin and related patches with the
-  "alsa-ng" code from Audacious 2.1 development. This is supposed to
-  get rid of old cruft and mutex-locking overhead that cause performance
-  regression in 1.5.1-6.
-
-* Fri Jun  5 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.5.1-7
-- Remove unapplied patches and verify that they have been merged.
+* Mon Jun 29 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 2.1-0.1.beta1
+- Upgrade to 2.1beta1.
+- Drop merged/obsolete patches.
+
+* Sat Jun  6 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 2.0.1-0.3
+- Make libtimidity not try to open non-existing files.
+- Fix non-top-level configure dialogs.
+
+* Sat Jun  6 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 2.0.1-0.1
+- Upgrade to 2.0.1.
+- Fix sndfile plugin cleanup crash.
+- Major spec overhaul, and drop old %%changelog entries.
+- Obsolete -arts plugin.
 - Multiple different licenses are used for the individual plugins.
 - Move amidi-plug directory to amidi subpackage.
-
-* Thu Jun  4 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.5.1-6
-- Apply ALSA driver patches by Hans de Goede (#499942).
-- Minor spec updates.
-- Update scriptlets in accordance with guidelines.
 - Build with libsndfile plugin for advanced formats in WAV and
   patch it for pause and seek (also fixes #501007).
 
 * Wed May 06 2009 Ralf Ertzinger <ralf at skytale.net> 1.5.1-5
 - Fix possible crash on neon buffer underrun (BZ#496413)
 
-* Fri May 01 2009 Ralf Ertzinger <ralf at skytale.net> 1.5.1-4
-- Accept .oga files (BZ#479120)
-- Look for timitidy.cfg in /etc (BZ#450933)
-- Fix missing symbols in amidi-plugin (BZ#478557)
-- Include CD-audio plugin (BZ#442921)
-
-* Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
-* Sat Sep 06 2008 Ralf Ertzinger <ralf at skytale.net> 1.5.1-2
-- Incorporate libmtp patch by Linus Walleij (BZ#459293)
-
-* Sun Jun 08 2008 Ralf Ertzinger <ralf at skytale.net> 1.5.1-1
-- Update to 1.5.1
-
-* Mon Feb 11 2008 Ralf Ertzinger <ralf at skytale.net> 1.4.5-1
-- Update to 1.4.5
-
-* Fri Jan 02 2008 Ralf Ertzinger <ralf at skytale.net> 1.4.4-2
-- Fix compilation with GCC 4.3
-
-* Wed Jan 02 2008 Ralf Ertzinger <ralf at skytale.net> 1.4.4-1
-- Update to 1.4.4
-
-* Mon Dec 31 2007 Ralf Ertzinger <ralf at skytale.net> 1.4.3.2-1
-- Update to 1.4.3.2
-
-* Sun Dec 29 2007 Ralf Ertzinger <ralf at skytale.net> 1.4.3.1-1
-- Update to 1.4.3.1
-
-* Sat Dec 29 2007 Ralf Ertzinger <ralf at skytale.net> 1.4.3-1
-- Update to 1.4.3
-
-* Thu Dec 04 2007 Ralf Ertzinger <ralf at skytale.net> 1.4.2-1
-- Update to 1.4.2
-
-* Thu Nov 22 2007 Ralf Ertzinger <ralf at skytale.net> 1.4.1-3
-- Fix some locking issues in the neon (HTTP/HTTPS stream) plugin
-
-* Mon Nov 19 2007 Ralf Ertzinger <ralf at skytale.net> 1.4.1-1
-- Update to 1.4.1
-
-* Mon Oct 15 2007 Lubomir Kundrak <lkundrak at redhat.com 1.3.5-3
-- Change BuildReq pulseaudio-devel to pulseaudio-libs-devel
-- Fix the License tag
-
-* Fri Aug 3 2007 Ralf Ertzinger <ralf at skytale.net> 1.3.5-2
-- Rebuild for clean upgrade path
-
-* Sat Jun 9 2007 Ralf Ertzinger <ralf at skytale.net> 1.3.5-1.fc8
-- Update to 1.3.5
-
-* Sat May 26 2007 Ralf Ertzinger <ralf at skytale.net> 1.3.4-2.fc8
-- Bump tag for rebuild
-
-* Wed May 16 2007 Ralf Ertzinger <ralf at skytale.net> 1.3.4-1.fc7
-- Update to 1.3.4
-
-* Sun Apr 22 2007 Ralf Ertzinger <ralf at skytale.net> 1.3.3-2.fc7
-- Introduce aud_ver variable into specfile
-
-* Fri Apr 20 2007 Ralf Ertzinger <ralf at skytale.net> 1.3.3-1.fc7
-- Update to 1.3.3
-
-* Sat Apr 07 2007 Ralf Ertzinger <ralf at skytale.net> 1.3.2-1.fc7
-- Update to 1.3.2
-
-* Fri Apr 06 2007 Ralf Ertzinger <ralf at skytale.net> 1.3.1-2.fc7
-- Own %%{_datadir}/audacious
-
-* Mon Apr 02 2007 Ralf Ertzinger <ralf at skytale.net> 1.3.1-1.fc7
-- Update to 1.3.1
-
-* Sun Feb 18 2007 Ralf Ertzinger <ralf at skytale.net> 1.2.5-6.fc7
-- Rebuild against new FLAC libraries (for real, this time)
-
-* Thu Feb 15 2007 Ralf Ertzinger <ralf at skytale.net> 1.2.5-5.fc7
-- Rebuild against new FLAC libraries
-
-* Mon Jan 15 2007 Ralf Ertzinger <ralf at skytale.net> 1.2.5-4.fc7
-- Fix typo in BuildRequires
-
-* Sat Dec 16 2006 Ralf Ertzinger <ralf at skytale.net> 1.2.5-3.fc7
-- Rebuild for new wavpack
-
-* Sun Dec 03 2006 Ralf Ertzinger <ralf at skytale.net> 1.2.5-2.fc7
-- Disable sndfile, which causes a non-pausable wav plugin to
-  be built
-
-* Thu Nov 30 2006 Ralf Ertzinger <ralf at skytale.net> 1.2.5-1.fc7
-- Update to 1.2.5
-- Add audacious-plugins-wavpack for WavPack input plugin
-- Drop cddb patch, included upstream
-
-* Sun Nov 26 2006 Ralf Ertzinger <ralf at skytale.net> 1.2.2-1.fc7
-- Initial RPM build for FE


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/audacious-plugins/devel/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- sources	30 Jun 2009 13:34:10 -0000	1.19
+++ sources	14 Jul 2009 17:24:08 -0000	1.20
@@ -1 +1 @@
-41cd1e4bf7ba15fff449e877f9be2d7f  audacious-plugins-fedora-1.5.1.tar.gz
+199dfef2aa2020f0405d54b67e6540f7  audacious-plugins-fedora-2.1.tar.bz2


--- audacious-plugins-1.5.1-alsa-ng.patch DELETED ---


--- audacious-plugins-1.5.1-alsaplug-id.patch DELETED ---


--- audacious-plugins-1.5.1-amidi-symbol.patch DELETED ---


--- audacious-plugins-1.5.1-libmtp.patch DELETED ---


--- audacious-plugins-1.5.1-mixer-not-ready.patch DELETED ---


--- audacious-plugins-1.5.1-neon-reader-error-crash.patch DELETED ---


--- audacious-plugins-1.5.1-sndfile-cleanup.patch DELETED ---


--- audacious-plugins-1.5.1-vorbis-oga.patch DELETED ---


--- audacious-plugins.desktop DELETED ---




More information about the fedora-extras-commits mailing list