Gentoo Archives: gentoo-ppc-dev

From: Kitae Kim <terry@×××××××××××.org>
To: gentooppc-dev@g.o
Subject: [gentooppc-dev] bbrun vlc and gaim ebuild work fine
Date: Thu, 15 Aug 2002 01:03:24
Message-Id: 1029391403.4301.49.camel@apple
1 Thanks Mark
2
3 I have more test..
4
5 x11-misc/bbrun/bbrun-1.3.ebuild
6 can emerge and work fine.
7
8 media-video/vlc/vlc-0.4.4.ebuild
9 can emerge and work fine.
10
11 net-im/gaim/gaim-0.59-r2.ebuild
12 can emerge and work fine,
13 but for korean I should change gaim-0.59-r2.ebuild a little,
14 for using another korean patch.
15 gentoo-ppc have gaim korean patch but it wouldn't work with msn nick
16 I using gaim-0.59-i18n.diff
17 from http://www.debian.or.kr/~alee/patches/
18 and change in gaim-0.59-r2.ebuild
19
20 use nls && patch -p0 < ${FILESDIR}/${P}-korean.patch
21
22 to
23
24 use nls
25 cd ${S}
26 patch -p0 < ${FILESDIR}/gaim-0.59-i18n.diff
27
28 Anyway original gaim-0.59-r2.ebuild work fine with english.
29
30 Kitae