wok-next diff gst0-plugins-base/receipt @ rev 20348

ploticus (2.42)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 18 17:19:51 2017 +0100 (2017-11-18)
parents 2c826709e122
children c4e53a39395a
line diff
     1.1 --- a/gst0-plugins-base/receipt	Sat Jul 29 17:26:14 2017 +0300
     1.2 +++ b/gst0-plugins-base/receipt	Sat Nov 18 17:19:51 2017 +0100
     1.3 @@ -10,7 +10,7 @@
     1.4  #HOST_ARCH="i486 arm"
     1.5  
     1.6  TARBALL="gst-plugins-base-$VERSION.tar.xz"
     1.7 -WGET_URL="https://gstreamer.freedesktop.org/src/gst-plugins-base/$TARBALL"
     1.8 +WGET_URL="$GNOME_MIRROR/gst-plugins-base/0.10/$TARBALL"
     1.9  
    1.10  BUILD_DEPENDS_arm="gstreamer0-dev pango-dev alsa-lib-dev libogg-dev \
    1.11  libtheora-dev libtheora-enc libvorbis-dev udev-dev xorg-libXv-dev \
    1.12 @@ -24,6 +24,7 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 +	# http://www.linuxfromscratch.org/blfs/view/7.6/multimedia/gst-plugins-base.html
    1.17  	case "$ARCH" in
    1.18  		i?86) ;;
    1.19  		*) export CPPFLAGS="$CPPFLAGS -I/cross/$ARCH/sysroot/usr/include" ;;