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

(-)cuetools-1.3.1-r2.ebuild (-10 / +3 lines)
Lines 4-10 Link Here
4
4
5
EAPI=4
5
EAPI=4
6
6
7
inherit eutils flag-o-matic
7
inherit eutils
8
8
9
DESCRIPTION="Utilities to manipulate and convert cue and toc files"
9
DESCRIPTION="Utilities to manipulate and convert cue and toc files"
10
HOMEPAGE="http://developer.berlios.de/projects/cuetools/"
10
HOMEPAGE="http://developer.berlios.de/projects/cuetools/"
Lines 13-19 Link Here
13
13
14
LICENSE="GPL-2"
14
LICENSE="GPL-2"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="~amd64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
16
KEYWORDS="~amd64 ~x86"
17
IUSE="extras"
17
IUSE="extras"
18
18
19
DEPEND="sys-devel/bison
19
DEPEND="sys-devel/bison
Lines 22-39 Link Here
22
		media-sound/vorbis-tools
22
		media-sound/vorbis-tools
23
		media-libs/flac
23
		media-libs/flac
24
		media-sound/mp3info
24
		media-sound/mp3info
25
	)
25
	)"
26
	x86-interix? ( dev-libs/gnulib )"
27
26
28
src_prepare() {
27
src_prepare() {
29
	epatch "${WORKDIR}"/${P}-debian.patch \
28
	epatch "${WORKDIR}"/${P}-debian.patch \
30
		"${FILESDIR}"/${P}-flac.patch
29
		"${FILESDIR}"/${P}-flac.patch
31
32
	if [[ ${CHOST} == *-interix[35]* ]]; then
33
		append-cppflags -I"${EPREFIX}"/usr/$(get_libdir)/gnulib/include
34
		append-ldflags -L"${EPREFIX}"/usr/$(get_libdir)/gnulib/lib
35
		export LIBS="${LIBS} -lgnu"
36
	fi
37
}
30
}
38
31
39
src_install() {
32
src_install() {

Return to bug 433587