# HG changeset patch # User Brenton Scott # Date 1353939366 -7200 # Node ID 466928a784750e51ab5498fd39e54c15fa50c36e # Parent e2f1d5ecf6ecb9f985a1270a426e82a5cddad76b Added gst-python dependency to radiotray diff -r e2f1d5ecf6ec -r 466928a78475 radiotray/receipt --- a/radiotray/receipt Sun Nov 25 18:24:35 2012 +0000 +++ b/radiotray/receipt Mon Nov 26 16:16:06 2012 +0200 @@ -5,8 +5,8 @@ CATEGORY="multimedia" SHORT_DESC="Online radio streaming player that runs on system tray." MAINTAINER="pankso@slitaz.org" -DEPENDS="python python-lxml" -BUILD_DEPENDS="python python-dev python-xdg" +DEPENDS="python python-lxml gst-python" +BUILD_DEPENDS="python python-dev python-xdg gst-python-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://radiotray.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"