f96d779
# Minimum audacious/audacious-plugins version in inter-package dependencies.
dcf0fa2
%global aud_ver 3.3
f96d779
0e31c6c
%global tar_ver %{version}
69e5420
9d3a413
# Audacious Generic Plugin API defined in audacious-libs subpackage.
f96d779
313574f
7bfa7cb
Name: audacious
e361e27
Version: 3.3.4
35a95e2
Release: 2%{?dist}
1221afa
a5ccf61
License: BSD
deb1481
Summary: Advanced audio player
7bfa7cb
URL: http://audacious-media-player.org/
7bfa7cb
Group: Applications/Multimedia
a2d195f
7c3fdd8
Source0: http://distfiles.audacious-media-player.org/audacious-%{tar_ver}.tar.bz2
9c567a3
35a95e2
# fixed, reported #255
35a95e2
Patch0: audacious-3.3.4-FR2MS-divbyzero.patch
35a95e2
7bfa7cb
BuildRequires: gettext
2ec7c5e
BuildRequires: gtk3-devel
475b5f3
BuildRequires: libguess-devel
475b5f3
BuildRequires: dbus-devel
475b5f3
BuildRequires: dbus-glib-devel
7bfa7cb
BuildRequires: desktop-file-utils
35c79d8
BuildRequires: doxygen
e1b0842
7bfa7cb
# The automatic SONAME dependency is not enough
7bfa7cb
# during version upgrades.
4ba29dc
Requires: audacious-libs%{?_isa} = %{version}-%{release}
a2d195f
deb1481
# For compatibility with the plugin API implemented by the player,
deb1481
# a minimum version of the base plugins package is strictly required.
4ba29dc
Requires: audacious-plugins%{?_isa} >= %{aud_ver}
deb1481
deb1481
# Audacious stores its own icon(s) in the hicolor tree
deb1481
# and updates the icon cache.
f78e990
Requires: hicolor-icon-theme
a2d195f
7bfa7cb
# Skin packages can require this from xmms and all GUI compatible players
7bfa7cb
Provides: xmms-gui
7bfa7cb
7bfa7cb
%description
2a30da8
Audacious is an advanced audio player. It is free, lightweight, currently
2a30da8
based on GTK+ 3, runs on Linux and many other *nix platforms and is
2a30da8
focused on audio quality and supporting a wide range of audio codecs.
2a30da8
It still features an alternative skinned user interface (based on
2a30da8
Winamp 2.x skins). Historically, it started as a fork of Beep Media
2a30da8
Player (BMP), which itself forked from XMMS.
a2d195f
a2d195f
7bfa7cb
%package libs
deb1481
Summary: Library files for the Audacious audio player
7bfa7cb
Group: System Environment/Libraries
9d3a413
# Provide Generic Plugin API value for plugin packages to depend on.
9d3a413
# As defined in /usr/include/audacious/plugin.h: _AUD_PLUGIN_VERSION
9d3a413
# This must be an exact match for plugin .so files to load.
d6980f8
%global aud_plugin_api 41
dcf0fa2
%global aud_plugin_api_min 40
1f6843a
Provides: audacious(plugin-api)%{?_isa} = %{aud_plugin_api}
1f6843a
%{?_isa:Provides: audacious(plugin-api) = %{aud_plugin_api}}
26044d1
#Provides: audacious(plugin-api)%{?_isa} = 40
26044d1
#%{?_isa:Provides: audacious(plugin-api) = 40}
26044d1
Provides: audacious(plugin-api)%{?_isa} = %{aud_plugin_api_min}
26044d1
%{?_isa:Provides: audacious(plugin-api) = %{aud_plugin_api_min}}
a2d195f
7bfa7cb
%description libs
deb1481
Library files for the Audacious audio player.
a2d195f
6e0b156
7bfa7cb
%package devel
deb1481
Summary: Development files for the Audacious audio player
7bfa7cb
Group: Development/Libraries
4ba29dc
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
0d207e0
Requires: glib2-devel
0d207e0
Requires: gtk3-devel
7bfa7cb
Requires: dbus-glib-devel
bf80c03
7bfa7cb
%description devel
deb1481
Files needed when building software for the Audacious audio player.
bf80c03
7bfa7cb
7bfa7cb
%prep
69e5420
%setup -q -n %{name}-%{tar_ver}
f96d779
f96d779
# Verify the value of the audacious(plugin-api) Provides.
58701bb
api=$(grep '[ ]*#define[ ]*_AUD_PLUGIN_VERSION[ ]\+' src/audacious/plugin.h | sed 's!.*_AUD_PLUGIN_VERSION[ ]*\([0-9]\+\).*!\1!')
f96d779
[ "${api}" == "%{aud_plugin_api}" ] || exit -1
58701bb
api_min=$(grep '[ ]*#define[ ]*_AUD_PLUGIN_VERSION_MIN' src/audacious/plugin.h | sed 's!.*_AUD_PLUGIN_VERSION_MIN[ ]*\([0-9]\+\).*!\1!')
58701bb
[ "${api_min}" == "%{aud_plugin_api_min}" ] || exit -1
f96d779
1f342aa
sed -i '\,^.SILENT:,d' buildsys.mk.in
20998a0
35a95e2
%patch0 -p1 -b .divbyzero
35a95e2
adde155
a2d195f
%build
35a95e2
# fixed after 3.4-alpha1 via early inclusion of config.h / #256
35a95e2
CFLAGS="${RPM_OPT_FLAGS} -D_FILE_OFFSET_BITS=64"
7bfa7cb
%configure  \
53c3db9
    --with-buildstamp="Fedora package"  \
