Package: audacious
Version: 1.2.2-4
Severity: wishlist
Tags: patch
For Russian users it is very important to have "automatic character
encoding detection" option available... Most mp3 files that came from
windows users uses cp1251 encoding in ID3 tags, and files that were
tagged by linux users uses KOI8-r. So it is difficult to use
player without character encoding detection.
Audacious can detect encoding of mp3 tags, but this feature must be
enabled using --enable-chardet option when running configure script...
Is it possible to enable this feature while building .deb
packages? It would make my life more simple, because now I had to
rebuild these packages with this option myself
There is a small patch included... This patch adds --enable-chardet
option to audacious and audacious-plugins packages...
Only in .: aaa.diff
diff -ur ../etalon/audacious-1.2.2/debian/rules ./audacious-1.2.2/debian/rules
--- ../etalon/audacious-1.2.2/debian/rules 2007-03-27 19:42:02.000000000 +0000
+++ ./audacious-1.2.2/debian/rules 2007-03-27 19:46:59.000000000 +0000
@@ -27,6 +27,7 @@
--mandir=/usr/share/man \
--disable-rpath \
--enable-ipv6 \
+ --enable-chardet \
CFLAGS="$(CFLAGS)"
build: build-stamp
diff -ur ../etalon/audacious-plugins-1.2.5/debian/rules ./audacious-plugins-1.2.5/debian/rules
--- ../etalon/audacious-plugins-1.2.5/debian/rules 2007-03-27 19:44:46.000000000 +0000
+++ ./audacious-plugins-1.2.5/debian/rules 2007-03-27 19:47:19.000000000 +0000
@@ -35,6 +35,7 @@
--prefix=/usr \
--mandir=/usr/share/man \
--disable-rpath \
+ --enable-chardet \
CFLAGS="$(CFLAGS)"
build: build-stamp