Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 199963 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/media-sound/easytag/easytag-2.1.3.ebuild (+9 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.1.3.ebuild,v 1.7 2007/11/19 15:03:01 armin76 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.1.3.ebuild,v 1.7 2007/11/19 15:03:01 armin76 Exp $
4
4
5
inherit eutils
6
5
DESCRIPTION="GTK+ utility for editing MP2, MP3, MP4, FLAC, Ogg and other media tags"
7
DESCRIPTION="GTK+ utility for editing MP2, MP3, MP4, FLAC, Ogg and other media tags"
6
HOMEPAGE="http://easytag.sourceforge.net"
8
HOMEPAGE="http://easytag.sourceforge.net"
7
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
9
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
Lines 24-29 Link Here
24
	dev-util/pkgconfig
26
	dev-util/pkgconfig
25
	sys-devel/gettext"
27
	sys-devel/gettext"
26
28
29
src_unpack() {
30
	unpack ${A}
31
	cd "${S}"
32
33
	epatch "${FILESDIR}"/${P}-.desktop-fixes.patch
34
}
35
27
src_compile() {
36
src_compile() {
28
	econf $(use_enable mp3) \
37
	econf $(use_enable mp3) \
29
		$(use_enable mp3 id3v23) \
38
		$(use_enable mp3 id3v23) \

Return to bug 199963