From: Balint Reczey Date: Sat, 27 Jun 2015 03:29:09 +0000 (-0700) Subject: Skip test using .swf file X-Git-Tag: archive/raspbian/1.0.1+dfsg1-4+rpi1~1^2~110 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fc0ce5ef9d4a861c74c14ca6cfb446b257ea5edd;p=gpac.git Skip test using .swf file --- diff --git a/debian/patches/series b/debian/patches/series index 8c38836..e78b360 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,3 +3,4 @@ gcc-optflags.patch libav10.patch export_gf_isom_set_pixel_aspect_ratio.patch dont-err-build-on-uknown-system.patch +skip-swf-test.patch diff --git a/debian/patches/skip-swf-test.patch b/debian/patches/skip-swf-test.patch new file mode 100644 index 0000000..f19cd49 --- /dev/null +++ b/debian/patches/skip-swf-test.patch @@ -0,0 +1,31 @@ +Description: Skip test using .swf file +Author: Balint Reczey + +diff --git a/regression_tests/xmlin4/run_tests.sh b/regression_tests/xmlin4/run_tests.sh +index 584c6eb..37d8d4d 100644 +--- a/regression_tests/xmlin4/run_tests.sh ++++ b/regression_tests/xmlin4/run_tests.sh +@@ -41,11 +41,11 @@ echo -e "\nTesting 'stxt' import without mime, default to text/plain" + echo -e "\nTesting 'stxt' import with header" + ./run_one_test.sh text-stxt-header + +-echo -e "\n**************** Testing SWF conversion as SVG and import as 'stxt' stream " +-MP4Box -add anim.swf:fmt=svg -new text-stxt-svg.mp4 +-MP4Box -info text-stxt-svg.mp4 +-MP4Box -raw 1 text-stxt-svg.mp4 +-MP4Box -raws 1 text-stxt-svg.mp4 ++#echo -e "\n**************** Testing SWF conversion as SVG and import as 'stxt' stream " ++#MP4Box -add anim.swf:fmt=svg -new text-stxt-svg.mp4 ++#MP4Box -info text-stxt-svg.mp4 ++#MP4Box -raw 1 text-stxt-svg.mp4 ++#MP4Box -raws 1 text-stxt-svg.mp4 + + #MP4Box -mp4 anim.swf + +@@ -56,4 +56,4 @@ MP4Box -raw 1 subt-stpp-ttml.mp4 + MP4Box -raws 1 subt-stpp-ttml.mp4 + + echo -e "\n**************** Generating file with all text variants text-all.mp4 " +-MP4Box -add meta-mett.mp4 -add meta-mett-xml.mp4 -add meta-mett-xml-header.mp4 -add meta-metx.mp4 -add subt-sbtt.mp4 -add subt-stpp.mp4 -add subt-stpp-ttml.mp4 -add text-stxt.mp4 -add text-stxt-header.mp4 -add text-stxt-svg.mp4 -new text-all.mp4 +\ No newline at end of file ++MP4Box -add meta-mett.mp4 -add meta-mett-xml.mp4 -add meta-mett-xml-header.mp4 -add meta-metx.mp4 -add subt-sbtt.mp4 -add subt-stpp.mp4 -add subt-stpp-ttml.mp4 -add text-stxt.mp4 -add text-stxt-header.mp4 -add text-stxt-svg.mp4 -new text-all.mp4