wok-next diff gstreamer1/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents d5aab818505e
children 33293021c26d
line diff
     1.1 --- a/gstreamer1/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/gstreamer1/receipt	Thu Jan 31 16:45:41 2019 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="gstreamer1"
     1.7 -VERSION="1.10.3"
     1.8 +VERSION="1.14.4"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="GStreamer Multimedia Framework"
    1.11  MAINTAINER="devel@slitaz.org"
    1.12 @@ -10,10 +10,14 @@
    1.13  
    1.14  TARBALL="gstreamer-$VERSION.tar.xz"
    1.15  WGET_URL="https://gstreamer.freedesktop.org/src/gstreamer/$TARBALL"
    1.16 +TARBALL_SHA1="324a30ddd2c35103fa6af8ffb1e436e8dda714c8"
    1.17  
    1.18 -BUILD_DEPENDS="gettext-dev perl valgrind-dev glib-dev"
    1.19 +BUILD_DEPENDS="gettext-dev perl valgrind-dev glib-dev gobject-introspection-dev"
    1.20  SPLIT="$PACKAGE-dev"
    1.21  
    1.22 +DEPENDS_std="glib"
    1.23 +DEPENDS_dev="$PACKAGE glib-dev"
    1.24 +
    1.25  COOKOPTS="skip-log-errors"
    1.26  
    1.27  compile_rules() {
    1.28 @@ -27,16 +31,3 @@
    1.29  
    1.30  	ln -s gstreamer-1.0/gst $install/usr/include/gst
    1.31  }
    1.32 -
    1.33 -genpkg_rules() {
    1.34 -	case $PACKAGE in
    1.35 -		gstreamer1)
    1.36 -			copy @std
    1.37 -			DEPENDS="glib"
    1.38 -			;;
    1.39 -		*-dev)
    1.40 -			copy @dev
    1.41 -			DEPENDS="gstreamer1 glib-dev"
    1.42 -			;;
    1.43 -	esac
    1.44 -}