Skip to Content.
Sympa Menu

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

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 (9526b2faa7bab5f8b69001446883c2741a526bde)
  • Date: Wed, 14 Feb 2024 05:02:29 +0000

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

x11-toolkits/gtk+4/CONFIGURE | 4 +++-
x11-toolkits/gtk+4/DEPENDS | 9 ++-------
x11-toolkits/gtk+4/HISTORY | 5 +++++
3 files changed, 10 insertions(+), 8 deletions(-)

New commits:
commit 9526b2faa7bab5f8b69001446883c2741a526bde
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

x11-toolkits/gtk+4: fixed flags for demos and gtk-doc, removed LIBAVCODEC
media backend option

diff --git a/x11-toolkits/gtk+4/CONFIGURE b/x11-toolkits/gtk+4/CONFIGURE
index ba7045d..1adcf4c 100755
--- a/x11-toolkits/gtk+4/CONFIGURE
+++ b/x11-toolkits/gtk+4/CONFIGURE
@@ -1,10 +1,12 @@
. "${GRIMOIRE}/MESON_CONFIGURE" &&

+GTK4_OPTS="${GTK4_OPTS/ demos/ build-demos}" &&
+
config_query_option GTK4_OPTS "Build the broadway (HTML5) backend?" "n" \
"broadway-backend=true"
"broadway-backend=false" &&

config_query_option GTK4_OPTS "Build demos?" "n" \
- "demos=true" "demos=false" &&
+ "build-demos=true" "build-demos=false" &&

config_query_option GTK4_OPTS "Build examples?" "n" \
"build-examples=true" "build-examples=false" &&
diff --git a/x11-toolkits/gtk+4/DEPENDS b/x11-toolkits/gtk+4/DEPENDS
index ec441f0..6cb680a 100755
--- a/x11-toolkits/gtk+4/DEPENDS
+++ b/x11-toolkits/gtk+4/DEPENDS
@@ -32,8 +32,8 @@ optional_depends gstreamer-1.0 \
"for Gstreamer media backend" &&

optional_depends gtk-doc \
- "gtk_doc=true" \
- "gtk_doc=false" \
+ "documentation=true" \
+ "documentatiion=false" \
"Build documentation with gtk-doc" &&

optional_depends libx11 \
@@ -73,11 +73,6 @@ fi &&

depends -sub "PDF PS SVG GOBJ ${XLIB_SUB}" cairo &&

-optional_depends LIBAVCODEC \
- "media-ffmpeg=enabled" \
- "media-ffmpeg=disabled" \
- "to enable Wayland backend" &&
-
optional_depends wayland \
"wayland-backend=true" \
"wayland-backend=false" \
diff --git a/x11-toolkits/gtk+4/HISTORY b/x11-toolkits/gtk+4/HISTORY
index c6f1792..177e08d 100644
--- a/x11-toolkits/gtk+4/HISTORY
+++ b/x11-toolkits/gtk+4/HISTORY
@@ -1,3 +1,8 @@
+2024-02-14 Pavel Vinogradov <public AT sourcemage.org>
+ * CONFIGURE: updated flag for building demos option
+ * DEPENDS: fixed gtk-doc flag and removed LIBAVCODEC option as it's
not
+ available anymore
+
2024-02-12 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 4.13.7



  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (9526b2faa7bab5f8b69001446883c2741a526bde), Pavel Vinogradov, 02/14/2024

Archive powered by MHonArc 2.6.24.

Top of Page