File: control

package info (click to toggle)
gaupol 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,404 kB
  • ctags: 4,403
  • sloc: python: 22,484; xml: 4,694; makefile: 85; sh: 45
file content (47 lines) | stat: -rw-r--r-- 1,857 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: gaupol
Section: gnome
Priority: optional
Maintainer: Piotr Ożarowski <piotr@debian.org>
Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.50), python-support (>= 0.6.4), python (>= 2.6)
Build-Depends-Indep: intltool
Standards-Version: 3.9.0
Homepage: http://home.gna.org/gaupol/
Vcs-Svn: svn://svn.debian.org/python-apps/packages/gaupol/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/gaupol/trunk/

Package: gaupol
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, ${misc:Depends}, python-aeidon,
 python-gtk2 (>= 2.16), python-gobject (>= 2.12.3-2+b1)
Recommends: python-enchant (>= 1.1.5-2), iso-codes, python-chardet, python-gtkspell
Suggests: vlc | mplayer
Description: subtitle editor for text-based subtitle files
 Text-based subtitles are commonly used with DivX video. Gaupol supports
 multiple subtitle file formats and provides means of text corrections and time
 manipulations. Gaupol's user interface is designed with attention to batch
 processing of multiple documents and convenient translating.
 .
 Supported formats are:
   * Advanced Sub Station Alpha (.ssa)
   * MicroDVD (.sub)
   * MPL2 (.txt)
   * MPsub (.sub)
   * SubRip (.srt)
   * Sub Station Alpha (.ssa)
   * SubViewer2 (.sub)
   * TMPlayer (.txt)
 .
 VobSubs (image-based subtitles used in DVDs) are NOT supported.

Package: python-aeidon
Architecture: all
Section: python
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, ${misc:Depends}, iso-codes
Recommends: python-enchant (>= 1.4), python-chardet
Replaces: gaupol (<< 0.16-1)
Description: reading, writing and manipulating text-based subtitle files
 aeidon is separate from the gaupol package, which provides a subtitle editor
 application with a GTK+ user interface.