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

Fix minicom
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 06 11:27:41 2018 +0200 (2018-09-06)
parents d958fec46c9f
children
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@20906 9 WEB_SITE="https://gstreamer.freedesktop.org/"
al@20882 10 REPOLOGY="gstreamer1plugins:good"
al@20534 11
psychomaniak@19519 12 SOURCE="gst-plugins-good"
psychomaniak@19519 13 TARBALL="$SOURCE-$VERSION.tar.xz"
psychomaniak@19519 14 WGET_URL="${WEB_SITE}src/$SOURCE/$TARBALL"
psychomaniak@19519 15
al@19816 16 BUILD_DEPENDS="gstreamer1-dev gst1-plugins-base-dev mpg123-dev jpeg-dev"
psychomaniak@19519 17
al@20569 18 COOKOPTS="skip-log-errors"
al@20569 19
al@20534 20 compile_rules() {
psychomaniak@19519 21 sed '/set ERROR_C/d' -i configure
psychomaniak@19519 22 sed '/set ERROR_OBJC/d' -i configure
al@20534 23
psychomaniak@19519 24 ./configure \
al@20534 25 --enable-experimental \
al@20534 26 --disable-static \
al@20534 27 --disable-debug \
al@20534 28 --disable-libvisual \
al@20534 29 --enable-introspection=no \
al@20569 30 --with-package-name="GStreamer Good Plugins (1.10)" \
psychomaniak@19519 31 --with-package-origin="http://www.slitaz.org/" \
al@20534 32 $CONFIGURE_ARGS &&
al@20573 33 fix libtool &&
al@20534 34 make $MAKEFLAGS &&
al@20534 35 make install
psychomaniak@19519 36 }
psychomaniak@19519 37
al@20534 38 genpkg_rules() {
al@20568 39 copy @std
al@20568 40 DEPENDS="gstreamer1 gst1-plugins-base pango alsa-lib mpg123 jpeg"
psychomaniak@19519 41 }