packages: audacious-plugins/audacious-plugins.spec - up to 2.4.2

draenog draenog at pld-linux.org
Wed Dec 29 15:48:16 CET 2010


Author: draenog                      Date: Wed Dec 29 14:48:16 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 2.4.2

---- Files affected:
packages/audacious-plugins:
   audacious-plugins.spec (1.60 -> 1.61) 

---- Diffs:

================================================================
Index: packages/audacious-plugins/audacious-plugins.spec
diff -u packages/audacious-plugins/audacious-plugins.spec:1.60 packages/audacious-plugins/audacious-plugins.spec:1.61
--- packages/audacious-plugins/audacious-plugins.spec:1.60	Tue Sep  7 12:25:10 2010
+++ packages/audacious-plugins/audacious-plugins.spec	Wed Dec 29 15:48:11 2010
@@ -4,16 +4,16 @@
 #
 # NOTE:
 # - projectM plugin is available in two versions, building only newest
-%define		audver	2.4.0
+%define		audver	2.4.2
 Summary:	Plugins for Audacious media player (metapackage)
 Summary(pl.UTF-8):	Wtyczki dla odtwarzacza multimedialnego Audacious (metapakiet)
 Name:		audacious-plugins
-Version:	2.4.0
+Version:	2.4.2
 Release:	1
 License:	GPL
 Group:		X11/Applications/Sound
 Source0:	http://distfiles.atheme.org/%{name}-%{version}.tgz
-# Source0-md5:	fdf7d4bb660d95e90044556f12213f42
+# Source0-md5:	c33d0ea67e8fb8d6ed3891d464d5009b
 Patch1:		%{name}-mkdir.patch
 URL:		http://audacious-media-player.org/
 # BR by visualization-projectM
@@ -23,6 +23,8 @@
 BuildRequires:	audacious-devel >= %{audver}
 BuildRequires:	autoconf
 BuildRequires:	automake
+# BR by general-scrobbler
+BuildRequires:	curl-devel >= 7.9.7
 BuildRequires:	flac-devel >= 1.1.2
 # BR input-aac
 BuildRequires:	faad2-devel
@@ -46,6 +48,8 @@
 BuildRequires:	libmms-devel >= 0.3
 # BR by general-mtp_up
 BuildRequires:	libmtp-devel >= 0.3.0
+# BR by general-notfy
+BuildRequires:	libnotify-devel
 # BR by visualization-projectM
 BuildRequires:	libprojectM-devel >= 1:1.1
 BuildRequires:	libsamplerate-devel
@@ -83,6 +87,8 @@
 Requires:	audacious-general-hotkey = %{version}-%{release}
 Requires:	audacious-general-lirc = %{version}-%{release}
 Requires:	audacious-general-mtp_up = %{version}-%{release}
+Requires:	audacious-general-notify = %{version}-%{release}
+Requires:	audacious-general-scrobbler = %{version}-%{release}
 Requires:	audacious-general-skins = %{version}-%{release}
 Requires:	audacious-general-song-change = %{version}-%{release}
 Requires:	audacious-general-statusicon = %{version}-%{release}
@@ -301,6 +307,18 @@
 %description -n audacious-general-gtkui -l pl.UTF-8
 Wtyczka gtkui dla odtwarzacza multimedialnego Audacious.
 
+%package -n audacious-general-scrobbler
+Summary:	Audacious media player - scrobbler plugin
+Summary(pl.UTF-8):	Wtyczka scrobbler odtwarzacza multimedialnego Audacious
+Group:		X11/Applications/Sound
+Requires:	audacious = %{audver}
+
+%description -n audacious-general-scrobbler
+scrobbler plugin for Audacious media player.
+
+%description -n audacious-general-scrobbler -l pl.UTF-8
+Wtyczka scrobbler dla odtwarzacza multimedialnego Audacious.
+
 %package -n audacious-general-skins
 Summary:	Audacious media player - skins plugin
 Summary(pl.UTF-8):	Wtyczka skins odtwarzacza multimedialnego Audacious
@@ -385,6 +403,18 @@
 %description -n audacious-general-mtp_up -l pl.UTF-8
 Wtyczka mtp_up dla odtwarzacza multimedialnego Audacious.
 
+%package -n audacious-general-notify
+Summary:	Audacious media player - notify plugin
+Summary(pl):	Wtyczka notify odtwarzacza multimedialnego Audacious
+Group:		X11/Applications/Sound
+Requires:	audacious = %{audver}
+
+%description -n audacious-general-notify
+notify plugin for Audacious media player.
+
+%description -n audacious-general-notify -l pl
+Wtyczka notify dla odtwarzacza multimedialnego Audacious.
+
 %package -n audacious-general-song-change
 Summary:	Audacious media player - song change plugin
 Summary(pl.UTF-8):	Wtyczka zmiany utworu odtwarzacza multimedialnego Audacious
@@ -953,6 +983,10 @@
 %attr(755,root,root) %{_libdir}/audacious/General/gtkui.so
 %{_datadir}/audacious/ui
 
+%files -n audacious-general-scrobbler
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/audacious/General/scrobbler.so
+
 %files -n audacious-general-skins
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/audacious/General/skins.so
@@ -983,6 +1017,10 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/audacious/General/mtp_up.so
 
+%files -n audacious-general-notify
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/audacious/General/notify.so
+
 %files -n audacious-general-song-change
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/audacious/General/song_change.so
@@ -1143,6 +1181,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.61  2010/12/29 14:48:11  draenog
+- up to 2.4.2
+
 Revision 1.60  2010/09/07 10:25:10  draenog
 - package ui files
 - rel. 1
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/audacious-plugins/audacious-plugins.spec?r1=1.60&r2=1.61&f=u



More information about the pld-cvs-commit mailing list