* [gentoo-commits] repo/gentoo:master commit in: games-fps/openarena/
@ 2016-01-03 6:16 Michael Sterrett
0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett @ 2016-01-03 6:16 UTC (permalink / raw
To: gentoo-commits
commit: aedcbab6f78483b925fa03a4a2c6a3d69e911705
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 3 04:29:13 2016 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sun Jan 3 06:14:58 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aedcbab6
games-fps/openarena: add slot dep for virtual/jpeg
Package-Manager: portage-2.2.24
games-fps/openarena/openarena-0.8.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-fps/openarena/openarena-0.8.8.ebuild b/games-fps/openarena/openarena-0.8.8.ebuild
index f48a436..51d41c8 100644
--- a/games-fps/openarena/openarena-0.8.8.ebuild
+++ b/games-fps/openarena/openarena-0.8.8.ebuild
@@ -18,7 +18,7 @@ IUSE="+curl +openal +vorbis"
RDEPEND="virtual/opengl
media-libs/libsdl[joystick,opengl,video]
media-libs/speex
- virtual/jpeg
+ virtual/jpeg:0
x11-libs/libXext
x11-libs/libX11
x11-libs/libXau
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/openarena/
@ 2017-12-17 22:37 Andreas Sturmlechner
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2017-12-17 22:37 UTC (permalink / raw
To: gentoo-commits
commit: 071ac806937fff093a13564fa63b62e4c901bf33
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 22:34:55 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 22:37:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071ac806
games-fps/openarena: Add missing DEPEND
Closes: https://bugs.gentoo.org/625666
Package-Manager: Portage-2.3.19, Repoman-2.3.6
games-fps/openarena/openarena-0.8.8.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/games-fps/openarena/openarena-0.8.8.ebuild b/games-fps/openarena/openarena-0.8.8.ebuild
index f35c2fbe563..63ae4394887 100644
--- a/games-fps/openarena/openarena-0.8.8.ebuild
+++ b/games-fps/openarena/openarena-0.8.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -14,10 +14,12 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+curl +openal +vorbis"
-RDEPEND="virtual/opengl
+RDEPEND="
media-libs/libsdl[joystick,opengl,video]
media-libs/speex
+ media-libs/speexdsp
virtual/jpeg:0
+ virtual/opengl
x11-libs/libXext
x11-libs/libX11
x11-libs/libXau
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/openarena/
@ 2019-10-19 22:24 James Le Cuirot
0 siblings, 0 replies; 3+ messages in thread
From: James Le Cuirot @ 2019-10-19 22:24 UTC (permalink / raw
To: gentoo-commits
commit: 5ecbed8544680aa105f16e8408ae1a2082686916
Author: Alexey Sokolov <sokolov <AT> google <DOT> com>
AuthorDate: Fri Oct 18 23:51:16 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 22:22:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ecbed85
games-fps/openarena: support building only a server
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Alexey Sokolov <sokolov <AT> google.com>
Closes: https://github.com/gentoo/gentoo/pull/13336
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-fps/openarena/metadata.xml | 3 +++
games-fps/openarena/openarena-0.8.8-r1.ebuild | 39 +++++++++++++++------------
2 files changed, 25 insertions(+), 17 deletions(-)
diff --git a/games-fps/openarena/metadata.xml b/games-fps/openarena/metadata.xml
index fb6c4d02068..ec45d585b91 100644
--- a/games-fps/openarena/metadata.xml
+++ b/games-fps/openarena/metadata.xml
@@ -5,6 +5,9 @@
<email>games@gentoo.org</email>
<name>Gentoo Games Project</name>
</maintainer>
+ <use>
+ <flag name="client">Build OpenArena client</flag>
+ </use>
<upstream>
<remote-id type="sourceforge">oarena</remote-id>
</upstream>
diff --git a/games-fps/openarena/openarena-0.8.8-r1.ebuild b/games-fps/openarena/openarena-0.8.8-r1.ebuild
index 7440f19e8ec..f9a04f80a0b 100644
--- a/games-fps/openarena/openarena-0.8.8-r1.ebuild
+++ b/games-fps/openarena/openarena-0.8.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,21 +12,23 @@ SRC_URI="mirror://sourceforge/oarena/${P}.zip
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="+curl +openal +vorbis"
+IUSE="+client +curl +openal +vorbis"
RDEPEND="
- media-libs/libsdl[joystick,opengl,video]
- media-libs/speex
- media-libs/speexdsp
- virtual/jpeg:0
- virtual/opengl
- x11-libs/libXext
- x11-libs/libX11
- x11-libs/libXau
- x11-libs/libXdmcp
- curl? ( net-misc/curl )
- openal? ( media-libs/openal )
- vorbis? ( media-libs/libvorbis )
+ client? (
+ media-libs/libsdl[joystick,opengl,video]
+ media-libs/speex
+ media-libs/speexdsp
+ virtual/jpeg:0
+ virtual/opengl
+ x11-libs/libXext
+ x11-libs/libX11
+ x11-libs/libXau
+ x11-libs/libXdmcp
+ curl? ( net-misc/curl )
+ openal? ( media-libs/openal )
+ vorbis? ( media-libs/libvorbis )
+ )
"
DEPEND="${RDEPEND}
app-arch/unzip
@@ -52,6 +54,7 @@ src_compile() {
# also build always server and use smp by default
myopts="USE_INTERNAL_SPEEX=0 USE_VOIP=1 USE_MUMBLE=0
BUILD_SERVER=1 BUILD_CLIENT_SMP=1 USE_LOCAL_HEADERS=0"
+ use client || myopts="${myopts} BUILD_CLIENT=0"
use curl || myopts="${myopts} USE_CURL=0"
use openal || myopts="${myopts} USE_OPENAL=0"
use vorbis || myopts="${myopts} USE_CODEC_VORBIS=0"
@@ -67,7 +70,7 @@ src_compile() {
src_install() {
cd "${MY_S}"/"${BUILD_DIR}"
- newbin openarena-smp.* "${PN}"
+ use client && newbin openarena-smp.* "${PN}"
newbin oa_ded.* "${PN}-ded"
cd "${S}"
@@ -75,6 +78,8 @@ src_install() {
doins -r baseoa missionpack
dodoc CHANGES CREDITS LINUXNOTES README
- newicon "${MY_S}"/misc/quake3.png ${PN}.png
- make_desktop_entry ${PN} "OpenArena"
+ if use client; then
+ newicon "${MY_S}"/misc/quake3.png ${PN}.png
+ make_desktop_entry ${PN} "OpenArena"
+ fi
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-10-19 22:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-19 22:24 [gentoo-commits] repo/gentoo:master commit in: games-fps/openarena/ James Le Cuirot
-- strict thread matches above, loose matches on Subject: below --
2017-12-17 22:37 Andreas Sturmlechner
2016-01-03 6:16 Michael Sterrett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox