Date: Sunday, April 23, 2023 @ 11:09:24
Author: foxboron
Revision: 1448383
archrelease: copy trunk to community-x86_64
Added:
nageru/repos/community-x86_64/PKGBUILD
(from rev 1448382, nageru/trunk/PKGBUILD)
Deleted:
nageru/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-23 11:09:11 UTC (rev 1448382)
+++ PKGBUILD 2023-04-23 11:09:24 UTC (rev 1448383)
@@ -1,30 +0,0 @@
-# Maintainer: Morten Linderud <[email protected]>
-
-pkgname=nageru
-pkgver=2.2.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' 'qt5-tools')
-source=("https://nageru.sesse.net/nageru-${pkgver}.tar.gz")
-sha256sums=('cbdde4d0604b5c241b5a9f876375692a57b0da4535d4b3bbd944e80bd8dcfece')
-
-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:
Copied: nageru/repos/community-x86_64/PKGBUILD (from rev 1448382,
nageru/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-23 11:09:24 UTC (rev 1448383)
@@ -0,0 +1,30 @@
+# Maintainer: Morten Linderud <[email protected]>
+
+pkgname=nageru
+pkgver=2.2.1
+pkgrel=1
+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')
+source=("https://nageru.sesse.net/nageru-${pkgver}.tar.gz")
+sha256sums=('16cdf59d36d7500ec3d06a7b7dfd027355446e6ff9ae25f1d30e094f3dbad4b3')
+
+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: