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

Jan Steffens heftig at archlinux.org
Sat Mar 16 12:40:19 UTC 2019


    Date: Saturday, March 16, 2019 @ 12:40:18
  Author: heftig
Revision: 348465

1.14.4+11+g39de78c99-1

Modified:
  gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-16 12:30:05 UTC (rev 348464)
+++ PKGBUILD	2019-03-16 12:40:18 UTC (rev 348465)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gstreamer
-pkgver=1.14.4
+pkgver=1.14.4+11+g39de78c99
 pkgrel=1
 pkgdesc="GStreamer open-source multimedia framework core library"
 url="https://gstreamer.freedesktop.org/"
@@ -11,10 +11,10 @@
 depends=(libxml2 glib2 libunwind libcap libelf)
 makedepends=(gtk-doc gobject-introspection autoconf-archive git valgrind bash-completion)
 checkdepends=(gmp gsl gtk3)
-_commit=3c586dec930c5c253da0cf49e3f3846243f0ecf5  # tags/1.14.4^0
+_commit=39de78c996595960654766c4604f91521aa1dac9  # 1.14
 install=gstreamer.install
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit"
-        "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common")
+source=("git+https://gitlab.freedesktop.org/gstreamer/gstreamer.git#commit=$_commit"
+        "gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git")
 sha256sums=('SKIP'
             'SKIP')
 
@@ -26,6 +26,9 @@
 prepare() {
   cd $pkgname
 
+  # Fix tests with glib 2.60
+  git cherry-pick -n 4a7739f4b6442814696bbd0706ab9a1ce1462d80
+
   git submodule init
   git config --local submodule.common.url "$srcdir/gst-common"
   git submodule update



More information about the arch-commits mailing list