diff --git a/.cvsignore b/.cvsignore index d160100..1627cec 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -audacious-2.4-alpha3.tgz +audacious-2.4-beta1.tgz diff --git a/audacious.spec b/audacious.spec index 3e4ecb5..f624df3 100644 --- a/audacious.spec +++ b/audacious.spec @@ -1,18 +1,18 @@ # Minimum audacious/audacious-plugins version in inter-package # dependencies. -# We enforce 2.4 as 2.2 or older is insufficient. -%define aud_ver 2.4 +# We enforce 2.4-beta1 as 2.4-alpha3 or older are insufficient. +%define aud_ver 2.4-0.6.beta1 Name: audacious Version: 2.4 -Release: 0.5.alpha3%{?dist} +Release: 0.6.beta1%{?dist} License: GPLv3 Summary: GTK2 based media player similar to XMMS URL: http://audacious-media-player.org/ Group: Applications/Multimedia -Source0: http://distfiles.atheme.org/audacious-%{version}-alpha3.tgz +Source0: http://distfiles.atheme.org/audacious-%{version}-beta1.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -38,10 +38,9 @@ Requires: hicolor-icon-theme Provides: xmms-gui %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. -Historically, it started as a fork of Beep Media Player (BMP), which -itself forked from XMMS. +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. %package libs @@ -67,7 +66,7 @@ Files needed when building software for the Audacious media player. %prep -%setup -q -n %{name}-%{version}-alpha3 +%setup -q -n %{name}-%{version}-beta1 sed -i '\,^.SILENT:,d' buildsys.mk.in # From .desktop files remove MIME types the base build of the @@ -83,7 +82,7 @@ for t in \ audio/x-musepack \ audio/prs.sid \ ; do - for f in audacious2.desktop audacious2-skinnedui.desktop ; do + for f in audacious2.desktop ; do cp ${f} ${f}.old sed -i "s!${t};!!g" $f diff -u ${f}.old ${f} || : @@ -176,6 +175,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Wed Jul 21 2010 Michael Schwendt - 2.4-0.6.beta1 +- Generic plugin API/ABI bumped to 16. +- Update to beta1. + * Mon Jul 12 2010 Michael Schwendt - 2.4-0.5.alpha3 - Generic plugin API/ABI bumped to 15. - .desktop files got renamed! diff --git a/sources b/sources index 81bc4ce..ae7be25 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e8cfb7d6b0b18c96d3ca915ef888630d audacious-2.4-alpha3.tgz +dae2a4508e2b96faaa2cf97801b69cc6 audacious-2.4-beta1.tgz