Skip to Content.
Sympa Menu

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

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 (2733732576e69dc3938938bd47aa2a1a1e850780)
  • Date: Mon, 10 Oct 2022 02:04:23 +0000

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

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

New commits:
commit 2733732576e69dc3938938bd47aa2a1a1e850780
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

video/pipewire: added hard dependency on git and optional on modemmanager
for scm branch

diff --git a/video/pipewire/DEPENDS b/video/pipewire/DEPENDS
index e16d444..14045dd 100755
--- a/video/pipewire/DEPENDS
+++ b/video/pipewire/DEPENDS
@@ -1,5 +1,8 @@
. "${GRIMOIRE}/MESON_DEPENDS" &&

+if [[ "${PIPEWIRE_BRANCH}" == "scm" ]]; then
+ depends git
+fi &&
depends PKG-CONFIG &&
depends DEVICE-MANAGER udev=enabled &&
depends ncurses &&
@@ -21,7 +24,13 @@ if is_depends_enabled $SPELL bluez5; then
optional_depends opus \
'bluez5-codec-opus=enabled' \
'bluez5-codec-opus=disabled' \
- 'for Opus codec support in Bluetooth module'
+ 'for Opus codec support in Bluetooth module' &&
+ if [[ "${PIPEWIRE_BRANCH}" == "scm" ]]; then
+ optional_depends modemmanager \
+ 'bluez5-backend-native-mm=enabled' \
+ 'bluez5-backend-native-mm=disabled' \
+ 'for ModemManager support in Bluetooth module'
+ fi
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 1007d7c..8a0579c 100644
--- a/video/pipewire/HISTORY
+++ b/video/pipewire/HISTORY
@@ -1,3 +1,6 @@
+2022-10-09 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: added git and optional modemmanager for scm branch
+
2022-09-30 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.3.59




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (2733732576e69dc3938938bd47aa2a1a1e850780), Pavel Vinogradov, 10/09/2022

Archive powered by MHonArc 2.6.24.

Top of Page