wok-next view gst0-python/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents e545e47edffa
children d958fec46c9f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gst0-python"
4 VERSION="0.10.21"
5 CATEGORY="multimedia"
6 SHORT_DESC="GStreamer Python Plugins"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://gstreamer.freedesktop.org/"
11 TARBALL="gst-python-$VERSION.tar.bz2"
12 WGET_URL="$WEB_SITE/src/gst-python/$TARBALL"
14 BUILD_DEPENDS="pygobject-dev gstreamer0-dev gst0-plugins-base-dev libxml2-dev \
15 python-dev"
16 SPLIT="gst0-python-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 gst0-python)
28 copy @std
29 DEPENDS="pygobject gstreamer0 gst0-plugins-base"
30 ;;
31 *-dev)
32 copy @dev
33 DEPENDS="gst0-python pygobject-dev gstreamer0-dev \
34 gst0-plugins-base-dev python-dev"
35 ;;
36 esac
37 }