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

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 15:26:05 2018 +0300 (2018-09-05)
parents 342b30daff76
children d5aab818505e
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/"
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_arm="gstreamer1-dev pango-dev alsa-lib-dev libogg-dev \
16 libtheora-dev libtheora-enc libvorbis-dev udev-dev xorg-libXv-dev \
17 xorg-libXvMC-dev util-linux-uuid-dev orc-dev opus-dev"
18 BUILD_DEPENDS="gettext valgrind-dev python gstreamer1-dev \
19 orc-dev xorg-libX11-dev xorg-libXv-dev alsa-lib-dev cdparanoia-III-dev \
20 libvorbis-dev libogg-dev opus-dev pango-dev libtheora-dev"
21 SPLIT="gst1-plugins-base-dev"
23 COOKOPTS="skip-log-errors"
25 compile_rules() {
26 ./configure \
27 --with-package-name="GStreamer Base Plugins (1.0)" \
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 gst1-plugins-base)
38 copy @std
39 DEPENDS="alsa-lib cairo cdparanoia-III glib gstreamer1 libogg \
40 libtheora-enc libvorbis opus orc pango xorg-libX11 xorg-libXext \
41 xorg-libXv zlib"
42 # Arch install
43 case "$SLITAZ_ARCH" in
44 arm*) DEPENDS="gstreamer1 pango alsa-lib libogg libtheora \
45 libtheora-enc libvorbis vorbis-tools udev xorg xorg-libXv \
46 xorg-libXvMC orc opus";;
47 esac
48 ;;
49 *-dev)
50 copy @dev
51 DEPENDS="gst1-plugins-base glib-dev gstreamer1-dev"
52 ;;
53 esac
54 }