From f78108598211053d41752a83e0345441bb9014ae Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 11 Feb 2018 16:09:52 +0000 Subject: gentoo resync : 11.02.2018 --- games-fps/Manifest.gz | Bin 21764 -> 21760 bytes games-fps/redeclipse/Manifest | 4 +- games-fps/redeclipse/files/redeclipse | 2 +- games-fps/redeclipse/redeclipse-1.6.0-r1.ebuild | 83 ----------- games-fps/redeclipse/redeclipse-1.6.0-r2.ebuild | 82 ++++++++++ games-fps/urbanterror/Manifest | 6 +- .../urbanterror/urbanterror-4.3.2_p20171208.ebuild | 163 -------------------- .../urbanterror/urbanterror-4.3.2_p20180103.ebuild | 163 -------------------- .../urbanterror/urbanterror-4.3.2_p20180206.ebuild | 166 +++++++++++++++++++++ 9 files changed, 253 insertions(+), 416 deletions(-) delete mode 100644 games-fps/redeclipse/redeclipse-1.6.0-r1.ebuild create mode 100644 games-fps/redeclipse/redeclipse-1.6.0-r2.ebuild delete mode 100644 games-fps/urbanterror/urbanterror-4.3.2_p20171208.ebuild delete mode 100644 games-fps/urbanterror/urbanterror-4.3.2_p20180103.ebuild create mode 100644 games-fps/urbanterror/urbanterror-4.3.2_p20180206.ebuild (limited to 'games-fps') diff --git a/games-fps/Manifest.gz b/games-fps/Manifest.gz index b859d78c22b9..574049b051a7 100644 Binary files a/games-fps/Manifest.gz and b/games-fps/Manifest.gz differ diff --git a/games-fps/redeclipse/Manifest b/games-fps/redeclipse/Manifest index 04f85ad3c4fe..29d9806b9deb 100644 --- a/games-fps/redeclipse/Manifest +++ b/games-fps/redeclipse/Manifest @@ -1,4 +1,4 @@ -AUX redeclipse 386 BLAKE2B 80358d6e91afb2bbdf5e9fad7c9c3e91ecf80f948831aa88ab1fea573b1ab338c430ae5b47306dd32f4963bf4c8e25c80b3cbe5633483d63fb496dce9e57423a SHA512 8fe0804dabc24ddd518f9f2be7f05f3d19d30f7b6f1a007c48015290225a9b616a1dbcb527720dac1014e368167d36ba4cdcee6cda6cc0f3d2e2db13f013e3b5 +AUX redeclipse 400 BLAKE2B e2f26d4883194948f32a68e1c7ebe0967b41f8cd7678aa282d1647beeefdd44952af9588ece5f7dddd2e4b6ea2ef51faac614eb88f435e382518ca82c01838de SHA512 da4deee6f5ffbc54bfeb501b3a3b4377a0cd04a2dca4284e51113d5073c9f267fb7d1a2b7b59095a200eeff17abff66d60de9b28106259aa0b2ce5b726912768 DIST redeclipse_1.6.0_nix.tar.bz2 898467399 BLAKE2B 85b4d02ea95cc44d902f6512ec5ce512583353107deb690ec24608d9b96fd4a6b7fd720250413a192cf7229b2f66294ddeb81230e5ace06abdcd4f6f3dc8d92f SHA512 e944aed8155b5e89e8df000516d4a019a63d38d7ad9c3982b2e111f8a20bc848a98e30c1b60f4fdaf006c2ff9e2cb04647c07778eb2562eaf7db733dbce11233 -EBUILD redeclipse-1.6.0-r1.ebuild 2025 BLAKE2B fa01f44125ff2837b50866172925c19c36e8d18f0a2ccb242a95b1840d77d584f50afa8e5286e471aca47c117aebb5ee7b7d8112655dfa26588a2a1ccd444156 SHA512 f5ff31381ffef0ae5acf06fccb137517cead82f421fbdeae6310e8fbc29ac4242e9a0645b01097d452c56d68f5d4aeb5c55dbb2d23589ee2fbf60e689ee269d9 +EBUILD redeclipse-1.6.0-r2.ebuild 2014 BLAKE2B 1c474efc6400b49768c6e579eb39c900417bf001eae4e5cda3e0ded3ec0de54322ee5ce1b941dd55e081c02830fdb28ce44ba0bf11c8e1efba61a3d821ef37a4 SHA512 b077d09de699b1697d73c0cbda7a1d4a194c159d396133a09fa8aca236b7960e7a77eced64ce52be04dd9081adcf2b763291e8d12d729d97277b3834a35e77e8 MISC metadata.xml 574 BLAKE2B 6a74f40eb547d6ebcc8ca987609c22ebf171cde9286351e2f459f8eb95e8545399dcce6107540c249bdfc0a431f3282a50ae8a1fbe6239cb1b372755dd638c36 SHA512 1f78ab3ec83d4c8887f2f15addf8935f0026a8494340b346ae4c694fd7bf753962830274c572036490d514b2683df8164f9943b6714cff8cebaba896d70d549d diff --git a/games-fps/redeclipse/files/redeclipse b/games-fps/redeclipse/files/redeclipse index 667765d11d93..9f2c62fead05 100644 --- a/games-fps/redeclipse/files/redeclipse +++ b/games-fps/redeclipse/files/redeclipse @@ -7,4 +7,4 @@ SERVER=/usr/bin/redeclipse_server_linux CLIENT=/usr/bin/redeclipse_linux cd /usr/share/redeclipse || exit 1 -[ "$0" = "redeclipse_server" ] && exec $SERVER || exec $CLIENT +[ "${0##*/}" = "redeclipse_server" ] && exec "${SERVER}" || exec "${CLIENT}" diff --git a/games-fps/redeclipse/redeclipse-1.6.0-r1.ebuild b/games-fps/redeclipse/redeclipse-1.6.0-r1.ebuild deleted file mode 100644 index 5a45262fd901..000000000000 --- a/games-fps/redeclipse/redeclipse-1.6.0-r1.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit desktop - -DESCRIPTION="First-person ego-shooter, built as a total conversion of Cube Engine 2" -HOMEPAGE="http://www.redeclipse.net/" -SRC_URI="https://github.com/red-eclipse/base/releases/download/v${PV}/${PN}_${PV}_nix.tar.bz2" - -# According to doc/license.txt file -LICENSE="HPND ZLIB CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="dedicated" - -DEPEND="!dedicated? ( - media-libs/freetype:2 - media-libs/libsdl:0[opengl] - media-libs/sdl2-image:0[jpeg,png] - media-libs/sdl2-mixer:0[mp3,vorbis] - virtual/opengl - x11-libs/libX11 - ) - >=net-libs/enet-1.3.9 - sys-libs/zlib" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -e "s:@APPNAME@:${PN}:" \ - src/install/nix/redeclipse.desktop.am \ - > src/install/nix/redeclipse.desktop || die - - if ! use dedicated; then - sed -e "s:@LIBEXECDIR@:/usr/libexec:g" \ - -e "s:@DATADIR@:/usr/share:g" \ - -e "s:@DOCDIR@:/usr/share/doc/${PF}:" \ - -e "s:@CAPPNAME@:${PN^^}:g" \ - -e "s:@APPNAME@:${PN}:g" \ - doc/man/redeclipse.6.am \ - > doc/man/redeclipse.6 || die - fi - - sed -e "s:@LIBEXECDIR@:/usr/libexec:g" \ - -e "s:@DATADIR@:/usr/share:g" \ - -e "s:@DOCDIR@:/usr/share/doc/${PF}:" \ - -e "s:@CAPPNAME@:${PN^^}:g" \ - -e "s:@APPNAME@:${PN}:g" \ - doc/man/redeclipse-server.6.am \ - > doc/man/redeclipse-server.6 || die - - default -} - -src_compile() { - if ! use dedicated; then - emake CXXFLAGS="${CXXFLAGS}" STRIP= -C src client server - else - emake CXXFLAGS="${CXXFLAGS}" STRIP= -C src server - fi -} - -src_install() { - insinto /usr/share/redeclipse - doins -r config data - - dobin src/redeclipse_server_linux - - if ! use dedicated; then - dobin src/redeclipse_linux - newicon "src/install/nix/${PN}_x128.png" "${PN}.png" - domenu "src/install/nix/${PN}.desktop" - doman doc/man/redeclipse.6 - fi - - dobin "${FILESDIR}/redeclipse" - cd /usr/bin || die - dosym redeclipse redeclipse_server - - doman doc/man/redeclipse-server.6 - dodoc readme.txt doc/examples/servinit.cfg -} diff --git a/games-fps/redeclipse/redeclipse-1.6.0-r2.ebuild b/games-fps/redeclipse/redeclipse-1.6.0-r2.ebuild new file mode 100644 index 000000000000..f809f77f1513 --- /dev/null +++ b/games-fps/redeclipse/redeclipse-1.6.0-r2.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit desktop + +DESCRIPTION="First-person ego-shooter, built as a total conversion of Cube Engine 2" +HOMEPAGE="http://www.redeclipse.net/" +SRC_URI="https://github.com/red-eclipse/base/releases/download/v${PV}/${PN}_${PV}_nix.tar.bz2" + +# According to doc/license.txt file +LICENSE="HPND ZLIB CC-BY-SA-3.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="dedicated" + +DEPEND="!dedicated? ( + media-libs/freetype:2 + media-libs/libsdl:0[opengl] + media-libs/sdl2-image:0[jpeg,png] + media-libs/sdl2-mixer:0[mp3,vorbis] + virtual/opengl + x11-libs/libX11 + ) + >=net-libs/enet-1.3.9 + sys-libs/zlib" +RDEPEND="${DEPEND}" + +src_prepare() { + sed -e "s:@APPNAME@:${PN}:" \ + src/install/nix/redeclipse.desktop.am \ + > src/install/nix/redeclipse.desktop || die + + if ! use dedicated; then + sed -e "s:@LIBEXECDIR@:/usr/libexec:g" \ + -e "s:@DATADIR@:/usr/share:g" \ + -e "s:@DOCDIR@:/usr/share/doc/${PF}:" \ + -e "s:@CAPPNAME@:${PN^^}:g" \ + -e "s:@APPNAME@:${PN}:g" \ + doc/man/redeclipse.6.am \ + > doc/man/redeclipse.6 || die + fi + + sed -e "s:@LIBEXECDIR@:/usr/libexec:g" \ + -e "s:@DATADIR@:/usr/share:g" \ + -e "s:@DOCDIR@:/usr/share/doc/${PF}:" \ + -e "s:@CAPPNAME@:${PN^^}:g" \ + -e "s:@APPNAME@:${PN}:g" \ + doc/man/redeclipse-server.6.am \ + > doc/man/redeclipse-server.6 || die + + default +} + +src_compile() { + if ! use dedicated; then + emake CXXFLAGS="${CXXFLAGS}" STRIP= -C src client server + else + emake CXXFLAGS="${CXXFLAGS}" STRIP= -C src server + fi +} + +src_install() { + insinto /usr/share/redeclipse + doins -r config data + + dobin src/redeclipse_server_linux + + if ! use dedicated; then + dobin src/redeclipse_linux + newicon "src/install/nix/${PN}_x128.png" "${PN}.png" + domenu "src/install/nix/${PN}.desktop" + doman doc/man/redeclipse.6 + fi + + doman doc/man/redeclipse-server.6 + dodoc readme.txt doc/examples/servinit.cfg + + dobin "${FILESDIR}/redeclipse" + dosym redeclipse /usr/bin/redeclipse_server +} diff --git a/games-fps/urbanterror/Manifest b/games-fps/urbanterror/Manifest index cd133ef6b398..fc8dce592844 100644 --- a/games-fps/urbanterror/Manifest +++ b/games-fps/urbanterror/Manifest @@ -1,6 +1,4 @@ AUX urbanterror-4.3-fix-build_system.patch 1927 BLAKE2B 0a451f82e8ddfa8ca7c394dcce3af2d8e7952d3443820ace01f6754c78f4c0cd983a9b6cb31188d07c60d535cbb299a4e59b52ceabafed6516b679a2c0d96fa6 SHA512 a2ba20e40dc00d066d48399a00b53cfe2b23854f09be82fc5a986b93ca409559cda72bda50f7135ae6a01801cf8171784628d12a4b2440e63eaf68e4bfb3f1b2 -DIST urbanterror-4.3.2_p20171208.tar.gz 10072373 BLAKE2B 9934317fb649e652628639f9ea35cdaa0466363b52ea7325198aaaa6360e07e41ec590342cd35fa1bb352ff35ba5994e9152caaf308aa0e0d8c3c2d94ea36a91 SHA512 1dd3affa8fe23f8cca4ee3c90a8d6fc86f5df2122e0121d57263be745d0af13f52cb47802636a22cb09b1bae8a100b491dc8cc0c81c413dd9cbb2ad29a69039a -DIST urbanterror-4.3.2_p20180103.tar.gz 10071977 BLAKE2B c204b0f3eee19d4c426df60827a6e9651e93e71445cad73a5b0133e1ec794c752668df9c3412d7a9b1f1599f33923873afe6cb9b2472a14fea6adc52cb599bed SHA512 8bfba46580b16f89e6cea5ffbb1f81ad91ece63e1058928d84778e4ea2cee621d3fae7131801f5bb35e9267763e824521dfc0191f512d334d7f07a3b970be768 -EBUILD urbanterror-4.3.2_p20171208.ebuild 4358 BLAKE2B ca6e357102f3fcb87bb9bf4d517803668e9126ec49831dfdfb940a07f1ccc8a40ad82332a99afe76887bbae06f1b4c66e64d959028c50c4dcf4da6b423f44b53 SHA512 59346dae8f074fc91ad2c52e1599ce6ece11f10021f6cea54eb18115608118483bc3e86d28f04e85ac76718169b1129f2ffb0146680f242996ce19a5ecc21045 -EBUILD urbanterror-4.3.2_p20180103.ebuild 4358 BLAKE2B b36abeed3e89d1caef488f3d52882fa4a741c08cbe3a4c1d58edaba55b4a9e03eaddc9d178822bc48e304399de7c4d304be91f92c8b403cbe40d28abc87fb86f SHA512 3d38e430329f2072362174dd6596d9c9e3596dee719db6e5f0d023c0c21f37959509e08aa3ff6efd2cb3f138b2f18158ccc83cc11806d0cfc75542055051c1de +DIST urbanterror-4.3.2_p20180206.tar.gz 10071986 BLAKE2B b809793f8bc1d878a97d882f60eef80124cff63ca5754f9178cdf9067acc2c6b52478362b8799c7b3718484d1a680ca932df8d97ebb34e35fc90eb2ae17582d6 SHA512 e4fcc53f9a7b8db1f5bc069acce5265db7009acc0588b29fff2a2b19b05d09f42cdb2c3f1811920221c75b6d3fc5f2e67fbb0f8476ee50644d8db9dd4f0b7c63 +EBUILD urbanterror-4.3.2_p20180206.ebuild 4548 BLAKE2B c05f027eff07037375f655f26fdb6d1aa7b232227dbad27a77cca7268ccae01933eb8e6191ba7cc6e9b20df613deeb0bdc7773ed805f7827da1dcfd62895f931 SHA512 92f6d1ef7dfd0f8ebb43bd9024ea75c3098573dd7933389d50f07ac9f7512d46ac478979999ba0319f09fa173cf24d2ec584b74321d61f719c97bae4513d36bd MISC metadata.xml 1109 BLAKE2B 9e9f6a21667badafad0c007a2694a50ceaa467ce28fdc9b3f8838d58dd201f56b0b08c78d3285dfd53dd14db6c5ab26461cb400308abc920ce234048fdc48f8b SHA512 cb55a92c3c03065a17f71e5cfc8151a8c12acbc341389a14f96119960eb23c11613adaa8e9b552946d2db728121118a5130447c892d61a1a909b4dd8b94a5dcc diff --git a/games-fps/urbanterror/urbanterror-4.3.2_p20171208.ebuild b/games-fps/urbanterror/urbanterror-4.3.2_p20171208.ebuild deleted file mode 100644 index 32cf683aeac4..000000000000 --- a/games-fps/urbanterror/urbanterror-4.3.2_p20171208.ebuild +++ /dev/null @@ -1,163 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -inherit eapi7-ver flag-o-matic toolchain-funcs xdg-utils - -DESCRIPTION="Hollywood tactical shooter based on the ioquake3 engine" -HOMEPAGE="http://urbanterror.info https://github.com/mickael9/ioq3" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/mickael9/ioq3.git" - EGIT_BRANCH="urt" -else - COMMIT_ID="e3bc50248c9d6c319d4822ca23caa5d46fc118ab" - SRC_URI="https://github.com/mickael9/ioq3/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/ioq3-${COMMIT_ID}" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-2" -SLOT="0" -IUSE="+altgamma +client +curl debug mumble openal +opus server +skeetshootmod voip vorbis" -REQUIRED_USE=" || ( client server )" - -PATCHES=( "${FILESDIR}"/${PN}-4.3-fix-build_system.patch ) -RDEPEND=" - client? ( - media-libs/libsdl2:=[X,sound,joystick,opengl,video] - mumble? ( media-sound/mumble:= ) - openal? ( media-libs/openal:= ) - opus? ( media-libs/opusfile:= ) - vorbis? ( - media-libs/libogg:= - media-libs/libvorbis:= - ) - ) - curl? ( net-misc/curl ) - ~games-fps/urbanterror-data-4.3.2 - sys-libs/zlib:=[minizip] - virtual/jpeg:0 -" - -DEPEND="${RDEPEND}" - -pkg_pretend() { - if use client; then - if ! use openal && ! use opus && ! use vorbis; then - ewarn - ewarn "No sound implementation selected. Enable 'openal', 'opus' or 'vorbis' USE flag to get sound!" - fi - fi -} - -src_configure() { - default - - tc-export CC -} - -src_compile() { - # Workaround for used zlib macro, which got renamed in Gentoo - # wrt bug #449510 - append-cppflags "-DOF=_Z_OF" - - local my_arch=$(usex amd64 "x86_64" "i386") - - emake \ - ARCH=${my_arch} \ - DEFAULT_BASEDIR="/usr/share/urbanterror" \ - BUILD_CLIENT=$(usex "client" 1 0) \ - BUILD_SERVER=$(usex "server" 1 0) \ - BUILD_BASEGAME=1 \ - BUILD_MISSIONPACK=0 \ - BUILD_GAME_SO=0 \ - BUILD_GAME_QVM=0 \ - BUILD_STANDALONE=1 \ - SERVERBIN="Quake3-UrT-Ded" \ - CLIENTBIN="Quake3-UrT" \ - USE_RENDERER_DLOPEN=0 \ - USE_YACC=0 \ - BASEGAME="q3ut4"\ - BASEGAME_CFLAGS="${CFLAGS}" \ - USE_OPENAL=$(usex "openal" 1 0) \ - USE_OPENAL_DLOPEN=$(usex "openal" 1 0) \ - USE_CURL=$(usex "curl" 1 0) \ - USE_CURL_DLOPEN=$(usex "curl" 1 0) \ - USE_CODEC_VORBIS=$(usex "vorbis" 1 0) \ - USE_CODEC_OPUS=$(usex "opus" 1 0) \ - USE_MUMBLE=$(usex "mumble" 1 0) \ - USE_SKEETMOD=$(usex "skeetshootmod" 1 0) \ - USE_VOIP=$(usex "mumble" 1 0) \ - USE_INTERNAL_LIBS=0 \ - USE_LOCAL_HEADERS=0 \ - USE_ALTGAMMA=$(usex "altgamma" 1 0) -} - -src_install() { - local my_arch=$(usex amd64 "x86_64" "i386") - # docs from ioq3, not from UrbanTerror ZIP file - dodoc ChangeLog README.md README.ioq3.md md4-readme.txt - - if use client; then - newbin build/$(usex debug "debug" "release")-linux-${my_arch}/Quake3-UrT.${my_arch} ${PN} - # Shooter as defined in https://specifications.freedesktop.org/menu-spec/latest/apas02.html - make_desktop_entry ${PN} "UrbanTerror" ${PN} - fi - - if use server && ! use client; then - # dedicated server only - newbin build/$(usex debug "debug" "release")-linux-${my_arch}/Quake3-UrT-Ded.${my_arch} ${PN}-ded - fi -} - -pkg_postinst() { - use client && xdg_desktop_database_update - - if [[ -z "${REPLACING_VERSIONS}" ]]; then - # This is a new installation - if use openal; then - elog "" - elog "You might need to set:" - elog " seta s_useopenal \"1\"" - elog "in your ~/.q3a/q3ut4/q3config.cfg for openal to work." - fi - - if use altgamma; then - elog "" - elog "You might need to set:" - elog " seta r_altgamma \"1\"" - elog "in your ~/.q3a/q3ut4/q3config.cfg for altgamma to work." - fi - - if ! use altgamma; then - elog "" - elog "If you are using a modesetting graphics driver you might" - elog "consider setting USE=\"altgamma\"." - elog "For details take a look at:" - elog "https://bugs.freedesktop.org/show_bug.cgi?id=27222" - fi - - if ! use client; then - elog "" - elog "You disabled client support. You won't be able to connect" - elog "to any servers and play. If you want to do so, enable" - elog "USE=\"client\"." - fi - fi - - if ver_test -ge 4.3.2_p20171105; then - # Yippee, new features! - if use skeetshootmod; then - elog "" - elog "You might need to set:" - elog " seta sv_skeetshoot \"1\"" - elog "in your ~/.q3a/q3ut4/q3config.cfg to use the skeetshoot mod." - fi - fi -} - -pkg_postrm() { - use client && xdg_desktop_database_update -} diff --git a/games-fps/urbanterror/urbanterror-4.3.2_p20180103.ebuild b/games-fps/urbanterror/urbanterror-4.3.2_p20180103.ebuild deleted file mode 100644 index 27cb31a404f2..000000000000 --- a/games-fps/urbanterror/urbanterror-4.3.2_p20180103.ebuild +++ /dev/null @@ -1,163 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -inherit eapi7-ver flag-o-matic toolchain-funcs xdg-utils - -DESCRIPTION="Hollywood tactical shooter based on the ioquake3 engine" -HOMEPAGE="http://urbanterror.info https://github.com/mickael9/ioq3" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/mickael9/ioq3.git" - EGIT_BRANCH="urt" -else - COMMIT_ID="36ac852bc7ecfb3b847b021305b14a363f7c7f9c" - SRC_URI="https://github.com/mickael9/ioq3/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/ioq3-${COMMIT_ID}" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-2" -SLOT="0" -IUSE="+altgamma +client +curl debug mumble openal +opus server +skeetshootmod voip vorbis" -REQUIRED_USE=" || ( client server )" - -PATCHES=( "${FILESDIR}"/${PN}-4.3-fix-build_system.patch ) -RDEPEND=" - client? ( - media-libs/libsdl2:=[X,sound,joystick,opengl,video] - mumble? ( media-sound/mumble:= ) - openal? ( media-libs/openal:= ) - opus? ( media-libs/opusfile:= ) - vorbis? ( - media-libs/libogg:= - media-libs/libvorbis:= - ) - ) - curl? ( net-misc/curl ) - ~games-fps/urbanterror-data-4.3.2 - sys-libs/zlib:=[minizip] - virtual/jpeg:0 -" - -DEPEND="${RDEPEND}" - -pkg_pretend() { - if use client; then - if ! use openal && ! use opus && ! use vorbis; then - ewarn - ewarn "No sound implementation selected. Enable 'openal', 'opus' or 'vorbis' USE flag to get sound!" - fi - fi -} - -src_configure() { - default - - tc-export CC -} - -src_compile() { - # Workaround for used zlib macro, which got renamed in Gentoo - # wrt bug #449510 - append-cppflags "-DOF=_Z_OF" - - local my_arch=$(usex amd64 "x86_64" "i386") - - emake \ - ARCH=${my_arch} \ - DEFAULT_BASEDIR="/usr/share/urbanterror" \ - BUILD_CLIENT=$(usex "client" 1 0) \ - BUILD_SERVER=$(usex "server" 1 0) \ - BUILD_BASEGAME=1 \ - BUILD_MISSIONPACK=0 \ - BUILD_GAME_SO=0 \ - BUILD_GAME_QVM=0 \ - BUILD_STANDALONE=1 \ - SERVERBIN="Quake3-UrT-Ded" \ - CLIENTBIN="Quake3-UrT" \ - USE_RENDERER_DLOPEN=0 \ - USE_YACC=0 \ - BASEGAME="q3ut4"\ - BASEGAME_CFLAGS="${CFLAGS}" \ - USE_OPENAL=$(usex "openal" 1 0) \ - USE_OPENAL_DLOPEN=$(usex "openal" 1 0) \ - USE_CURL=$(usex "curl" 1 0) \ - USE_CURL_DLOPEN=$(usex "curl" 1 0) \ - USE_CODEC_VORBIS=$(usex "vorbis" 1 0) \ - USE_CODEC_OPUS=$(usex "opus" 1 0) \ - USE_MUMBLE=$(usex "mumble" 1 0) \ - USE_SKEETMOD=$(usex "skeetshootmod" 1 0) \ - USE_VOIP=$(usex "mumble" 1 0) \ - USE_INTERNAL_LIBS=0 \ - USE_LOCAL_HEADERS=0 \ - USE_ALTGAMMA=$(usex "altgamma" 1 0) -} - -src_install() { - local my_arch=$(usex amd64 "x86_64" "i386") - # docs from ioq3, not from UrbanTerror ZIP file - dodoc ChangeLog README.md README.ioq3.md md4-readme.txt - - if use client; then - newbin build/$(usex debug "debug" "release")-linux-${my_arch}/Quake3-UrT.${my_arch} ${PN} - # Shooter as defined in https://specifications.freedesktop.org/menu-spec/latest/apas02.html - make_desktop_entry ${PN} "UrbanTerror" ${PN} - fi - - if use server && ! use client; then - # dedicated server only - newbin build/$(usex debug "debug" "release")-linux-${my_arch}/Quake3-UrT-Ded.${my_arch} ${PN}-ded - fi -} - -pkg_postinst() { - use client && xdg_desktop_database_update - - if [[ -z "${REPLACING_VERSIONS}" ]]; then - # This is a new installation - if use openal; then - elog "" - elog "You might need to set:" - elog " seta s_useopenal \"1\"" - elog "in your ~/.q3a/q3ut4/q3config.cfg for openal to work." - fi - - if use altgamma; then - elog "" - elog "You might need to set:" - elog " seta r_altgamma \"1\"" - elog "in your ~/.q3a/q3ut4/q3config.cfg for altgamma to work." - fi - - if ! use altgamma; then - elog "" - elog "If you are using a modesetting graphics driver you might" - elog "consider setting USE=\"altgamma\"." - elog "For details take a look at:" - elog "https://bugs.freedesktop.org/show_bug.cgi?id=27222" - fi - - if ! use client; then - elog "" - elog "You disabled client support. You won't be able to connect" - elog "to any servers and play. If you want to do so, enable" - elog "USE=\"client\"." - fi - fi - - if ver_test -ge 4.3.2_p20171105; then - # Yippee, new features! - if use skeetshootmod; then - elog "" - elog "You might need to set:" - elog " seta sv_skeetshoot \"1\"" - elog "in your ~/.q3a/q3ut4/q3config.cfg to use the skeetshoot mod." - fi - fi -} - -pkg_postrm() { - use client && xdg_desktop_database_update -} diff --git a/games-fps/urbanterror/urbanterror-4.3.2_p20180206.ebuild b/games-fps/urbanterror/urbanterror-4.3.2_p20180206.ebuild new file mode 100644 index 000000000000..93dc5736a99f --- /dev/null +++ b/games-fps/urbanterror/urbanterror-4.3.2_p20180206.ebuild @@ -0,0 +1,166 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +inherit eapi7-ver flag-o-matic toolchain-funcs xdg-utils + +DESCRIPTION="Hollywood tactical shooter based on the ioquake3 engine" +HOMEPAGE="http://urbanterror.info https://github.com/mickael9/ioq3" + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/mickael9/ioq3.git" + EGIT_BRANCH="urt" +else + COMMIT_ID="11a2b7462574a913e8960014cfc504f37903a3d6" + SRC_URI="https://github.com/mickael9/ioq3/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/ioq3-${COMMIT_ID}" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-2" +SLOT="0" +IUSE="+altgamma +client +curl debug mumble openal +opus server +skeetshootmod voip vorbis" +REQUIRED_USE=" || ( client server )" + +PATCHES=( "${FILESDIR}"/${PN}-4.3-fix-build_system.patch ) +RDEPEND=" + client? ( + media-libs/libsdl2:=[X,sound,joystick,opengl,video] + mumble? ( media-sound/mumble:= ) + openal? ( media-libs/openal:= ) + opus? ( media-libs/opusfile:= ) + vorbis? ( + media-libs/libogg:= + media-libs/libvorbis:= + ) + ) + curl? ( net-misc/curl ) + ~games-fps/urbanterror-data-4.3.2 + sys-libs/zlib:=[minizip] + virtual/jpeg:0 +" + +DEPEND="${RDEPEND}" + +pkg_pretend() { + if use client; then + if ! use openal && ! use opus && ! use vorbis; then + ewarn + ewarn "No sound implementation selected. Enable 'openal', 'opus' or 'vorbis' USE flag to get sound!" + fi + fi +} + +src_configure() { + default + + tc-export CC +} + +src_compile() { + # Workaround for used zlib macro, which got renamed in Gentoo + # wrt bug #449510 + append-cppflags "-DOF=_Z_OF" + + local my_arch=$(usex amd64 "x86_64" "i386") + + emake \ + ARCH=${my_arch} \ + DEFAULT_BASEDIR="/usr/share/urbanterror" \ + BUILD_CLIENT=$(usex "client" 1 0) \ + BUILD_SERVER=$(usex "server" 1 0) \ + BUILD_BASEGAME=1 \ + BUILD_MISSIONPACK=0 \ + BUILD_GAME_SO=0 \ + BUILD_GAME_QVM=0 \ + BUILD_STANDALONE=1 \ + SERVERBIN="Quake3-UrT-Ded" \ + CLIENTBIN="Quake3-UrT" \ + USE_RENDERER_DLOPEN=0 \ + USE_YACC=0 \ + BASEGAME="q3ut4"\ + BASEGAME_CFLAGS="${CFLAGS}" \ + USE_OPENAL=$(usex "openal" 1 0) \ + USE_OPENAL_DLOPEN=$(usex "openal" 1 0) \ + USE_CURL=$(usex "curl" 1 0) \ + USE_CURL_DLOPEN=$(usex "curl" 1 0) \ + USE_CODEC_VORBIS=$(usex "vorbis" 1 0) \ + USE_CODEC_OPUS=$(usex "opus" 1 0) \ + USE_MUMBLE=$(usex "mumble" 1 0) \ + USE_SKEETMOD=$(usex "skeetshootmod" 1 0) \ + USE_VOIP=$(usex "mumble" 1 0) \ + USE_INTERNAL_LIBS=0 \ + USE_LOCAL_HEADERS=0 \ + USE_ALTGAMMA=$(usex "altgamma" 1 0) +} + +src_install() { + local my_arch=$(usex amd64 "x86_64" "i386") + # docs from ioq3, not from UrbanTerror ZIP file + dodoc ChangeLog README.md README.ioq3.md md4-readme.txt + + if use client; then + newbin build/$(usex debug "debug" "release")-linux-${my_arch}/Quake3-UrT.${my_arch} ${PN} + # Shooter as defined in https://specifications.freedesktop.org/menu-spec/latest/apas02.html + make_desktop_entry ${PN} "UrbanTerror" ${PN} + fi + + if use server && ! use client; then + # dedicated server only + newbin build/$(usex debug "debug" "release")-linux-${my_arch}/Quake3-UrT-Ded.${my_arch} ${PN}-ded + fi +} + +pkg_postinst() { + use client && xdg_desktop_database_update + + if [[ -z "${REPLACING_VERSIONS}" ]]; then + # This is a new installation + if use openal; then + elog "" + elog "You might need to set:" + elog " seta s_useopenal \"1\"" + elog "in your ~/.q3a/q3ut4/q3config.cfg for openal to work." + fi + + if use altgamma; then + elog "" + elog "You might need to set:" + elog " seta r_altgamma \"1\"" + elog "in your ~/.q3a/q3ut4/q3config.cfg for altgamma to work." + elog "Be aware that altgamme works on a global scale, so external" + elog "applications like redshift can cause trouble. Disabling" + elog "these while playing is a usable workaround." + fi + + if ! use altgamma; then + elog "" + elog "If you are using a modesetting graphics driver you might" + elog "consider setting USE=\"altgamma\"." + elog "For details take a look at:" + elog "https://bugs.freedesktop.org/show_bug.cgi?id=27222" + fi + + if ! use client; then + elog "" + elog "You disabled client support. You won't be able to connect" + elog "to any servers and play. If you want to do so, enable" + elog "USE=\"client\"." + fi + fi + + if ver_test -ge 4.3.2_p20171105; then + # Yippee, new features! + if use skeetshootmod; then + elog "" + elog "You might need to set:" + elog " seta sv_skeetshoot \"1\"" + elog "in your ~/.q3a/q3ut4/q3config.cfg to use the skeetshoot mod." + fi + fi +} + +pkg_postrm() { + use client && xdg_desktop_database_update +} -- cgit v1.2.3