# gstrtsp/cfg - "Build" settings for package

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

[technotes]

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

[buildtimes]

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

[settings]
compiler  = clang
fortran   = disabled
license   = See "license*.txt" in installed tree
licfile   = COPYING
nls       = disabled
proddir   = $PRODTREE/gstreamer
purge     = no
revision  = numeric
shareddir = yes
unpack    = relaxed

setpaths  = gstreamer gtkcore

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

[depends]
gstbase:strict
gstcore:strict
meson
ninja

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

[configure]
PATH=$PRODTREE/python3/bin:$PATH
PP=$PKGDIR_PROD

rm -fr build && mkdir build && cd build
meson setup \
    -D prefix=$PP              \
    -D bindir=$PP/bin          \
    -D includedir=$PP/include  \
    -D libdir=$PP/lib          \
    -D mandir=$PP/man          \
    -D buildtype=release       \
\
    -D doc=disabled            \
    -D examples=disabled       \
    -D glib-asserts=disabled   \
    -D glib-checks=disabled    \
    -D tests=disabled

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

[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 = https://gstreamer.freedesktop.org/src/\
gst-rtsp-server/gst-rtsp-server-1.26.4.tar.xz

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

[history]
250404 Added package
250404 Started with 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