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 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
|
Source: librcc
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper-compat (= 13),
automake,
doxygen,
libaspell-dev,
libdb-dev,
libenca-dev,
librcd-dev,
libtool,
libxml2-dev,
pkg-config
Standards-Version: 4.6.1
Section: libs
Rules-Requires-Root: no
Homepage: http://rusxmms.sourceforge.net/
Vcs-Git: https://salsa.debian.org/debian/librcc.git
Vcs-Browser: https://salsa.debian.org/debian/librcc
Package: librcc0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: RusXMMS Charset Conversion library
libRCC allows developers to work with multiple encodings of the same language
by adapting the encoding of ID3 tags, M3U and PLS playlists (including file
names) to local settings on the fly.
.
The library is not limited to ID3 tags and can be used by any program that
works with small titles or file names in different languages and encodings.
.
* Language auto-detection.
* On-the-fly translation between languages, using online-services.
* Encoding auto-detection for most European Languages.
* Support for encoding detection plugins (besides Enca and LibRCD).
* Recoding/translation of multi-language playlists.
* Cache to speed-up re-recoding.
* Potential to configure new languages and encodings.
* Shared configuration file.
* Menu localization.
Package: librccui0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: RusXMMS Charset Conversion library (user interface)
libRCC allows developers to work with multiple encodings of the same language
by adapting the encoding of ID3 tags, M3U and PLS playlists (including file
names) to local settings on the fly.
.
The library is not limited to ID3 tags and can be used by any program that
works with small titles or file names in different languages and encodings.
.
* Language auto-detection.
* On-the-fly translation between languages, using online-services.
* Encoding auto-detection for most European Languages.
* Support for encoding detection plugins (besides Enca and LibRCD).
* Recoding/translation of multi-language playlists.
* Cache to speed-up re-recoding.
* Potential to configure new languages and encodings.
* Shared configuration file.
* Menu localization.
.
This package contains the libRCC UI library.
Package: librcc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
librcc0 (= ${binary:Version}),
librccui0 (= ${binary:Version}),
librcd-dev,
${misc:Depends}
Description: RusXMMS Charset Conversion library (development files)
libRCC allows developers to work with multiple encodings of the same language
by adapting the encoding of ID3 tags, M3U and PLS playlists (including file
names) to local settings on the fly.
.
The library is not limited to ID3 tags and can be used by any program that
works with small titles or file names in different languages and encodings.
.
* Language auto-detection.
* On-the-fly translation between languages, using online-services.
* Encoding auto-detection for most European Languages.
* Support for encoding detection plugins (besides Enca and LibRCD).
* Recoding/translation of multi-language playlists.
* Cache to speed-up re-recoding.
* Potential to configure new languages and encodings.
* Shared configuration file.
* Menu localization.
.
This package contains the development files (headers and libraries)
needed to develop programs using libRCC.
Package: librcc-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Replaces: librcc-dev (<< 0.2.13-1)
Breaks: librcc-dev (<< 0.2.13-1)
Description: RusXMMS Charset Conversion library (documentation)
libRCC allows developers to work with multiple encodings of the same language
by adapting the encoding of ID3 tags, M3U and PLS playlists (including file
names) to local settings on the fly.
.
The library is not limited to ID3 tags and can be used by any program that
works with small titles or file names in different languages and encodings.
.
* Language auto-detection.
* On-the-fly translation between languages, using online-services.
* Encoding auto-detection for most European Languages.
* Support for encoding detection plugins (besides Enca and LibRCD).
* Recoding/translation of multi-language playlists.
* Cache to speed-up re-recoding.
* Potential to configure new languages and encodings.
* Shared configuration file.
* Menu localization.
.
This package contains the libRCC development documentation and examples.
|