wok-next diff gst0-python/receipt @ rev 21280

gimp: added build dependencies
author Hans-G?nter Theisgen
date Sat Dec 07 17:24:40 2019 +0100 (2019-12-07)
parents de355b69ea82
children
line diff
     1.1 --- a/gst0-python/receipt	Thu Aug 23 08:03:04 2018 +0300
     1.2 +++ b/gst0-python/receipt	Sat Dec 07 17:24:40 2019 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="0.10.21"
     1.5  CATEGORY="multimedia"
     1.6  SHORT_DESC="GStreamer Python Plugins"
     1.7 -MAINTAINER="jozee@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="LGPL2.1"
    1.10  WEB_SITE="https://gstreamer.freedesktop.org/"
    1.11  REPOLOGY="gstreamer0plugins:python"
    1.12 @@ -14,13 +14,13 @@
    1.13  
    1.14  BUILD_DEPENDS="python-pygobject2-dev gstreamer0-dev gst0-plugins-base-dev libxml2-dev \
    1.15  python-dev"
    1.16 -SPLIT="gst0-python-dev"
    1.17 +SPLIT="$PACKAGE-dev"
    1.18  
    1.19  compile_rules() {
    1.20  	./configure $CONFIGURE_ARGS &&
    1.21  	fix libtool &&
    1.22  	make &&
    1.23 -	make DESTDIR=$DESTDIR install
    1.24 +	make DESTDIR=$install install
    1.25  }
    1.26  
    1.27  genpkg_rules() {