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

Jan Steffens heftig at archlinux.org
Tue Nov 29 21:22:01 UTC 2016


    Date: Tuesday, November 29, 2016 @ 21:22:00
  Author: heftig
Revision: 282347

1.10.2-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-29 21:18:35 UTC (rev 282346)
+++ PKGBUILD	2016-11-29 21:22:00 UTC (rev 282347)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.10.1+1+g1f4da6d
+pkgver=1.10.2
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 url="https://gstreamer.freedesktop.org/"
@@ -12,9 +12,9 @@
 makedepends=(pkgconfig gstreamer orc libxv alsa-lib cdparanoia libvisual libvorbis
              libtheora pango gobject-introspection opus gtk-doc autoconf-archive git)
 options=(!emptydirs)
-_commit=1f4da6d50e88cba5f20a27658663ff2d14fcef38  # 1.10
-source=("git://anongit.freedesktop.org/gstreamer/gst-plugins-base#commit=$_commit"
-        "gst-common::git://anongit.freedesktop.org/gstreamer/common")
+_commit=73e5a830c089767f018f3c8824df1fd58302fe06  # tags/1.10.2^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit"
+        "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common")
 sha256sums=('SKIP'
             'SKIP')
 
@@ -26,6 +26,8 @@
 prepare() {
   cd $pkgbase
 
+  git cherry-pick -n 8b9ebd8f8844fb720243b099bf743100dff5acea
+
   git submodule init
   git config --local submodule.common.url "$srcdir/gst-common"
   git submodule update



More information about the arch-commits mailing list