wok rev 2697

Fix: BUILD_DEPENDS gst-ffmpeg, gst-python
author Rohit Joshi <jozee@slitaz.org>
date Wed Apr 22 12:03:39 2009 +0000 (2009-04-22)
parents 931d18e7b809
children 46e1925cd7cf
files gst-ffmpeg/receipt gst-python/receipt
line diff
     1.1 --- a/gst-ffmpeg/receipt	Wed Apr 22 11:39:58 2009 +0000
     1.2 +++ b/gst-ffmpeg/receipt	Wed Apr 22 12:03:39 2009 +0000
     1.3 @@ -6,18 +6,19 @@
     1.4  SHORT_DESC="GStreamer FFmpeg Plugins"
     1.5  MAINTAINER="jozee@slitaz.org"
     1.6  DEPENDS="gstreamer gst-plugins-base ffmpeg"
     1.7 -BUILD_DEPENDS="pkg-config gstreamer-dev gst-plugins-base-dev ffmpeg-dev"
     1.8 +BUILD_DEPENDS="pkg-config gst-plugins-base-dev liboil-dev gstreamer-dev libxml2-dev glib-dev ffmpeg-dev bzip2-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://gstreamer.freedesktop.org/" 
    1.11  WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14 +# Remove --with-system-ffmpeg from  ./configure for compiling with inbuilt FFmpeg 
    1.15 +# need atleast version 18330 for shared ffmpeg
    1.16  compile_rules()
    1.17  {
    1.18  	cd $src
    1.19  	./configure \
    1.20 -		--prefix=/usr \
    1.21 -		--with-system-ffmpeg &&
    1.22 +		--prefix=/usr --with-system-ffmpeg &&
    1.23  	make &&
    1.24  	make DESTDIR=$PWD/_pkg install
    1.25  }
    1.26 @@ -27,6 +28,5 @@
    1.27  {
    1.28  	mkdir -p $fs/usr/lib
    1.29  	cp -a $_pkg/usr/lib/gstreamer* $fs/usr/lib
    1.30 -	rm $fs/usr/lib/gstreamer*/*.*a
    1.31  
    1.32  }
     2.1 --- a/gst-python/receipt	Wed Apr 22 11:39:58 2009 +0000
     2.2 +++ b/gst-python/receipt	Wed Apr 22 12:03:39 2009 +0000
     2.3 @@ -6,7 +6,7 @@
     2.4  SHORT_DESC="GStreamer Python Plugins"
     2.5  MAINTAINER="jozee@slitaz.org"
     2.6  DEPENDS="pygobject gstreamer"
     2.7 -BUILD_DEPENDS="pygobject-dev gstreamer gstreamer-dev"
     2.8 +BUILD_DEPENDS="pygobject-dev gstreamer gstreamer-dev libxml2-dev liboil-dev python-dev glib-dev"
     2.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.10  WEB_SITE="http://gstreamer.freedesktop.org/" 
    2.11  WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL"