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

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


    Date: Thursday, September 16, 2021 @ 16:43:43
  Author: heftig
Revision: 424236

1.18.5-1

Modified:
  gst-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-16 16:43:25 UTC (rev 424235)
+++ PKGBUILD	2021-09-16 16:43:43 UTC (rev 424236)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gst-python
-pkgver=1.18.4
+pkgver=1.18.5
 pkgrel=1
 pkgdesc="Multimedia graph framework - python bindings"
 url="https://gstreamer.freedesktop.org/"
@@ -11,7 +11,7 @@
 license=(LGPL)
 depends=(python-gobject gst-plugins-base-libs)
 makedepends=(git meson)
-_commit=80adac6fccfae0461ea0ddfe177a0ea138750f5d  # tags/1.18.4^0
+_commit=3d75c6b1eefc1a4190f58ac8d4610535f1acca3f  # tags/1.18.5^0
 source=("git+https://gitlab.freedesktop.org/gstreamer/gst-python.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -34,7 +34,9 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
+
+  export PYTHONHASHSEED=0
   python -m compileall -d /usr/lib "$pkgdir/usr/lib"
   python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
 }



More information about the arch-commits mailing list