%define plugindir %(pkg-config audacious --variable=input_plugin_dir) Summary: Future Composer input plugin for Audacious Name: audacious-plugin-fc Version: 0.3 Release: 1 URL: http://xmms-fc.sourceforge.net/ License: GPLv2+ Source: http://download.sourceforge.net/xmms-fc/audacious-plugin-fc-%{version}.tar.bz2 Group: Applications/Multimedia Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: audacious-devel >= 1.4 BuildRequires: pkgconfig Requires: audacious %description This is an input plugin for Audacious which can play back Future Composer music files from AMIGA. Song-length detection and seek are implemented, too. %prep %setup -q %build %configure # temporary work-around for #454364 ln -s Config.h src/config.h # --- make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING README src/FC.README %{plugindir}/libfc.so %exclude %{plugindir}/libfc.la %changelog * Thu Oct 16 2008 Michael Schwendt - 0.3-1 - Update to 0.3 for Audacious >= 1.4.0. * Fri Aug 29 2008 Michael Schwendt - 0.2-7 - in %%build add work-around for #454364 (libSAD API headers are broken) * Fri Feb 08 2008 Michael Schwendt - rebuilt for GCC 4.3 as requested by Fedora Release Engineering * Wed Nov 21 2007 Michael Schwendt - 0.2-5 - patch for new API - rebuilt for SONAME changes in Audacious 1.4.x * Tue Aug 21 2007 Michael Schwendt - rebuilt * Thu Aug 2 2007 Michael Schwendt - 0.2-2 - clarify licence (GPLv2+) * Thu Mar 8 2007 Michael Schwendt - 0.2-1 - Upstream update to 0.2 for Audacious >= 1.3.0. * Thu Jan 18 2007 Michael Schwendt - 0.1-2 - Initial package submission for Fedora Package Review (#222648).