[arch-commits] Commit in gnome-video-effects/repos (staging-any staging-any/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue May 19 08:09:06 UTC 2020


    Date: Tuesday, May 19, 2020 @ 08:09:05
  Author: felixonmars
Revision: 386166

archrelease: copy trunk to staging-any

Added:
  gnome-video-effects/repos/staging-any/
  gnome-video-effects/repos/staging-any/PKGBUILD
    (from rev 386163, gnome-video-effects/trunk/PKGBUILD)

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

Copied: gnome-video-effects/repos/staging-any/PKGBUILD (from rev 386163, gnome-video-effects/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2020-05-19 08:09:05 UTC (rev 386166)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-video-effects
+pkgver=0.5.0+4+g9554041
+pkgrel=2
+pkgdesc="Collection of GStreamer effects for GNOME"
+arch=(any)
+url="https://gitlab.gnome.org/GNOME/gnome-video-effects"
+license=(GPL2)
+depends=(gst-plugins-good gst-plugins-bad frei0r-plugins)
+makedepends=(meson git)
+_commit=955404195ada606819974dd63c48956f25611e14  # master
+groups=(gnome)
+source=("git+$url.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list