[jhbuild] gst-libav: add sysdeps for ffmpeg and depend on them
- From: Christoph Reiter <creiter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] gst-libav: add sysdeps for ffmpeg and depend on them
- Date: Thu, 17 Oct 2019 06:46:01 +0000 (UTC)
commit 64856ed8ebced85e1e22e29cd85ca6a2f49cdb56
Author: Christoph Reiter <reiter christoph gmail com>
Date: Thu Oct 17 08:43:47 2019 +0200
gst-libav: add sysdeps for ffmpeg and depend on them
The meson build of gst-libav no longer includes an internal copy of ffmpeg
so we have to provide it somehow.
modulesets/gnome-suites-core-deps-latest.modules | 4 ++++
modulesets/gnome-sysdeps-latest.modules | 20 ++++++++++++++++++++
2 files changed, 24 insertions(+)
---
diff --git a/modulesets/gnome-suites-core-deps-latest.modules
b/modulesets/gnome-suites-core-deps-latest.modules
index 6b3a48b8..ba188a56 100644
--- a/modulesets/gnome-suites-core-deps-latest.modules
+++ b/modulesets/gnome-suites-core-deps-latest.modules
@@ -870,6 +870,10 @@
module="gstreamer/gst-libav.git"/>
<dependencies>
<dep package="gst-plugins-base"/>
+ <dep package="libavfilter"/>
+ <dep package="libavformat"/>
+ <dep package="libavcodec"/>
+ <dep package="libavutil"/>
</dependencies>
<suggests>
<dep package="yasm"/>
diff --git a/modulesets/gnome-sysdeps-latest.modules b/modulesets/gnome-sysdeps-latest.modules
index c150b934..e33cddc9 100644
--- a/modulesets/gnome-sysdeps-latest.modules
+++ b/modulesets/gnome-sysdeps-latest.modules
@@ -15,6 +15,26 @@
version="1.0.19"/>
</systemmodule>
+ <systemmodule id="libavfilter">
+ <pkg-config>libavfilter.pc</pkg-config>
+ <branch repo="system"/>
+ </systemmodule>
+
+ <systemmodule id="libavformat">
+ <pkg-config>libavformat.pc</pkg-config>
+ <branch repo="system"/>
+ </systemmodule>
+
+ <systemmodule id="libavcodec">
+ <pkg-config>libavcodec.pc</pkg-config>
+ <branch repo="system"/>
+ </systemmodule>
+
+ <systemmodule id="libavutil">
+ <pkg-config>libavutil.pc</pkg-config>
+ <branch repo="system"/>
+ </systemmodule>
+
<systemmodule id="anthy">
<pkg-config>anthy.pc</pkg-config>
<branch repo="system"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]