On Sunday, November 17, 2002, at 11:42 am, Martin Costabel wrote:
qtplay also does something illegal:
SourceRename: %n-%v.c
SourceDirectory: .
CompileScript: <<
cp %p/src/%n-%v.c .
The last line is not only superfluous, because SourceRename does precisely this, but it will also not work if someone has set a download directory ("FetchAltDir") different from %p/src.
Oops, yes that was leftover cruft, thanks for the tip.
On Sunday, November 17, 2002, at 10:04 am, Peter O'Gorman wrote:
qtplay I just tried, it makes quite a mess of the screen if it finds an actual movie, I am inclined to not move it, the others have been moved.I contacted the author with a fix and will submit a new info file once the new program version is available. Also the new version will be prebound.
Thanks for moving my packages, Peter.
:)
Carsten
--- qtplay-1.1.c Sat Sep 28 13:54:45 2002
+++ qtplay-1.1.1.c Sun Nov 17 15:08:14 2002
@@ -471,4 +471,14 @@
myprint("Error converting movie file. No sound tracks.\n");
}
+ {
+ /**
+ * work around possible qt bug where white boxes show on screen
+ * even though all non-audio tracks have already been discarded
+ */
+ Rect boxRect;
+ //
+ EmptyRect(&boxRect);
+ SetMovieBox(qtMovie, &boxRect);
+ }
// so start at beginning:
-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel
