Skip to Content.
Sympa Menu

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

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 (1bf69b902b3ee993412296b910a96e0e6ecf4d61)
  • Date: Sat, 7 Oct 2023 02:57:41 +0000

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

video-libs/gst-plugins-bad-1.0/DEPENDS | 6 +++---
video-libs/gst-plugins-bad-1.0/HISTORY | 3 +++
2 files changed, 6 insertions(+), 3 deletions(-)

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

video-libs/gst-plugins-bad-1.0: fix gobj dep flag

gobject-introspection flag has changed, updated to fix it

diff --git a/video-libs/gst-plugins-bad-1.0/DEPENDS
b/video-libs/gst-plugins-bad-1.0/DEPENDS
index c2db639..dc4100c 100755
--- a/video-libs/gst-plugins-bad-1.0/DEPENDS
+++ b/video-libs/gst-plugins-bad-1.0/DEPENDS
@@ -45,7 +45,7 @@ optional_depends SSL '' '' 'encryption support'
optional_depends x265 '' '' '' &&
optional_depends rtmpdump '' '' '' &&

-optional_depends gobject-introspection \
- 'disable_introspection=false' \
- 'disable_introspection=true' \
+optional_depends gobject-introspection \
+ 'introspection=enabled' \
+ 'introspection=disabled' \
'introspection support'
diff --git a/video-libs/gst-plugins-bad-1.0/HISTORY
b/video-libs/gst-plugins-bad-1.0/HISTORY
index b629074..46c2d3b 100644
--- a/video-libs/gst-plugins-bad-1.0/HISTORY
+++ b/video-libs/gst-plugins-bad-1.0/HISTORY
@@ -1,3 +1,6 @@
+2023-10-06 Conner Clere <xenanthropy AT sourcemage.org>
+ * DEPENDS: fix gobject-introspection optional dep flag
+
2023-04-22 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.22.2




  • [SM-Commit] GIT changes to master grimoire by Conner Clere (1bf69b902b3ee993412296b910a96e0e6ecf4d61), Conner Clere, 10/06/2023

Archive powered by MHonArc 2.6.24.

Top of Page