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

Evangelos Foutras foutrelis at gemini.archlinux.org
Sat Apr 23 19:28:14 UTC 2022


    Date: Saturday, April 23, 2022 @ 19:28:14
  Author: foutrelis
Revision: 1187951

archrelease: copy trunk to community-staging-x86_64

Added:
  nageru/repos/community-staging-x86_64/
  nageru/repos/community-staging-x86_64/PKGBUILD
    (from rev 1187950, nageru/trunk/PKGBUILD)

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

Copied: nageru/repos/community-staging-x86_64/PKGBUILD (from rev 1187950, nageru/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-04-23 19:28:14 UTC (rev 1187951)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=nageru
+pkgver=2.1.0
+pkgrel=2
+pkgdesc="live video mixer, based around the standard M/E workflow."
+arch=(x86_64)
+url="https://nageru.sesse.net/"
+license=('GPL3')
+depends=('libmicrohttpd' 'ffmpeg' 'libx264' 'protobuf' 
+         'movit' 'bmusb' 'qcustomplot' 'pciutils' 'zita-resampler'
+         'sqlite3' 'luajit' 'cmake')
+makedepends=('meson' 'eigen')
+source=("https://nageru.sesse.net/nageru-${pkgver}.tar.gz")
+sha256sums=('646cc513002646540cfbff746c6fdda2ac365711ead9492a63a06d86a9034389')
+
+build() {
+  cd "$pkgname-$pkgver"
+  arch-meson ../build
+  ninja -v -C ../build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  ninja -C ../build test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  DESTDIR="$pkgdir" ninja -C ../build install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list