blob: 7548dcc3a52250f95ebb382f8e76f5941ac95a82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
|
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
LUA_COMPAT=( lua5-1 )
inherit lua-single mono-env xdg-utils
MY_PV=release-${PV}
#MY_PV=playtest-${PV}
DESCRIPTION="A free RTS engine supporting games like Command & Conquer, Red Alert and Dune2k"
HOMEPAGE="https://www.openra.net/"
# This sed one-liner was used to generate the SRC_URI list
# below. Ideally we would package these DLLs separately instead but
# Gentoo Dotnet doesn't seem to be in great shape right now.
#
# sed -n -r -e 's@.*curl.*(https:[^ ]+/([^/]+)/([^.]+)([^ ]+)).*@\1 -> \3-\2\4@p' \
# -e 's@.*noget\.sh ([^ ]+) ([^ ]+).*@https://www.nuget.org/api/v2/package/\1/\2 -> \1-\2.zip@p' \
# "${S}"/thirdparty/fetch-thirdparty-deps.sh | grep -v 'NUnit\|StyleCop' | sort
SRC_URI="https://github.com/OpenRA/OpenRA/archive/${MY_PV}.tar.gz -> ${P}.tar.gz
https://github.com/OpenRA/Eluant/releases/download/20160124/Eluant.dll -> Eluant-20160124.dll
https://github.com/OpenRA/OpenAL-CS/releases/download/20151227/OpenAL-CS.dll.config -> OpenAL-CS-20151227.dll.config
https://github.com/OpenRA/OpenAL-CS/releases/download/20151227/OpenAL-CS.dll -> OpenAL-CS-20151227.dll
https://github.com/OpenRA/SDL2-CS/releases/download/20161223/SDL2-CS.dll.config -> SDL2-CS-20161223.dll.config
https://github.com/OpenRA/SDL2-CS/releases/download/20161223/SDL2-CS.dll -> SDL2-CS-20161223.dll
https://www.nuget.org/api/v2/package/FuzzyLogicLibrary/1.2.0 -> FuzzyLogicLibrary-1.2.0.zip
https://www.nuget.org/api/v2/package/MaxMind.Db/2.0.0 -> MaxMind.Db-2.0.0.zip
https://www.nuget.org/api/v2/package/Open.Nat/2.1.0 -> Open.Nat-2.1.0.zip
https://www.nuget.org/api/v2/package/rix0rrr.BeaconLib/1.0.1 -> rix0rrr.BeaconLib-1.0.1.zip
https://www.nuget.org/api/v2/package/SharpFont/4.0.1 -> SharpFont-4.0.1.zip
https://www.nuget.org/api/v2/package/SharpZipLib/0.86.0 -> SharpZipLib-0.86.0.zip"
# Engine is GPL-3, dependent DLLs are mixed.
LICENSE="GPL-3 Apache-2.0 BSD GPL-2 MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+debug geoip"
REQUIRED_USE="${LUA_REQUIRED_USE}"
RESTRICT="mirror test"
MONO_DEP=">=dev-lang/mono-4.2"
BDEPEND="
app-arch/unzip
${MONO_DEP}
"
DEPEND="
dev-dotnet/libgdiplus
${MONO_DEP}
"
RDEPEND="${DEPEND}
app-misc/ca-certificates
${LUA_DEPS}
media-libs/freetype:2
media-libs/libsdl2[opengl,video]
media-libs/openal
geoip? ( net-misc/geoipupdate )"
S="${WORKDIR}/OpenRA-${MY_PV}"
PATCHES=(
"${FILESDIR}"/${PN}-system-geoip.patch
)
DOCS=(
AUTHORS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
README.md
)
pkg_setup() {
lua-single_pkg_setup
mono-env_pkg_setup
}
src_unpack() {
local DOWNLOADS="${S}"/thirdparty/download
mkdir -p "${DOWNLOADS}" || die
# Stub out unnecessary development dependencies.
touch "${DOWNLOADS}"/{{nunit.framework,StyleCop{,Plus}}.dll,nunit3-console.exe} || die
for a in ${A}; do
case ${a} in
# Unpack engine sources.
${P}.tar.gz) unpack ${a} ;;
# Symlink other downloads, Makefile will extract and copy.
*) ln -snf "${DISTDIR}/${a}" "${DOWNLOADS}/${a%-[0-9]*}${a##*[0-9]}" || die ;;
esac
done
}
src_prepare() {
# Stub out attempts to download anything.
sed -i -r 's/^\s*(curl|wget)\b/: #\1/' thirdparty/{fetch-thirdparty-deps,noget}.sh || die
# Extract what is needed from the downloads.
emake cli-dependencies
default
}
src_compile() {
emake $(usex debug "" DEBUG=false)
emake VERSION=${MY_PV} version man-page
}
src_install() {
emake $(usex debug "" DEBUG=false) \
prefix="${EPREFIX}"/usr \
gameinstalldir='$(prefix)'/share/${PN} \
DESTDIR="${D}" \
VERSION=${MY_PV} \
install \
install-linux-mime \
install-linux-shortcuts \
install-man-page
einstalldocs
}
pkg_postinst() {
xdg_icon_cache_update
xdg_desktop_database_update
xdg_mimeinfo_database_update
if [[ ! -s ${EROOT}/usr/share/GeoIP/GeoLite2-Country.mmdb ]]; then
echo
ewarn "Multiplayer server locations will show as unknown until you install"
if use geoip; then
ewarn "a GeoIP database. Run emerge --config ${CATEGORY}/${PN}"
ewarn "occasionally to fetch one and keep it current."
else
ewarn "a GeoIP database. Start by enabling the geoip USE flag."
fi
fi
if [[ ! -d ${EROOT}/usr/share/.mono/certs ]]; then
echo
ewarn "The multiplayer server listing will not work at all until you install"
ewarn "CA certificates using Mono's cert-sync. Run emerge --config"
ewarn "${CATEGORY}/${PN} occasionally to set them up and keep them"
ewarn "current."
fi
}
pkg_postrm() {
xdg_icon_cache_update
xdg_desktop_database_update
xdg_mimeinfo_database_update
}
pkg_config() {
if use geoip; then
ebegin "Updating GeoIP database"
geoipupdate -d "${EROOT}"/usr/share/GeoIP
eend $?
fi
ebegin "Updating Mono CA certificates"
cert-sync --quiet "${EROOT}"/etc/ssl/certs/ca-certificates.crt
eend $?
if [[ -n ${ROOT} ]]; then
echo
ewarn "Mono's cert-sync cannot write to your ROOT system so you must manually"
ewarn "copy the certificates from ${BROOT}/usr/share/.mono to ${EROOT}/usr/share/.mono."
fi
}
|