wok-next diff gst1-plugins-base/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 82b613cfd1e0
children 33293021c26d
line diff
     1.1 --- a/gst1-plugins-base/receipt	Fri Jan 04 17:29:48 2019 +0200
     1.2 +++ b/gst1-plugins-base/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="gst1-plugins-base"
     1.7 -VERSION="1.10.3"
     1.8 +VERSION="1.14.4"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="GStreamer Base Plugins"
    1.11  MAINTAINER="devel@slitaz.org"
    1.12 @@ -11,12 +11,18 @@
    1.13  
    1.14  TARBALL="gst-plugins-base-$VERSION.tar.xz"
    1.15  WGET_URL="https://gstreamer.freedesktop.org/src/gst-plugins-base/$TARBALL"
    1.16 +TARBALL_SHA1="204ad46dca52230adb80bd96fcad923555251af2"
    1.17  
    1.18 -BUILD_DEPENDS="gettext-dev valgrind-dev python gstreamer1-dev \
    1.19 -orc-dev libx11-dev libxv-dev alsa-lib-dev cdparanoia-dev \
    1.20 -libvorbis-dev libogg-dev opus-dev pango-dev libtheora-dev"
    1.21 +BUILD_DEPENDS="gettext-dev valgrind-dev python gstreamer1-dev orc-dev \
    1.22 +libx11-dev libxv-dev alsa-lib-dev cdparanoia-dev libvorbis-dev libogg-dev \
    1.23 +opus-dev pango-dev libtheora-dev gobject-introspection-dev mesa-dev"
    1.24  SPLIT="$PACKAGE-dev"
    1.25  
    1.26 +DEPENDS_std="alsa-lib cdparanoia glib gstreamer1 libcairo libogg libpng \
    1.27 +libtheora-enc libvorbis libx11 libxcb libxext libxv mesa mesa-libegl opus orc \
    1.28 +pango wayland zlib"
    1.29 +DEPENDS_dev="$PACKAGE glib-dev gstreamer1-dev orc-dev zlib-dev"
    1.30 +
    1.31  COOKOPTS="skip-log-errors"
    1.32  
    1.33  compile_rules() {
    1.34 @@ -28,18 +34,3 @@
    1.35  	make $MAKEFLAGS &&
    1.36  	make install
    1.37  }
    1.38 -
    1.39 -genpkg_rules() {
    1.40 -	case $PACKAGE in
    1.41 -		gst1-plugins-base)
    1.42 -			copy @std
    1.43 -			DEPENDS="alsa-lib libcairo cdparanoia glib gstreamer1 libogg \
    1.44 -			libtheora-enc libvorbis opus orc pango libx11 libxext \
    1.45 -			libxv zlib"
    1.46 -			;;
    1.47 -		*-dev)
    1.48 -			copy @dev
    1.49 -			DEPENDS="gst1-plugins-base glib-dev gstreamer1-dev"
    1.50 -			;;
    1.51 -	esac
    1.52 -}