wok-next view gst0-plugins-bad/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 757d032c55c7
children d958fec46c9f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gst0-plugins-bad"
4 VERSION="0.10.23"
5 CATEGORY="multimedia"
6 SHORT_DESC="GStreamer-0.10 Bad Plugins"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://gstreamer.freedesktop.org/"
11 TARBALL="gst-plugins-bad-$VERSION.tar.xz"
12 WGET_URL="https://gstreamer.freedesktop.org/src/gst-plugins-bad/$TARBALL"
14 BUILD_DEPENDS="gstreamer0-dev gst0-plugins-base-dev \
15 gettext \
16 faac-dev libpng16-dev libvpx-dev openssl-dev xvidcore-dev libjpeg-turbo-dev \
17 faad2-dev jasper-dev libmms-dev libmodplug-dev libsndfile-dev libsdl-dev \
18 expat-dev flac-dev mjpegtools-dev curl-dev neon-dev schroedinger-dev opus-dev \
19 zvbi-dev"
20 SPLIT="gst0-plugins-bad-dev"
22 compile_rules() {
23 ./configure \
24 --disable-static \
25 --disable-debug \
26 --enable-experimental \
27 --with-package-name="$SHORT_DESC" \
28 --with-package-origin="http://www.slitaz.org/" \
29 $CONFIGURE_ARGS &&
30 fix libtool &&
31 make $MAKEFLAGS &&
32 make install
33 }
35 genpkg_rules() {
36 case $PACKAGE in
37 *-bad)
38 copy @std
39 DEPENDS="bzlib faac faad2 glib gst0-plugins-base gstreamer0 jasper \
40 openssl libcurl libffi liblzma libmms libmodplug libpng16 libsdl \
41 libsndfile libvpx libxml2 mjpegtools opus orc pcre \
42 schroedinger xorg-libX11 xvidcore zlib zvbi"
43 ;;
44 *-dev)
45 copy @dev
46 DEPENDS="gst0-plugins-bad \
47 bzip2-dev curl-dev faac-dev faad2-dev flac-dev glib-dev \
48 gst0-plugins-base-dev gstreamer0-dev jasper-dev libffi-dev \
49 libmms-dev libmodplug-dev libogg-dev libpng16-dev libsdl-dev \
50 libsndfile-dev libvorbis-dev libvpx-dev libxml2-dev mjpegtools-dev \
51 openssl-dev opus-dev orc-dev pcre-dev schroedinger-dev \
52 util-linux-blkid-dev util-linux-mount-dev util-linux-uuid-dev \
53 xorg-libX11-dev xorg-libXau-dev xorg-libxcb-dev xorg-libXdmcp-dev \
54 xvidcore-dev xz-dev zlib-dev zvbi-dev"
55 ;;
56 esac
57 }