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.
epel9
Kevin Kofler 8 years ago
parent 3a314c6b55
commit 392efd00b7

@ -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 $?

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

Loading…
Cancel
Save