Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f53c086134b9d7fd94cd5bdd43371ac31f9e86dc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f53c086134b9d7fd94cd5bdd43371ac31f9e86dc)
  • Date: Thu, 21 Jul 2022 01:39:49 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:

video/pipewire/DEPENDS | 4 +++-
video/pipewire/HISTORY | 3 +++
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit f53c086134b9d7fd94cd5bdd43371ac31f9e86dc
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

video/pipewire: added optional dependency on opus codec for Bluetooth

diff --git a/video/pipewire/DEPENDS b/video/pipewire/DEPENDS
index 2502e46..9f23d27 100755
--- a/video/pipewire/DEPENDS
+++ b/video/pipewire/DEPENDS
@@ -18,7 +18,9 @@ optional_depends avahi avahi={en,dis}abled 'for
service-discovery support' &&
optional_depends alsa-lib pipewire-alsa={en,dis}abled 'ALSA sound support'
&&
optional_depends bluez5 bluez5={en,dis}abled 'Bluetooth support' &&
if is_depends_enabled $SPELL bluez5; then
- depends sbc
+ depends sbc &&
+ optional_depends opus 'bluez5-codec-opus=enabled'
'bluez5-codec-opus=disabled' \
+ 'for Opus codec support in Bluetooth module'
fi &&
optional_depends JACK-DRIVER pipewire-jack={en,dis}abled 'jack integration'
&&
optional_depends LIBAVCODEC ffmpeg={en,dis}abled 'AV decoding' &&
diff --git a/video/pipewire/HISTORY b/video/pipewire/HISTORY
index d7a5afa..0872010 100644
--- a/video/pipewire/HISTORY
+++ b/video/pipewire/HISTORY
@@ -1,3 +1,6 @@
+2022-07-20 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: added optional opus codec for Bluetooth
+
2022-07-19 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.3.56




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f53c086134b9d7fd94cd5bdd43371ac31f9e86dc), Pavel Vinogradov, 07/20/2022

Archive powered by MHonArc 2.6.24.

Top of Page