[audacious] - Update to 2.4.0 final. - Update spec file comments, summary, description, also because the skinn

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


commit deb14815ec6eaca9597f87a6ee6e77580781eeaa
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Thu Aug 26 11:31:39 2010 +0200

    - Update to 2.4.0 final.
    - Update spec file comments, summary, description, also because
      the skinned user-interface no longer is the default.

 .gitignore                       |    1 +
 audacious-2.4-rc1-albumart.patch |   30 ----------------------------
 audacious.spec                   |   40 +++++++++++++++++++++++--------------
 sources                          |    2 +-
 4 files changed, 27 insertions(+), 46 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f87ab83..1cd32d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ audacious-2.4-beta1.tgz
 audacious-2.4-beta2.tgz
 audacious-2.4-rc1.tgz
 /audacious-2.4-rc2.tgz
+/audacious-2.4.0.tgz
diff --git a/audacious.spec b/audacious.spec
index e9eadc8..e6d34fd 100644
--- a/audacious.spec
+++ b/audacious.spec
@@ -4,17 +4,15 @@
 %define aud_ver 2.4-0.5.beta1
 
 Name: audacious
-Version: 2.4
-Release: 0.10.rc2%{?dist}
+Version: 2.4.0
+Release: 1%{?dist}
 
 License: GPLv3
-Summary: GTK2 based media player similar to XMMS
+Summary: Advanced audio player
 URL: http://audacious-media-player.org/
 Group: Applications/Multimedia
 
-Source0: http://distfiles.atheme.org/audacious-%{version}-rc2.tgz
-# obsolete with upgrade, AUD-255
-Patch0: audacious-2.4-rc1-albumart.patch
+Source0: http://distfiles.atheme.org/audacious-%{version}.tgz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -33,28 +31,36 @@ BuildRequires: desktop-file-utils
 # during version upgrades.
 Requires: audacious-libs = %{version}-%{release}
 
+# For compatibility with the plugin API implemented by the player,
+# a minimum version of the base plugins package is strictly required.
 Requires: audacious-plugins >= %{aud_ver}
+
+# Audacious stores its own icon(s) in the hicolor tree
+# and updates the icon cache.
 Requires: hicolor-icon-theme
 
 # Skin packages can require this from xmms and all GUI compatible players
 Provides: xmms-gui
 
 %description
-Audacious is a media player with a skinned user interface (based on Winamp
-2.x skins) and a GTK2 based front end. Historically, it started as a fork
-of Beep Media Player (BMP), which itself forked from XMMS.
+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.
 
 
 %package libs
-Summary: Library files for the Audacious media player
+Summary: Library files for the Audacious audio player
 Group: System Environment/Libraries
 
 %description libs
-Library files for the Audacious media player.
+Library files for the Audacious audio player.
 
 
 %package devel
-Summary: Development files for the Audacious media player
+Summary: Development files for the Audacious audio player
 Group: Development/Libraries
 Requires: %{name}-libs = %{version}-%{release}
 Requires: glib2-devel gtk2-devel
@@ -64,12 +70,11 @@ Requires: libmowgli-devel
 Requires: pkgconfig
 
 %description devel
-Files needed when building software for the Audacious media player.
+Files needed when building software for the Audacious audio player.
 
 
 %prep
-%setup -q -n %{name}-%{version}-rc2
-%patch0 -p1 -b .albumart
+%setup -q -n %{name}-%{version}
 sed -i '\,^.SILENT:,d' buildsys.mk.in
 
 # From .desktop files remove MIME types the base build of the
@@ -178,6 +183,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Thu Aug 26 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 2.4.0-1
+- Update to 2.4.0 final.
+- Update spec file comments, summary, description, also because
+  the skinned user-interface no longer is the default.
+
 * Sat Aug 14 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 2.4-0.10.rc2
 - Update to rc2.
 
diff --git a/sources b/sources
index 7f659cf..099b018 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6ad237675148b53f974d7df91b76c4f6  audacious-2.4-rc2.tgz
+113d99a09d4faead7adc07a86eab5c80  audacious-2.4.0.tgz


More information about the scm-commits mailing list