Giter Club home page Giter Club logo

bombono-dvd's Introduction

        About Bombono DVD.

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

    http://bombono.com

Bombono DVD 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 <[email protected]>

Contributors:
 Tekkno Genius <[email protected]>
 wronguser <[email protected]>
 [email protected]
 [email protected]
 Thomas Bartosik <[email protected]>

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 Bombono DVD - 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 Bombono DVD:
 - 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

bombono-dvd's People

Contributors

leamas avatar prescott66 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.