wok-next diff gst0-plugins-base/receipt @ rev 19864
slitaz-base-files: fix typo; up slitaz-boot-scripts (443)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Sep 12 02:09:10 2017 +0300 (2017-09-12) |
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 Tue Sep 12 02:09:10 2017 +0300 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" ;;