# HG changeset patch # User Brenton Scott # Date 1353939636 -7200 # Node ID 854a7de2c1b9f8be33527b79d8dae9162ad2c25e # Parent b39c7cbf4f1a3d8939ad0049f7f68f97a6c127f2 Added gst-python dependency to radiotray diff -r b39c7cbf4f1a -r 854a7de2c1b9 radiotray/receipt --- a/radiotray/receipt Sat Nov 24 18:29:29 2012 +0000 +++ b/radiotray/receipt Mon Nov 26 16:20:36 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"