|
|
LICENSE="GPL-2" | LICENSE="GPL-2" |
SLOT="0" | SLOT="0" |
KEYWORDS="~x86 ~amd64" | KEYWORDS="~x86 ~amd64" |
IUSE="nls vorbis flac" |
IUSE="aac flac mp3 nls vorbis" |
| |
RDEPEND=">=media-libs/id3lib-3.8.2 |
RDEPEND=">=x11-libs/gtk+-2.4.1 |
>=x11-libs/gtk+-2.4.1 |
mp3? ( >=media-libs/id3lib-3.8.2) |
flac? ( >=media-libs/flac-1.1.0 >=media-libs/libvorbis-1.0 ) | flac? ( >=media-libs/flac-1.1.0 >=media-libs/libvorbis-1.0 ) |
vorbis? ( >=media-libs/libvorbis-1.0 )" | vorbis? ( >=media-libs/libvorbis-1.0 )" |
| |
|
|
$(use_enable vorbis ogg) \ | $(use_enable vorbis ogg) \ |
$(use_enable nls) \ | $(use_enable nls) \ |
$(use_enable flac) \ | $(use_enable flac) \ |
--disable-mp4 \ |
$(use_enable aac mp4) \ |
|
$(use_enable mp3) \ |
|| die "econf failed" | || die "econf failed" |
emake || die | emake || die |
} | } |