Skip to Content.
Sympa Menu

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

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 (9d8a00805413ad91ce8e0e753c5f2a4f55f129d0)
  • Date: Thu, 15 Dec 2022 01:27:08 +0000

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

video/wireplumber/BUILD | 3 +++
video/wireplumber/CONFIGURE | 11 ++++++++++-
video/wireplumber/DEPENDS | 7 ++++---
video/wireplumber/DETAILS | 4 ++--
video/wireplumber/HISTORY | 5 +++++
5 files changed, 24 insertions(+), 6 deletions(-)

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

video/wireplumber: version 0.4.13

diff --git a/video/wireplumber/BUILD b/video/wireplumber/BUILD
new file mode 100755
index 0000000..7168c13
--- /dev/null
+++ b/video/wireplumber/BUILD
@@ -0,0 +1,3 @@
+OPTS+=" ${WIREPLUMBER_OPTS}" &&
+
+default_build
diff --git a/video/wireplumber/CONFIGURE b/video/wireplumber/CONFIGURE
index 9f48d22..d668b9b 100755
--- a/video/wireplumber/CONFIGURE
+++ b/video/wireplumber/CONFIGURE
@@ -1 +1,10 @@
-. "${GRIMOIRE}/MESON_CONFIGURE"
+. "${GRIMOIRE}/MESON_CONFIGURE" &&
+
+config_query_option WIREPLUMBER_OPTS "Build modules?" y \
+ "modules=true" "modules=false" &&
+
+config_query_option WIREPLUMBER_OPTS "Build session manager daemon?" y \
+ "daemon=true" "daemon=false" &&
+
+config_query_option WIREPLUMBER_OPTS "Build CLI tools?" y \
+ "tools=true" "tools=false"
diff --git a/video/wireplumber/DEPENDS b/video/wireplumber/DEPENDS
index fbc4530..ed573dc 100755
--- a/video/wireplumber/DEPENDS
+++ b/video/wireplumber/DEPENDS
@@ -1,13 +1,14 @@
if [[ "${WIREPLUMBER_BRANCH}" == scm ]]; then
- depends git &&
- optional_depends dbus "dbus-tests=true" "dbus-tests=false" \
- "for DBus daemon tests"
+ depends git
fi &&
. "${GRIMOIRE}/MESON_DEPENDS" &&
depends glib2 &&
depends pipewire &&
depends python3 &&

+optional_depends dbus "dbus-tests=true" "dbus-tests=false" \
+ "for DBus daemon tests" &&
+
optional_depends doxygen \
"doc=enabled" \
"doc=disabled" \
diff --git a/video/wireplumber/DETAILS b/video/wireplumber/DETAILS
index 19cf1e1..8867884 100755
--- a/video/wireplumber/DETAILS
+++ b/video/wireplumber/DETAILS
@@ -9,8 +9,8 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=0.4.12
-
SOURCE_HASH=sha512:79827ea9f61bacf8df80f9cd0ca4c80192cf85a1b181a51256b3c845d1d04a690ea5c1270d6d5d05d56f799f16980a593e61d003ef78ad7dc8d5e9ea332aa5d4
+ VERSION=0.4.13
+
SOURCE_HASH=sha512:b8a43a0ec56037b51a1ddc8ae7f369e0494eab9baf3acded965e2923c5cf8263860d5f1973c83d25a33388243db3ac6e1321ed3b42a01e8cac813d9b47554dbf
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=https://gitlab.freedesktop.org/pipewire/${SPELL}/-/archive/${VERSION}/${SOURCE}
diff --git a/video/wireplumber/HISTORY b/video/wireplumber/HISTORY
index 54ef7b0..a869c6e 100644
--- a/video/wireplumber/HISTORY
+++ b/video/wireplumber/HISTORY
@@ -1,3 +1,8 @@
+2022-12-14 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.4.13
+ * BUILD, CONFIGURE: added options to build modules, daemon and CLI
tools
+ * DEPENDS: dbus is optional for stable too
+
2022-10-18 Pavel Vinogradov <public AT sourcemage.org>
* DEPENDS: added optional dbus for scm branch




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (9d8a00805413ad91ce8e0e753c5f2a4f55f129d0), Pavel Vinogradov, 12/14/2022

Archive powered by MHonArc 2.6.24.

Top of Page