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

Jan Steffens heftig at gemini.archlinux.org
Thu Sep 16 16:41:25 UTC 2021


    Date: Thursday, September 16, 2021 @ 16:41:25
  Author: heftig
Revision: 424230

1.18.5-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-16 16:37:38 UTC (rev 424229)
+++ PKGBUILD	2021-09-16 16:41:25 UTC (rev 424230)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.18.4
+pkgver=1.18.5
 pkgrel=1
 pkgdesc="Multimedia graph framework - base plugins"
 url="https://gstreamer.freedesktop.org/"
@@ -15,7 +15,7 @@
              gtk3 qt5-{base,tools,x11extras} clutter sdl2 glu)
 checkdepends=(xorg-server-xvfb)
 options=(!emptydirs)
-_commit=ce69d1068af058425b083aaa1b8c268b1b2e5ddd  # tags/1.18.4^0
+_commit=57fb883b3f8c6d7a397afc0dfc4a7c2e5af05579  # tags/1.18.5^0
 source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.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-base-libs() {
   pkgdesc="${pkgdesc% plugins}"
 
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 
   mkdir -p ext/lib/gstreamer-1.0
   for _x in alsa cdparanoia libvisual ogg opengl opus pango theora vorbis; do



More information about the arch-commits mailing list