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

(-)lightspark-0.8.0_p20180401.ebuild (-3 / +2 lines)
Lines 4-13 Link Here
4
EAPI=6
4
EAPI=6
5
inherit cmake-utils gnome2-utils nsplugins toolchain-funcs xdg-utils
5
inherit cmake-utils gnome2-utils nsplugins toolchain-funcs xdg-utils
6
6
7
EGIT_COMMIT="f6ed8284810ad91c277ed5d0835b215e7329450e"
8
DESCRIPTION="High performance flash player"
7
DESCRIPTION="High performance flash player"
9
HOMEPAGE="http://lightspark.github.io/"
8
HOMEPAGE="http://lightspark.github.io/"
10
SRC_URI="https://github.com/lightspark/lightspark/archive/${EGIT_COMMIT}.tar.gz -> ${PN}-${EGIT_COMMIT}.tar.gz"
9
SRC_URI="https://github.com/lightspark/lightspark/archive/${P}.tar.gz"
11
10
12
LICENSE="LGPL-3"
11
LICENSE="LGPL-3"
13
SLOT="0"
12
SLOT="0"
Lines 46-52 Link Here
46
	x86? ( dev-lang/nasm )
45
	x86? ( dev-lang/nasm )
47
	virtual/pkgconfig"
46
	virtual/pkgconfig"
48
47
49
S=${WORKDIR}/${PN}-${EGIT_COMMIT}
48
S=${WORKDIR}/${PN}-${P}
50
49
51
src_configure() {
50
src_configure() {
52
	local mycmakeargs=(
51
	local mycmakeargs=(

Return to bug 657788