wok-next view gst0-plugins-ugly/receipt @ rev 21720

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
parents a3c581bf52b8
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gst0-plugins-ugly"
4 VERSION="0.10.19"
5 CATEGORY="multimedia"
6 SHORT_DESC="GStreamer-0.10 Ugly Plugins"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://gstreamer.freedesktop.org/"
10 REPOLOGY="gstreamer0plugins:ugly"
12 TARBALL="gst-plugins-ugly-$VERSION.tar.xz"
13 WGET_URL="$WEB_SITE/src/gst-plugins-ugly/$TARBALL"
15 BUILD_DEPENDS="gstreamer0-dev gst0-plugins-base-dev lame-dev libdvdread-dev
16 libcdio-dev libmad-dev libmpeg2-dev x264-dev"
18 compile_rules() {
19 ./configure \
20 --disable-static \
21 --disable-debug \
22 --with-package-name="GStreamer Ugly Plugins (0.10)" \
23 --with-package-origin="http://www.slitaz.org/" \
24 $CONFIGURE_ARGS &&
25 fix libtool &&
26 make $MAKEFLAGS && # grep -v /usr/local/include
27 make install
28 }
30 genpkg_rules() {
31 copy @std *.mo
32 DEPENDS="gst0-plugins-base lame libdvdread libcdio libmad libmpeg2 \
33 opencore-amr"
34 SUGGESTED="x264"
35 }