SF.net SVN: morphix: [2462] trunk/mmaker/utils/auto-testing/auto_testing.sh
[email protected] Sun, 25 Feb 2007 12:07:20 -0800
| Newsgroups | gmane.linux.morphix.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 2462
http://svn.sourceforge.net/morphix/?rev=2462&view=rev
Author: bmsleight
Date: 2007-02-25 12:07:19 -0800 (Sun, 25 Feb 2007)
Log Message:
-----------
qmeu -no-kqemu and other minor changes
Modified Paths:
--------------
trunk/mmaker/utils/auto-testing/auto_testing.sh
Modified: trunk/mmaker/utils/auto-testing/auto_testing.sh
===================================================================
--- trunk/mmaker/utils/auto-testing/auto_testing.sh 2007-02-22 14:42:28 UTC (rev 2461)
+++ trunk/mmaker/utils/auto-testing/auto_testing.sh 2007-02-25 20:07:19 UTC (rev 2462)
@@ -10,6 +10,7 @@
#
LOGO=/home/morph/morphix/trunk/cdrom-misc/images/MorphixCD_BLUE_BLACK.jpg
MINILOGO=/home/morph/morphix/trunk/cdrom-misc/images/Morphix_TINY.gif
+TODAY=$(date +"%F")
ISO=$1
VIDEO=$2
COMMENTS=$4
@@ -39,7 +40,7 @@
LIST_ISOMORPH=$(echo ; isomorph --list $ISO )
isomorph --add boot "splash=n debugmorphix=yes" $ISO $TMP_D/qemu.iso
-qemu -full-screen -pidfile $TMP_D/qemu.pid -cdrom $TMP_D/qemu.iso &
+qemu -no-kqemu -full-screen -pidfile $TMP_D/qemu.pid -cdrom $TMP_D/qemu.iso &
l=16
#xwininfo -root | grep wininfo | cut -d' ' -f 4 >$TMP_D/xwid
@@ -118,6 +119,6 @@
done
mencoder mf://$TMP_D*.jpg -mf w=800:h=600:fps=4:type=jpg -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -oac copy -o $VIDEO
-ffmpeg2theora $VIDEO
+ffmpeg2theora $VIDEO --artist "AutoTesting" --title "$VIDEO $COMMENTS" --organization "www.morphix.org" --copyright "copyleft" --date "$TODAY"
rm $VIDEO
rm $TMP_D -r
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV