wok diff gstreamer/receipt @ rev 14657

Normalize LICENSE according to wok/licenses package (bsd part)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 05 16:21:04 2013 +0200 (2013-06-05)
parents 7c76dedb1a8e
children a00bf44ed23d
line diff
     1.1 --- a/gstreamer/receipt	Sun Feb 17 19:53:32 2013 +0100
     1.2 +++ b/gstreamer/receipt	Wed Jun 05 16:21:04 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 \