~ubuntu-branches/ubuntu/wily/bombono-dvd/wily

1 by Christian Marillat
Import upstream version 0.5.2
1
        About Bombono DVD.
2
3
Bombono DVD is DVD authoring program with nice and clean GUI.
4
The project homepage is
5
6
    http://www.bombono.org
7
8
Bombono DVD is 'Open Source' and licensed under GPL 
9
(GNU General Public License, version 2), see COPYING. Boost Library is under 
1.1.2 by Alessio Treglia
Import upstream version 0.6.0
10
Boost Software License Version 1.0, see boost-lib/LICENSE_1_0.txt. The 
11
following code is licensed under LGPL (GNU Library General Public License, 
1.1.6 by Alessio Treglia
Import upstream version 1.2.1
12
version 2 or later), see docs/COPYING.LIB:
1.1.2 by Alessio Treglia
Import upstream version 0.6.0
13
 * src/mgui/sdk/libgnome
14
 * code from GTK+, in src/mgui/author/output.cpp
1.1.3 by Alessio Treglia
Import upstream version 0.8.0
15
 * libs/mpeg2dec/src/getopt.c
1.1.2 by Alessio Treglia
Import upstream version 0.6.0
16
Boyer-Moore algorithm code in src/mlib/sdk/memmem.h is licensed under
17
docs/Python-License.txt.
1 by Christian Marillat
Import upstream version 0.5.2
18
1.1.6 by Alessio Treglia
Import upstream version 1.2.1
19
Version: 1.2.1
1 by Christian Marillat
Import upstream version 0.5.2
20
21
Author:
22
 Ilya Murav'jov <muravev@yandex.ru>
23
1.1.3 by Alessio Treglia
Import upstream version 0.8.0
24
Contributors:
25
 Tekkno Genius <tekknogenius@gmail.com>
26
 wronguser <wronguser@users.sourceforge.net>
1.1.6 by Alessio Treglia
Import upstream version 1.2.1
27
 abstrusus@users.sourceforge.net
28
 dietrichmartin@users.sourceforge.net
29
 Thomas Bartosik <tbartdev@gmx-topmail.de>
1.1.3 by Alessio Treglia
Import upstream version 0.8.0
30
1 by Christian Marillat
Import upstream version 0.5.2
31
Design:
32
 Ilya Murav'jov
33
 Aleksandr Finogentov
34
35
36
Installation Instructions
37
=========================
38
39
I. Requirements:
40
 o gtk+           >= 2.8,- http://www.gtk.org/
41
 o gtkmm          >= 2.4,- http://www.gtkmm.org/
42
 o SCons          >= 0.96.1,- http://www.scons.org/
43
 o mjpegtools     >= 1.8.0,- http://mjpeg.sourceforge.net/
44
 o libdvdread     - http://www.dtek.chalmers.se/groups/dvd/
45
 o dvdauthor      - http://dvdauthor.sourceforge.net/
46
 o dvd+rw-tools   - http://fy.chalmers.se/~appro/linux/DVD+RW/
1.1.3 by Alessio Treglia
Import upstream version 0.8.0
47
 o twolame        - http://www.twolame.org/
1 by Christian Marillat
Import upstream version 0.5.2
48
 o libxml++       - http://libxmlplusplus.sourceforge.net/
1.1.4 by Alessio Treglia
Import upstream version 1.0.0
49
 o ffmpeg:        - http://www.ffmpeg.org/
50
   - libavformat, libswscale 
51
   - (runtime) ffmpeg converter
52
 o enca:          - http://gitorious.org/enca
1 by Christian Marillat
Import upstream version 0.5.2
53
54
II. You need SCons to build Bombono DVD - maybe the best build tool ever. ;) 
55
SCons is just make&autotools&libtool all together. Type:
56
 1) unpack
57
    $ tar -xjf bombono-dvd-0.5.tar.bz2 
58
    $ cd bombono-dvd-0.5
59
 2) build
60
    $ scons
61
 3) install (to /usr/local)
62
    $ sudo scons install
63
  or to anywhere
64
    $ sudo scons PREFIX=<anywhere> install
65
66
You can see other options to build:
67
    $ scons -h
68
For instance:
69
    $ scons BUILD_CFG=debug     # for debugging
70
    $ scons TEST=1              # run tests
71
72
III. Packaging Bombono DVD:
1.1.5 by Alessio Treglia
Import upstream version 1.0.2
73
 - for those who is accustomed to 'configure; make; make install' sequence:
74
   $ scons PREFIX=/usr DESTDIR=$(CURDIR)/debian/bombono-dvd
75
   ...
76
   # fixing build errors
77
   $ scons
78
   ...
79
   $ scons install
1 by Christian Marillat
Import upstream version 0.5.2
80
 - see ./debian for Debian-based distros
81
 - see ./tools/scripts/bombono-dvd.spec for RPM-based distros
82
83
84
Documentation
85
=============
86
See http://www.bombono.org/Documentation