Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (2dc2d9044836b5c9b88f3483fa3f2ed4f828bebc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (2dc2d9044836b5c9b88f3483fa3f2ed4f828bebc)
  • Date: Thu, 20 Sep 2018 14:04:34 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

video-libs/gst-libav-1.0/DEPENDS | 10 ++++++----
video-libs/gst-libav-1.0/DETAILS | 4 +++-
video-libs/gst-libav-1.0/HISTORY | 4 ++++
3 files changed, 13 insertions(+), 5 deletions(-)

New commits:
commit 2dc2d9044836b5c9b88f3483fa3f2ed4f828bebc
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

gst-libav-1.0: hotfix to re-enable build avoiding ffmpeg 4

We got ffmpeg 4 in the grimoire, but that is not supported by
gst-libav-1.14.x. The meson build system does not support building
with the shipped ffmpeg version instead. So switch to the old
build system again and have it use the ffmpeg that works by default.

diff --git a/video-libs/gst-libav-1.0/DEPENDS
b/video-libs/gst-libav-1.0/DEPENDS
index 31895ba..4dec71d 100755
--- a/video-libs/gst-libav-1.0/DEPENDS
+++ b/video-libs/gst-libav-1.0/DEPENDS
@@ -1,5 +1,7 @@
-depends ninja-build-system &&
-depends meson &&
+# not until it can use ffmpeg 4
+#depends ninja-build-system &&
+#depends meson &&
depends gstreamer-1.0 &&
-depends gst-plugins-base-1.0 &&
-depends LIBAVCODEC
+depends gst-plugins-base-1.0
+# not until it can use ffmpeg 4
+#depends LIBAVCODEC
diff --git a/video-libs/gst-libav-1.0/DETAILS
b/video-libs/gst-libav-1.0/DETAILS
index 07f7cc8..24c010a 100755
--- a/video-libs/gst-libav-1.0/DETAILS
+++ b/video-libs/gst-libav-1.0/DETAILS
@@ -1,4 +1,6 @@
-source $GRIMOIRE/MESON_FUNCTIONS
+# use traditional build for using internal ffmpeg until ffmpeg 4 is
+# supported
+#source $GRIMOIRE/MESON_FUNCTIONS
SPELL=gst-libav-1.0
VERSION=1.14.3
SOURCE=gst-libav-$VERSION.tar.xz
diff --git a/video-libs/gst-libav-1.0/HISTORY
b/video-libs/gst-libav-1.0/HISTORY
index 6d5cc18..ccec3f9 100644
--- a/video-libs/gst-libav-1.0/HISTORY
+++ b/video-libs/gst-libav-1.0/HISTORY
@@ -1,3 +1,7 @@
+2018-09-20 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, DEPENDS: switch back to autotools build to use
+ internal ffmpeg copy, 1.14.x is broken by ffmpeg 4!
+
2018-09-17 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.14.3




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (2dc2d9044836b5c9b88f3483fa3f2ed4f828bebc), Thomas Orgis, 09/20/2018

Archive powered by MHonArc 2.6.24.

Top of Page