Skip to content

Bombono DVD is DVD authoring program with nice and clean GUI.

License

Notifications You must be signed in to change notification settings

roracle/open-bombono

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

        About OpenBombono.

OpenBombono is DVD authoring program with nice and clean GUI.
The project homepage is

    http://bombono.com

OpenBombono is 'Open Source' and licensed under GPL 
(GNU General Public License, version 2), see COPYING. Boost Library is under 
Boost Software License Version 1.0, see boost-lib/LICENSE_1_0.txt. The 
following code is licensed under LGPL (GNU Library General Public License, 
version 2 or later), see docs/COPYING.LIB:
 * src/mgui/sdk/libgnome
 * code from GTK+, in src/mgui/author/output.cpp
 * libs/mpeg2dec/src/getopt.c
Boyer-Moore algorithm code in src/mlib/sdk/memmem.h is licensed under
docs/Python-License.txt.

Author:
 Ilya Murav'jov <muravev@yandex.ru>

Contributors:
 Tekkno Genius <tekknogenius@gmail.com>
 wronguser <wronguser@users.sourceforge.net>
 abstrusus@users.sourceforge.net
 dietrichmartin@users.sourceforge.net
 Thomas Bartosik <tbartdev@gmx-topmail.de>

Design:
 Ilya Murav'jov
 Aleksandr Finogentov


Installation Instructions
=========================

I. Requirements:
 o gtk+           >= 2.8,- http://www.gtk.org/
 o gtkmm          >= 2.4,- http://www.gtkmm.org/
 o SCons          >= 0.96.1,- http://www.scons.org/
 o mjpegtools     >= 1.8.0,- http://mjpeg.sourceforge.net/
 o libdvdread     - http://www.dtek.chalmers.se/groups/dvd/
 o dvdauthor      - http://dvdauthor.sourceforge.net/
 o dvd+rw-tools   - http://fy.chalmers.se/~appro/linux/DVD+RW/
 o twolame        - http://www.twolame.org/
 o libxml++       - http://libxmlplusplus.sourceforge.net/
 o ffmpeg:        - http://www.ffmpeg.org/
   - libavformat, libswscale 
   - (runtime) ffmpeg converter
 o enca:          - http://gitorious.org/enca

II. You need SCons to build OpenBombono - maybe the best build tool ever. ;) 
SCons is just make&autotools&libtool all together. Type:
 1) unpack
    $ tar -xjf bombono-dvd-0.5.tar.bz2 
    $ cd bombono-dvd-0.5
 2) build
    $ scons
 3) install (to /usr/local)
    $ sudo scons install
  or to anywhere
    $ sudo scons PREFIX=<anywhere> install

You can see other options to build:
    $ scons -h
For instance:
    $ scons BUILD_CFG=debug     # for debugging
    $ scons TEST=1              # run tests

III. Packaging OpenBombono:
 - for those who is accustomed to 'configure; make; make install' sequence:
   $ scons PREFIX=/usr DESTDIR=$(CURDIR)/debian/bombono-dvd
   ...
   # fixing build errors
   $ scons
   ...
   $ scons install
 - see ./debian for Debian-based distros
 - see ./tools/scripts/bombono-dvd.spec for RPM-based distros


Documentation
=============
See http://bombono.com/Documentation

About

Bombono DVD is DVD authoring program with nice and clean GUI.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.2%
  • C 6.5%
  • Python 1.0%
  • M4 0.2%
  • Shell 0.1%
  • Makefile 0.0%