[oe-commits] Fraxinas : flush VOBU progress output ( to be able to parse progress for DVDBurn job)

GIT User account git at amethyst.openembedded.net
Mon Dec 1 23:03:34 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dreambox
Commit: 6c0cc707004c2818c7b0cc8db97d14eea215cacf
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6c0cc707004c2818c7b0cc8db97d14eea215cacf

Author: Fraxinas <andreas.frisch at multimedia-labs.de>
Date:   Wed Nov  5 17:45:54 2008 +0100

flush VOBU progress output (to be able to parse progress for DVDBurn job)

---

 packages/dvdauthor/dvdauthor_0.6.14.bb             |    2 ++
 .../dvdauthor/files/dvdauthor-flush-progress.patch |   11 +++++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/packages/dvdauthor/dvdauthor_0.6.14.bb b/packages/dvdauthor/dvdauthor_0.6.14.bb
index 09a418b..2f179f7 100644
--- a/packages/dvdauthor/dvdauthor_0.6.14.bb
+++ b/packages/dvdauthor/dvdauthor_0.6.14.bb
@@ -6,6 +6,8 @@ DEPENDS = "libdvdread"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/dvdauthor/dvdauthor-${PV}.tar.gz \
 	file://dvdauthor-fix-fribidi.patch;patch=1;pnum=1 \
+	file://dvdauthor-flush-progress.patch;patch=1;pnum=1 \
 	file://dvdauthor-fix-old-freetype.patch;patch=1;pnum=1"
 
+PR="r1"
 inherit autotools
diff --git a/packages/dvdauthor/files/dvdauthor-flush-progress.patch b/packages/dvdauthor/files/dvdauthor-flush-progress.patch
new file mode 100644
index 0000000..841bc30
--- /dev/null
+++ b/packages/dvdauthor/files/dvdauthor-flush-progress.patch
@@ -0,0 +1,11 @@
+--- ./src/dvdvob.c~	2007-01-13 00:52:20.000000000 +0100
++++ ./src/dvdvob.c	2008-11-05 14:49:42.000000000 +0100
+@@ -741,7 +741,7 @@
+         nv+=va->vobs[j]->numvobus;
+ 
+     // fprintf(stderr,"STAT: VOBU %d at %dMB, %d PGCS, %d:%02d:%02d\r",nv,cursect/512,va->numallpgcs,total/324000000,(total%324000000)/5400000,(total%5400000)/90000);
+-    fprintf(stderr,"STAT: VOBU %d at %dMB, %d PGCS\r",nv,cursect/512,va->numallpgcs);
++    fprintf(stderr,"STAT: VOBU %d at %dMB, %d PGCS\n",nv,cursect/512,va->numallpgcs);
+ }
+ 
+ static void audio_scan_ac3(struct audchannel *ach,unsigned char *buf,int sof,int len)





More information about the Openembedded-commits mailing list