| 
									
										
										
										
											2016-02-25 14:26:10 +00:00
										 |  |  | # Copyright 2016 Julian Ospald <hasufell@posteo.de> | 
					
						
							|  |  |  | # Distributed under the terms of the GNU General Public License v2 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-05-26 12:43:51 +00:00
										 |  |  | require desktop-utils gtk-icon-cache | 
					
						
							| 
									
										
										
										
											2016-02-25 14:26:10 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-10-01 13:25:23 +00:00
										 |  |  | ENGINE_PV=4.3.0 | 
					
						
							|  |  |  | FULL_P=UrbanTerror43_full_2 | 
					
						
							| 
									
										
										
										
											2016-02-25 14:26:10 +00:00
										 |  |  | SUMMARY="Hollywood tactical shooter based on the ioquake3 engine" | 
					
						
							|  |  |  | HOMEPAGE="http://www.urbanterror.info/home/" | 
					
						
							| 
									
										
										
										
											2016-10-01 13:25:23 +00:00
										 |  |  | DOWNLOADS="https://up.barbatos.fr/urt/${FULL_P}.zip
 | 
					
						
							| 
									
										
										
										
											2016-02-25 14:28:07 +00:00
										 |  |  |     https://github.com/Barbatos/ioq3-for-UrbanTerror-4/archive/release-${ENGINE_PV}.tar.gz -> ${PN}-${ENGINE_PV}.tar.gz | 
					
						
							| 
									
										
										
										
											2016-10-01 13:25:23 +00:00
										 |  |  |     https://upload.wikimedia.org/wikipedia/commons/5/56/Urbanterror.svg -> ${PN}.svg"
 | 
					
						
							| 
									
										
										
										
											2016-02-25 14:26:10 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | LICENCES="GPL-2 Q3AEULA-20000111 urbanterror-4.2-maps" | 
					
						
							|  |  |  | SLOT="0" | 
					
						
							|  |  |  | PLATFORMS="-* ~amd64 ~x86" | 
					
						
							|  |  |  | MYOPTIONS="
 | 
					
						
							|  |  |  |     altgamma [[ description = [ Clearskies - X11-based gamma for Linux ] ]] | 
					
						
							|  |  |  |     ( platform: amd64 x86 ) | 
					
						
							|  |  |  | "
 | 
					
						
							|  |  |  | RESTRICT="mirror" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | DEPENDENCIES="
 | 
					
						
							|  |  |  |     build: | 
					
						
							|  |  |  |         virtual/unzip | 
					
						
							|  |  |  |     build+run: | 
					
						
							| 
									
										
										
										
											2016-02-25 14:28:07 +00:00
										 |  |  |         media-libs/SDL:0[X] | 
					
						
							|  |  |  |         media-libs/libogg | 
					
						
							|  |  |  |         net-misc/curl | 
					
						
							| 
									
										
										
										
											2016-02-25 14:26:10 +00:00
										 |  |  |         media-libs/libvorbis | 
					
						
							|  |  |  |         x11-dri/mesa | 
					
						
							| 
									
										
										
										
											2016-02-25 14:28:07 +00:00
										 |  |  |     "
 | 
					
						
							| 
									
										
										
										
											2016-02-25 14:26:10 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | WORK=${WORKBASE}/ioq3-for-UrbanTerror-4-release-${ENGINE_PV} | 
					
						
							| 
									
										
										
										
											2016-10-01 13:25:23 +00:00
										 |  |  | S_DATA=${WORKBASE}/${FULL_P%%_full*} | 
					
						
							| 
									
										
										
										
											2016-02-25 14:26:10 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | DEFAULT_SRC_PREPARE_PATCHES=( | 
					
						
							|  |  |  |     "${FILES}"/${PN}-${ENGINE_PV}-build.patch | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | src_unpack() { | 
					
						
							| 
									
										
										
										
											2016-02-25 14:28:07 +00:00
										 |  |  |     default | 
					
						
							| 
									
										
										
										
											2016-02-25 14:26:10 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | src_compile() { | 
					
						
							| 
									
										
										
										
											2016-05-13 20:41:29 +00:00
										 |  |  |     edo env -u TARGETS -u PLATFORM emake \
 | 
					
						
							| 
									
										
										
										
											2016-02-25 14:28:07 +00:00
										 |  |  |         ARCH=$(option platform:amd64 "x86_64" "i386") \
 | 
					
						
							| 
									
										
										
										
											2016-02-25 14:26:10 +00:00
										 |  |  |         PLATFORM=linux \
 | 
					
						
							| 
									
										
										
										
											2016-02-25 14:28:07 +00:00
										 |  |  |         DEFAULT_BASEDIR="/usr/share/${PN}" \
 | 
					
						
							|  |  |  |         BUILD_CLIENT=1 \
 | 
					
						
							|  |  |  |         BUILD_CLIENT_SMP=0 \
 | 
					
						
							|  |  |  |         BUILD_SERVER=1 \
 | 
					
						
							|  |  |  |         USE_SDL=1 \
 | 
					
						
							|  |  |  |         USE_OPENAL=0 \
 | 
					
						
							|  |  |  |         USE_OPENAL_DLOPEN=0 \
 | 
					
						
							|  |  |  |         USE_CODEC_VORBIS=1 \
 | 
					
						
							|  |  |  |         USE_ALTGAMMA=$(option altgamma 1 0) \
 | 
					
						
							|  |  |  |         USE_LOCAL_HEADERS=0 \
 | 
					
						
							|  |  |  |         Q="" \
 | 
					
						
							|  |  |  |         release | 
					
						
							| 
									
										
										
										
											2016-02-25 14:26:10 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | src_install() { | 
					
						
							|  |  |  |     local my_arch=$(option platform:amd64 "x86_64" "i386") | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-02-25 14:28:07 +00:00
										 |  |  |     dodoc ChangeLog README md4-readme.txt | 
					
						
							| 
									
										
										
										
											2016-10-01 13:25:23 +00:00
										 |  |  |     dodoc "${S_DATA}"/q3ut4/readme43.txt | 
					
						
							| 
									
										
										
										
											2016-02-25 14:28:07 +00:00
										 |  |  |     insinto /usr/share/${PN}/q3ut4 | 
					
						
							|  |  |  |     doins "${S_DATA}"/q3ut4/*.pk3 | 
					
						
							| 
									
										
										
										
											2016-02-25 14:26:10 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     newbin build/release-linux-${my_arch}/Quake3-UrT.${my_arch} ${PN} | 
					
						
							|  |  |  |     insinto /usr/share/icons/hicolor/scalable/apps | 
					
						
							|  |  |  |     doins "${FETCHEDDIR}"/${PN}.svg | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-05-26 12:43:51 +00:00
										 |  |  |     install_desktop_entry "Name=UrbanTerror" | 
					
						
							| 
									
										
										
										
											2016-02-25 14:26:10 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     newbin build/release-linux-${my_arch}/Quake3-UrT-Ded.${my_arch} \
 | 
					
						
							|  |  |  |         ${PN}-dedicated | 
					
						
							|  |  |  |     docinto examples | 
					
						
							|  |  |  |     dodoc "${S_DATA}"/q3ut4/{server_example.cfg,mapcycle_example.txt} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 |