[audacious-plugins] Update to 2.5-beta1. TODO: openal audio output plugin?

Michael Schwendt mschwendt at fedoraproject.org
Thu Mar 10 22:25:32 UTC 2011


commit 175910d93d94458901f58c79f6c13f0cf7b40b20
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Thu Mar 10 23:25:26 2011 +0100

    Update to 2.5-beta1.
    TODO: openal audio output plugin?

 .gitignore                                         |    1 +
 ...cious-plugins-2.5-alpha2-adplug-vfs_close.patch |   14 --------------
 audacious-plugins.spec                             |   15 ++++++++-------
 sources                                            |    2 +-
 4 files changed, 10 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7fb50b5..6d6e886 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ audacious-plugins-fedora-2.4-rc1.tar.bz2
 /audacious-plugins-fedora-2.4.3.tar.bz2
 /audacious-plugins-fedora-2.4.4.tar.bz2
 /audacious-plugins-fedora-2.5-alpha2.tar.bz2
+/audacious-plugins-fedora-2.5-beta1.tar.bz2
diff --git a/audacious-plugins.spec b/audacious-plugins.spec
index 761ff0c..4b50549 100644
--- a/audacious-plugins.spec
+++ b/audacious-plugins.spec
@@ -10,7 +10,7 @@ Requires: audacious >= %{aud_ver}
 
 Name: audacious-plugins
 Version: 2.5
-Release: 0.5.alpha2%{?dist}
+Release: 0.6.beta1%{?dist}
 Summary: Plugins for the Audacious audio player
 Group: Applications/Multimedia
 URL: http://audacious-media-player.org/
@@ -20,16 +20,14 @@ URL: http://audacious-media-player.org/
 # BSD: alsa, compressor, crossfade, psf, resample, unix-io, xsf
 License: GPLv2 and GPLv2+ and LGPLv2+ and MIT and GPLv3
 
-Source0: audacious-plugins-fedora-%{version}-alpha2.tar.bz2
-#Source0: http://distfiles.atheme.org/audacious-plugins-%{version}-alpha2.tgz
+Source0: audacious-plugins-fedora-%{version}-beta1.tar.bz2
+#Source0: http://distfiles.atheme.org/audacious-plugins-%{version}-beta1.tgz
 Source1: audacious-sid.desktop
 
 # Fedora customization
 Patch0: audacious-plugins-2.5-alpha1-xmms-skindir.patch
 # Fedora customization: fix hardcoded libdir replacement
 Patch1: audacious-plugins-2.4-libdir.patch
-# reported upstream
-Patch2: audacious-plugins-2.5-alpha2-adplug-vfs_close.patch
 
 BuildRequires: audacious-devel >= %{aud_ver}
 BuildRequires: gettext
@@ -154,10 +152,9 @@ providers may build it with libsidplay 2 instead.
 %prep
 # Enforce availability of the audacious(plugin-api) dependency.
 %{!?aud_plugin_dep:echo 'No audacious(plugin-api) dependency!' && exit -1}
-%setup -q -n audacious-plugins-fedora-%{version}-alpha2
+%setup -q -n audacious-plugins-fedora-%{version}-beta1
 %patch0 -p1 -b .xmms-skindir
 %patch1 -p1 -b .libdir
-%patch2 -p1 -b .adplug-vfs_close
 
 for i in src/ladspa/ladspa.c
 do
@@ -259,6 +256,10 @@ update-desktop-database &> /dev/null || :
 
 
 %changelog
+* Thu Mar 10 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 2.5-0.6.beta1
+- Update to 2.5-beta1.
+- TODO: openal audio output plugin?
+
 * Wed Feb 23 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 2.5-0.5.alpha2
 - Remove the extra vfs_close() call in adplug's new binio_virtual.h class,
   because closing the copied fd there crashes the player later.
diff --git a/sources b/sources
index bc8e9d1..c205060 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-371a2963e6031afe1571dc8afa1cd0d9  audacious-plugins-fedora-2.5-alpha2.tar.bz2
+9875a041ed5f1428997e0bcda2c2a4fd  audacious-plugins-fedora-2.5-beta1.tar.bz2


More information about the scm-commits mailing list