wok rev 14484

gst-python: update deps+bdeps
author Dominique Corbex <domcox@slitaz.org>
date Thu May 02 22:48:39 2013 +0200 (2013-05-02)
parents 6b114c055cce
children 6a28480c81ec
files gst-python/receipt
line diff
     1.1 --- a/gst-python/receipt	Thu May 02 22:44:58 2013 +0200
     1.2 +++ b/gst-python/receipt	Thu May 02 22:48:39 2013 +0200
     1.3 @@ -6,12 +6,12 @@
     1.4  SHORT_DESC="GStreamer Python Plugins"
     1.5  MAINTAINER="jozee@slitaz.org"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.7 -WEB_SITE="http://gstreamer.freedesktop.org/" 
     1.8 +WEB_SITE="http://gstreamer.freedesktop.org/"
     1.9  WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL"
    1.10  
    1.11  DEPENDS="pygobject gstreamer gst-plugins-base"
    1.12 -BUILD_DEPENDS="pygobject-dev gstreamer gstreamer-dev libxml2-dev liboil-dev \
    1.13 -python-dev glib-dev gst-plugins-base-dev pkg-config orc-dev"
    1.14 +BUILD_DEPENDS="pygobject-dev gstreamer-dev gst-plugins-base-dev libxml2-dev
    1.15 +python-dev pkg-config"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19 @@ -30,6 +30,5 @@
    1.20  {
    1.21  	mkdir -p $fs/usr/lib $fs/usr/share
    1.22  	cp -a $install/usr/share/$PACKAGE $fs/usr/share
    1.23 -	cp -a $install/usr/lib/python* $fs/usr/lib	
    1.24 -	
    1.25 +	cp -a $install/usr/lib/python* $fs/usr/lib
    1.26  }