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

Collapse All | Expand All

(-)/usr/portage/media-libs/tunepimp/tunepimp-0.3.0.ebuild (-4 / +6 lines)
Lines 4-16 Link Here
4
4
5
inherit eutils distutils perl-module
5
inherit eutils distutils perl-module
6
6
7
MY_P=${P/_/-}
7
DESCRIPTION="Client library to create MusicBrainz enabled tagging applications"
8
DESCRIPTION="Client library to create MusicBrainz enabled tagging applications"
8
HOMEPAGE="http://www.musicbrainz.org/products/tunepimp"
9
HOMEPAGE="http://www.musicbrainz.org/products/tunepimp"
9
SRC_URI="http://ftp.musicbrainz.org/pub/musicbrainz/lib${P}.tar.gz"
10
SRC_URI="http://ftp.musicbrainz.org/pub/musicbrainz/picard/lib${MY_P}.tar.gz"
10
11
11
LICENSE="GPL-2"
12
LICENSE="GPL-2"
12
SLOT="0"
13
SLOT="0"
13
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
14
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
14
IUSE="flac mad oggvorbis readline python perl"
15
IUSE="flac mad oggvorbis readline python perl"
15
16
16
RDEPEND="dev-libs/expat"
17
RDEPEND="dev-libs/expat"
Lines 23-32 Link Here
23
	dev-util/pkgconfig
24
	dev-util/pkgconfig
24
	!media-sound/trm"
25
	!media-sound/trm"
25
26
26
S=${WORKDIR}/lib${P}
27
S=${WORKDIR}/lib${MY_P}
27
28
28
src_compile() {
29
src_compile() {
29
	epatch ${FILESDIR}/thread.patch
30
	#the stock Makefile.am resulted in a sandbox violation
31
	epatch ${FILESDIR}/Makefile.am.patch
30
	econf || die "configure failed"
32
	econf || die "configure failed"
31
	emake || die "emake failed"
33
	emake || die "emake failed"
32
	if use perl; then
34
	if use perl; then

Return to bug 80305