wok-next annotate gst0-plugins-ugly/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
parents a3c581bf52b8
children
rev   line source
pascal@20202 1 # SliTaz package receipt v2.
al@19816 2
al@19816 3 PACKAGE="gst0-plugins-ugly"
al@19816 4 VERSION="0.10.19"
al@19816 5 CATEGORY="multimedia"
al@20573 6 SHORT_DESC="GStreamer-0.10 Ugly Plugins"
al@21020 7 MAINTAINER="devel@slitaz.org"
al@19816 8 LICENSE="LGPL2.1"
al@20906 9 WEB_SITE="https://gstreamer.freedesktop.org/"
al@20882 10 REPOLOGY="gstreamer0plugins:ugly"
al@20534 11
al@19816 12 TARBALL="gst-plugins-ugly-$VERSION.tar.xz"
al@19816 13 WGET_URL="$WEB_SITE/src/gst-plugins-ugly/$TARBALL"
al@19816 14
al@19816 15 BUILD_DEPENDS="gstreamer0-dev gst0-plugins-base-dev lame-dev libdvdread-dev
al@19816 16 libcdio-dev libmad-dev libmpeg2-dev x264-dev"
al@19816 17
al@20534 18 compile_rules() {
al@19816 19 ./configure \
al@19816 20 --disable-static \
al@19816 21 --disable-debug \
al@20534 22 --with-package-name="GStreamer Ugly Plugins (0.10)" \
al@19816 23 --with-package-origin="http://www.slitaz.org/" \
al@19816 24 $CONFIGURE_ARGS &&
al@20573 25 fix libtool &&
al@20534 26 make $MAKEFLAGS && # grep -v /usr/local/include
al@19816 27 make install
al@19816 28 }
al@19816 29
al@20534 30 genpkg_rules() {
al@20568 31 copy @std *.mo
al@20568 32 DEPENDS="gst0-plugins-base lame libdvdread libcdio libmad libmpeg2 \
al@20568 33 opencore-amr"
al@20568 34 SUGGESTED="x264"
al@19816 35 }