Date: Saturday, November 19, 2022 @ 13:14:04
Author: foxboron
Revision: 1349674
archrelease: copy trunk to community-x86_64
Added:
nageru/repos/community-x86_64/PKGBUILD
(from rev 1349673, nageru/trunk/PKGBUILD)
Deleted:
nageru/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-19 13:13:57 UTC (rev 1349673)
+++ PKGBUILD 2022-11-19 13:14:04 UTC (rev 1349674)
@@ -1,31 +0,0 @@
-# Maintainer: Morten Linderud <[email protected]>
-
-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:
Copied: nageru/repos/community-x86_64/PKGBUILD (from rev 1349673,
nageru/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-19 13:14:04 UTC (rev 1349674)
@@ -0,0 +1,31 @@
+# Maintainer: Morten Linderud <[email protected]>
+
+pkgname=nageru
+pkgver=2.2.0
+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')
+options=('debug')
+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: