Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qjackctl: Add build option for jack-session support
@ 2021-01-11 15:17 Clyybber
  2021-01-11 18:48 ` [PR REVIEW] " newbluemoon
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: Clyybber @ 2021-01-11 15:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 352 bytes --]

There is a new pull request by Clyybber against master on the void-packages repository

https://github.com/Clyybber/void-packages qjackctlsessionoption
https://github.com/void-linux/void-packages/pull/27828

qjackctl: Add build option for jack-session support


A patch file from https://github.com/void-linux/void-packages/pull/27828.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qjackctlsessionoption-27828.patch --]
[-- Type: text/x-diff, Size: 1374 bytes --]

From e63aaf37ccb9527cb5bb6fb5714f6bcfeca5aaf8 Mon Sep 17 00:00:00 2001
From: Clyybber <darkmine956@gmail.com>
Date: Mon, 11 Jan 2021 16:15:59 +0100
Subject: [PATCH] qjackctl: Add build option for jack-session support

---
 srcpkgs/qjackctl/template | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/qjackctl/template b/srcpkgs/qjackctl/template
index 83743edd237..cce1a52f0be 100644
--- a/srcpkgs/qjackctl/template
+++ b/srcpkgs/qjackctl/template
@@ -1,7 +1,7 @@
 # Template file for 'qjackctl'
 pkgname=qjackctl
 version=0.9.0
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper=qmake
 hostmakedepends="pkg-config"
@@ -14,6 +14,16 @@ homepage="http://qjackctl.sourceforge.net"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
 checksum=5196c5c01b7948c1a8ca37cd3198a7f0fe095a99a34a67086abd3466855b4abd
 
+build_options="jack_session"
+build_options_default="jack_session"
+desc_option_jack_session="Enable support for the deprecated Jack Session API (which pipewire does not implement)"
+
+if [ "$build_option_jack_session" ]; then
+	configure_args+=" --enable-jack-session"
+else
+	configure_args+=" --disable-jack-session"
+fi
+
 if [ "${CROSS_BUILD}" ]; then
 	hostmakedepends+=" qt5-host-tools qt5-devel qt5-x11extras-devel"
 	configure_args+=" ac_cv_path_ac_cv_qmake=${XBPS_WRAPPERDIR}/qmake"

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2021-01-12  3:09 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-11 15:17 [PR PATCH] qjackctl: Add build option for jack-session support Clyybber
2021-01-11 18:48 ` [PR REVIEW] " newbluemoon
2021-01-11 18:48 ` newbluemoon
2021-01-11 18:48 ` newbluemoon
2021-01-11 19:06 ` [PR PATCH] [Updated] " Clyybber
2021-01-11 19:06 ` [PR REVIEW] " Clyybber
2021-01-11 19:13 ` [PR PATCH] [Updated] " Clyybber
2021-01-11 19:16 ` [PR REVIEW] " ericonr
2021-01-11 19:19 ` pullmoll
2021-01-11 19:19 ` [PR PATCH] [Updated] " Clyybber
2021-01-11 19:19 ` [PR REVIEW] " Clyybber
2021-01-11 19:19 ` pullmoll
2021-01-11 19:22 ` Clyybber
2021-01-11 19:22 ` Clyybber
2021-01-11 19:22 ` Clyybber
2021-01-11 19:25 ` Clyybber
2021-01-11 19:34 ` [PR PATCH] [Updated] " Clyybber
2021-01-11 19:35 ` [PR REVIEW] " Clyybber
2021-01-12  3:08 ` [PR PATCH] [Closed]: " ericonr
2021-01-12  3:09 ` ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).