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

Jan Steffens heftig at gemini.archlinux.org
Wed Jun 15 23:26:26 UTC 2022


    Date: Wednesday, June 15, 2022 @ 23:26:26
  Author: heftig
Revision: 1238059

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: nageru/repos/community-staging-x86_64/PKGBUILD (from rev 1238058, nageru/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-06-15 23:26:26 UTC (rev 1238059)
@@ -0,0 +1,31 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=nageru
+pkgver=2.1.0
+pkgrel=4
+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' 'qt5-tools')
+options=('debug')
+source=("https://nageru.sesse.net/nageru-${pkgver}.tar.gz")
+sha256sums=('646cc513002646540cfbff746c6fdda2ac365711ead9492a63a06d86a9034389')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  meson compile -C build -v
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list