Skip to content

Commit

Permalink
jhbuild: build gstreamer plugin 'dav1ddec'
Browse files Browse the repository at this point in the history
  • Loading branch information
dpino committed Sep 30, 2024
1 parent edf80ff commit 466b5bb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
1 change: 1 addition & 0 deletions images/wkdev_sdk/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ RUN export QT_VERSION=$(qmake6 -query QT_VERSION) && \
# Check GStreamer plugins are installed.
RUN gst-inspect-1.0 audiornnoise && \
gst-inspect-1.0 cea608tott && \
gst-inspect-1.0 dav1ddec && \
gst-inspect-1.0 livesync && \
gst-inspect-1.0 rsrtp

Expand Down
21 changes: 20 additions & 1 deletion images/wkdev_sdk/jhbuild/webkit-sdk-deps.modules
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<dep package="libwpe"/>
<dep package="libsoup"/>
<dep package="wpebackend-fdo"/>
<dep package="gst-plugins-rs"/>
<dep package="gstreamer"/>
<dep package="sparkle-cdm"/>
<dep package="libbacktrace"/>
Expand Down Expand Up @@ -104,7 +105,7 @@
</branch>
</meson>

<meson id="gstreamer" mesonargs="-Dlibnice=enabled -Dpython=enabled -Dintrospection=enabled -Dgst-plugins-bad:microdns=disabled -Dgst-plugins-bad:avtp=disabled -Dexamples=disabled -Dtests=disabled -Ddoc=disabled -Dgtk_doc=disabled -Drs=enabled -Dwebrtc=enabled">
<meson id="gstreamer" mesonargs="-Dlibnice=enabled -Dpython=enabled -Dintrospection=enabled -Dgst-plugins-bad:microdns=disabled -Dgst-plugins-bad:avtp=disabled -Dgst-examples=disabled -Dexamples=disabled -Dtests=disabled -Ddoc=disabled -Dgtk_doc=disabled -Dwebrtc=enabled">
<branch repo="gstreamer.freedesktop.org"
checkoutdir="gstreamer"
module="gstreamer.git"
Expand All @@ -114,6 +115,24 @@
</dependencies>
</meson>

<meson id="dav1d" mesonargs="-Denable_examples=false -Denable_tests=false -Denable_tools=false -Dxxhash_muxer=disabled">
<branch repo="github.com"
module="videolan/dav1d.git"
tag="1.4.2"
version="1.4.2" />
</meson>

<meson id="gst-plugins-rs" mesonargs="-Ddoc=disabled -Dexamples=disabled -Dtests=disabled">
<dependencies>
<dep package="dav1d"/>
<dep package="gstreamer"/>
</dependencies>
<branch repo="gstreamer.freedesktop.org"
module="gst-plugins-rs"
tag="0.13.1"
version="0.13.1" />
</meson>

<meson id="glib" mesonargs="--localstatedir=/var -Dlibmount=disabled -Dtests=false">
<branch repo="github.com"
checkoutdir="glib"
Expand Down

0 comments on commit 466b5bb

Please sign in to comment.