wok-next view gst1-plugins-base/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | d958fec46c9f |
children | ea9e52516fb0 |
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 xorg-libX11-dev xorg-libXv-dev alsa-lib-dev cdparanoia-III-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 cairo cdparanoia-III glib gstreamer1 libogg \
37 libtheora-enc libvorbis opus orc pango xorg-libX11 xorg-libXext \
38 xorg-libXv zlib"
39 ;;
40 *-dev)
41 copy @dev
42 DEPENDS="gst1-plugins-base glib-dev gstreamer1-dev"
43 ;;
44 esac
45 }