File: control

package info (click to toggle)
librcc 0.2.12-0.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 2,656 kB
  • ctags: 1,326
  • sloc: sh: 10,904; ansic: 9,040; xml: 523; makefile: 168
file content (85 lines) | stat: -rw-r--r-- 3,794 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Source: librcc
Priority: extra
Maintainer: Ivan Borzenkov <ivan1986@list.ru>
Build-Depends: debhelper (>= 9), librcd-dev, libenca-dev, libdb-dev,
 libxml2-dev, libaspell-dev, doxygen, automake, libtool, pkg-config,
 libgtk2.0-dev
Standards-Version: 3.9.5
Section: libs
Homepage: http://rusxmms.sourceforge.net/
Vcs-Bzr: http://dside.dyndns.org/bzr/rusxmms/librcc
Vcs-Browser: http://dside.dyndns.org/rusxmms/browser/librcc

Package: librcc0
Section: libs
Architecture: any
Depends: librcd0, libenca0, ${shlibs:Depends}, ${misc:Depends}
Description: Library for autoconvert codepages
 Originally, the project was aimed to provide means to work with
 multiple encodings
  * Language Autodetection
  * On the fly translation between languages, using online-services!
  * Encoding Autodetection for most of European Languages1
  * Support for encoding detection plugins (besides Enca and LibRCD)
  * Recoding/translation of multi-language playlists!
  * Cache to speed-up re-recoding.
  * Possibility to configure new languages and encodings.
  * Shared configuration file. For example mentioned TagLib and
    LibID3 patches do not have their own user interface, but will
    utilize the same recoding configuration as XMMS.
  * As well the separate program for configuration adjustment is
    available.
  * GTK/GTK2 UI Library: you can add properties page to your GTK+
    application with 3 lines of code.
  * Menu localization opportunity

Package: librccgtk2-0
Section: libs
Architecture: any
Depends: librcc0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Replaces: librcc0 (<< 0.2.8-1)
Description: Library for autoconvert codepages GTK2 interface
 Originally, the project was aimed to provide means to work with
 multiple encodings
  * Language Autodetection
  * On the fly translation between languages, using online-services!
  * Encoding Autodetection for most of European Languages1
  * Support for encoding detection plugins (besides Enca and LibRCD)
  * Recoding/translation of multi-language playlists!
  * Cache to speed-up re-recoding.
  * Possibility to configure new languages and encodings.
  * Shared configuration file. For example mentioned TagLib and
    LibID3 patches do not have their own user interface, but will
    utilize the same recoding configuration as XMMS.
  * As well the separate program for configuration adjustment is
    available.
  * GTK/GTK2 UI Library: you can add properties page to your GTK+
    application with 3 lines of code.
  * Menu localization opportunity
 This package contains GTK/GTK2 UI Library.

Package: librcc-dev
Section: libdevel
Architecture: any
Depends: librcc0 (= ${binary:Version}), librccgtk2-0 (= ${binary:Version}),
 librcd-dev, ${shlibs:Depends}, ${misc:Depends}
Description: Library for autoconvert codepages development files
 Originally, the project was aimed to provide means to work with
 multiple encodings
  * Language Autodetection
  * On the fly translation between languages, using online-services!
  * Encoding Autodetection for most of European Languages1
  * Support for encoding detection plugins (besides Enca and LibRCD)
  * Recoding/translation of multi-language playlists!
  * Cache to speed-up re-recoding.
  * Possibility to configure new languages and encodings.
  * Shared configuration file. For example mentioned TagLib and
    LibID3 patches do not have their own user interface, but will
    utilize the same recoding configuration as XMMS.
  * As well the separate program for configuration adjustment is
    available.
  * GTK/GTK2 UI Library: you can add properties page to your GTK+
    application with 3 lines of code.
  * Menu localization opportunity
 This package contains the include files, static library and
 development tools for librcc, as well as the testlibraw program.