Is oggvideotools completely broken now

Petter Reinholdtsen pere at hungry.com
Tue Aug 16 08:30:16 UTC 2016


Oh, I forgot to include the patch.  The testsuite/testoggThumb.sh is
using the wrong path:

diff --git a/testsuite/testoggThumb.sh b/testsuite/testoggThumb.sh
index 878e986..72010fc 100755
--- a/testsuite/testoggThumb.sh
+++ b/testsuite/testoggThumb.sh
@@ -1,4 +1,5 @@
 #!/bin/sh
-../build/src/oggThumb -t 0.4,0.7,1 -s200x0 -n ducks_%.png ../testvideos/ducks_take_off_444_720p25.ogg
-../build/src/oggThumb -t 0.4,0.7,1 -s0x200 -n aspect_%.png ../testvideos/pixel_aspect_ratio.ogg
-../build/src/oggThumb -t 0.4,0.7,1,200 -n stockholm_%.png ../testvideos/stockholm-vfr.ogg
+oggthumb="../build/src/binaries/oggThumb"
+$oggthumb -t 0.4,0.7,1 -s200x0 -n ducks_%.png ../testvideos/ducks_take_off_444_720p25.ogg
+$oggthumb -t 0.4,0.7,1 -s0x200 -n aspect_%.png ../testvideos/pixel_aspect_ratio.ogg
+$oggthumb -t 0.4,0.7,1,200 -n stockholm_%.png ../testvideos/stockholm-vfr.ogg
-- 
Vennlig hilsen
Petter Reinholdtsen



More information about the pkg-xiph-maint mailing list