wok-next view gst1-plugins-base/receipt @ rev 21111

gdbm: split to "libpkg - pkg - pkg-dev"; fix some symlinks
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 11 14:45:46 2019 +0200 (2019-01-11)
parents 5669e8b3be70
children 23982d05637c
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="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://gstreamer.freedesktop.org/"
10 REPOLOGY="gstreamer1plugins:base"
12 TARBALL="gst-plugins-base-$VERSION.tar.xz"
13 WGET_URL="https://gstreamer.freedesktop.org/src/gst-plugins-base/$TARBALL"
15 BUILD_DEPENDS="gettext-dev valgrind-dev python gstreamer1-dev \
16 orc-dev libx11-dev libxv-dev alsa-lib-dev cdparanoia-dev \
17 libvorbis-dev libogg-dev opus-dev pango-dev libtheora-dev"
18 SPLIT="$PACKAGE-dev"
20 COOKOPTS="skip-log-errors"
22 compile_rules() {
23 ./configure \
24 --with-package-name="GStreamer Base Plugins (1.0)" \
25 --with-package-origin="http://www.slitaz.org/" \
26 $CONFIGURE_ARGS &&
27 fix libtool &&
28 make $MAKEFLAGS &&
29 make install
30 }
32 genpkg_rules() {
33 case $PACKAGE in
34 gst1-plugins-base)
35 copy @std
36 DEPENDS="alsa-lib libcairo cdparanoia glib gstreamer1 libogg \
37 libtheora-enc libvorbis opus orc pango libx11 libxext \
38 libxv zlib"
39 ;;
40 *-dev)
41 copy @dev
42 DEPENDS="gst1-plugins-base glib-dev gstreamer1-dev"
43 ;;
44 esac
45 }