Skip to Content.
Sympa Menu

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

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 (dc20cf1fcb10dcc9bf687dcb24929f66eab4f3bc)
  • Date: Tue, 7 Mar 2023 00:21:38 +0000

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

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

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

gst-plugins-bad-1.0: add missing CONFIGURE for meson build, fix dep typo

diff --git a/video-libs/gst-plugins-bad-1.0/CONFIGURE
b/video-libs/gst-plugins-bad-1.0/CONFIGURE
new file mode 100755
index 0000000..9f48d22
--- /dev/null
+++ b/video-libs/gst-plugins-bad-1.0/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/video-libs/gst-plugins-bad-1.0/DEPENDS
b/video-libs/gst-plugins-bad-1.0/DEPENDS
index 152a4ca..c2db639 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-instrospection \
+optional_depends gobject-introspection \
'disable_introspection=false' \
- 'disable_introspection=true' \
- 'intropection support'
+ 'disable_introspection=true' \
+ 'introspection support'
diff --git a/video-libs/gst-plugins-bad-1.0/HISTORY
b/video-libs/gst-plugins-bad-1.0/HISTORY
index bb6f89b..8d44865 100644
--- a/video-libs/gst-plugins-bad-1.0/HISTORY
+++ b/video-libs/gst-plugins-bad-1.0/HISTORY
@@ -1,3 +1,7 @@
+2023-03-06 Conner Clere <xenanthropy AT sourcemage.org>
+ * DEPENDS: fix typo with gobject-introspection dep
+ * CONFIGURE: added
+
2023-01-24 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.22.0




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

Archive powered by MHonArc 2.6.24.

Top of Page