Skip to Content.
Sympa Menu

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

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 (7351c0487ed2113be8c61b385a8167319d384db0)
  • Date: Wed, 19 Oct 2022 02:59:50 +0000

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

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

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

video/wireplumber: scm branch optionally depends on dbus

diff --git a/video/wireplumber/DEPENDS b/video/wireplumber/DEPENDS
index 7165b13..fbc4530 100755
--- a/video/wireplumber/DEPENDS
+++ b/video/wireplumber/DEPENDS
@@ -1,5 +1,7 @@
if [[ "${WIREPLUMBER_BRANCH}" == scm ]]; then
- depends git
+ depends git &&
+ optional_depends dbus "dbus-tests=true" "dbus-tests=false" \
+ "for DBus daemon tests"
fi &&
. "${GRIMOIRE}/MESON_DEPENDS" &&
depends glib2 &&
diff --git a/video/wireplumber/HISTORY b/video/wireplumber/HISTORY
index 218339b..54ef7b0 100644
--- a/video/wireplumber/HISTORY
+++ b/video/wireplumber/HISTORY
@@ -1,3 +1,6 @@
+2022-10-18 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: added optional dbus for scm branch
+
2022-10-04 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.4.12




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

Archive powered by MHonArc 2.6.24.

Top of Page