wok-next view gst1-plugins-base/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 d3444352a0af
children d958fec46c9f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gst1-plugins-base"
4 VERSION="1.10.3"
5 CATEGORY="multimedia"
6 SHORT_DESC="GStreamer Base Plugins"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://gstreamer.freedesktop.org/"
11 TARBALL="gst-plugins-base-$VERSION.tar.xz"
12 WGET_URL="https://gstreamer.freedesktop.org/src/gst-plugins-base/$TARBALL"
14 BUILD_DEPENDS_arm="gstreamer1-dev pango-dev alsa-lib-dev libogg-dev \
15 libtheora-dev libtheora-enc libvorbis-dev udev-dev xorg-libXv-dev \
16 xorg-libXvMC-dev util-linux-uuid-dev orc-dev opus-dev"
17 BUILD_DEPENDS="gettext valgrind-dev python gstreamer1-dev \
18 orc-dev xorg-libX11-dev xorg-libXv-dev alsa-lib-dev cdparanoia-III-dev \
19 libvorbis-dev libogg-dev opus-dev pango-dev libtheora-dev"
20 SPLIT="gst1-plugins-base-dev"
22 COOKOPTS="skip-log-errors"
24 compile_rules() {
25 ./configure \
26 --with-package-name="GStreamer Base Plugins (1.0)" \
27 --with-package-origin="http://www.slitaz.org/" \
28 $CONFIGURE_ARGS &&
29 fix libtool &&
30 make $MAKEFLAGS &&
31 make install
32 }
34 genpkg_rules() {
35 case $PACKAGE in
36 gst1-plugins-base)
37 copy @std
38 DEPENDS="alsa-lib cairo cdparanoia-III glib gstreamer1 libogg \
39 libtheora-enc libvorbis opus orc pango xorg-libX11 xorg-libXext \
40 xorg-libXv zlib"
41 # Arch install
42 case "$SLITAZ_ARCH" in
43 arm*) DEPENDS="gstreamer1 pango alsa-lib libogg libtheora \
44 libtheora-enc libvorbis vorbis-tools udev xorg xorg-libXv \
45 xorg-libXvMC orc opus";;
46 esac
47 ;;
48 *-dev)
49 copy @dev
50 DEPENDS="gst1-plugins-base glib-dev gstreamer1-dev"
51 ;;
52 esac
53 }