Port details on branch 2016Q4 |
- bombono DVD authoring program
- 1.2.2_8 multimedia
=0 1.2.2_8Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2016-11-04 10:48:12
- Last Update: 2016-11-04 10:47:58
- Commit Hash: 7fe6932
- License: GPLv2+
- WWW:
- http://www.bombono.org/
- Description:
- Bombono DVD is a DVD authoring program. It is made easy to use and has a
nice and clean GUI (GTK+ based). The main features of Bombono DVD are:
- Excellent MPEG viewer, with timeline and monitor
- Real WYSIWYG menu editor with live thumbnails
- Comfortable drag-n-drop support
- Can author to a folder, make ISO image, or burn directly to DVD
- Reauthoring: can import video from DVD discs
WWW: http://www.bombono.org/
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- bombono>0:multimedia/bombono
- To install the port:
- cd /usr/ports/multimedia/bombono/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/bombono
- pkg install bombono
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bombono
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (bombono-dvd-1.2.2.tar.bz2) = 3ffaadc803dc2526d2805629ee928800ce150cb2e6a40b6724d898c76366f68b
SIZE (bombono-dvd-1.2.2.tar.bz2) = 4406764
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gm : graphics/GraphicsMagick
- update-desktop-database : devel/desktop-file-utils
- msgfmt : devel/gettext-tools
- pkgconf>=0.9.10 : devel/pkgconf
- scons : devel/scons
- update-mime-database : misc/shared-mime-info
- libstdc++.so : devel/libc++
- gtk-update-icon-cache : graphics/gtk-update-icon-cache
- gcc48 : lang/gcc
- as : devel/binutils
- Runtime dependencies:
-
- gm : graphics/GraphicsMagick
- enca : converters/enca
- growisofs : sysutils/dvd+rw-tools
- toolame : audio/toolame
- update-desktop-database : devel/desktop-file-utils
- update-mime-database : misc/shared-mime-info
- gtk-update-icon-cache : graphics/gtk-update-icon-cache
- gcc48 : lang/gcc
- Library dependencies:
-
- libxml++-2.6.so : textproc/libxml++26
- liblavfile.so : multimedia/mjpegtools
- libdvdread.so : multimedia/libdvdread
- libavcodec.so : multimedia/ffmpeg
- libboost_filesystem.so : devel/boost-libs
- libintl.so : devel/gettext-runtime
- libatk-1.0.so : accessibility/atk
- libatkmm-1.6.so : accessibility/atkmm
- libcairo.so : graphics/cairo
- libcairomm-1.0.so : graphics/cairomm
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libglibmm-2.4.so : devel/glibmm
- libgtk-x11-2.0.so : x11-toolkits/gtk20
- libgtkmm-2.4.so : x11-toolkits/gtkmm24
- libsigc-2.0.so : devel/libsigc++20
- libxml++-2.6.so : textproc/libxml++26
- libxml2.so : textproc/libxml2
- libpango-1.0.so : x11-toolkits/pango
- libpangomm-1.4.so : x11-toolkits/pangomm
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- multimedia_bombono
- USES:
- desktop-file-utils gettext pkgconfig scons shared-mime-info tar:bzip2 compiler:gcc-c++11-lib gnome
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.2_8 04 Nov 2016 10:47:58
    |
Jan Beich (jbeich)  |
MFH: r425311
multimedia/bombono: unbreak build with ffmpeg 3.x
src/mgui/ffviewer.cpp:642:22: error: 'SWS_CPU_CAPS_MMX' was not declared in this
scope
sws_flags |= SWS_CPU_CAPS_MMX|SWS_CPU_CAPS_MMX2;
^
src/mgui/ffviewer.cpp:642:39: error: 'SWS_CPU_CAPS_MMX2' was not declared in
this scope
sws_flags |= SWS_CPU_CAPS_MMX|SWS_CPU_CAPS_MMX2;
^
src/mgui/ffviewer.cpp:650:9: error: 'PixelFormat' was not declared in this scope
PixelFormat dst_pf = PIX_FMT_BGR24; // PIX_FMT_RGB24;
^
src/mgui/ffviewer.cpp:650:21: error: expected ';' before 'dst_pf'
PixelFormat dst_pf = PIX_FMT_BGR24; // PIX_FMT_RGB24; (Only the first 15 lines of the commit message are shown above ) |
1.2.2_8 04 Nov 2016 10:47:58
  |
jbeich  |
MFH: r425311
multimedia/bombono: unbreak build with ffmpeg 3.x
src/mgui/ffviewer.cpp:642:22: error: 'SWS_CPU_CAPS_MMX' was not declared in this
scope
sws_flags |= SWS_CPU_CAPS_MMX|SWS_CPU_CAPS_MMX2;
^
src/mgui/ffviewer.cpp:642:39: error: 'SWS_CPU_CAPS_MMX2' was not declared in
this scope
sws_flags |= SWS_CPU_CAPS_MMX|SWS_CPU_CAPS_MMX2;
^
src/mgui/ffviewer.cpp:650:9: error: 'PixelFormat' was not declared in this scope
PixelFormat dst_pf = PIX_FMT_BGR24; // PIX_FMT_RGB24;
^
src/mgui/ffviewer.cpp:650:21: error: expected ';' before 'dst_pf'
PixelFormat dst_pf = PIX_FMT_BGR24; // PIX_FMT_RGB24; (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 2
|