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

Collapse All | Expand All

(-)../../../gentoo/games-fps/warsow/warsow-0.5-r1.ebuild (-5 / +10 lines)
Lines 8-15 Link Here
8
MY_P=${PN}_${PV}
8
MY_P=${PN}_${PV}
9
DESCRIPTION="Multiplayer FPS based on the QFusion engine (evolved from Quake 2)"
9
DESCRIPTION="Multiplayer FPS based on the QFusion engine (evolved from Quake 2)"
10
HOMEPAGE="http://www.warsow.net/"
10
HOMEPAGE="http://www.warsow.net/"
11
SRC_URI="http://static.warsow.net/release/${MY_P}_unified.zip
11
SRC_URI="http://www.zcdn.org/dl/${MY_P}_unified.zip
12
	http://static.warsow.net/release/${MY_P}_sdk.zip
12
	http://www.zcdn.org/dl/${MY_P}_sdk.zip
13
	mirror://gentoo/${PN}.png"
13
	mirror://gentoo/${PN}.png"
14
14
15
LICENSE="GPL-2 warsow"
15
LICENSE="GPL-2 warsow"
Lines 50-61 Link Here
50
		-e "s:jpeg_mem_src:_&:" \
50
		-e "s:jpeg_mem_src:_&:" \
51
		ref_gl/r_image.c || die
51
		ref_gl/r_image.c || die
52
52
53
	# The message-angelwrap target deletes the angelscript library
54
	sed -i \
55
		-e '/-@rm $(ANGELSCRIPT_LIB)/d' \
56
		Makefile || die
57
53
	cd "${WORKDIR}"
58
	cd "${WORKDIR}"
54
	rm -rf docs/old
59
	rm -rf docs/old
55
	epatch \
60
	epatch \
56
		"${FILESDIR}"/${P}-build.patch \
61
		"${FILESDIR}"/${P}-build-game.patch \
57
		"${FILESDIR}"/${P}-openal.patch \
62
		"${FILESDIR}"/${P}-build-no-start-scripts.patch \
58
		"${FILESDIR}"/${P}-pic.patch
63
		"${FILESDIR}"/${PN}-0.5-pic.patch
59
}
64
}
60
65
61
src_compile() {
66
src_compile() {

Return to bug 349349