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

Jan Steffens heftig at archlinux.org
Thu May 4 20:23:43 UTC 2017


    Date: Thursday, May 4, 2017 @ 20:23:42
  Author: heftig
Revision: 295284

1.12.0-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-04 19:52:39 UTC (rev 295283)
+++ PKGBUILD	2017-05-04 20:23:42 UTC (rev 295284)
@@ -3,16 +3,17 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.10.4
+pkgver=1.12.0
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 url="https://gstreamer.freedesktop.org/"
 arch=(i686 x86_64)
 license=(LGPL)
-makedepends=(pkgconfig gstreamer orc libxv alsa-lib cdparanoia libvisual libvorbis
-             libtheora pango gobject-introspection opus gtk-doc autoconf-archive git)
+makedepends=(gstreamer orc libxv iso-codes alsa-lib cdparanoia libvisual libvorbis libtheora pango
+             opus gobject-introspection gtk-doc autoconf-archive git pkgconfig)
+checkdepends=(gtk3 qt5-base)
 options=(!emptydirs)
-_commit=3e1d0a8687897c22c920c42f5c8187817ff502dc  # tags/1.10.4^0
+_commit=112cc33d6a3a89fb290dfe81a9d2116502a22e85  # tags/1.12.0^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'
@@ -26,8 +27,6 @@
 prepare() {
   cd $pkgbase
 
-  git cherry-pick -n 5e2e111627871c566ffc6607eda8f4ef4699d040
-
   git submodule init
   git config --local submodule.common.url "$srcdir/gst-common"
   git submodule update
@@ -58,7 +57,7 @@
 
 package_gst-plugins-base-libs() {
   pkgdesc="GStreamer Multimedia Framework Base Plugin libraries"
-  depends=(gstreamer orc libxv)
+  depends=(gstreamer orc libxv iso-codes)
 
   cd $pkgbase
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list