mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
5b7e203296
It is made easy to use and has nice and clean GUI (Gtk). The main features of Bombono DVD are: +excellent MPEG viewer: Timeline and Monitor +real WYSIWYG Menu Editor with live thumbnails +comfortable Drag-n-Drop support +you can author to folder, make ISO-image or burn directly to DVD +reauthoring: you can import video from DVD discs. WWW: http://www.bombono.org - Stas Timokhin stast@bsdportal.ru PR: 138623 Submitted by: Stas Timokhin <stast@bsdportal.ru>
11 lines
475 B
C
11 lines
475 B
C
--- src/mlib/stream.h.orig 2009-08-24 15:11:47.000000000 +0700
|
||
+++ src/mlib/stream.h 2009-08-24 15:12:03.000000000 +0700
|
||
@@ -186,6 +186,7 @@
|
||
// write(fd, "some text", 9);
|
||
// ..
|
||
// Причины использования класса io::fd_proxy см. в его описании
|
||
+#undef fileno
|
||
opaque_file fileno()
|
||
{ return opaque_file(this->file()); }
|
||
|