diff --git a/.gitignore b/.gitignore index 7ec36b8..13a9a80 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ audacious-plugin-fc-0.5.1.tar.bz2 /audacious-plugin-fc-0.6.tar.bz2 /audacious-plugin-fc-0.7.tar.bz2 /audacious-plugin-fc-0.7.3.5.tar.bz2 +/audacious-plugin-fc-0.8.3.6.tar.gz diff --git a/audacious-plugin-fc.spec b/audacious-plugin-fc.spec index 854b2a6..f2af36c 100644 --- a/audacious-plugin-fc.spec +++ b/audacious-plugin-fc.spec @@ -1,4 +1,4 @@ -%global aud_plugin_api %(grep '[ ]*#define[ ]*_AUD_PLUGIN_VERSION[ ]\\+' %{_includedir}/audacious/api.h 2>/dev/null | sed 's!.*_AUD_PLUGIN_VERSION[ ]*\\([0-9]\\+\\).*!\\1!') +%global aud_plugin_api %(grep '[ ]*#define[ ]*_AUD_PLUGIN_VERSION[ ]\\+' %{_includedir}/libaudcore/plugin.h 2>/dev/null | sed 's!.*_AUD_PLUGIN_VERSION[ ]*\\([0-9]\\+\\).*!\\1!') %if 0%{aud_plugin_api} > 0 %global aud_plugin_dep Requires: audacious(plugin-api)%{?_isa} = %{aud_plugin_api} %endif @@ -8,15 +8,15 @@ Summary: Future Composer input plugin for Audacious Name: audacious-plugin-fc -Version: 0.7.3.5 -Release: 1%{?dist} +Version: 0.8.3.6 +Release: 0.1%{?dist} Provides: audacious-plugins-fc = %{version}-%{release} URL: http://xmms-fc.sourceforge.net/ License: GPLv2+ Group: Applications/Multimedia -Source0: http://downloads.sourceforge.net/xmms-fc/audacious-plugin-fc-%{version}.tar.bz2 +Source0: http://downloads.sourceforge.net/xmms-fc/audacious-plugin-fc-%{version}.tar.gz -BuildRequires: audacious-devel >= 3.5 +BuildRequires: pkgconfig(audacious) >= 3.6 BuildRequires: libfc14audiodecoder-devel BuildRequires: pkgconfig BuildRequires: libtool automake @@ -35,7 +35,6 @@ music files from AMIGA. Song-length detection and seek are implemented, too. pkg-config --print-variables audacious | grep ^plugin_dir %setup -q -autoreconf -fi %build @@ -55,6 +54,10 @@ make DESTDIR=${RPM_BUILD_ROOT} install %changelog +* Thu Dec 11 2014 Michael Schwendt - 0.8.3.6-0.1 +- Use pkgconfig notation in BuildRequires. +- Preliminary upgrade to the Audacious 3.6-alpha1 API 46 port. + * Wed Dec 10 2014 Michael Schwendt - 0.7.3.5-1 - Update to 0.7.3.5 release tarball for Audacious 3.5.x. diff --git a/sources b/sources index 6edbb78..80529b4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f801332f46f71706a848bccdc94410ea audacious-plugin-fc-0.7.3.5.tar.bz2 +bbde77e94ff1a1fd4d9955a291995e64 audacious-plugin-fc-0.8.3.6.tar.gz