wok-6.x diff gst-plugins-base-1.0/receipt @ rev 20218
Up tazlito (484)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 25 17:56:27 2018 +0100 (2018-02-25) |
parents | 4c9e6fbf8207 |
children | a78610b2eb47 |
line diff
1.1 --- a/gst-plugins-base-1.0/receipt Mon Apr 21 20:50:39 2014 +0200 1.2 +++ b/gst-plugins-base-1.0/receipt Sun Feb 25 17:56:27 2018 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gst-plugins-base-1.0" 1.7 -VERSION="1.2.3" 1.8 +VERSION="1.10.1" 1.9 SERIES="1.0" 1.10 CATEGORY="multimedia" 1.11 SHORT_DESC="GStreamer Base Plugins" 1.12 @@ -14,10 +14,10 @@ 1.13 HOST_ARCH="i486 arm" 1.14 1.15 DEPENDS="gstreamer-1.0 pango alsa-lib libogg libtheora libtheora-enc \ 1.16 -libvorbis vorbis-tools udev xorg xorg-libXv xorg-libXvMC orc" 1.17 +libvorbis vorbis-tools udev xorg xorg-libXv xorg-libXvMC orc opus" 1.18 BUILD_DEPENDS="gstreamer-1.0-dev pango-dev alsa-lib-dev libogg-dev \ 1.19 libtheora-dev libtheora-enc libvorbis-dev udev-dev xorg-libXv-dev \ 1.20 -xorg-libXvMC-dev util-linux-uuid-dev orc-dev" 1.21 +xorg-libXvMC-dev util-linux-uuid-dev orc-dev opus-dev" 1.22 1.23 # Arch install 1.24 case "$SLITAZ_ARCH" in 1.25 @@ -35,6 +35,7 @@ 1.26 sysroot="/cross/arm/sysroot" 1.27 libs="/usr/lib" 1.28 incl="/usr/include" 1.29 + sed '/set ERROR_C/d' -i configure 1.30 ./configure \ 1.31 --prefix=/usr \ 1.32 --sysconfdir=/etc \ 1.33 @@ -44,11 +45,12 @@ 1.34 --disable-debug \ 1.35 --disable-gnome-vfs \ 1.36 --disable-libvisual \ 1.37 + --disable-vorbisidec \ 1.38 --enable-introspection=no \ 1.39 --with-package-name="GStreamer Base Plugins ($SERIES)" \ 1.40 --with-package-origin="http://www.slitaz.org/" \ 1.41 - $CONFIGURE_ARGS && 1.42 - make $MAKEFLAGS && make install 1.43 + $CONFIGURE_ARGS | grep -v 'vorbisidec' && 1.44 + make $MAKEFLAGS && make install 2>/dev/null 1.45 } 1.46 1.47 # Rules to gen a SliTaz package suitable for Tazpkg.