clean_qtwebengine.sh: Rip out openh264 sources

These are not actually being built, and we are not allowed to distribute
OpenH264 source code in Fedora.

Update sources with the reuploaded tarball.
This commit is contained in:
Kevin Kofler 2016-12-03 20:25:56 +01:00
parent 3a314c6b55
commit 392efd00b7
2 changed files with 4 additions and 1 deletions

View File

@ -57,6 +57,9 @@ fi
echo "running clean_ffmpeg.sh"
./clean_ffmpeg.sh "$DIRNAME/src/3rdparty/chromium" || exit $?
echo "ripping out openh264 sources"
rm -rf "$DIRNAME/src/3rdparty/chromium/third_party/openh264/src" || exit $?
echo "repacking as $DIRNAME-clean.tar.xz"
XZ_OPT="-9 -f" tar cJf "$DIRNAME-clean.tar.xz" "$DIRNAME" || exit $?

View File

@ -1 +1 @@
ea250ffe3ff56a845221f8c2517c0fbd qtwebengine-opensource-src-5.7.1-clean.tar.xz
06eece6ef299548641326447e3c7c356 qtwebengine-opensource-src-5.7.1-clean.tar.xz