Skip to Content.
Sympa Menu

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

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 (c87112450bf40546bd23b4bdae2299d90a2554ac)
  • Date: Thu, 10 Nov 2022 16:26:16 +0000

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

video/pipewire/DEPENDS | 13 ++++++-------
video/pipewire/HISTORY | 4 ++++
2 files changed, 10 insertions(+), 7 deletions(-)

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

video/pipewire: made modemmanager and readline optional for all branches

diff --git a/video/pipewire/DEPENDS b/video/pipewire/DEPENDS
index 14045dd..4b5a7ab 100755
--- a/video/pipewire/DEPENDS
+++ b/video/pipewire/DEPENDS
@@ -25,12 +25,10 @@ if is_depends_enabled $SPELL bluez5; then
'bluez5-codec-opus=enabled' \
'bluez5-codec-opus=disabled' \
'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
+ optional_depends modemmanager \
+ 'bluez5-backend-native-mm=enabled' \
+ 'bluez5-backend-native-mm=disabled' \
+ 'for ModemManager 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' &&
@@ -47,5 +45,6 @@ optional_depends libcanberra libcanberra={en,dis}abled 'for
canberra support' &&
optional_depends libusb libusb={en,dis}abled 'for USB support' &&
optional_depends lv2 lv2={en,dis}abled 'for loading lv2 modules' &&
optional_depends webrtc-audio-processing echo-cancel-webrtc={en,dis}abled
'for a WebRTC-based echo canceller' &&
-optional_depends SSL raop={en,dis}abled 'for remote-access output protocol
support'
+optional_depends SSL raop={en,dis}abled 'for remote-access output protocol
support' &&
+optional_depends readline 'readline=enabled' 'readline=disabled' 'to include
code for readline support'
#optional_depends wayland '' '' ''
diff --git a/video/pipewire/HISTORY b/video/pipewire/HISTORY
index 3c85e35..b8359f4 100644
--- a/video/pipewire/HISTORY
+++ b/video/pipewire/HISTORY
@@ -1,3 +1,7 @@
+2022-11-10 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: modemmanager is optional for all branches now, added
optional
+ readline as well
+
2022-11-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.3.60




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

Archive powered by MHonArc 2.6.24.

Top of Page