# gstedit/cfg - "Build" settings for package

#---------------------------------------------------------------------

[technotes]

#---------------------------------------------------------------------

[buildtimes]

00.01 hours (or 000.43 minutes) - ThinkPad W530 i7 4x2 32GB RAM

#---------------------------------------------------------------------

[settings]
compiler  = clang
license   = See "license*.txt" in installed tree
licfile   = COPYING
proddir   = $PRODTREE/gstreamer
purge     = no
shareddir = yes
tmpsize   = 53M

setpaths  = gstreamer gtkcore libxml2 python3

#---------------------------------------------------------------------

[depends]
gstcore:strict
gstplug
libxml2
meson
ninja
python:strict
python3-core:strict

#---------------------------------------------------------------------

[configure]
PP=$PKGDIR_PROD

rm -fr build
mkdir  build
meson  build \
    -D prefix=$PP

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_page = tbd
url_home        = tbd
url_lfs         = tbd

url_tarball     = https://gstreamer.freedesktop.org/src/\
gst-editing-services/gst-editing-services-1.26.4.tar.xz

#---------------------------------------------------------------------

[history]
211021 Added package. Started with dba379fa7 (same as 1.18.0).
211211 Updated to 29dcc5c1a - same as 1.18.5
230226 Updated to 8d845a8f6 - same as 1.18.6
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
241204 Updated to 1.24.10
250107 Updated to 1.24.11
250130 Updated to 1.24.12
250404 Updated to 1.26.0
250425 Updated to 1.26.1
250531 Updated to 1.26.2
250627 Updated to 1.26.3
250717 Updated to 1.26.4