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

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents 835b3b8ce6ac
children d958fec46c9f
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@20569 17 COOKOPTS="skip-log-errors"
al@20569 18
al@20534 19 compile_rules() {
psychomaniak@19519 20 sed '/set ERROR_C/d' -i configure
psychomaniak@19519 21 sed '/set ERROR_OBJC/d' -i configure
al@20534 22
psychomaniak@19519 23 ./configure \
al@20534 24 --enable-experimental \
al@20534 25 --disable-static \
al@20534 26 --disable-debug \
al@20534 27 --disable-libvisual \
al@20534 28 --enable-introspection=no \
al@20569 29 --with-package-name="GStreamer Good Plugins (1.10)" \
psychomaniak@19519 30 --with-package-origin="http://www.slitaz.org/" \
al@20534 31 $CONFIGURE_ARGS &&
al@20573 32 fix libtool &&
al@20534 33 make $MAKEFLAGS &&
al@20534 34 make install
psychomaniak@19519 35 }
psychomaniak@19519 36
al@20534 37 genpkg_rules() {
al@20568 38 copy @std
al@20568 39 DEPENDS="gstreamer1 gst1-plugins-base pango alsa-lib mpg123 jpeg"
psychomaniak@19519 40 }