~ubuntu-branches/ubuntu/lucid/gnome-subtitles/lucid

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Tiago Bortoletto Vaz
  • Date: 2007-12-03 20:52:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071203205252-2y6uuv4gcw9mi9n5
Tags: 0.7-1
* New upstream release;
* Add libxml-parser-perl to Build-Depends-Indep. Thanks to Lucas Nussbaum.
  (Closes: #445799);
* Fixes manpage issue with dpatch

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
============
12
12
 
13
13
Required:
14
 
    Mono   >= 1.1 (mono to run, gmcs to build)
15
 
    Gtk+   >= 2.8
16
 
    Gtk#   >= 2.8
17
 
    Gnome# >= 2.8
18
 
    Glade# >= 2.8
19
 
        GConf# >= 2.8
20
 
 
21
 
Optional:
22
 
    MPlayer >= 1.0 (runtime dependency, enables video previewing)
 
14
    Mono      >= 1.1 (mono to run, gmcs to build)
 
15
    Gtk+      >= 2.8
 
16
    Gtk#      >= 2.8
 
17
    Gnome#    >= 2.8
 
18
    Glade#    >= 2.8
 
19
    GConf#        >= 2.8
 
20
    GStreamer >= 0.10
23
21
 
24
22
 
25
23
Building from Source
45
43
Sourceforge.net SVN:
46
44
        svn co https://sublib.svn.sf.net/svnroot/sublib/trunk/sublib
47
45
 
48
 
Finally, run `./autogen.sh' to generate the build scripts (note - you'll need to
49
 
have "gnome-common" installed).
 
46
Finally, run `./autogen.sh' to generate the build scripts. You'll need to
 
47
have some packages or applications installed:
 
48
    autoconf
 
49
    automake
 
50
    glib-gettext
 
51
    gnome-common
 
52
    gnome-doc-utils
 
53
    gtk-doc
 
54
    intltool
 
55
    libtool
 
56
    pkg-config
50
57
 
51
58
You can now proceed to "Building from Source" to build Gnome Subtitles.
52
59