[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Fri May 15 22:03:03 UTC 2020


    Date: Friday, May 15, 2020 @ 22:03:03
  Author: jgc
Revision: 383737

upgpkg: gst-plugins-base 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:
  gst-plugins-base/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-15 21:47:07 UTC (rev 383736)
+++ PKGBUILD	2020-05-15 22:03:03 UTC (rev 383737)
@@ -4,7 +4,7 @@
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
 pkgver=1.16.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GStreamer open-source multimedia framework base plugins"
 url="https://gstreamer.freedesktop.org/"
 arch=(x86_64)
@@ -32,8 +32,8 @@
   arch-meson $pkgbase build \
     -D tremor=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 Base Plugins (Arch Linux)" \
     -D package-origin="https://www.archlinux.org/"
   ninja -C build



More information about the arch-commits mailing list