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

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents de355b69ea82
children
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="devel@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://gstreamer.freedesktop.org/"
10 REPOLOGY="gstreamer0plugins:python"
12 TARBALL="gst-python-$VERSION.tar.bz2"
13 WGET_URL="$WEB_SITE/src/gst-python/$TARBALL"
15 BUILD_DEPENDS="python-pygobject2-dev gstreamer0-dev gst0-plugins-base-dev libxml2-dev \
16 python-dev"
17 SPLIT="$PACKAGE-dev"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make DESTDIR=$install install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 gst0-python)
29 copy @std
30 DEPENDS="python-pygobject2 gstreamer0 gst0-plugins-base"
31 ;;
32 *-dev)
33 copy @dev
34 DEPENDS="gst0-python python-pygobject2-dev gstreamer0-dev \
35 gst0-plugins-base-dev python-dev"
36 ;;
37 esac
38 }