Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (a6fb21bd2255f6fc2e45e5620ca2e22c8f11a986)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (a6fb21bd2255f6fc2e45e5620ca2e22c8f11a986)
  • Date: Mon, 17 Apr 2023 12:54:08 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

audio-soft/qpwgraph/CONFIGURE | 2 +-
audio-soft/qpwgraph/DEPENDS | 11 +++++++++--
audio-soft/qpwgraph/HISTORY | 5 +++++
3 files changed, 15 insertions(+), 3 deletions(-)

New commits:
commit a6fb21bd2255f6fc2e45e5620ca2e22c8f11a986
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

qpwgraph: add missing newline, tweak deps

diff --git a/audio-soft/qpwgraph/CONFIGURE b/audio-soft/qpwgraph/CONFIGURE
index f30cb30..d9f718c 100755
--- a/audio-soft/qpwgraph/CONFIGURE
+++ b/audio-soft/qpwgraph/CONFIGURE
@@ -2,4 +2,4 @@

config_query_option SYSTRAY "Build with system-tray icon support?" y \
"-DCONFIG_SYSTEM_TRAY=yes" \
- "-DCONFIG_SYSTEM_TRAY=no"
\ No newline at end of file
+ "-DCONFIG_SYSTEM_TRAY=no"
diff --git a/audio-soft/qpwgraph/DEPENDS b/audio-soft/qpwgraph/DEPENDS
index 3784f20..6d4a6ed 100755
--- a/audio-soft/qpwgraph/DEPENDS
+++ b/audio-soft/qpwgraph/DEPENDS
@@ -2,7 +2,6 @@
depends PKG-CONFIG &&
depends pipewire &&
depends wireplumber &&
-depends alsa-lib &&

optional_depends alsa-lib \
'-DCONFIG_ALSA_MIDI=yes' \
@@ -24,4 +23,12 @@ fi &&
optional_depends wayland \
'-DCONFIG_WAYLAND=yes' \
'-DCONFIG_WAYLAND=no' \
- 'Enable wayland support? (EXPERIMENTAL)'
+ 'Enable wayland support? (EXPERIMENTAL)' &&
+
+if is_depends_enabled $SPELL wayland; then
+ if is_depends_enabled $SPELL qt6base; then
+ depends qt6wayland
+ else
+ depends qtwayland
+ fi
+fi
diff --git a/audio-soft/qpwgraph/HISTORY b/audio-soft/qpwgraph/HISTORY
index 3ef5df6..bce73f0 100644
--- a/audio-soft/qpwgraph/HISTORY
+++ b/audio-soft/qpwgraph/HISTORY
@@ -1,3 +1,8 @@
+2023-04-17 Conner Clere <xenanthropy AT sourcemage.org>
+ * CONFIGURE: add missing newline
+ * DEPENDS: remove redundant alsa-lib dep, add
+ qt(6)wayland deps depending on which qt used
+
2023-04-16 Conner Clere <xenanthropy AT sourcemage.org>
* BUILD, CONFIGURE, DEPENDS, DETAILS: ver 0.4.2, new spell




  • [SM-Commit] GIT changes to master grimoire by Conner Clere (a6fb21bd2255f6fc2e45e5620ca2e22c8f11a986), Conner Clere, 04/17/2023

Archive powered by MHonArc 2.6.24.

Top of Page