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

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents 82b613cfd1e0
children 33293021c26d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gst1-plugins-base"
4 VERSION="1.14.4"
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"
14 TARBALL_SHA1="204ad46dca52230adb80bd96fcad923555251af2"
16 BUILD_DEPENDS="gettext-dev valgrind-dev python gstreamer1-dev orc-dev \
17 libx11-dev libxv-dev alsa-lib-dev cdparanoia-dev libvorbis-dev libogg-dev \
18 opus-dev pango-dev libtheora-dev gobject-introspection-dev mesa-dev"
19 SPLIT="$PACKAGE-dev"
21 DEPENDS_std="alsa-lib cdparanoia glib gstreamer1 libcairo libogg libpng \
22 libtheora-enc libvorbis libx11 libxcb libxext libxv mesa mesa-libegl opus orc \
23 pango wayland zlib"
24 DEPENDS_dev="$PACKAGE glib-dev gstreamer1-dev orc-dev zlib-dev"
26 COOKOPTS="skip-log-errors"
28 compile_rules() {
29 ./configure \
30 --with-package-name="GStreamer Base Plugins (1.0)" \
31 --with-package-origin="http://www.slitaz.org/" \
32 $CONFIGURE_ARGS &&
33 fix libtool &&
34 make $MAKEFLAGS &&
35 make install
36 }