And patch it to remove annoying verbose printfs cluttering layout test output.
Created attachment 332871 [details] Patch
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 )
Created attachment 333274 [details] Patch
Comment on attachment 333274 [details] Patch This reminds me that we might want to create a common GStreamer script for dependencies.
Committed r228221: <https://trac.webkit.org/changeset/228221>
<rdar://problem/37309231>