[arch-commits] Commit in (helvum helvum/repos helvum/trunk helvum/trunk/PKGBUILD)

Jonas Witschel diabonas at gemini.archlinux.org
Thu Oct 7 11:53:25 UTC 2021


    Date: Thursday, October 7, 2021 @ 11:53:25
  Author: diabonas
Revision: 1027922

newpkg: helvum (GTK patchbay for PipeWire)

This is a native patchbay for PipeWire, which is mentioned in the PipeWire
README for being able to manipulate both the audio and video graph (unlike
JACK-based tools, which only handle audio).

Added:
  helvum/
  helvum/repos/
  helvum/trunk/
  helvum/trunk/PKGBUILD

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

Added: helvum/trunk/PKGBUILD
===================================================================
--- helvum/trunk/PKGBUILD	                        (rev 0)
+++ helvum/trunk/PKGBUILD	2021-10-07 11:53:25 UTC (rev 1027922)
@@ -0,0 +1,21 @@
+# Maintainer: Jonas Witschel <diabonas at archlinux.org>
+pkgname=helvum
+pkgver=0.3.1
+pkgrel=3
+pkgdesc='GTK patchbay for PipeWire'
+arch=('x86_64')
+url='https://gitlab.freedesktop.org/ryuukyu/helvum'
+license=('GPL3')
+depends=('gtk4' 'pipewire')
+makedepends=('cargo' 'clang' 'meson')
+source=("$url/-/archive/$pkgver/helvum-$pkgver.tar.gz")
+sha512sums=('6a8bafb6302d2638e76d22f348bba1ca222857d5dde42f178853151bf50161574e1a534d7194decab4677651d152ac38dcefa3cfde28ea8630ca0360c3b88868')
+
+build() {
+	meson --prefix=/usr --buildtype=plain "$pkgname-$pkgver" build
+	meson compile -C build
+}
+
+package() {
+	meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list