diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2008-11-20 16:36:55 +0000 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2008-11-20 16:36:55 +0000 |
commit | d32415e5026bfef4c2ab1d7e92b454d2b44d39b9 (patch) | |
tree | fb2cfda7b69a48f6ec785c1f1072ef4163c956e2 /debian/control | |
parent | 3e18aa68aa582bf16cc1ccffdd2cf3b4ca8a3dbf (diff) | |
download | librcc-d32415e5026bfef4c2ab1d7e92b454d2b44d39b9.tar.gz librcc-d32415e5026bfef4c2ab1d7e92b454d2b44d39b9.tar.bz2 librcc-d32415e5026bfef4c2ab1d7e92b454d2b44d39b9.tar.xz librcc-d32415e5026bfef4c2ab1d7e92b454d2b44d39b9.zip |
Debian support by Ivan Borzenkov
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..7f8d9b8 --- /dev/null +++ b/debian/control @@ -0,0 +1,35 @@ +Source: librcc +Priority: extra +Maintainer: Ivan Borzenkov <ivan1986@list.ru> +Build-Depends: debhelper (>= 7), librcd-dev, libenca-dev, libdb-dev, libxml2-dev, libaspell-dev, doxygen +Standards-Version: 3.7.3 +Section: libs +Homepage: http://rusxmms.sourceforge.net/ + +Package: librcc-dev +Section: libdevel +Architecture: any +Depends: librcc (= ${binary:Version}) +Description: librcc dev files + librcc dev files + +Package: librcc +Section: libs +Architecture: any +Depends: ${shlibs: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 |