# gstplugbase/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created as follows: #!/bin/bash -e BASE=gst-plugins-base-1.24.8 rm -fr ${BASE}* wget http://gstreamer.freedesktop.org/src/\ gst-plugins-base/$BASE.tar.xz tar Jxf $BASE.tar.xz pushd $BASE/subprojects/ git clone https://gitlab.freedesktop.org/gstreamer/\ meson-ports/gl-headers.git git clone https://github.com/ebassi/graphene.git popd tar Jcf $BASE-mod.tar.xz $BASE rm -fr $BASE.tar.xz $BASE #--------------------------------------------------------------------- [buildtimes] 00.03 hours (or 002.05 minutes) - HP Pavilion dv8 8GB RAM 00.05 hours (or 003.05 minutes) - ThinkPad W530 i7 4x2 32GB RAM using 32-bit distro and 64-bit kernel 00.05 hours (or 003.07 minutes) - Dell Inspiron 1545 00.05 hours (or 003.07 minutes) - ThinkPad W530 i7 4x2 32GB RAM 00.07 hours (or 004.00 minutes) - HP EliteBook 8560w 32GB RAM 00.07 hours (or 004.37 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] fortran = disabled license = See "license*.txt" in installed tree licfile = COPYING ltkludge = yes # Avoid "hardcode properties" errors nls = disabled proddir = $PRODTREE/gstreamer purge = no revision = numeric shareddir = yes tmpsize = 139M unpack = relaxed setpaths = \ gstreamer gtkcore libvisual libxml2 theora libgudev #--------------------------------------------------------------------- [depends] actools alsa cdparanoia freetype2 gawk grep gstbase:strict gtkcore isocodes libcheck libffi libgudev libogg liborc libvisual libvorbis libxml2 meson pango pkgconf pulseaudio python ruby sed theora util-linux valgrind xorg zlib #--------------------------------------------------------------------- [configure] PATH=$PRODTREE/python3/bin:$PATH PP=$PKGDIR_PROD rm -fr build mkdir build meson build \ -D prefix=$PP \ -D tests=disabled cd build if [ \! -f build.ninja ]; then exit 1; fi meson configure #--------------------------------------------------------------------- [build] cd build ninja_simple_build #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = n/a url_home = http://gstreamer.freedesktop.org/ url_lfs = n/a url_tarball = See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 170508 Updated from 1.6.3 to 1.12.0 170705 Updated to 1.12.1 170714 Updated to 1.12.2 170918 Updated to 1.12.3 171208 Updated to 1.12.4 180303 Updated to 1.13.1 180320 Updated to 1.14.0 180530 Updated to 1.14.1 180720 Updated to 1.14.2 180918 Updated to 1.14.3 181006 Updated to 1.14.4 190419 Updated to 1.16.0 190924 Updated to 1.16.1 201224 Updated to 1.18.2 210125 Updated to 1.18.3 210320 Updated to 1.18.4 210909 Updated to 1.18.5 220202 Updated to 1.18.6 220505 Updated to 1.20.2 220616 Updated to 1.20.3 230210 Updated to 1.22.0 230304 Updated to 1.22.1 230625 Updated to 1.22.4 240125 Updated to 1.22.9 240308 Updated to 1.22.10 240322 Updated to 1.24.1 240410 Updated to 1.24.2 240503 Updated to 1.24.3 240622 Updated to 1.24.5 240801 Updated to 1.24.6 240824 Updated to 1.24.7 240921 Updated to 1.24.8