packages: radiotray/radiotray.spec, radiotray/radiotray-no-song-notify.patc...

baggins baggins at pld-linux.org
Mon May 10 14:29:17 CEST 2010


Author: baggins                      Date: Mon May 10 12:29:17 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 1
- fixed reqs
- disabled annoying notification

---- Files affected:
packages/radiotray:
   radiotray.spec (1.1 -> 1.2) , radiotray-no-song-notify.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/radiotray/radiotray.spec
diff -u packages/radiotray/radiotray.spec:1.1 packages/radiotray/radiotray.spec:1.2
--- packages/radiotray/radiotray.spec:1.1	Mon May 10 14:02:30 2010
+++ packages/radiotray/radiotray.spec	Mon May 10 14:29:12 2010
@@ -2,11 +2,12 @@
 Summary:	Radio Tray is an online radio streaming player
 Name:		radiotray
 Version:	0.5.1
-Release:	0.1
+Release:	1
 License:	GPL
 Group:		X11/Applications/Multimedia
 Source0:	http://dl.sourceforge.net/radiotray/%{name}-%{version}.tar.gz
 # Source0-md5:	9811f8145108784e8e515b66fdaa6f05
+Patch0:		%{name}-no-song-notify.patch
 URL:		http://radiotray.sourceforge.net/
 BuildRequires:	python-devel
 BuildRequires:	python-lxml >= 2.1.5
@@ -19,9 +20,11 @@
 Requires:	python-libs
 Requires:	python-lxml >= 2.1.5
 Requires:	python-modules
-Requires:	python-pygobject-devel >= 2.18
-Requires:	python-pygtk-devel
+Requires:	python-pygobject >= 2.18
+Requires:	python-pygtk-gtk
+Requires:	python-gstreamer
 Requires:	python-pyinotify >= 0.8.6
+Requires:	python-pynotify
 Requires:	python-pyxdg
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -37,6 +40,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__python} setup.py build
@@ -75,6 +79,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2010/05/10 12:29:12  baggins
+- rel 1
+- fixed reqs
+- disabled annoying notification
+
 Revision 1.1  2010/05/10 12:02:30  baggins
 - initial revision
 

================================================================
Index: packages/radiotray/radiotray-no-song-notify.patch
diff -u /dev/null packages/radiotray/radiotray-no-song-notify.patch:1.1
--- /dev/null	Mon May 10 14:29:18 2010
+++ packages/radiotray/radiotray-no-song-notify.patch	Mon May 10 14:29:12 2010
@@ -0,0 +1,13 @@
+--- radiotray-0.5.1/src/StateMediator.py~	2010-04-11 17:20:24.000000000 +0200
++++ radiotray-0.5.1/src/StateMediator.py	2010-05-10 14:22:27.402194827 +0200
+@@ -81,8 +81,8 @@
+             self.currentMetaData = newMetadata
+             self.systray.updateRadioMetadata(newMetadata)
+ 
+-            if self.currentMetaData:
+-                self.notification.notify("%s - %s" % (APPNAME , self.currentRadio), self.currentMetaData)
++#            if self.currentMetaData:
++#                self.notification.notify("%s - %s" % (APPNAME , self.currentRadio), self.currentMetaData)
+ 
+     def getCurrentRadio(self):
+         return self.currentRadio
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/radiotray/radiotray.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list