rpms/audacious-plugins-freeworld/devel audacious-plugins-freeworld.spec, 1.12, 1.13

Hans de Goede jwrdegoede at rpmfusion.org
Fri Jan 28 10:52:11 CET 2011


Author: jwrdegoede

Update of /cvs/free/rpms/audacious-plugins-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24254

Modified Files:
	audacious-plugins-freeworld.spec 
Log Message:
* Fri Jan 28 2011 Hans de Goede <j.w.r.degoede at hhs.nl> 2.4.3-2
- Change audacious version require to use the new Fedora packages
  audacious(plugin-api) provides, for proper detection of plugin ABI changes



Index: audacious-plugins-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/audacious-plugins-freeworld/devel/audacious-plugins-freeworld.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- audacious-plugins-freeworld.spec	20 Jan 2011 19:11:26 -0000	1.12
+++ audacious-plugins-freeworld.spec	28 Jan 2011 09:52:10 -0000	1.13
@@ -3,11 +3,11 @@
 # - add BR sidplay2-devel and find a way to make the built sid.so
 #   plugin an alternative to Fedora's sidplay1 based sid.so
 
-%global         aud_ver 2.4.3
+%global         aud_plugin_api %(grep '[ ]*#define[ ]*__AUDACIOUS_PLUGIN_API__' %{_includedir}/audacious/plugin.h | sed 's!.*__AUDACIOUS_PLUGIN_API__[ ]*\\([0-9]\\+\\).*!\\1!')
 
 Name:           audacious-plugins-freeworld
 Version:        2.4.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Additional plugins for the Audacious media player
 
 Group:          Applications/Multimedia
@@ -21,7 +21,7 @@
 Patch1:         audacious-plugins-2.4-ffaudio-metadata.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  audacious-devel >= %{aud_ver}
+BuildRequires:  audacious-devel >= %{version}
 BuildRequires:  zlib-devel, libxml2-devel, desktop-file-utils >= 0.9
 BuildRequires:  taglib-devel >= 1.4
 BuildRequires:  libmms-devel, libmpg123-devel
@@ -51,7 +51,7 @@
 %package        mp3
 Summary:        MP3 playback plugin for Audacious
 Group:          Applications/Multimedia
-Requires:       audacious-plugins >= %{aud_ver}
+Requires:       audacious(plugin-api) = %{aud_plugin_api}
 
 Requires(post):  desktop-file-utils >= 0.9
 Requires(postun): desktop-file-utils >= 0.9
@@ -71,7 +71,7 @@
 %package        aac
 Summary:        AAC playback plugin for Audacious
 Group:          Applications/Multimedia
-Requires:       audacious-plugins >= %{aud_ver}
+Requires:       audacious(plugin-api) = %{aud_plugin_api}
 
 Requires(post):  desktop-file-utils >= 0.9
 Requires(postun): desktop-file-utils >= 0.9
@@ -91,7 +91,7 @@
 %package ffaudio
 Summary: FFMpeg/FAAD2 based input plugin for Audacious
 Group: Applications/Multimedia
-Requires: audacious-plugins >= %{aud_ver}
+Requires: audacious(plugin-api) = %{aud_plugin_api}
 
 Requires(post):  desktop-file-utils >= 0.9
 Requires(postun): desktop-file-utils >= 0.9
@@ -113,7 +113,7 @@
 %package        mms
 Summary:        MMS stream plugin for Audacious
 Group:          Applications/Multimedia
-Requires:       audacious-plugins >= %{aud_ver}
+Requires:       audacious(plugin-api) = %{aud_plugin_api}
 
 # obsolete old livna package
 Provides:       audacious-plugins-nonfree-mms = %{version}-%{release}
@@ -219,6 +219,10 @@
 
 
 %changelog
+* Fri Jan 28 2011 Hans de Goede <j.w.r.degoede at hhs.nl> 2.4.3-2
+- Change audacious version require to use the new Fedora packages
+  audacious(plugin-api) provides, for proper detection of plugin ABI changes
+
 * Thu Jan 20 2011 Hans de Goede <j.w.r.degoede at hhs.nl> 2.4.3-1
 - Update to 2.4.3
 



More information about the rpmfusion-commits mailing list