Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7758bb94398c330e8bbc4ca36466eeb16dd366db)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7758bb94398c330e8bbc4ca36466eeb16dd366db)
  • Date: Sat, 26 Sep 2020 11:35:31 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

video-libs/gst-plugins-base-1.0/BUILD | 3 -
video-libs/gst-plugins-base-1.0/DEPENDS | 71
++++++++++++++++++--------------
video-libs/gst-plugins-base-1.0/HISTORY | 3 +
video-libs/gstreamer-1.0/BUILD | 2
video-libs/gstreamer-1.0/HISTORY | 3 +
5 files changed, 49 insertions(+), 33 deletions(-)

New commits:
commit 7758bb94398c330e8bbc4ca36466eeb16dd366db
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gstreamer-1.0 - fix flags

commit 01599fdec4068e777a67b9d486951938f12e8b2a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gst-plugins-base-1.0 - tweak depends and build

diff --git a/video-libs/gst-plugins-base-1.0/BUILD
b/video-libs/gst-plugins-base-1.0/BUILD
index 48cd15f..3e0c3f1 100755
--- a/video-libs/gst-plugins-base-1.0/BUILD
+++ b/video-libs/gst-plugins-base-1.0/BUILD
@@ -1,2 +1,3 @@
-OPTS="$OPTS disable_examples=true" &&
+OPTS="$OPTS examples=disabled" &&
+OPTS="$OPTS tests=disabled" &&
default_build
diff --git a/video-libs/gst-plugins-base-1.0/DEPENDS
b/video-libs/gst-plugins-base-1.0/DEPENDS
index 4b4aea3..62aa05f 100755
--- a/video-libs/gst-plugins-base-1.0/DEPENDS
+++ b/video-libs/gst-plugins-base-1.0/DEPENDS
@@ -3,47 +3,56 @@ depends meson &&
depends gstreamer-1.0 &&
depends orc &&
depends JPEG &&
+depends mesa &&
+optional_depends graphene \
+ 'gl-graphene=enabled' \
+ 'gl-graphene=disabled' \
+ 'Use Graphene in OpenGL plugin' &&

-optional_depends wayland \
-"enable_wayland=true" "enable_wayland=false" "for Wayland video output" &&
+optional_depends GETTEXT \
+ 'nls=enabled' \
+ 'nls=disabled' \
+ 'NLS support' &&
+
+optional_depends wayland '' '' 'for Wayland video output' &&

optional_depends libx11 \
-"enable_x11=true" "enable_x=false" \
- "for X11 video output" &&
+ 'x11=enabled' 'x11=disabled' \
+ 'for X11 video output' &&
optional_depends alsa-lib \
-"enable_alsa=true" "enable_alsa=false" \
- "for alsa audio input/output" &&
+ 'alsa=enabled' \
+ 'alsa=disabled' \
+ 'for alsa audio input/output' &&
optional_depends cdparanoia \
-"enable_cdparanoia=true" "enable_cdparanoia=false" \
- "for audio cd input" &&
+ 'cdparanoia=enabled' \
+ 'cdparanoia=disabled' \
+ 'for audio cd input' &&
optional_depends libvisual \
-"enable_libvisual=true" "enable_libvisual=false" \
- "for libvisual audio visualization" &&
+ 'libvisual=enabled' \
+ 'libvisual=disabled' \
+ 'for libvisual audio visualization' &&
optional_depends libogg \
-"enable_ogg=true" "enable_ogg=false" \
- "for OGG file reading/writing" &&
+ 'ogg=enabled' \
+ 'ogg=disabled' \
+ 'for OGG file reading/writing' &&
optional_depends pango \
-"enable_pango=true" "enable_pango=false" \
- "for subtitle/text renderering" &&
+ 'pango=enabled' \
+ 'pango=disabled' \
+ 'for subtitle/text renderering' &&
optional_depends libvorbis \
-"enable_vorbis=true" "disable_vorbis=false" \
- "for vorbis audio decoding/encoding" &&
+ 'vorbis=enabled' \
+ 'vorbis=disabled' \
+ 'for vorbis audio decoding/encoding' &&
optional_depends libtheora \
-"enable_theora=true" "enable_theora=false" \
- "for theora video decoding/encoding" &&
+ 'theora=enabled' \
+ 'theora=disabled' \
+ 'for theora video decoding/encoding' &&
optional_depends opus \
-"enable_opus=true" "enable_opus=false" \
- "" &&
-optional_depends gtk-doc \
- "disable_gtkdoc=false" \
- "disable_gtkdoc=true" \
- "to build documentation" &&
-
+ 'opus=enabled' \
+ 'opus=disabled' \
+ '' &&
optional_depends gobject-introspection \
- "disable_introspection=false" \
- "disable_introspection=true" \
- "to enable introspection for this build" &&
+ 'introspection=enabled' \
+ 'introspection=disabled' \
+ 'to enable introspection for this build'

-if is_depends_enabled $SPELL gtk-doc; then
- depends pyxml
-fi
diff --git a/video-libs/gst-plugins-base-1.0/HISTORY
b/video-libs/gst-plugins-base-1.0/HISTORY
index b3899af..4e5969a 100644
--- a/video-libs/gst-plugins-base-1.0/HISTORY
+++ b/video-libs/gst-plugins-base-1.0/HISTORY
@@ -1,5 +1,8 @@
2020-09-25 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.18.0
+ * DEPENDS: add mesa, graphene, GETTEXT; remove gtk-doc
+ fix all flags
+ * BUILD: disable test, examples

2020-07-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: actually enforce dependencies
diff --git a/video-libs/gstreamer-1.0/BUILD b/video-libs/gstreamer-1.0/BUILD
index 361a5a9..4968598 100755
--- a/video-libs/gstreamer-1.0/BUILD
+++ b/video-libs/gstreamer-1.0/BUILD
@@ -1,2 +1,2 @@
-OPTS="$OPTS disable_examples=true disable_tests=true" &&
+OPTS="$OPTS examples=disabled tests=disabled" &&
default_build
diff --git a/video-libs/gstreamer-1.0/HISTORY
b/video-libs/gstreamer-1.0/HISTORY
index cf335fe..f7107a5 100644
--- a/video-libs/gstreamer-1.0/HISTORY
+++ b/video-libs/gstreamer-1.0/HISTORY
@@ -1,3 +1,6 @@
+2020-09-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILD: fix flags
+
2020-09-25 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.18.0




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7758bb94398c330e8bbc4ca36466eeb16dd366db), Treeve Jelbert, 09/26/2020

Archive powered by MHonArc 2.6.24.

Top of Page