Date: Friday, May 15, 2020 @ 21:47:04 Author: jgc Revision: 383735 upgpkg: gstreamer 1.16.2-2: Build with checks and asserts enabled. Documentation is wrong about these, they should be enabled on stable releases too (default is enabled, not auto)
Modified: gstreamer/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-15 21:12:04 UTC (rev 383734) +++ PKGBUILD 2020-05-15 21:47:04 UTC (rev 383735) @@ -3,7 +3,7 @@ pkgname=gstreamer pkgver=1.16.2 -pkgrel=1 +pkgrel=2 pkgdesc="GStreamer open-source multimedia framework core library" url="https://gstreamer.freedesktop.org/" arch=(x86_64) @@ -30,8 +30,8 @@ -D ptp-helper-permissions=capabilities \ -D dbghelp=disabled \ -D gobject-cast-checks=disabled \ - -D glib-asserts=disabled \ - -D glib-checks=disabled \ + -D glib-asserts=enabled \ + -D glib-checks=enabled \ -D package-name="GStreamer (Arch Linux)" \ -D package-origin="https://www.archlinux.org/" ninja -C build
