wok-next annotate gst1-plugins-good/receipt @ rev 20568

Remove dev packages that have become empty due to *.la files removing.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 12 09:48:04 2018 +0300 (2018-04-12)
parents 757d032c55c7
children 835b3b8ce6ac
rev   line source
psychomaniak@20083 1 # SliTaz package receipt v2.
psychomaniak@19519 2
al@19816 3 PACKAGE="gst1-plugins-good"
psychomaniak@19519 4 VERSION="1.10.1"
psychomaniak@19519 5 CATEGORY="multimedia"
psychomaniak@20083 6 SHORT_DESC="GStreamer good Plugins"
psychomaniak@19519 7 MAINTAINER="psychomaniak@xakep.ru"
psychomaniak@19519 8 LICENSE="GPL2"
al@20534 9 WEB_SITE="http://gstreamer.freedesktop.org/"
al@20534 10
psychomaniak@19519 11 SOURCE="gst-plugins-good"
psychomaniak@19519 12 TARBALL="$SOURCE-$VERSION.tar.xz"
psychomaniak@19519 13 WGET_URL="${WEB_SITE}src/$SOURCE/$TARBALL"
psychomaniak@19519 14
al@19816 15 BUILD_DEPENDS="gstreamer1-dev gst1-plugins-base-dev mpg123-dev jpeg-dev"
psychomaniak@19519 16
al@20534 17 compile_rules() {
psychomaniak@19519 18 sed '/set ERROR_C/d' -i configure
psychomaniak@19519 19 sed '/set ERROR_OBJC/d' -i configure
al@20534 20
psychomaniak@19519 21 ./configure \
al@20534 22 --enable-experimental \
al@20534 23 --disable-static \
al@20534 24 --disable-debug \
al@20534 25 --disable-libvisual \
al@20534 26 --enable-introspection=no \
al@20534 27 --with-package-name="GStreamer Base Plugins (1.10)" \
psychomaniak@19519 28 --with-package-origin="http://www.slitaz.org/" \
al@20534 29 $CONFIGURE_ARGS &&
al@20534 30 make $MAKEFLAGS &&
al@20534 31 make install
psychomaniak@19519 32 }
psychomaniak@19519 33
al@20534 34 genpkg_rules() {
al@20568 35 copy @std
al@20568 36 DEPENDS="gstreamer1 gst1-plugins-base pango alsa-lib mpg123 jpeg"
psychomaniak@19519 37 }