[arch-commits] Commit in qjackctl/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Tue Mar 16 09:20:02 UTC 2021
Date: Tuesday, March 16, 2021 @ 09:20:02
Author: dvzrv
Revision: 891768
archrelease: copy trunk to community-x86_64
Added:
qjackctl/repos/community-x86_64/PKGBUILD
(from rev 891767, qjackctl/trunk/PKGBUILD)
Deleted:
qjackctl/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 77 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 40 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-16 09:19:47 UTC (rev 891767)
+++ PKGBUILD 2021-03-16 09:20:02 UTC (rev 891768)
@@ -1,37 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Ray Rashif <schiv at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at archlinux.org>
-
-pkgname=qjackctl
-pkgver=0.9.1
-pkgrel=1
-pkgdesc="A Qt front-end for the JACK low-latency audio server"
-url="https://qjackctl.sourceforge.io"
-arch=('x86_64')
-license=('GPL2')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('alsa-lib' 'cmake' 'jack2' 'jack2-dbus' 'qt5-tools' 'portaudio')
-optdepends=('jack2-dbus: for JACK dbus support')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('7d3a6efdeedff9335897f9d943dd51d13bf7c48d55ee2bf31d53fe685cef88e281133c164cf6cdb95669b9fe394eb06d3544a78b9d760f4420a9acb3c800c612')
-b2sums=('1ae68d3b61591bb31f7c8c31f35f8a42f0048cf34c49ff0eadca9155c1a770d9880728582f6b7abdaf27a28ccb3d6a20ca87e3a6178b090579b6ead811f091f0')
-
-
-build() {
- cd "${pkgname}-${pkgver}"
- cmake -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE='None' \
- -Wno-dev \
- -B build \
- -S .
- make VERBOSE=1 -C build
-}
-
-package() {
- depends+=('libasound.so' 'libjack.so' 'libportaudio.so')
- cd "${pkgname}-${pkgver}"
- make VERBOSE=1 DESTDIR="$pkgdir" install -C build
- install -t "${pkgdir}/usr/share/doc/${pkgname}" \
- -vDm 644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
-}
Copied: qjackctl/repos/community-x86_64/PKGBUILD (from rev 891767, qjackctl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-03-16 09:20:02 UTC (rev 891768)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at archlinux.org>
+
+pkgname=qjackctl
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="A Qt front-end for the JACK low-latency audio server"
+url="https://qjackctl.sourceforge.io"
+arch=('x86_64')
+license=('GPL2')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt6-base')
+makedepends=('alsa-lib' 'cmake' 'jack2' 'jack2-dbus' 'qt6-tools' 'portaudio')
+optdepends=(
+ 'jack2-dbus: for JACK dbus support'
+ 'qt6-wayland: for native wayland support'
+)
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('87e5cbf241139b1e225ea2e2cc45b6f44f19fddf866560e5b9e690ef3a2f7a358ff6a28065841c9599b321568a85d5b4767907aff071c4a768608fc273a7e8fb')
+b2sums=('43e3f3d48295727d7a3848ed6c59c72fb6c2947476720af802d53d152848a355aac79448d88fce78c2b12fbae54d64b4a1582f334b2a416f0b235cdf8d557e40')
+
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ cmake -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE='None' \
+ -Wno-dev \
+ -B build \
+ -S .
+ make VERBOSE=1 -C build
+}
+
+package() {
+ depends+=('libasound.so' 'libjack.so' 'libportaudio.so')
+ cd "${pkgname}-${pkgver}"
+ make VERBOSE=1 DESTDIR="$pkgdir" install -C build
+ install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+ -vDm 644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
+}
More information about the arch-commits
mailing list