Ubuntu Feisty에서 audacious는 기본적으로 "character encoding detector"가 꺼져 있다.
사용자 삽입 이미지
사용자 삽입 이미지
(위) Character detection 전    (아래) Character detection 후

재생목록에서 한글을 제대로 보려면 이 기능을 켜줘야 하는데 방법은 다음과 같다.

우선 컴파일 과정에서 필요했던 패키지는 libglade2-dev와 quilt이다. 두 패키지는 다음과 같이 설치할 수 있다.
sudo apt-get install libglade2-dev quilt

audacious 소스 받기 및 컴파일 과정...
sudo apt-get source audacious
cd audacious-1.2.2
sudo vi ./debian/rules

./debian/rules
config.status: patch configure
        dh_testdir
        ./configure --host=$(DEB_HOST_GNU_TYPE) \
                    --build=$(DEB_BUILD_GNU_TYPE) \
                    --prefix=/usr \
                    --mandir=/usr/share/man \
                    --disable-rpath \
                    --enable-ipv6 \
                    --enable-chardet \           <- 추가부분
                    CFLAGS="$(CFLAGS)"

sudo ./debian/rules binary
cd ..
sudo dpkg -i audacious_1.2.2-4_i386.deb

사용자 삽입 이미지

위와 같이 새로 패키지를 만들어서 설치했을 경우, 기존의 패키지로 다시 돌아가려고 업데이트 하라고 한다. 패키지 홀드를 해두면 업그레이드 되지 않는다.
echo "audacious hold" | sudo dpkg --set-selections


Posted by 헤즈

2007/07/17 03:16 2007/07/17 03:16
Response
No Trackback , 2 Comments
RSS :
http://blog.haz3.com/rss/response/90

Trackback URL : http://blog.haz3.com/trackback/90

« Previous : 1 : ... 126 : 127 : 128 : 129 : 130 : 131 : 132 : 133 : 134 : ... 217 : Next »

블로그 이미지

행복... 하길.

- 헤즈

Notices

Archives

Authors

  1. 헤즈

Calendar

«   2010/09   »
      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    

Site Stats

Total hits:
118014
Today:
17
Yesterday:
52