wok-next view gst0-plugins-bad/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 0f2575775b2d
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gst0-plugins-bad"
4 VERSION="0.10.23"
5 CATEGORY="multimedia"
6 SHORT_DESC="GStreamer-0.10 Bad Plugins"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://gstreamer.freedesktop.org/"
10 REPOLOGY="gstreamer0plugins:bad"
12 TARBALL="gst-plugins-bad-$VERSION.tar.xz"
13 WGET_URL="https://gstreamer.freedesktop.org/src/gst-plugins-bad/$TARBALL"
15 BUILD_DEPENDS="gstreamer0-dev gst0-plugins-base-dev \
16 gettext-dev \
17 faac-dev libpng-dev libvpx-dev openssl-dev xvidcore-dev libjpeg-turbo-dev \
18 faad2-dev jasper-dev libmms-dev libmodplug-dev libsndfile-dev sdl-dev \
19 expat-dev flac-dev mjpegtools-dev curl-dev neon-dev schroedinger-dev opus-dev \
20 zvbi-dev"
21 SPLIT="$PACKAGE-dev"
23 compile_rules() {
24 ./configure \
25 --disable-static \
26 --disable-debug \
27 --enable-experimental \
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 *-bad)
39 copy @std
40 DEPENDS="libbzip2 faac faad2 glib gst0-plugins-base gstreamer0 jasper \
41 openssl libcurl libffi liblzma libmms libmodplug libpng sdl \
42 libsndfile libvpx libxml2 mjpegtools opus orc pcre \
43 schroedinger libx11 xvidcore zlib zvbi"
44 ;;
45 *-dev)
46 copy @dev
47 DEPENDS="gst0-plugins-bad \
48 bzip2-dev curl-dev faac-dev faad2-dev flac-dev glib-dev \
49 gst0-plugins-base-dev gstreamer0-dev jasper-dev libffi-dev \
50 libmms-dev libmodplug-dev libogg-dev libpng-dev sdl-dev \
51 libsndfile-dev libvorbis-dev libvpx-dev libxml2-dev mjpegtools-dev \
52 openssl-dev opus-dev orc-dev pcre-dev schroedinger-dev \
53 util-linux-blkid-dev util-linux-mount-dev util-linux-uuid-dev \
54 libx11-dev libxau-dev libxcb-dev libxdmcp-dev \
55 xvidcore-dev xz-dev zlib-dev zvbi-dev"
56 ;;
57 esac
58 }