From d32415e5026bfef4c2ab1d7e92b454d2b44d39b9 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 20 Nov 2008 16:36:55 +0000 Subject: Debian support by Ivan Borzenkov --- debian/control | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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 -- cgit v1.2.3