Hi,

radiotray did not start after installing because of a missing RDEP on
py-xdg.

Regards,
Fabian

Python 2.7.9 (default, Dec 14 2014, 07:35:05) 
[GCC 4.2.1 20070719 ] on openbsd5
Type "help", "copyright", "credits" or "license" for more information.
>>> from radiotray import radiotray
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python2.7/site-packages/radiotray/radiotray.py", line 6, 
in <module>
    from RadioTray import RadioTray
  File "/usr/local/lib/python2.7/site-packages/radiotray/RadioTray.py", line 
22, in <module>
    from AudioPlayerGStreamer import AudioPlayerGStreamer
  File 
"/usr/local/lib/python2.7/site-packages/radiotray/AudioPlayerGStreamer.py", 
line 25, in <module>
    from StreamDecoder import StreamDecoder
  File "/usr/local/lib/python2.7/site-packages/radiotray/StreamDecoder.py", 
line 21, in <module>
    from lib.common import USER_AGENT
  File "/usr/local/lib/python2.7/site-packages/radiotray/lib/common.py", line 
5, in <module>
    from xdg.BaseDirectory import xdg_data_home
ImportError: No module named xdg.BaseDirectory



Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/radiotray/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile    11 Dec 2014 09:02:38 -0000      1.1.1.1
+++ Makefile    5 Jan 2015 14:12:59 -0000
@@ -4,6 +4,7 @@ COMMENT =       streaming radio player
 
 MODPY_EGG_VERSION =    0.7.3
 DISTNAME =     radiotray-${MODPY_EGG_VERSION}
+REVISION =     0
 CATEGORIES =   audio
 HOMEPAGE =     http://radiotray.sourceforge.net/
 
@@ -19,6 +20,7 @@ MODPY_SETUPTOOLS =    Yes
 
 RUN_DEPENDS =  devel/py-gobject${MODPY_FLAVOR} \
                devel/py-notify${MODPY_FLAVOR} \
+               devel/py-xdg${MODPY_FLAVOR} \
                devel/desktop-file-utils \
                multimedia/gstreamer-0.10/plugins-base \
                multimedia/gstreamer-0.10/plugins-good \

Reply via email to