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

More fix libtool
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 13 17:21:19 2018 +0300 (2018-04-13)
parents 5baa3b6a24e7
children d958fec46c9f
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@19816 7 MAINTAINER="jozee@slitaz.org"
al@19816 8 LICENSE="LGPL2.1"
al@20534 9 WEB_SITE="http://gstreamer.freedesktop.org/"
al@20534 10
al@19816 11 TARBALL="gst-plugins-ugly-$VERSION.tar.xz"
al@19816 12 WGET_URL="$WEB_SITE/src/gst-plugins-ugly/$TARBALL"
al@19816 13
al@19816 14 BUILD_DEPENDS="gstreamer0-dev gst0-plugins-base-dev lame-dev libdvdread-dev
al@19816 15 libcdio-dev libmad-dev libmpeg2-dev x264-dev"
al@19816 16
al@20534 17 compile_rules() {
al@19816 18 ./configure \
al@19816 19 --disable-static \
al@19816 20 --disable-debug \
al@20534 21 --with-package-name="GStreamer Ugly Plugins (0.10)" \
al@19816 22 --with-package-origin="http://www.slitaz.org/" \
al@19816 23 $CONFIGURE_ARGS &&
al@20573 24 fix libtool &&
al@20534 25 make $MAKEFLAGS && # grep -v /usr/local/include
al@19816 26 make install
al@19816 27 }
al@19816 28
al@20534 29 genpkg_rules() {
al@20568 30 copy @std *.mo
al@20568 31 DEPENDS="gst0-plugins-base lame libdvdread libcdio libmad libmpeg2 \
al@20568 32 opencore-amr"
al@20568 33 SUGGESTED="x264"
al@19816 34 }