Urbanterror: extra dependencies removed.
This commit is contained in:
parent
8fa377beaa
commit
b62780cf0a
|
@ -27,25 +27,27 @@ unset UPDATE_I
|
||||||
LICENSE="GPL-2 Q3AEULA-20000111 urbanterror-4.2-maps"
|
LICENSE="GPL-2 Q3AEULA-20000111 urbanterror-4.2-maps"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="amd64 x86"
|
KEYWORDS="amd64 x86"
|
||||||
IUSE="+altgamma +curl debug dedicated openal pax_kernel +sdl server smp vorbis"
|
IUSE="altgamma client +curl debug dedicated mumble openal pax_kernel opus server smp voip vorbis"
|
||||||
RESTRICT="mirror"
|
RESTRICT="mirror"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
!dedicated? (
|
client? (
|
||||||
virtual/opengl
|
media-libs/libsdl2[X,sound,joystick,opengl,video]
|
||||||
curl? ( net-misc/curl )
|
mumble? ( media-sound/mumble )
|
||||||
openal? ( media-libs/openal )
|
openal? ( media-libs/openal )
|
||||||
sdl? ( media-libs/libsdl[X,sound,joystick,opengl,video] )
|
opus? ( media-libs/opusfile )
|
||||||
!sdl? ( x11-libs/libX11
|
vorbis? (
|
||||||
x11-libs/libXext
|
media-libs/libogg
|
||||||
x11-libs/libXxf86dga
|
media-libs/libvorbis
|
||||||
x11-libs/libXxf86vm )
|
)
|
||||||
vorbis? ( media-libs/libogg
|
)
|
||||||
media-libs/libvorbis )
|
curl? ( net-misc/curl )
|
||||||
)"
|
~games-fps/urbanterror-data-4.3.2
|
||||||
DEPEND="${RDEPEND}
|
sys-libs/zlib[minizip]
|
||||||
app-arch/unzip
|
virtual/jpeg:0
|
||||||
dedicated? ( curl? ( net-misc/curl ) )"
|
"
|
||||||
|
|
||||||
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
S=${WORKDIR}/ioq3-for-UrbanTerror-4-release-${ENGINE_PV}
|
S=${WORKDIR}/ioq3-for-UrbanTerror-4-release-${ENGINE_PV}
|
||||||
S_DATA=${WORKDIR}/UrbanTerror43
|
S_DATA=${WORKDIR}/UrbanTerror43
|
||||||
|
@ -90,7 +92,6 @@ src_compile() {
|
||||||
BUILD_CLIENT=$(nobuildit dedicated) \
|
BUILD_CLIENT=$(nobuildit dedicated) \
|
||||||
BUILD_CLIENT_SMP=$(usex smp "$(nobuildit dedicated)" "0") \
|
BUILD_CLIENT_SMP=$(usex smp "$(nobuildit dedicated)" "0") \
|
||||||
BUILD_SERVER=$(usex dedicated "1" "$(buildit server)") \
|
BUILD_SERVER=$(usex dedicated "1" "$(buildit server)") \
|
||||||
USE_SDL=$(buildit sdl) \
|
|
||||||
USE_OPENAL=$(buildit openal) \
|
USE_OPENAL=$(buildit openal) \
|
||||||
USE_OPENAL_DLOPEN=0 \
|
USE_OPENAL_DLOPEN=0 \
|
||||||
USE_CURL=$(buildit curl) \
|
USE_CURL=$(buildit curl) \
|
||||||
|
|
|
@ -11,7 +11,7 @@ dev-libs/libxml2 icu python
|
||||||
dev-perl/GD png
|
dev-perl/GD png
|
||||||
dev-vcs/git -python
|
dev-vcs/git -python
|
||||||
games-action/minetest leveldb
|
games-action/minetest leveldb
|
||||||
games-fps/urbanterror -client server
|
games-fps/urbanterror -client dedicated server
|
||||||
mail-filter/amavisd-new clamav spamassassin
|
mail-filter/amavisd-new clamav spamassassin
|
||||||
mail-mta/postfix dovecot-sasl
|
mail-mta/postfix dovecot-sasl
|
||||||
media-gfx/graphviz cairo
|
media-gfx/graphviz cairo
|
||||||
|
|
Loading…
Reference in New Issue