e1b0842
    --disable-rpath \
e1b0842
    --disable-dependency-tracking
1f342aa
make %{?_smp_mflags}
35c79d8
doxygen Doxyfile
a2d195f
a2d195f
a2d195f
%install
4ba29dc
make install DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p"
4ba29dc
find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
7bfa7cb
a2d195f
%find_lang %{name}
a2d195f
7bfa7cb
desktop-file-install  \
4ba29dc
    --dir ${RPM_BUILD_ROOT}%{_datadir}/applications  \
4ba29dc
    ${RPM_BUILD_ROOT}%{_datadir}/applications/audacious.desktop
a2d195f
a2d195f
a2d195f
%post
1f342aa
update-desktop-database &> /dev/null || :
f78e990
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
a2d195f
a2d195f
%postun
f78e990
if [ $1 -eq 0 ] ; then
f78e990
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
f78e990
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
f78e990
fi
1f342aa
update-desktop-database &> /dev/null || :
1f342aa
e1b0842
%post libs -p /sbin/ldconfig
e1b0842
e1b0842
%postun libs -p /sbin/ldconfig
e1b0842
f78e990
%posttrans
f78e990
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
f78e990
a2d195f
a2d195f
%files -f %{name}.lang
dcf0fa2
%doc AUTHORS
e7106df
%{_bindir}/audacious
e7106df
%{_bindir}/audtool
1f342aa
%{_datadir}/audacious/
a2d195f
%{_mandir}/man[^3]/*
7bfa7cb
%{_datadir}/applications/*.desktop
f78e990
%{_datadir}/icons/hicolor/*/apps/%{name}*.*
a2d195f
e1b0842
%files libs
dcf0fa2
# license file included in this subpkg
2057907
# for Fedora Licensing Guidelines change (2010-07-07)
a5ccf61
%doc COPYING
e1b0842
%{_libdir}/*.so.*
e1b0842
a2d195f
%files devel
35c79d8
%doc doc/html
1f342aa
%{_includedir}/audacious/
7bfa7cb
%{_includedir}/libaudcore/
b521d1a
%{_includedir}/libaudgui/
a2d195f
%{_libdir}/*.so
7bfa7cb
%{_libdir}/pkgconfig/*.pc
a2d195f
a2d195f
a2d195f
%changelog
35a95e2
* Fri Feb 22 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 3.3.4-2
35a95e2
- Avoid divide by zero in FR2MS with damaged input files
35a95e2
  (#912312, upstream #255).
35a95e2
- Build with -D_FILE_OFFSET_BITS=64 since the AC_SYS_LARGEFILE result
35a95e2
  in config.h is included too late in several files (upstream #256).
35a95e2
e361e27
* Sun Feb  3 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 3.3.4-1
e361e27
- Update to 3.3.4 (last upstream maintenance release for 3.3.x).
e361e27
475b5f3
* Fri Jan 11 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 3.3.3-2
475b5f3
- Keep all MimeType definitions in the single .desktop file, even if the
475b5f3
  corresponding plug-ins may be missing. This is supposed to fix the
475b5f3
  assignment of Default Applications (GNOME bz #690119).
475b5f3
bca8227
* Tue Dec 11 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.3.3-1
bca8227
- Update to 3.3.3 (a few bug-fixes and translation updates).
bca8227
1225940
* Mon Sep 24 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.3.2-1
1225940
- Update to 3.3.2 (a few bug-fixes and translation updates).
1225940
- Merge content detection fix for URLs that contain parameters.
1225940
b04b3ef
* Mon Aug 13 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.3.1-1
b04b3ef
- Update to 3.3.1 (a few bug-fixes and translation updates).
b04b3ef
0e31c6c
* Fri Jul 27 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.3-1
0e31c6c
- Update to 3.3 final.
0e31c6c
cce4118
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3-0.2.beta2
cce4118
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
cce4118
d6980f8
* Mon Jul 16 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.3-0.1.beta2
d6980f8
- Generic plugin API/ABI bumped to 41, with 40 being the minimum.
d6980f8
- Update to 3.3-beta2.
d6980f8
a5ccf61
* Thu Jul  5 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.3-0.1.beta1
a5ccf61
- License of this package has changed to two-clause BSD.
a5ccf61
- Update to 3.3-beta1.
a5ccf61
dcf0fa2
* Mon Jun 18 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.3-0.1.alpha1
dcf0fa2
- Generic plugin API/ABI bumped to 40, also the minimum.
dcf0fa2
- Adjust files section for dropped files.
dcf0fa2
- Upgrade to 3.3-alpha1.
dcf0fa2
6f323bb
* Sat May 26 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.2.3-1
6f323bb
- Update to 3.2.3 (bug-fixes and translation updates).
6f323bb
bf91eb9
* Sun Apr  1 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.2.2-1
bf91eb9
- Update to 3.2.2 (extensive symbol collision fixes/prevention and
bf91eb9
  translation updates).
bf91eb9
b654e77
* Sat Feb 18 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.2.1-1
b654e77
- Update to 3.2.1 (first bugfix release in 3.2.x branch).
b654e77
7c3fdd8
* Sat Jan 21 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.2-1
7c3fdd8
- Update to 3.2 final (mostly translation updates and a very few fixes).
7c3fdd8
733d9b7
* Thu Jan 12 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.2-0.5.beta2
733d9b7
- Update to 3.2-beta2.
733d9b7
a5c67fb
* Sun Jan  8 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.2-0.4.beta1
a5c67fb
- With libmowgli not being used anymore, also remove the explicit dep.
a5c67fb
b829edc
* Mon Jan  2 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.2-0.3.beta1
b829edc
- Remove undefined @PC_REQUIRES@ in audclient.pc file.
b829edc
d78e358
* Mon Jan  2 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.2-0.2.beta1
d78e358
- Generic plugin API/ABI bumped to 38, also the minimum.
d78e358
- Update to 3.2-beta1.
d78e358
0d207e0
* Fri Dec 23 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.2-0.1.alpha1
4d15fc5
- Explicitly link with gmodule-2.0.pc libs for missing libs.
0d207e0
- Generic plugin API/ABI bumped to 37, also the minimum.
0d207e0
- libmowgli not used anymore.
0d207e0
- Upgrade to 3.2-alpha1.
0d207e0
b2ece3e
* Tue Dec  6 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.1.1-1
b2ece3e
- Update to 3.1.1.
b2ece3e
0e64601
* Wed Nov  9 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.1-1
0e64601
- Update to 3.1.
0e64601
4179db1
* Wed Oct 26 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.1-0.1.beta3
4179db1
- Generic plugin API/ABI bumped to 34, also the minimum.
4179db1
- Update to 3.1-beta3.
4179db1
69e5420
* Mon Oct 17 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.1-0.1.beta2
4179db1
- Update to 3.1-beta2.
69e5420
354ce3d
* Tue Oct 11 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.1-0.1.beta1
354ce3d
- Generic plugin API/ABI bumped to 33, also the minimum.
354ce3d
- Update to 3.1-beta1.
354ce3d
1261610
* Wed Sep 21 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.1-0.1.alpha1
1261610
- Generic plugin API/ABI bumped to 32, with 31 being the minimum.
1261610
- libmcs not used anymore.
1261610
- Upgrade to 3.1-alpha1.
1261610
4aaba4b
* Mon Sep 19 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.0.3-1
4aaba4b
- Update to 3.0.3 (just a few spelling fixes and translation updates).
4aaba4b
1f6843a
* Sat Sep 17 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.0.2-3
1f6843a
- Add audacious(plugin-api)%%{?_isa} Provides which plugin packages
1f6843a
  may use for an arch-specific dependency (albeit not before builds of
1f6843a
  this base package become available for the target dist).
1f6843a
4ba29dc
* Fri Sep 16 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.0.2-2
4ba29dc
- Use %%_isa in more dependencies.
4ba29dc
- Drop unneeded BuildRoot stuff.
4ba29dc
- Drop %%defattr lines.
4ba29dc
- Drop explicit pkgconfig dependency.
4ba29dc
be0f0e8
* Thu Aug 25 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.0.2-1
be0f0e8
- Update to 3.0.2 (just a few fixes plus translation updates).
be0f0e8
90a2fd9
* Thu Aug 11 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.0.1-1
90a2fd9
- Update to 3.0.1 (just a few fixes plus translation updates).
90a2fd9
40ae26f
* Tue Jul 19 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.0-1
40ae26f
- Update to 3.0 release.
40ae26f
2b8dda3
* Mon Jul  4 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.0-0.3.beta1
01975e4
- Generic plugin API/ABI minimum version bumped to 31.
2b8dda3
- Update to 3.0-beta1.
2b8dda3
9d3a413
* Wed Jun 22 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.0-0.2.alpha1
9d3a413
- Move audacious(plugin-api) Provides to the audacious-libs package.
9d3a413
2ec7c5e
* Tue Jun 14 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.0-0.1.alpha1
2ec7c5e
- Build with GTK+ 3.
2ec7c5e
- Generic plugin API/ABI minimum version bumped to 30.
2ec7c5e
- Upgrade to 3.0-alpha1.
2ec7c5e
d0e4e4e
* Thu May 19 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.5.1-1
d0e4e4e
- Update to 2.5.1.
d0e4e4e
89f0070
* Sat Apr 23 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.5.0-3
89f0070
- Merge fix for skinned ui track next/prev (AUD-331).
89f0070
563db6a
* Fri Apr 22 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.5.0-2
563db6a
- Only --disable-sse2 for %%ix86.
563db6a
1385091
* Sat Apr 16 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.5.0-1
1385091
- Update to 2.5.0.
1385091
33f22cd
* Thu Apr  7 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.5-0.5.beta2
33f22cd
- Don't forget "audacious(plugin-api) = 19".
33f22cd
05a8d66
* Wed Apr  6 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.5-0.4.beta2
05a8d66
- Update to 2.5-beta2.
05a8d66
- Generic plugin API/ABI bumped to 20, with 18 being the minimum.
05a8d66
16f0105
* Sat Mar 26 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.5-0.3.beta1
16f0105
- Sync desktop file modifications with the 2.4.4 packages and the
16f0105
  current state in 2.5-beta1.
16f0105
- Remove audio/midi MIME type from desktop file, because it is only
16f0105
  supported with the optional audacious-plugins-amidi package.
16f0105
23683f7
* Thu Mar 10 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.5-0.2.beta1
23683f7
- Update to 2.5-beta1.
23683f7
58701bb
* Tue Feb 22 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.5-0.1.alpha2
58701bb
- Upgrade to 2.5-alpha2.
58701bb
- Generic plugin API/ABI bumped to 19, with 18 still supported.
58701bb
58701bb
* Mon Jan 31 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.5-0.1.alpha1
58701bb
- Upgrade to 2.5-alpha1.
58701bb
- Generic plugin API/ABI bumped to 18.
58701bb
- Plugin API define has changed from __AUDACIOUS_PLUGIN_API__ to
58701bb
  _AUD_PLUGIN_VERSION
58701bb
- .desktop files got renamed!
58701bb
- executables got renamed!
35c79d8
- BR doxygen and include HTML documentation in -devel package
35c79d8
cd4f916
* Fri Jan 28 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4.3-4
cd4f916
- Merge fixes for AUD-285, AUD-286.
cd4f916
998d4e9
* Thu Jan 27 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4.3-3
f96d779
- Provide versioned capability audacious(plugin-api) as something much more
f96d779
  specific for plugin packages to require.
f96d779
8ed1add
* Fri Jan 14 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4.3-1
8ed1add
- Update to 2.4.3 (maintenance release in stable branch, 18k diff).
8ed1add
86fd1c4
* Thu Dec  9 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4.2-1
86fd1c4
- Update to 2.4.2 (maintenance release in stable branch).
86fd1c4
- Generic plugin API/ABI bumped to 17.
86fd1c4
- Remove NEWS file not updated since 2.1.0.
86fd1c4
c85e2cb
* Sat Nov  6 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4.0-5
0d64571
- libaudcore: vfs_file_get_contents should set returned values 
0d64571
  to NULL and 0 on failure.
0d64571
Jesse Keating c480eb7
* Wed Sep 29 2010 jkeating - 2.4.0-4
Jesse Keating c480eb7
- Rebuilt for gcc bug 634757
Jesse Keating c480eb7
768448c
* Tue Sep 14 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4.0-3
8128dd1
- Replace file-ext-in-url patch with upstream's probe.c commit.
768448c
- Enable gnomeshortcuts plugin by default, if not disabled in
768448c
  user's preferences (#632388).
768448c
9c567a3
* Mon Sep 13 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4.0-2
9c567a3
- Strip off parameters of HTTP/HTTPS URLs to fix file name extension
9c567a3
  detection (#632367, Hans de Goede).
9c567a3
deb1481
* Thu Aug 26 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4.0-1
deb1481
- Update to 2.4.0 final.
deb1481
- Update spec file comments, summary, description, also because
deb1481
  the skinned user-interface no longer is the default.
deb1481
f93d7a9
* Sat Aug 14 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4-0.10.rc2
f93d7a9
- Update to rc2.
f93d7a9
8c21113
* Fri Aug 13 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4-0.10.rc1
8c21113
- Fix album art loader to convert file:// URIs into filenames.
8c21113
b476ba3
* Tue Aug 10 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4-0.9.rc1
b476ba3
- Update to rc1.
b476ba3
38cc6c7
* Tue Aug  3 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4-0.8.beta2
38cc6c7
- Update to beta2.
38cc6c7
04b3525
* Fri Jul 23 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4-0.7.beta1
04b3525
- At least audacious-plugins-2.4-0.5.beta1 is needed for this.
04b3525
6b9f370
* Wed Jul 21 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4-0.6.beta1
6b9f370
- Generic plugin API/ABI bumped to 16.
6b9f370
- Update to beta1.
6b9f370
4f09a99
* Mon Jul 12 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4-0.5.alpha3
4f09a99
- Generic plugin API/ABI bumped to 15.
4f09a99
- .desktop files got renamed!
4f09a99
- BR libguess-devel (split off after alpha2)
4f09a99
- Update to alpha3.
4f09a99
2057907
* Thu Jul  8 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4-0.4.alpha2
2057907
- Include license file also in the -libs subpackage
2057907
  for Fedora Licensing Guidelines change (2010-07-07).
2057907
ff855de
* Tue Jun 29 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4-0.3.alpha2
f78e990
- Update scriptlets for hicolor icon maintenance.
ff855de
- Update to alpha2.
ff855de
53c3db9
* Sat Jun 12 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4-0.2.alpha1
53c3db9
- Use --with-buildstamp.
53c3db9
d91f74f
* Wed Jun  9 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4-0.1.alpha1
d91f74f
- Drop obsolete BR libsamplerate-devel and --enable-samplerate.
d91f74f
- Upgrade to 2.4 alpha1.
d91f74f
03420b6
* Wed Jun  9 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-16
03420b6
- Enhance the coverart patch to not crash in URI conversion (#602113).
03420b6
cdb18ef
* Fri Apr 16 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-15
cdb18ef
- Fix manual and --help for options -e/-E (#581394 and AUD-174).
cdb18ef
a31b34d
* Sat Mar 20 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-14
a31b34d
- Unescape filename uri in fileinfo dialog to avoid g_markup crash (#575387).
a31b34d
0173565
* Sat Mar  6 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-13
0173565
- Enhance the coverart patch to not display an empty filename for
0173565
  streams when title isn't known yet and filename isn't either.
0173565
d7dee5c
* Mon Feb 15 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-12
d7dee5c
- Fix album cover art image loader (which cannot handle vfs URIs).
d7dee5c
42fff6b
* Sat Feb 13 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-11
42fff6b
- Explicitly link with libm because of:
42fff6b
  http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking
42fff6b
f7171ff
* Thu Jan 28 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-10
f7171ff
- Fix tuple_copy() further (it was completely broken as the mowgli
f7171ff
  dict wasn't copied at all).
f7171ff
490414b
* Thu Jan 28 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-9
490414b
- Let set_tuple_cb() work on a copied tuple
490414b
  (the metadata updates flood is too racy IMO).
490414b
- Fix tuple_copy().
490414b
00e9481
* Wed Jan 27 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-8
00e9481
- Change build_stamp from "UNSUPPORTED VERSION" to "Fedora package".
5904fd5
- Always add category AudioVideo to .desktop file for safety reasons.
00e9481
9a9ca67
* Sat Jan 23 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-7
9a9ca67
- Patch filename_find_decoder to probe a file if multiple decoders
9a9ca67
  compete with eachother to handle files with the same extension.
9a9ca67
  This also merges the 2nd chunk of the disabled-iplugins patch.
9a9ca67
0fa4601
* Sun Jan 17 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-6
0fa4601
- In audacious.pc link with -laudcore instead of -laudclient (AUD-125).
0fa4601
  This removes a superfluous libaudclient dependency from all plugins and
0fa4601
  adds a libaudcore dependency. So far, plugins that use libaudcore
0fa4601
  had undefined symbols instead.
0fa4601
0f35256
* Thu Jan  7 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-5
0f35256
- Apply fix for seeking to -1 milliseconds, causing a hangup (AUD-99).
0f35256
7d3e972
* Thu Dec 31 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-4
7d3e972
- Added another fix to the disabled-iplugins patch.
7d3e972
c57be77
* Wed Dec 30 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-3
c57be77
- Patch Audacious so that filename_find_decoder only considers
c57be77
  enabled input plugins (disabled modplug plugin effectively disabled
c57be77
  also the xmp plugin).
c57be77
adde155
* Wed Dec  2 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-2
adde155
- Drop Musepack and SID MIME types from desktop files. As of Audacious 2.2,
adde155
  Musepack is only supported by the separate "ffaudio" plugin. The SID
adde155
  plugin in a separate subpackage provides its own desktop file.
adde155
- Drop unsupported MIME types from desktop files.
adde155
6c2eeb7
* Wed Nov 25 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-1
6c2eeb7
- Upgrade to 2.2 (declared as the next "stable release" after 2.1).
6c2eeb7
55d62c1
* Tue Nov 10 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-0.1.beta2
55d62c1
- Upgrade to 2.2-beta2
55d62c1
b521d1a
* Thu Oct 22 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-0.1.beta1
b521d1a
- Upgrade to 2.2-beta1
b521d1a
b521d1a
* Sun Oct 18 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-0.1.alpha2
b521d1a
- Upgrade to 2.2-alpha2
b521d1a
b521d1a
* Sun Sep 20 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-0.1.alpha1
b521d1a
- Upgrade to 2.2-alpha1 (primarly for alsa-gapless output plugin).
b521d1a
- /usr/bin/audacious and /usr/bin/audtool compatibility links are now
b521d1a
  provided officially by upstream.
b521d1a
e7106df
* Sun Sep 20 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.1-5
e7106df
- /usr/bin/audacious and /usr/bin/audtool compatibility links are
e7106df
  provided officially by upstream within 2.2-alpha1.
e7106df
b2ebaea
* Sat Sep 12 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.1-4
b2ebaea
- Build with --enable-samplerate (off by default), BR libsamplerate-devel
b2ebaea
57357ef
* Mon Aug 24 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.1-3
57357ef
- Default to PulseAudio output plugin: Fix pluginenum.c indentation
57357ef
  to make output plugin default/priority init work. Actually, when I
57357ef
  noticed this bug, I went a step further and copied a rewrite from
57357ef
  upstream devel scm.
57357ef
8a78e76
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-2
8a78e76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8a78e76
7bfa7cb
* Tue Jul 14 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.1-1
7bfa7cb
- Upgrade to 2.1 final.
a2d195f
7bfa7cb
* Mon Jun 29 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.1-0.1.beta1
7bfa7cb
- Upgrade to 2.1beta1.
7bfa7cb
- Drop obsolete patches.
a2d195f
7bfa7cb
* Fri Jun  5 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.1-0.1
7bfa7cb
- Initial package for Audacious 2.0.1
7bfa7cb
  based on a major spec overhaul of the older Fedora packages.