Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e77d1630de4c5bfe66f3772b919145938de86e37)
  • Date: Fri, 7 Apr 2023 21:38:49 +0000

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

lua-forge/lpeg/DETAILS | 1 +
mail/dma/DETAILS | 1 +
video/wireplumber/CONFIGURE | 10 ++++++----
video/wireplumber/DETAILS | 1 +
video/wireplumber/HISTORY | 3 +++
5 files changed, 12 insertions(+), 4 deletions(-)

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

lpeg: Add Watch line

commit 9fe4463240bde4d02c492ef17e029ba012535688
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

wireplumber: Add Watch line

commit 17e30ff5e4a00d1ae51905387a22087dde331f1c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

wireplumber: Enable modules if daemon is enabled

Otherwise it causes a build error.

commit 2ca575b487964ddf63db62d37cb1417078841961
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

dma: Add Watch line

diff --git a/lua-forge/lpeg/DETAILS b/lua-forge/lpeg/DETAILS
index 3e38b31..1d887b8 100755
--- a/lua-forge/lpeg/DETAILS
+++ b/lua-forge/lpeg/DETAILS
@@ -1,3 +1,4 @@
+# Watch: http://www.inf.puc-rio.br/~roberto/lpeg/
SPELL=lpeg
VERSION=1.0.2
SOURCE=$SPELL-$VERSION.tar.gz
diff --git a/mail/dma/DETAILS b/mail/dma/DETAILS
index 224d5d0..094bcb2 100755
--- a/mail/dma/DETAILS
+++ b/mail/dma/DETAILS
@@ -1,3 +1,4 @@
+# Watch: https://github.com/corecode/dma/tags /tags/v([0-9.]+)[.]tar
SPELL=dma
VERSION=0.13
SOURCE=${SPELL}-${VERSION}.tar.gz
diff --git a/video/wireplumber/CONFIGURE b/video/wireplumber/CONFIGURE
index d668b9b..071c6e5 100755
--- a/video/wireplumber/CONFIGURE
+++ b/video/wireplumber/CONFIGURE
@@ -1,10 +1,12 @@
. "${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" &&
-
+if list_find "$WIREPLUMBER_OPTS" daemon=true; then
+ list_add WIREPLUMBER_OPTS modules=true
+else
+ config_query_option WIREPLUMBER_OPTS "Build modules?" y \
+ "modules=true" "modules=false"
+fi &&
config_query_option WIREPLUMBER_OPTS "Build CLI tools?" y \
"tools=true" "tools=false"
diff --git a/video/wireplumber/DETAILS b/video/wireplumber/DETAILS
index f0d7e03..cd6a621 100755
--- a/video/wireplumber/DETAILS
+++ b/video/wireplumber/DETAILS
@@ -1,3 +1,4 @@
+# Watch: https://gitlab.freedesktop.org/pipewire/wireplumber/-/tags/
. "$GRIMOIRE/FUNCTIONS"
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=wireplumber
diff --git a/video/wireplumber/HISTORY b/video/wireplumber/HISTORY
index 8556d5a..f1acf10 100644
--- a/video/wireplumber/HISTORY
+++ b/video/wireplumber/HISTORY
@@ -1,3 +1,6 @@
+2023-04-07 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFIGURE: made modules option depend on daemon option
+
2023-04-03 Pavel Vinogradov <public AT sourcemage.org>
* DEPENDS: depends on lua54




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e77d1630de4c5bfe66f3772b919145938de86e37), Ismael Luceno, 04/07/2023

Archive powered by MHonArc 2.6.24.

Top of Page