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

Collapse All | Expand All

(-)/usr/portage/local/layman/sunrise/x11-libs/seom/seom-1.0.179.ebuild (-4 / +3 lines)
Lines 9-16 Link Here
9
DESCRIPTION="OpenGL video capturing library"
9
DESCRIPTION="OpenGL video capturing library"
10
HOMEPAGE="http://neopsis.com/projects/seom"
10
HOMEPAGE="http://neopsis.com/projects/seom"
11
11
12
MY_PV="$(replace_version_separator 2 '-')"
12
SRC_URI="http://dbservice.com/ftpdir/tom/${PN}/trunk/${P}.tar.bz2"
13
SRC_URI="http://dbservice.com/ftpdir/tom/seom/trunk/seom-${MY_PV}.tar.bz2"
14
13
15
LICENSE="GPL-2"
14
LICENSE="GPL-2"
16
SLOT="0"
15
SLOT="0"
Lines 22-28 Link Here
22
src_unpack() {
21
src_unpack() {
23
	for ABI in $(get_install_abis); do
22
	for ABI in $(get_install_abis); do
24
		unpack ${A}
23
		unpack ${A}
25
		mv "${PN}-${MY_PV}" "${ABI}"
24
		mv "${P}" "${ABI}"
26
	done
25
	done
27
}
26
}
28
27
Lines 30-36 Link Here
30
	for ABI in $(get_install_abis); do
29
	for ABI in $(get_install_abis); do
31
		cd "${WORKDIR}/${ABI}"
30
		cd "${WORKDIR}/${ABI}"
32
31
33
		econf --prefix="/usr" || die "econf failed"
32
		econf --arch="${ABI}" --prefix="/usr" || die "econf failed"
34
		emake CC="$(tc-getCC) $(get_abi_CFLAGS ${ABI})" || die "emake failed"
33
		emake CC="$(tc-getCC) $(get_abi_CFLAGS ${ABI})" || die "emake failed"
35
	done
34
	done
36
}
35
}

Return to bug 151988