1 # Contributor: Yarema aka Knedlyk <yupadmin@gmail.com>
6 pkgdesc="An online radio streaming player that runs on a Linux system tray."
8 url="http://radiotray.sourceforge.net/"
10 depends=('gstreamer0.10' 'gstreamer0.10-base' 'gstreamer0.10-base-plugins' 'gstreamer0.10-python'
11 'pygtk' 'python-lxml' 'pygobject' 'python-notify' 'python2-pyinotify' 'python-notify' 'pyxdg' 'dbus-python'
12 'gstreamer0.10-good' 'gstreamer0.10-good-plugins' 'gstreamer0.10-ffmpeg' 'pygobject-devel')
13 optdepends=('gstreamer0.10-bad' 'gstreamer0.10-bad-plugins')
16 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
17 conflicts=(radiotray-hg)
19 cd $srcdir/$pkgname-$pkgver
21 python2 setup.py install --root=${pkgdir}/ --optimize=1 || return 1
22 chmod +x $pkgdir/usr/bin/radiotray || return 1
25 md5sums=('d52fd8ac0385de882d7e1242278593d4')