wok rev 14473

gstreamer: update deps+bdeps
author Dominique Corbex <domcox@slitaz.org>
date Thu May 02 22:34:01 2013 +0200 (2013-05-02)
parents d00306f65b9d
children 88c41adb86af
files gstreamer/receipt
line diff
     1.1 --- a/gstreamer/receipt	Thu May 02 17:44:25 2013 +0200
     1.2 +++ b/gstreamer/receipt	Thu May 02 22:34:01 2013 +0200
     1.3 @@ -6,14 +6,15 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="GStreamer Multimedia Framework"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 -DEPENDS="libxml2 glib"
     1.8 -BUILD_DEPENDS="intltool pkg-config bison flex glib-dev libxml2-dev python
     1.9 -python-dev m4 libgio-dev gobject-introspection-dev libffi valgrind"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.11  WEB_SITE="http://gstreamer.freedesktop.org/"
    1.12  WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL"
    1.13  LOCALES="da de es fr id it pt_BR ru zh_CN"
    1.14  
    1.15 +DEPENDS="glib libgio libxml2"
    1.16 +BUILD_DEPENDS="glib-dev libgio-dev libxml2-dev gobject-introspection-dev
    1.17 +intltool pkg-config bison flex python python-dev m4 valgrind"
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 @@ -22,6 +23,7 @@
    1.23  		--sysconfdir=/etc \
    1.24  		--localstatedir=/var \
    1.25  		--libexecdir=/usr/lib \
    1.26 +		--enable-silent-rules \
    1.27  		--disable-static \
    1.28  		--disable-examples \
    1.29  		--disable-debug \