Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mumble: add sndio support via portaudio backend
@ 2020-11-09 18:27 ofiala-a51
  2020-11-13 12:06 ` [PR PATCH] [Updated] " ofiala-a51
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ofiala-a51 @ 2020-11-09 18:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ofiala-a51/void-packages mumble_add_portaudio
https://github.com/void-linux/void-packages/pull/26252

mumble: add sndio support via portaudio backend


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

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

From 092c8a17ab3ee32cd5742da04403363b7ec7dfa5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ond=C5=99ej=20Fiala?= <temp.xanomes@volny.cz>
Date: Mon, 9 Nov 2020 19:20:39 +0100
Subject: [PATCH] mumble: add sndio support via portaudio backend

Thanks to feranur for providing this patch
---
 srcpkgs/mumble/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mumble/template b/srcpkgs/mumble/template
index d10a5704db3..f2e9bf5a134 100644
--- a/srcpkgs/mumble/template
+++ b/srcpkgs/mumble/template
@@ -1,16 +1,16 @@
 # Template file for 'mumble'
 pkgname=mumble
 version=1.3.3
-revision=1
+revision=2
 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
- $(vopt_if jack CONFIG+=jackaudio) CONFIG+=no-embed-qt-translations CONFIG+=no-oss"
+ $(vopt_if jack CONFIG+=jackaudio) CONFIG+=no-embed-qt-translations CONFIG+=no-oss CONFIG+=portaudio"
 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 $(vopt_if jack jack-devel) qt5-devel qt5-svg-devel
- speech-dispatcher-devel speex-devel"
+ speech-dispatcher-devel speex-devel portaudio-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>"

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

* Re: [PR PATCH] [Updated] mumble: add sndio support via portaudio backend
  2020-11-09 18:27 [PR PATCH] mumble: add sndio support via portaudio backend ofiala-a51
@ 2020-11-13 12:06 ` ofiala-a51
  2020-11-15  0:42 ` ofiala-a51
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ofiala-a51 @ 2020-11-13 12:06 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ofiala-a51 against master on the void-packages repository

https://github.com/ofiala-a51/void-packages mumble_add_portaudio
https://github.com/void-linux/void-packages/pull/26252

mumble: add sndio support via portaudio backend


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

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

From c13b8cb8c6ca5bd325bdb8957f5cf371600c0696 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ond=C5=99ej=20Fiala?= <temp.xanomes@volny.cz>
Date: Mon, 9 Nov 2020 19:20:39 +0100
Subject: [PATCH] mumble: add sndio support via portaudio backend

Thanks to feranur for providing this patch
---
 srcpkgs/mumble/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mumble/template b/srcpkgs/mumble/template
index d10a5704db3..f2e9bf5a134 100644
--- a/srcpkgs/mumble/template
+++ b/srcpkgs/mumble/template
@@ -1,16 +1,16 @@
 # Template file for 'mumble'
 pkgname=mumble
 version=1.3.3
-revision=1
+revision=2
 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
- $(vopt_if jack CONFIG+=jackaudio) CONFIG+=no-embed-qt-translations CONFIG+=no-oss"
+ $(vopt_if jack CONFIG+=jackaudio) CONFIG+=no-embed-qt-translations CONFIG+=no-oss CONFIG+=portaudio"
 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 $(vopt_if jack jack-devel) qt5-devel qt5-svg-devel
- speech-dispatcher-devel speex-devel"
+ speech-dispatcher-devel speex-devel portaudio-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>"

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

* Re: [PR PATCH] [Updated] mumble: add sndio support via portaudio backend
  2020-11-09 18:27 [PR PATCH] mumble: add sndio support via portaudio backend ofiala-a51
  2020-11-13 12:06 ` [PR PATCH] [Updated] " ofiala-a51
@ 2020-11-15  0:42 ` ofiala-a51
  2020-11-15  2:13 ` ericonr
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ofiala-a51 @ 2020-11-15  0:42 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ofiala-a51 against master on the void-packages repository

https://github.com/ofiala-a51/void-packages mumble_add_portaudio
https://github.com/void-linux/void-packages/pull/26252

mumble: add sndio support via portaudio backend


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

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

From c73496f32ea8223ff5c3962dd7873a3043b89910 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ond=C5=99ej=20Fiala?= <temp.xanomes@volny.cz>
Date: Mon, 9 Nov 2020 19:20:39 +0100
Subject: [PATCH] mumble: add sndio support via portaudio backend

Thanks to feranur for providing this patch
---
 srcpkgs/mumble/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mumble/template b/srcpkgs/mumble/template
index d10a5704db3..4c700b243b1 100644
--- a/srcpkgs/mumble/template
+++ b/srcpkgs/mumble/template
@@ -1,16 +1,17 @@
 # Template file for 'mumble'
 pkgname=mumble
 version=1.3.3
-revision=1
+revision=2
 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
- $(vopt_if jack CONFIG+=jackaudio) CONFIG+=no-embed-qt-translations CONFIG+=no-oss"
+ $(vopt_if jack CONFIG+=jackaudio) CONFIG+=no-embed-qt-translations
+ CONFIG+=no-oss CONFIG+=portaudio"
 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 $(vopt_if jack jack-devel) qt5-devel qt5-svg-devel
- speech-dispatcher-devel speex-devel"
+ speech-dispatcher-devel speex-devel portaudio-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>"

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

* Re: mumble: add sndio support via portaudio backend
  2020-11-09 18:27 [PR PATCH] mumble: add sndio support via portaudio backend ofiala-a51
  2020-11-13 12:06 ` [PR PATCH] [Updated] " ofiala-a51
  2020-11-15  0:42 ` ofiala-a51
