Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/urbanterror/
Date: Wed, 25 Oct 2017 17:44:04
Message-Id: 1508953431.a5aba94830934c4703d8526f32078c5f6bbda122.candrews@gentoo
1 commit: a5aba94830934c4703d8526f32078c5f6bbda122
2 Author: Nils Freydank <holgersson <AT> posteo <DOT> de>
3 AuthorDate: Wed Oct 25 17:34:50 2017 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 25 17:43:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5aba948
7
8 games-fps/urbanterror: Bump to 4.3.2_p20171016.
9
10 Package-Manager: Portage-2.3.12, Repoman-2.3.3
11
12 Closes: https://github.com/gentoo/gentoo/pull/6050
13
14 games-fps/urbanterror/Manifest | 1 +
15 .../urbanterror/urbanterror-4.3.2_p20171016.ebuild | 148 +++++++++++++++++++++
16 2 files changed, 149 insertions(+)
17
18 diff --git a/games-fps/urbanterror/Manifest b/games-fps/urbanterror/Manifest
19 index fee14dee34b..f6cf1e0db7a 100644
20 --- a/games-fps/urbanterror/Manifest
21 +++ b/games-fps/urbanterror/Manifest
22 @@ -1,3 +1,4 @@
23 DIST urbanterror-4.3.2_p20170426.tar.gz 10058308 SHA256 8009516332e1f77eae3681b436e099fdd42ffa55d2691694eedc0ca94b194878 SHA512 e8107ab44fdb40bc14a548239185905a01120bbe960b8713e5959df18330fd845761350c5e8e5efd5fbfec10ad62ff9fef68420406cc4cfbe2af69ee66eff1f3 WHIRLPOOL 6aac15e44b0695501195ae172133f4b6788b9dffa5442af20d11626ad27ffd597c7f070c0fb95b0e0e8b8b3d6cf0e1bfc40b0a16abaa27c8f932ee90f19a1824
24 DIST urbanterror-4.3.2_p20170713.tar.gz 9984763 SHA256 cf1784a3bd00451fe1bda3267235ea3eee93da65880f15fd13c07681952b4859 SHA512 09fd2232c3cbdde001b8d037f2667a55a584378615f2da10c6815797748028f36b75c899ca4fd1d7d97a33f4b3ddbaa4d271b36b5eabf3bf9e81852ef15864a4 WHIRLPOOL 2bed79adc1dc338d74212263105c03bad51391f8c9e9e543ad54f6d6006cea4a8ebfc0e601400338b941d799dc0f642f71478dc68ad84a50718043f06f042290
25 DIST urbanterror-4.3.2_p20170915.tar.gz 10061394 SHA256 fe37df609d763247a0bfaa7dedb33ca45a8aa523467b16f1a585ca8a08b03078 SHA512 d22bc3a0d8d191f797f5b1e7a0671424ca6dafbe5a3bd7fbfcd0e7249b9b4b6e790a64cdf7c93690d032b38f92aee703e9e302701084703d7a79d8f60cc2433e WHIRLPOOL 912201a55822dcf8423f77023f01882339739984dc9e9bdb5dca55763271c56158b47fd137da83d6e56c7625e49df8b5fc5299af646e91104e1f53cad9a50fcb
26 +DIST urbanterror-4.3.2_p20171016.tar.gz 10061989 SHA256 a345cae14ce1f445ef1ed9d883f4f06e0365fdfa05c50d2f34bfcdb89744e405 SHA512 b35bd08f6058d73eecd48304609f7064637e9f1fcad7b22a93a9fdb43f003b93c3c52f3e9a7fc4c468d70fed4ba687bcdcfa0c8749252a12d2eab1cf3ab956ea WHIRLPOOL d4a519b1c9a7e63a98e9901c815e73f1c467412f6ad6757dafd6c4afb013bd9c3d4da3155cdc91c728113078e466d39fa68c1bb404e8019ad75984bf683370ff
27
28 diff --git a/games-fps/urbanterror/urbanterror-4.3.2_p20171016.ebuild b/games-fps/urbanterror/urbanterror-4.3.2_p20171016.ebuild
29 new file mode 100644
30 index 00000000000..468e8992705
31 --- /dev/null
32 +++ b/games-fps/urbanterror/urbanterror-4.3.2_p20171016.ebuild
33 @@ -0,0 +1,148 @@
34 +# Copyright 1999-2017 Gentoo Foundation
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI="6"
38 +inherit flag-o-matic gnome2-utils
39 +
40 +DESCRIPTION="Hollywood tactical shooter based on the ioquake3 engine"
41 +HOMEPAGE="http://urbanterror.info https://github.com/mickael9/ioq3"
42 +
43 +if [[ ${PV} == "9999" ]]; then
44 + inherit git-r3
45 + EGIT_REPO_URI="https://github.com/mickael9/ioq3.git"
46 + EGIT_BRANCH="urt"
47 +else
48 + COMMIT_ID="3e555ab1405c38556cbfcdd42eac23a4af49e633"
49 + SRC_URI="https://github.com/mickael9/ioq3/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
50 + S="${WORKDIR}/ioq3-${COMMIT_ID}"
51 + KEYWORDS="~amd64 ~x86"
52 +fi
53 +
54 +LICENSE="GPL-2"
55 +SLOT="0"
56 +IUSE="+altgamma +client +curl debug mumble openal +opus server voip vorbis"
57 +REQUIRED_USE=" || ( client server )"
58 +
59 +PATCHES=( "${FILESDIR}"/${PN}-4.3-respect_CFLAGS.patch )
60 +
61 +RDEPEND="
62 + client? (
63 + media-libs/libsdl2[X,sound,joystick,opengl,video]
64 + mumble? ( media-sound/mumble )
65 + openal? ( media-libs/openal )
66 + opus? ( media-libs/opusfile )
67 + vorbis? (
68 + media-libs/libogg
69 + media-libs/libvorbis
70 + )
71 + )
72 + curl? ( net-misc/curl )
73 + ~games-fps/urbanterror-data-4.3.2
74 + sys-libs/zlib[minizip]
75 + virtual/jpeg:0
76 +"
77 +
78 +DEPEND="${RDEPEND}"
79 +
80 +pkg_pretend() {
81 + if use client; then
82 + if ! use openal && ! use opus && ! use vorbis; then
83 + ewarn
84 + ewarn "No sound implementation selected. Enable 'openal', 'opus' or 'vorbis' USE flag to get sound!"
85 + fi
86 + fi
87 +}
88 +
89 +src_compile() {
90 + # Workaround for used zlib macro, wrt bug #449510
91 + append-flags "-DOF=_Z_OF"
92 + local my_arch=$(usex amd64 "x86_64" "i386")
93 +
94 + emake \
95 + ARCH=${my_arch} \
96 + DEFAULT_BASEDIR="/usr/share/urbanterror" \
97 + BUILD_CLIENT=$(usex "client" 1 0) \
98 + BUILD_SERVER=$(usex "server" 1 0) \
99 + BUILD_BASEGAME=1 \
100 + BUILD_MISSIONPACK=0 \
101 + BUILD_GAME_SO=0 \
102 + BUILD_GAME_QVM=0 \
103 + BUILD_STANDALONE=1 \
104 + SERVERBIN="Quake3-UrT-Ded" \
105 + CLIENTBIN="Quake3-UrT" \
106 + USE_RENDERER_DLOPEN=0 \
107 + USE_YACC=0 \
108 + BASEGAME="q3ut4"\
109 + BASEGAME_CFLAGS="${CFLAGS}" \
110 + USE_OPENAL=$(usex "openal" 1 0) \
111 + USE_OPENAL_DLOPEN=$(usex "openal" 1 0) \
112 + USE_CURL=$(usex "curl" 1 0) \
113 + USE_CURL_DLOPEN=$(usex "curl" 1 0) \
114 + USE_CODEC_VORBIS=$(usex "vorbis" 1 0) \
115 + USE_CODEC_OPUS=$(usex "opus" 1 0) \
116 + USE_MUMBLE=$(usex "mumble" 1 0) \
117 + USE_VOIP=$(usex "mumble" 1 0) \
118 + USE_INTERNAL_LIBS=0 \
119 + USE_LOCAL_HEADERS=0 \
120 + USE_ALTGAMMA=$(usex "altgamma" 1 0)
121 +}
122 +
123 +src_install() {
124 + local my_arch=$(usex amd64 "x86_64" "i386")
125 + # docs from ioq3, not from UrbanTerror ZIP file
126 + dodoc ChangeLog README.md README.ioq3.md md4-readme.txt
127 +
128 + if use client; then
129 + newbin build/$(usex debug "debug" "release")-linux-${my_arch}/Quake3-UrT.${my_arch} ${PN}
130 + # Shooter as defined in https://specifications.freedesktop.org/menu-spec/latest/apas02.html
131 + make_desktop_entry ${PN} "UrbanTerror" ${PN}
132 + fi
133 +
134 + if use server && ! use client; then
135 + # dedicated server only
136 + newbin build/$(usex debug "debug" "release")-linux-${my_arch}/Quake3-UrT-Ded.${my_arch} ${PN}-ded
137 + fi
138 +}
139 +
140 +pkg_preinst() {
141 + use client && gnome2_icon_savelist
142 +}
143 +
144 +pkg_postinst() {
145 + use client && gnome2_icon_cache_update
146 +
147 + if [[ -z "${REPLACING_VERSIONS}" ]]; then
148 + # This is a new installation
149 + if use openal; then
150 + elog ""
151 + elog "You might need to set:"
152 + elog " seta s_useopenal \"1\""
153 + elog "in your ~/.q3a/q3ut4/q3config.cfg for openal to work."
154 + fi
155 +
156 + if use altgamma; then
157 + elog ""
158 + elog "You might need to set:"
159 + elog " seta r_altgamma \"1\""
160 + elog "in your ~/.q3a/q3ut4/q3config.cfg for altgamma to work."
161 + fi
162 +
163 + if ! use altgamma; then
164 + elog ""
165 + elog "If you are using a modesetting graphics driver you might"
166 + elog "consider setting USE=\"altgamma\"."
167 + elog "For details take a look at:"
168 + elog "https://bugs.freedesktop.org/show_bug.cgi?id=27222"
169 + fi
170 + if ! use client; then
171 + elog ""
172 + elog "You disabled client support. You won't be able to connect"
173 + elog "to any servers and play. If you want to do so, enable"
174 + elog "USE=\"client\"."
175 + fi
176 + fi
177 +}
178 +
179 +pkg_postrm() {
180 + use client && gnome2_icon_cache_update
181 +}