Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (438c835f674539832775887a41b46b09669223cb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (438c835f674539832775887a41b46b09669223cb)
  • Date: Mon, 24 Feb 2025 21:10:30 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

qt6/qt6multimedia/DEPENDS | 2 +-
qt6/qt6multimedia/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 438c835f674539832775887a41b46b09669223cb
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

qt6multimedia: Make pulseaudio optional again

diff --git a/qt6/qt6multimedia/DEPENDS b/qt6/qt6multimedia/DEPENDS
index cff9ead..f796eb4 100755
--- a/qt6/qt6multimedia/DEPENDS
+++ b/qt6/qt6multimedia/DEPENDS
@@ -8,7 +8,7 @@ optional_depends qt6quick3d '' '' '3D support' &&
optional_depends alsa-lib '' '' 'ALSA support' &&
optional_depends LIBAVCODEC '' '' '' &&
if is_depends_enabled $SPELL `get_spell_provider $SPELL LIBAVCODEC`; then
- depends pulseaudio
+ optional_depends pulseaudio '' '' 'PulseAudio support'
fi &&
optional_depends gstreamer-1.0 '' '' 'video streaming' &&
optional_depends pipewire '' '' 'Pipewire support'
diff --git a/qt6/qt6multimedia/HISTORY b/qt6/qt6multimedia/HISTORY
index 02739d9..a16fb52 100644
--- a/qt6/qt6multimedia/HISTORY
+++ b/qt6/qt6multimedia/HISTORY
@@ -1,3 +1,6 @@
+2025-02-24 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: made pulseaudio optional again
+
2025-02-09 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: add ffmpeg, pulseaudio



  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (438c835f674539832775887a41b46b09669223cb), Ismael Luceno, 02/24/2025

Archive powered by MHonArc 2.6.24.

Top of Page