Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (b1967eac002e19fff7640cc16b83e62a5421209f)
  • Date: Wed, 4 Jun 2025 05:35:00 +0000

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

video-libs/gst-plugins-good-1.0/BUILD | 1 +
video-libs/gst-plugins-good-1.0/HISTORY | 3 +++
2 files changed, 4 insertions(+)

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

gst-plugins-good-1.0: Disable QT5, fails to build

diff --git a/video-libs/gst-plugins-good-1.0/BUILD
b/video-libs/gst-plugins-good-1.0/BUILD
index f95634e..8331315 100755
--- a/video-libs/gst-plugins-good-1.0/BUILD
+++ b/video-libs/gst-plugins-good-1.0/BUILD
@@ -1,4 +1,5 @@
if is_depends_enabled $SPELL qt6base;then
export PATH="/opt/qt6/bin:$PATH"
fi &&
+OPTS+=' qt5=disabled' &&
default_build
diff --git a/video-libs/gst-plugins-good-1.0/HISTORY
b/video-libs/gst-plugins-good-1.0/HISTORY
index 00e966f..1681d01 100644
--- a/video-libs/gst-plugins-good-1.0/HISTORY
+++ b/video-libs/gst-plugins-good-1.0/HISTORY
@@ -1,3 +1,6 @@
+2025-06-04 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: disabled qt5 extension, causes build failure
+
2024-12-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.24.10



  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (b1967eac002e19fff7640cc16b83e62a5421209f), Ismael Luceno, 06/04/2025

Archive powered by MHonArc 2.6.24.

Top of Page