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

Jan Steffens heftig at gemini.archlinux.org
Thu Sep 16 16:45:07 UTC 2021


    Date: Thursday, September 16, 2021 @ 16:45:07
  Author: heftig
Revision: 424239

1.18.5-1

Modified:
  gst-plugins-good/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-16 16:44:52 UTC (rev 424238)
+++ PKGBUILD	2021-09-16 16:45:07 UTC (rev 424239)
@@ -3,8 +3,8 @@
 
 pkgbase=gst-plugins-good
 pkgname=(gst-plugins-good gst-plugin-gtk gst-plugin-qmlgl)
-pkgver=1.18.4
-pkgrel=2
+pkgver=1.18.5
+pkgrel=1
 pkgdesc="Multimedia graph framework - good plugins"
 url="https://gstreamer.freedesktop.org/"
 arch=(x86_64)
@@ -15,7 +15,7 @@
 makedepends=(python git meson jack2 gtk3 qt5-{tools,declarative,x11extras,wayland} nasm)
 checkdepends=(gst-plugins-base xorg-server-xvfb)
 options=(!emptydirs)
-_commit=941312f3d54c89475d5d50aa9dddc0a2987fcf5a  # tags/1.18.4^0
+_commit=56dec037a80266add6853e4b06e2dc379de757d1  # tags/1.18.5^0
 source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -42,7 +42,7 @@
   mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
   export XDG_RUNTIME_DIR
 
-  xvfb-run -s '-screen 0 1920x1080x24 -nolisten local +iglx -noreset' \
+  xvfb-run -s '-nolisten local' \
     meson test -C build --print-errorlogs
 )
 
@@ -49,7 +49,7 @@
 package_gst-plugins-good() {
   depends+=(libjack.so)
 
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 
   for _x in gtk qmlgl; do
     mkdir -p "$_x/lib/gstreamer-1.0"



More information about the arch-commits mailing list