RESOLVED FIXED 182384
[JHBuild] Add libva in moduleset
https://bugs.webkit.org/show_bug.cgi?id=182384
Summary [JHBuild] Add libva in moduleset
Philippe Normand
Reported 2018-02-01 06:33:51 PST
And patch it to remove annoying verbose printfs cluttering layout test output.
Attachments
Patch (3.20 KB, patch)
2018-02-01 06:47 PST, Philippe Normand
no flags
Patch (3.28 KB, patch)
2018-02-07 02:13 PST, Philippe Normand
calvaris: review+
Philippe Normand
Comment 1 2018-02-01 06:47:02 PST
Carlos Alberto Lopez Perez
Comment 2 2018-02-06 03:21:49 PST
Comment on attachment 332871 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=332871&action=review > Tools/gstreamer/jhbuild.modules:122 > + <autotools id="libva" autogenargs="--enable-va-messaging=no"> > + <branch module="intel/libva/archive/${version}.tar.gz" version="2.0.0" > + checkoutdir="libva-${version}" repo="github-tarball"/> > + </autotools> github on-the-fly tarballs/zips are not guaranteed to have stable hashes and should be avoided. Example of the issue: https://github.com/easybuilders/easybuild-easyconfigs/issues/5151 Instead of using this resource, please use the tarball properly released at https://github.com/intel/libva/releases/download/2.0.0/libva-2.0.0.tar.bz2 which has this sha1sum: https://github.com/intel/libva/releases/download/2.0.0/libva-2.0.0.tar.bz2.sha1sum Notice the diference in the URI ( /archive/XXX vs /release/XXX )
Philippe Normand
Comment 3 2018-02-07 02:13:00 PST
Xabier Rodríguez Calvar
Comment 4 2018-02-07 02:52:30 PST
Comment on attachment 333274 [details] Patch This reminds me that we might want to create a common GStreamer script for dependencies.
Philippe Normand
Comment 5 2018-02-07 03:33:03 PST
Radar WebKit Bug Importer
Comment 6 2018-02-07 03:34:38 PST
Note You need to log in before you can comment on or make changes to this bug.