Skip to Content.
Sympa Menu

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

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 (5c6a036e643261153254d42a81bd1a3687935e95)
  • Date: Fri, 18 May 2018 23:53:32 +0000

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

video-libs/gst-plugins-bad-1.0/BUILD | 8 --------
video-libs/gst-plugins-bad-1.0/DETAILS | 1 +
video-libs/gst-plugins-bad-1.0/HISTORY | 5 ++++-
video-libs/gst-plugins-bad-1.0/PREPARE | 2 +-
video-libs/gst-plugins-bad-1.0/PRE_BUILD | 5 -----
5 files changed, 6 insertions(+), 15 deletions(-)

New commits:
commit 5c6a036e643261153254d42a81bd1a3687935e95
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

video-libs/gst-plugins-bad-1.0: completed meson transition + some fixes
and cleanups

diff --git a/video-libs/gst-plugins-bad-1.0/BUILD
b/video-libs/gst-plugins-bad-1.0/BUILD
deleted file mode 100755
index e5ef689..0000000
--- a/video-libs/gst-plugins-bad-1.0/BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-if ! is_depends_enabled $SPELL gobject-introspection; then
- OPTS+=" --disable-introspection"
-fi &&
-OPTS="$OPTS --disable-examples" &&
-if [[ $GST_PLUGINS_BAD_EXPERIMENTAL == "y" ]]; then
- OPTS+=" --enable-experimental"
-fi &&
-default_build
diff --git a/video-libs/gst-plugins-bad-1.0/DETAILS
b/video-libs/gst-plugins-bad-1.0/DETAILS
index 5fb7412..921343a 100755
--- a/video-libs/gst-plugins-bad-1.0/DETAILS
+++ b/video-libs/gst-plugins-bad-1.0/DETAILS
@@ -1,3 +1,4 @@
+source "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=gst-plugins-bad-1.0
VERSION=1.14.1
SOURCE=gst-plugins-bad-$VERSION.tar.xz
diff --git a/video-libs/gst-plugins-bad-1.0/HISTORY
b/video-libs/gst-plugins-bad-1.0/HISTORY
index 14df885..9341721 100644
--- a/video-libs/gst-plugins-bad-1.0/HISTORY
+++ b/video-libs/gst-plugins-bad-1.0/HISTORY
@@ -1,5 +1,8 @@
2018-05-18 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: version 1.14.1
+ * DETAILS: version 1.14.1, completed meson transition
+ * BUILD, PRE_BUILD: deleted
+ * DEPENDS: orc is optional when gst-plugins-base-1.0 has it disabled
+ * PREPARE: persistent_removed the experimental plugins option

2018-03-20 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.14.0
diff --git a/video-libs/gst-plugins-bad-1.0/PREPARE
b/video-libs/gst-plugins-bad-1.0/PREPARE
index 5222d8f..860bce8 100755
--- a/video-libs/gst-plugins-bad-1.0/PREPARE
+++ b/video-libs/gst-plugins-bad-1.0/PREPARE
@@ -1 +1 @@
-config_query GST_PLUGINS_BAD_EXPERIMENTAL "Do you want build experimental
plugins?" n
+persistent_remove GST_PLUGINS_BAD_EXPERIMENTAL
diff --git a/video-libs/gst-plugins-bad-1.0/PRE_BUILD
b/video-libs/gst-plugins-bad-1.0/PRE_BUILD
deleted file mode 100755
index d5b6905..0000000
--- a/video-libs/gst-plugins-bad-1.0/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-# Hotfix for version 1.11.2, check on update to 1.12!
-sed -i -e 's:^ guint8 tmp8;: guint8 tmp8 = 0;:' \
- ./gst-libs/gst/codecparsers/gstvc1parser.c



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (5c6a036e643261153254d42a81bd1a3687935e95), Pavel Vinogradov, 05/18/2018

Archive powered by MHonArc 2.6.24.

Top of Page