After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 787404 - Add gst-libav to the 3.28 module set
Add gst-libav to the 3.28 module set
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: module sets
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2017-09-07 11:38 UTC by Charlie Turner
Modified: 2017-09-07 14:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to add gst-libav (2.13 KB, patch)
2017-09-07 11:38 UTC, Charlie Turner
committed Details | Review

Description Charlie Turner 2017-09-07 11:38:16 UTC
Created attachment 359334 [details] [review]
Patch to add gst-libav

WebKit relies on libav gstreamer plugin for a number of common media formats, to test this using trunk epiphany, I added a suggested dependency for gst-libav.

The dependency needs to be autotools build, not meson, because gst-libav's meson build system relies on an external install of ffmpeg, which isn't ideal for GNOME modulesets. autotools can build from the git submodule of libav, avoiding this problem.
Comment 1 Michael Catanzaro 2017-09-07 14:41:21 UTC
What about -ugly?
Comment 2 Charlie Turner 2017-09-07 14:43:41 UTC
WebKit doesn't use ugly, figure it can be added if someone develops a good reason to.