Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 398881
Collapse All | Expand All

(-)file_not_specified_in_diff (-12 / +7 lines)
Line  Link Here
0
-- libxspf-1.2.0.ebuild
0
++ libxspf-1.2.0.ebuild
Lines 2-9 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-libs/libxspf/libxspf-1.2.0.ebuild,v 1.7 2009/06/01 15:32:45 fmccor Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/libxspf/libxspf-1.2.0.ebuild,v 1.7 2009/06/01 15:32:45 fmccor Exp $
4
4
5
EAPI=2
5
EAPI=4
6
inherit eutils qt4
6
inherit eutils
7
7
8
DESCRIPTION="Playlist handling library"
8
DESCRIPTION="Playlist handling library"
9
HOMEPAGE="http://libspiff.sourceforge.net"
9
HOMEPAGE="http://libspiff.sourceforge.net"
Lines 25-30 Link Here
25
25
26
src_prepare() {
26
src_prepare() {
27
	epatch "${FILESDIR}"/${P}-gcc44.patch
27
	epatch "${FILESDIR}"/${P}-gcc44.patch
28
29
	# do not install missing files
30
	sed -e 's/gif,//' -i doc/Makefile* \
31
		-i bindings/c/doc/Makefile* || die "sed failed"
28
}
32
}
29
33
30
src_configure() {
34
src_configure() {
Lines 34-45 Link Here
34
		$(use_enable test) \
38
		$(use_enable test) \
35
		$(use_enable doc)
39
		$(use_enable doc)
36
}
40
}
37
38
src_compile() {
39
	emake || die "emake failed"
40
}
41
42
src_install() {
43
	emake DESTDIR="${D}" install || die "emake install failed"
44
	dodoc AUTHORS ChangeLog NEWS README THANKS
45
}

Return to bug 398881