wok-next view gst0-plugins-base/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gst0-plugins-base"
4 VERSION="0.10.36"
5 CATEGORY="multimedia"
6 SHORT_DESC="GStreamer-0.10 Base Plugins"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://gstreamer.freedesktop.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/7.6/multimedia/gst-plugins-base.html"
11 REPOLOGY="gstreamer0plugins:base"
13 TARBALL="gst-plugins-base-$VERSION.tar.xz"
14 WGET_URL="$GNOME_MIRROR/gst-plugins-base/0.10/$TARBALL"
16 BUILD_DEPENDS="gstreamer0-dev pango-dev alsa-lib-dev libogg-dev libtheora-dev \
17 libtheora-enc libvorbis-dev eudev-dev libxv-dev libxvmc-dev \
18 util-linux-uuid-dev cdparanoia-dev orc-dev gobject-introspection-dev \
19 xorg-dev gettext-dev"
20 SPLIT="$PACKAGE-dev"
22 compile_rules() {
23 ./configure \
24 --enable-experimental \
25 --disable-static \
26 --disable-debug \
27 --disable-gnome_vfs \
28 --with-package-name="$SHORT_DESC" \
29 --with-package-origin="http://www.slitaz.org/" \
30 $CONFIGURE_ARGS &&
31 fix libtool &&
32 make $MAKEFLAGS &&
33 make install
34 }
36 genpkg_rules() {
37 case $PACKAGE in
38 *-base)
39 copy @std
40 DEPENDS="alsa-lib libcairo cdparanoia glib gstreamer0 libogg \
41 libtheora-enc libvorbis libxml2 orc pango libx11 libxext \
42 libxv zlib"
43 ;;
44 *-dev)
45 copy @dev
46 DEPENDS="gst0-plugins-base glib-dev gstreamer0-dev"
47 ;;
48 esac
49 }