[audacious-plugins] - Update to 2.4.0 final. - To avoid short loud blasting noise with Pulse Audio during track changes

Michael Schwendt mschwendt at fedoraproject.org
Thu Aug 26 09:33:43 UTC 2010


commit c1857e976de73c881d2b2b1b6ee008b62bb65a31
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Thu Aug 26 11:33:38 2010 +0200

    - Update to 2.4.0 final.
    - To avoid short loud blasting noise with Pulse Audio during track changes
      and at track end, users may configure Pulse Audio daemon to run with
      "flat-volumes = no" instead of its default.

 .gitignore             |    1 +
 audacious-plugins.spec |   40 +++++++++++++++++++++++++---------------
 sources                |    2 +-
 3 files changed, 27 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c158862..31462d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ audacious-plugins-fedora-2.4-beta1.tar.bz2
 audacious-plugins-fedora-2.4-beta2.tar.bz2
 audacious-plugins-fedora-2.4-rc1.tar.bz2
 /audacious-plugins-fedora-2.4-rc2.tar.bz2
+/audacious-plugins-fedora-2.4.0.tar.bz2
diff --git a/audacious-plugins.spec b/audacious-plugins.spec
index 82896af..5bc40db 100644
--- a/audacious-plugins.spec
+++ b/audacious-plugins.spec
@@ -1,12 +1,13 @@
 # Minimum audacious/audacious-plugins version in inter-package
 # dependencies.
-# We need 2.4 as 2.2 is insufficient.
-%define aud_ver 2.4
+# We need at least 2.4-beta1 because of the last plugin API changes
+# during the 2.4 devel period.
+%define aud_ver 2.4-0.7.beta1
 
 Name: audacious-plugins
-Version: 2.4
-Release: 0.11.rc2%{?dist}
-Summary: Plugins for the Audacious media player
+Version: 2.4.0
+Release: 1%{?dist}
+Summary: Plugins for the Audacious audio player
 Group: Applications/Multimedia
 URL: http://audacious-media-player.org/
 
@@ -15,8 +16,8 @@ URL: http://audacious-media-player.org/
 # BSD: scrobbler/lastfm
 License: GPLv2 and GPLv2+ and LGPLv2+ and MIT and GPLv3
 
-Source0: audacious-plugins-fedora-%{version}-rc2.tar.bz2
-#Source0: http://distfiles.atheme.org/audacious-plugins-%{version}-rc2.tgz
+Source0: audacious-plugins-fedora-%{version}.tar.bz2
+#Source0: http://distfiles.atheme.org/audacious-plugins-%{version}.tgz
 Source1: audacious-sid.desktop
 
 Patch0: audacious-plugins-2.0.1-xmms-skindir.patch
@@ -53,6 +54,8 @@ BuildRequires: curl-devel
 # experimental, disabled by default
 BuildRequires: neon-devel
 
+# The minimum version of the base Audacious player to ensure
+# compatibility with these plugins.
 Requires: audacious >= %{aud_ver}
 
 # last in 1.5.1, tagged dist-f11-updates
@@ -75,14 +78,15 @@ Obsoletes: audacious-plugins-esd < 2.4-0.6
 
 
 %description
-Audacious is a media player that currently uses a skinned user interface
-(based on Winamp 2.x skins) as well as a separate GTK2 based front end.
+This package provides essential plugins for the Audacious audio player.
+
+Audacious is an advanced audio player. It is free, lightweight, based on
+GTK2, runs on Linux and many other *nix platforms and is focused on audio
+quality and supporting a wide range of audio codecs. It still features
+an alternative skinned user interface (based on Winamp 2.x skins).
 Historically, it started as a fork of Beep Media Player (BMP), which
 itself forked from XMMS.
 
-This package provides essential plugins for audio input, audio output and
-visualization.
-
 
 %package jack
 Summary: Audacious output plugin for Jack Audio Connection Kit
@@ -114,12 +118,12 @@ Requires(postun): desktop-file-utils
 %description sid
 This package provides an Audacious input plugin for SID music files.
 
-This build of the plugin uses libsidplay 1. 3rd party package
-providers may build it with libsidplay 2.
+This build of the plugin uses libsidplay 1. Third party package
+providers may build it with libsidplay 2 instead.
 
 
 %prep
-%setup -q -n audacious-plugins-fedora-%{version}-rc2
+%setup -q -n audacious-plugins-fedora-%{version}
 %patch0 -p1 -b .xmms-skindir
 %patch1 -p1 -b .libdir
 
@@ -209,6 +213,12 @@ update-desktop-database &> /dev/null || :
 
 
 %changelog
+* Thu Aug 26 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 2.4.0-1
+- Update to 2.4.0 final.
+- To avoid short loud blasting noise with Pulse Audio during track changes 
+  and at track end, users may configure Pulse Audio daemon to run with
+  "flat-volumes = no" instead of its default.
+
 * Thu Aug 19 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 2.4-0.11.rc2
 - Back out the pulse_flush() patch, because it is definitely a Pulse Audio
   bug that leads to loud noise and isn't specific to Audacious.
diff --git a/sources b/sources
index c147c75..ac568db 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c19133bb7574a1850684140b2fc52325  audacious-plugins-fedora-2.4-rc2.tar.bz2
+c993a194ac9b9254e65ae25c2aa9626c  audacious-plugins-fedora-2.4.0.tar.bz2


More information about the scm-commits mailing list