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

Jan Steffens heftig at archlinux.org
Fri Dec 6 20:09:55 UTC 2019


    Date: Friday, December 6, 2019 @ 20:09:55
  Author: heftig
Revision: 370481

1.16.2-1

Modified:
  gstreamer/trunk/PKGBUILD
  gstreamer/trunk/gstreamer.install

-------------------+
 PKGBUILD          |   14 ++++----------
 gstreamer.install |    4 ++--
 2 files changed, 6 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-06 20:07:28 UTC (rev 370480)
+++ PKGBUILD	2019-12-06 20:09:55 UTC (rev 370481)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gstreamer
-pkgver=1.16.1
+pkgver=1.16.2
 pkgrel=1
 pkgdesc="GStreamer open-source multimedia framework core library"
 url="https://gstreamer.freedesktop.org/"
@@ -11,12 +11,10 @@
 depends=(libxml2 glib2 libunwind libcap libelf)
 makedepends=(gtk-doc gobject-introspection git valgrind bash-completion meson)
 checkdepends=(gmp gsl gtk3)
-_commit=de0a7c4bc89a3df7424b808c893ca243629bebef  # tags/1.16.1^0
+_commit=129493687793cbc109d6211bb0e465218e383e9d  # tags/1.16.2^0
 install=gstreamer.install
-source=("git+https://gitlab.freedesktop.org/gstreamer/gstreamer.git#commit=$_commit"
-        "gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git")
-sha256sums=('SKIP'
-            'SKIP')
+source=("git+https://gitlab.freedesktop.org/gstreamer/gstreamer.git#commit=$_commit")
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -25,10 +23,6 @@
 
 prepare() {
   cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
 }
 
 build() {

Modified: gstreamer.install
===================================================================
--- gstreamer.install	2019-12-06 20:07:28 UTC (rev 370480)
+++ gstreamer.install	2019-12-06 20:09:55 UTC (rev 370481)
@@ -1,7 +1,7 @@
 post_install() {
-  setcap cap_net_bind_service,cap_net_admin+ep usr/lib/gstreamer-1.0/gst-ptp-helper
+  post_upgrade $1 ''
 }
 
 post_upgrade() {
-  post_install
+  setcap cap_net_bind_service,cap_net_admin+ep usr/lib/gstreamer-1.0/gst-ptp-helper
 }



More information about the arch-commits mailing list