[SCM] gpac/master: Skip test using .swf file

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Sat Jun 27 21:52:34 UTC 2015


The following commit has been merged in the master branch:
commit fc0ce5ef9d4a861c74c14ca6cfb446b257ea5edd
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Fri Jun 26 20:29:09 2015 -0700

    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 <balint at balintreczey.hu>
+
+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

-- 
gpac packaging



More information about the pkg-multimedia-commits mailing list