wok rev 6769

Added gobject-introspection-dev to build depends of gstreamer. Needed now since gobject-introspection-dev is installed on build server.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 18 02:20:36 2010 +0000 (2010-10-18)
parents 32b768dcab00
children 80a826552d3d
files gstreamer-dev/receipt gstreamer/receipt
line diff
     1.1 --- a/gstreamer-dev/receipt	Mon Oct 18 02:04:40 2010 +0000
     1.2 +++ b/gstreamer-dev/receipt	Mon Oct 18 02:20:36 2010 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="gstreamer devel files"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 +DEPENDS="gstreamer"
     1.8  WANTED="gstreamer"
     1.9  WEB_SITE="http://gstreamer.freedesktop.org/"
    1.10  
    1.11 @@ -14,8 +15,10 @@
    1.12  	mkdir -p $fs/usr/lib $fs/usr/share
    1.13  	cp -a $_pkg/usr/include $fs/usr
    1.14  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.15 +	cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib
    1.16  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/
    1.17  	cp -a $_pkg/usr/share/aclocal $fs/usr/share
    1.18 +	cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share
    1.19  	cd $fs/usr/include
    1.20  	ln -s gstreamer-0.10/gst gst
    1.21  }
     2.1 --- a/gstreamer/receipt	Mon Oct 18 02:04:40 2010 +0000
     2.2 +++ b/gstreamer/receipt	Mon Oct 18 02:20:36 2010 +0000
     2.3 @@ -7,10 +7,10 @@
     2.4  MAINTAINER="jozee@slitaz.org"
     2.5  DEPENDS="libxml2 glib"
     2.6  BUILD_DEPENDS="intltool pkg-config bison flex glib-dev libxml2-dev python
     2.7 -python-dev m4"
     2.8 +python-dev m4 libgio-dev gobject-introspection-dev"
     2.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.10  WEB_SITE="http://gstreamer.freedesktop.org/"
    2.11 -WGET_URL="$WEB_SITE/src/gstreamer/$TARBALL"
    2.12 +WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL"
    2.13  
    2.14  # Rules to configure and make the package.
    2.15  compile_rules()