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

Jan Steffens heftig at archlinux.org
Fri Dec 6 20:41:40 UTC 2019


    Date: Friday, December 6, 2019 @ 20:41:40
  Author: heftig
Revision: 370501

1.16.2-1

Modified:
  gst-plugins-bad/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++++---------------
 1 file changed, 6 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-06 20:38:06 UTC (rev 370500)
+++ PKGBUILD	2019-12-06 20:41:40 UTC (rev 370501)
@@ -2,8 +2,8 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gst-plugins-bad
-pkgver=1.16.1
-pkgrel=4
+pkgver=1.16.2
+pkgrel=1
 pkgdesc="GStreamer open-source multimedia framework bad plugins"
 url="https://gstreamer.freedesktop.org/"
 arch=(x86_64)
@@ -15,12 +15,10 @@
          openexr libbs2b libnice lcms2 bluez-libs glu srt aom x265 liblrdf libde265 zbar
          gst-plugins-good)
 makedepends=(python gtk-doc git gobject-introspection gtk3 vulkan-headers vulkan-validation-layers
-             librsvg libtiger fluidsynth lilv meson)
-_commit=c3c54aad2d45fb246a9b9e8a5e05488c15c27173  # tags/1.16.1^0
-source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git#commit=$_commit"
-        'gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git')
-sha256sums=('SKIP'
-            'SKIP')
+             librsvg libtiger fluidsynth lilv lv2 meson)
+_commit=a6f26408f74a60d02ce6b4f0daee392ce847055f  # tags/1.16.2^0
+source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git#commit=$_commit")
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -29,13 +27,6 @@
 
 prepare() {
   cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  sed -e 's|-std=c++98||' -i ext/openexr/Makefile.am # openexr 2.4 requires c++11
-  sed -e "s|'-std=c++98'||" -i ext/openexr/meson.build
 }
 
 build() {



More information about the arch-commits mailing list