descriptionnone
ownerkrkoska.david@gmail.com
last changeFri, 15 Apr 2011 06:19:15 +0000 (15 08:19 +0200)
content tags
add:
README
Gnome Subtitles
=============================
http://gnome-subtitles.sf.net

Gnome Subtitles is a subtitle editor for the GNOME desktop. It supports the most
common text-based subtitle formats and allows for subtitle editing, translation
and synchronization.


Dependencies
============

    Mono      	>= 1.1 (mono to run, gmcs to build)
    Gtk+      	>= 2.12
    Gtk-Sharp	>= 2.12
    Glade-Sharp >= 2.12
    GConf-Sharp >= 2.12
    GStreamer 	>= 0.10
    GStreamer-Plugins-Base >= 0.10
    GtkSpell  	>= 2.0
    Enchant   	>= 1.3


Building from Source
====================

Build it with the usual `./configure' followed by `make' commands.
Install it with `make install'.
Run it with `gnome-subtitles' or use the icon in the GNOME menu.

To try the program without installing it, `cd' to the `build' dir after building
it and run it with `mono gnome-subtitles.exe'.

The INSTALL file contains detailed information on this subject.


Building from Git
=================

Get the latest code from the GNOME Git repository:
	git clone git://git.gnome.org/gnome-subtitles

Run `./autogen.sh' to generate the build scripts. Some packages are required:
    autoconf
    automake
    glib-gettext
    gnome-common
    gnome-doc-utils
    gtk-doc
    intltool
    libtool
    pkg-config

You can now proceed to "Building from Source" to build Gnome Subtitles.
See http://live.gnome.org/Git/Developers for more information on how to use the
GNOME Git repository.
shortlog
2011-04-15 David Kdocumentation addedgtrans
2011-03-26 David KFixed issues opened by Pedro Castro int he firswt apply...
2011-03-20 David KSimple translation of single subtitle using Google...
2011-02-21 Daniel MustielesUpdated Spanish translation
2011-02-20 Pedro CastroSupport buggy SubRip files that use dot instead of...
2011-02-05 Pedro CastroSimplified MPSub format regex not to hang with a test...
2011-02-05 Pedro CastroSort the subtitles by SubtitleType instead of name...
2011-02-05 Pedro CastroInclude SubtitleMode in SubtitleTypeInfo
2011-01-25 Bruno BrouardUpdated French translation
2011-01-23 Yaron ShahrabaniUpdated Hebrew translation.
2011-01-09 António LimaUpdated Portuguese translation
2011-01-08 Pedro CastroFix the remaining part of bug #607228, which completes...
2011-01-07 Andrej ŽnidaršičUpdated Slovenian translation
2011-01-06 Marek ČernockýUpdated Czech translation
2011-01-04 Mario Blättermann[l10n] Updated German translation
2011-01-03 Petr KovarUpdate Czech translation by Marek Cernocky
...
heads
13 years ago gtrans