[arch-commits] Commit in gstreamer-vaapi/repos (2 files)

Jan Steffens heftig at archlinux.org
Mon Apr 22 22:38:56 UTC 2019


    Date: Monday, April 22, 2019 @ 22:38:55
  Author: heftig
Revision: 351962

archrelease: copy trunk to testing-x86_64

Added:
  gstreamer-vaapi/repos/testing-x86_64/
  gstreamer-vaapi/repos/testing-x86_64/PKGBUILD
    (from rev 351961, gstreamer-vaapi/trunk/PKGBUILD)

----------+
 PKGBUILD |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

Copied: gstreamer-vaapi/repos/testing-x86_64/PKGBUILD (from rev 351961, gstreamer-vaapi/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2019-04-22 22:38:55 UTC (rev 351962)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gstreamer-vaapi
+pkgver=1.16.0
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework VAAPI Plugin"
+url="https://gstreamer.freedesktop.org/"
+arch=(x86_64)
+license=(LGPL)
+depends=(gst-plugins-bad libva libxrandr)
+makedepends=(python gtk-doc git gtk3 meson)
+_commit=2c3480796a6673c638f5b12c7bdf5c0f191120fd  # tags/1.16.0^0
+source=("git+https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi.git#commit=$_commit"
+        "gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git")
+sha256sums=('SKIP'
+            'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list