View | Details | Raw Unified
Collapse All | Expand All

(-) easytag-1.99.10.ebuild (-4 / +5 lines)
 Lines 9-18    Link Here 
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 )"
 Lines 21-27    Link Here 
		$(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
}
}