Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mumble: make building with JackAudio support optional
@ 2020-04-11  3:10 ScrelliCopter
  2020-04-11  6:18 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 1 reply; 2+ messages in thread
From: ScrelliCopter @ 2020-04-11  3:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ScrelliCopter/void-packages mumble-jack
https://github.com/void-linux/void-packages/pull/20862

mumble: make building with JackAudio support optional
Fixes #20858

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

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

From 6743129bf3642fc4b34b9efc4b38ebac45b2e343 Mon Sep 17 00:00:00 2001
From: a dinosaur <nick@a-dinosaur.com>
Date: Sat, 11 Apr 2020 13:07:15 +1000
Subject: [PATCH] mumble: make building with JackAudio support optional

fixes #20858
---
 srcpkgs/mumble/template | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/mumble/template b/srcpkgs/mumble/template
index f7d0df5a524..acb8674c9ca 100644
--- a/srcpkgs/mumble/template
+++ b/srcpkgs/mumble/template
@@ -1,16 +1,16 @@
 # Template file for 'mumble'
 pkgname=mumble
 version=1.3.0
-revision=3
+revision=4
 build_style=qmake
 configure_args="CONFIG+=bundled-celt CONFIG+=no-bundled-opus CONFIG+=no-update
  CONFIG+=no-bundled-speex CONFIG+=no-g15 CONFIG+=no-xevie CONFIG+=pulseaudio
- CONFIG+=jackaudio CONFIG+=no-embed-qt-translations CONFIG+=no-oss"
+ $(vopt_if jack CONFIG+=jackaudio) CONFIG+=no-embed-qt-translations CONFIG+=no-oss"
 hostmakedepends="Ice pkg-config protobuf qt5-host-tools qt5-qmake python3"
 makedepends="Ice-devel MesaLib-devel avahi-compat-libs-devel boost-devel
  libcap-devel libressl-devel libsndfile-devel opus-devel protobuf-devel
- pulseaudio-devel jack-devel qt5-devel qt5-svg-devel speech-dispatcher-devel
- speex-devel"
+ pulseaudio-devel $(vopt_if jack jack-devel) qt5-devel qt5-svg-devel
+ speech-dispatcher-devel speex-devel"
 depends="desktop-file-utils qt5-plugin-sqlite"
 short_desc="Open source, low-latency, high quality voice chat for gaming"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
@@ -19,6 +19,9 @@ homepage="http://mumble.sourceforge.net/"
 distfiles="https://github.com/mumble-voip/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.gz"
 checksum=9a8de2547344962a81c00c37b5d8bd5a371bb685fa36cf03a3f134e37c79b80d
 
+build_options="jack"
+desc_option_jack="Enable support for the JACK sound server"
+
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-svg-devel"
 fi

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

* Re: [PR PATCH] [Merged]: mumble: make building with JackAudio support optional
  2020-04-11  3:10 [PR PATCH] mumble: make building with JackAudio support optional ScrelliCopter
@ 2020-04-11  6:18 ` Hoshpak
  0 siblings, 0 replies; 2+ messages in thread
From: Hoshpak @ 2020-04-11  6:18 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

mumble: make building with JackAudio support optional
https://github.com/void-linux/void-packages/pull/20862

Description:
Fixes #20858

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

end of thread, other threads:[~2020-04-11  6:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-11  3:10 [PR PATCH] mumble: make building with JackAudio support optional ScrelliCopter
2020-04-11  6:18 ` [PR PATCH] [Merged]: " Hoshpak

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).