# HG changeset patch # User Dominique Corbex # Date 1367527719 -7200 # Node ID d82831a3586bb444d52448e75ba4e38be4403bad # Parent 6b114c055cce8b71fedca6ea947a48ff47c58bf7 gst-python: update deps+bdeps diff -r 6b114c055cce -r d82831a3586b gst-python/receipt --- a/gst-python/receipt Thu May 02 22:44:58 2013 +0200 +++ b/gst-python/receipt Thu May 02 22:48:39 2013 +0200 @@ -6,12 +6,12 @@ SHORT_DESC="GStreamer Python Plugins" MAINTAINER="jozee@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://gstreamer.freedesktop.org/" +WEB_SITE="http://gstreamer.freedesktop.org/" WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" DEPENDS="pygobject gstreamer gst-plugins-base" -BUILD_DEPENDS="pygobject-dev gstreamer gstreamer-dev libxml2-dev liboil-dev \ -python-dev glib-dev gst-plugins-base-dev pkg-config orc-dev" +BUILD_DEPENDS="pygobject-dev gstreamer-dev gst-plugins-base-dev libxml2-dev +python-dev pkg-config" # Rules to configure and make the package. compile_rules() @@ -30,6 +30,5 @@ { mkdir -p $fs/usr/lib $fs/usr/share cp -a $install/usr/share/$PACKAGE $fs/usr/share - cp -a $install/usr/lib/python* $fs/usr/lib - + cp -a $install/usr/lib/python* $fs/usr/lib }