@ 2020-11-15  2:13 ` ericonr
  2020-11-15  2:14 ` ericonr
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-11-15  2:13 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26252#issuecomment-727296407

Comment:
W
Want to check these warnings? 

```
Project MESSAGE: The 'which' command is not available on the system. Unable to search for protoc installations. Assuming 'protoc'... If this is not correct, please point the MUMBLE_PROTOC environment variable at a working protoc binary.
```

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

* Re: mumble: add sndio support via portaudio backend
  2020-11-09 18:27 [PR PATCH] mumble: add sndio support via portaudio backend ofiala-a51
                   ` (2 preceding siblings ...)
  2020-11-15  2:13 ` ericonr
@ 2020-11-15  2:14 ` ericonr
  2020-11-15 18:48 ` [PR PATCH] [Updated] " ofiala-a51
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-11-15  2:14 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26252#issuecomment-727296407

Comment:
Want to check these warnings? 

```
Project MESSAGE: The 'which' command is not available on the system. Unable to search for protoc installations. Assuming 'protoc'... If this is not correct, please point the MUMBLE_PROTOC environment variable at a working protoc binary.
```

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

* Re: [PR PATCH] [Updated] mumble: add sndio support via portaudio backend
  2020-11-09 18:27 [PR PATCH] mumble: add sndio support via portaudio backend ofiala-a51
                   ` (3 preceding siblings ...)
  2020-11-15  2:14 ` ericonr
@ 2020-11-15 18:48 ` ofiala-a51
  2020-11-15 18:48 ` ofiala-a51
  2020-11-19  4:22 ` [PR PATCH] [Merged]: " ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ofiala-a51 @ 2020-11-15 18:48 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ofiala-a51 against master on the void-packages repository

https://github.com/ofiala-a51/void-packages mumble_add_portaudio
https://github.com/void-linux/void-packages/pull/26252

mumble: add sndio support via portaudio backend


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

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

From 13d5d1d52bd6b710fff3abd343636a50a8aa0346 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ond=C5=99ej=20Fiala?= <temp.xanomes@volny.cz>
Date: Mon, 9 Nov 2020 19:20:39 +0100
Subject: [PATCH] mumble: add sndio support via portaudio backend

Thanks to feranur for providing this patch
---
 srcpkgs/mumble/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/mumble/template b/srcpkgs/mumble/template
index d10a5704db3..981e3ab8f06 100644
--- a/srcpkgs/mumble/template
+++ b/srcpkgs/mumble/template
@@ -1,16 +1,17 @@
 # Template file for 'mumble'
 pkgname=mumble
 version=1.3.3
-revision=1
+revision=2
 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
- $(vopt_if jack CONFIG+=jackaudio) CONFIG+=no-embed-qt-translations CONFIG+=no-oss"
-hostmakedepends="Ice pkg-config protobuf qt5-host-tools qt5-qmake python3"
+ $(vopt_if jack CONFIG+=jackaudio) CONFIG+=no-embed-qt-translations
+ CONFIG+=no-oss CONFIG+=portaudio"
+hostmakedepends="Ice pkg-config protobuf qt5-host-tools qt5-qmake python3 which"
 makedepends="Ice-devel MesaLib-devel avahi-compat-libs-devel boost-devel
  libcap-devel libressl-devel libsndfile-devel opus-devel protobuf-devel
  pulseaudio-devel $(vopt_if jack jack-devel) qt5-devel qt5-svg-devel
- speech-dispatcher-devel speex-devel"
+ speech-dispatcher-devel speex-devel portaudio-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>"

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

* Re: mumble: add sndio support via portaudio backend
  2020-11-09 18:27 [PR PATCH] mumble: add sndio support via portaudio backend ofiala-a51
                   ` (4 preceding siblings ...)
  2020-11-15 18:48 ` [PR PATCH] [Updated] " ofiala-a51
@ 2020-11-15 18:48 ` ofiala-a51
  2020-11-19  4:22 ` [PR PATCH] [Merged]: " ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ofiala-a51 @ 2020-11-15 18:48 UTC (permalink / raw)
  To: ml

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

New comment by ofiala-a51 on void-packages repository

https://github.com/void-linux/void-packages/pull/26252#issuecomment-727617411

Comment:
I tried building mumble both before and after this patch and there aren't any new warnings with this patch aside from some g++ ones. Anyway, the warning you quoted is trivial, it should be fixed now.

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

* Re: [PR PATCH] [Merged]: mumble: add sndio support via portaudio backend
  2020-11-09 18:27 [PR PATCH] mumble: add sndio support via portaudio backend ofiala-a51
                   ` (5 preceding siblings ...)
  2020-11-15 18:48 ` ofiala-a51
@ 2020-11-19  4:22 ` ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-11-19  4:22 UTC (permalink / raw)
  To: ml

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

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

mumble: add sndio support via portaudio backend
https://github.com/void-linux/void-packages/pull/26252

Description:


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

end of thread, other threads:[~2020-11-19  4:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-09 18:27 [PR PATCH] mumble: add sndio support via portaudio backend ofiala-a51
2020-11-13 12:06 ` [PR PATCH] [Updated] " ofiala-a51
2020-11-15  0:42 ` ofiala-a51
2020-11-15  2:13 ` ericonr
2020-11-15  2:14 ` ericonr
2020-11-15 18:48 ` [PR PATCH] [Updated] " ofiala-a51
2020-11-15 18:48 ` ofiala-a51
2020-11-19  4:22 ` [PR PATCH] [Merged]: " 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).