diff options
Diffstat (limited to 'games-arcade/jazz2')
-rw-r--r-- | games-arcade/jazz2/Manifest | 5 | ||||
-rw-r--r-- | games-arcade/jazz2/files/jazz2-2.8.0-about-section.patch | 20 | ||||
-rw-r--r-- | games-arcade/jazz2/jazz2-2.8.0.ebuild | 73 | ||||
-rw-r--r-- | games-arcade/jazz2/metadata.xml | 2 |
4 files changed, 99 insertions, 1 deletions
diff --git a/games-arcade/jazz2/Manifest b/games-arcade/jazz2/Manifest index f07b80596bb0..bb530fd61e97 100644 --- a/games-arcade/jazz2/Manifest +++ b/games-arcade/jazz2/Manifest @@ -1,3 +1,6 @@ +AUX jazz2-2.8.0-about-section.patch 720 BLAKE2B 96bead2d6233b02232eb3db865928fcbd3f79bc701e4f387c0db0adca61ebf4772cdfe9ed63a6e3799798f560db925c3007aae61fed38d28e5bcc6a7a11b8200 SHA512 2eca42570c28883c8e3d83cd1ae5c6952985f0ceba72fc5c3995799b59a36d3ced973eacb102c88ef5bdd9245a763dfe17de35dd1432da4f5a2a6116efa31d26 DIST jazz2-0.6.7.tar.gz 11031735 BLAKE2B 014ff24c6f5a834a727aaed3760a1e228d9f7d9653dd293e98030c9105cbf15a3b420c2d515605e36187cc833ae892ed30589f1bf821c0b674b883cea216f3f5 SHA512 7172a3ccb367122d1c9bfbd36b76cc3d365024affba9aea5cfa595fd11a9b4dc980e57c1cfdb0d32bc28bb7ecb5f6f5225909697c4c93c43117596f44d80ff8f +DIST jazz2-2.8.0.tar.gz 3656018 BLAKE2B c023e722871304754e45a1329cfff9e0e713413a6a05b5265dd000bab8a057ac5dbdb1a263b29f562df0221b97eb326fbd15f3c6b6f316b756630c2521413bec SHA512 1a6b61cb654c5afee7d615cca912b75ef4f1e90929d7808800467bd13a1ebd9096430d1c1fa969cfacf8c10ff1e696c74371c1809a0ffbda90c5db31c686ae05 EBUILD jazz2-0.6.7-r1.ebuild 1845 BLAKE2B 4e811e21b4a2dfd300d26a676bf040b7c1a632f6f31c403c154b9b55e748b01b9784e45aa1cbd3df2aeaadae2c2038e6e5af6cb5819e36e6141ea294e81bcc8e SHA512 77f9fb6c54b7de2c82149a9cdd1275b494f8243ad6595740ff73e9ae47d23b9cad15f9a18c1b3d7635aa0e1d277414c0bd6b35524c398d77cb79140b622947de -MISC metadata.xml 414 BLAKE2B 574db31d78b10091e2ad3a1b3186489cd5a1cf72137c42f311d754a992fa7d01fbddcef799da94d9f1dcd552233f8016a8b11b10d047af99c01f7c12a1a5b650 SHA512 79e32f392910d96d3022279d36d9ffb4ac881d701b761ff35adeb18fa569091d7b07eccf6afa47c3c5a173790f360aef6c5d637d50ab3446f116a3dd2fba10bc +EBUILD jazz2-2.8.0.ebuild 1411 BLAKE2B 598fa96ae1ba9af48ff52250fcc630bd974842a36d74c7451d9a083fd2ed589eb99a568226dd0c7091ed790c3f4f8d5e39aaf8f98e081a138684c3322813b969 SHA512 f8bb2ec9cdc30c5e0e7f1656148ed18e65722f8db4c6cf9112a81935775e5bce5806f65c5352da459f719f9ea7b458a3a058ae40b38a3894201995893da7d790 +MISC metadata.xml 534 BLAKE2B d4854038d3768cbe033bb6e22fcdf81f0f964d8c08a0e46dc33f033bac741609903a64fd551a8ce742d18a9427bc11790772571d78de15458435230645b9b9d7 SHA512 ba8a143912432f5c8d4f0e698e59463cbf9b5c601ec95ac499938efa21c489d8dd070ef879dc68526c7ec5f3fdacef03cf7dd14a1eb368c9fc9d464c4fd6dac2 diff --git a/games-arcade/jazz2/files/jazz2-2.8.0-about-section.patch b/games-arcade/jazz2/files/jazz2-2.8.0-about-section.patch new file mode 100644 index 000000000000..349ec40fd180 --- /dev/null +++ b/games-arcade/jazz2/files/jazz2-2.8.0-about-section.patch @@ -0,0 +1,20 @@ +From 04d43f938c8b656bf5fb0dbed464566af4c0062c Mon Sep 17 00:00:00 2001 +From: Death Killer <884052+deathkiller@users.noreply.github.com> +Date: Sun, 4 Aug 2024 16:49:59 +0200 +Subject: [PATCH] Fixed about screen + +https://github.com/deathkiller/jazz2-native/commit/04d43f938c8b656bf5fb0dbed464566af4c0062c + +diff --git a/Sources/Jazz2/UI/Menu/AboutSection.cpp b/Sources/Jazz2/UI/Menu/AboutSection.cpp +index 9c3afd59..ea7723e9 100644 +--- a/Sources/Jazz2/UI/Menu/AboutSection.cpp ++++ b/Sources/Jazz2/UI/Menu/AboutSection.cpp +@@ -62,7 +62,7 @@ + # define _i7 "\nOpenAL \f[c:#707070]ยท \f[h:80]https://github.com/kcat/openal-soft\f[/h]\f[/c]" + # endif + #else +-# define _i6 "" ++# define _i7 "" + #endif + + #if defined(WITH_VORBIS) diff --git a/games-arcade/jazz2/jazz2-2.8.0.ebuild b/games-arcade/jazz2/jazz2-2.8.0.ebuild new file mode 100644 index 000000000000..bcc62ab10108 --- /dev/null +++ b/games-arcade/jazz2/jazz2-2.8.0.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg-utils + +DESCRIPTION="Open source reimplementation of Jazz Jackrabbit 2" +HOMEPAGE=" + https://deat.tk/jazz2/ + https://github.com/deathkiller/jazz2-native +" +SRC_URI=" + https://github.com/deathkiller/jazz2-native/archive/refs/tags/${PV}.tar.gz + -> ${P}.tar.gz +" +S="${WORKDIR}/${PN}-native-${PV}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="+openal sdl" + +DEPEND=" + sys-libs/zlib:= + openal? ( + media-libs/libopenmpt + media-libs/openal + ) + !sdl? ( media-libs/glfw:= ) + sdl? ( media-libs/libsdl2:= ) +" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}/${P}-about-section.patch" +) + +src_prepare() { + # We need to install README.md to a different directory, default + # src_install will handle that. + sed -i '/README_INSTALL_DESTINATION/d' cmake/ncine_installation.cmake || die + cmake_src_prepare +} + +src_configure() { + local backend=GLFW + use sdl && backend=SDL2 + local mycmakeargs=( + -DNCINE_LINUX_PACKAGE="${PN}" + + -DNCINE_DOWNLOAD_DEPENDENCIES=OFF + -DNCINE_LINKTIME_OPTIMIZATION=OFF + -DNCINE_STRIP_BINARIES=OFF + -DNCINE_VERSION_FROM_GIT=OFF + -DNCINE_WITH_BACKWARD=OFF + + -DNCINE_WITH_GLEW=OFF + + -DNCINE_PREFERRED_BACKEND=${backend} + + -DNCINE_WITH_AUDIO=$(usex openal) + ) + cmake_src_configure +} + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +} diff --git a/games-arcade/jazz2/metadata.xml b/games-arcade/jazz2/metadata.xml index dff951fa6b7f..39f3565c770c 100644 --- a/games-arcade/jazz2/metadata.xml +++ b/games-arcade/jazz2/metadata.xml @@ -7,8 +7,10 @@ </maintainer> <upstream> <remote-id type="github">deathkiller/jazz2</remote-id> + <remote-id type="github">deathkiller/jazz2-native</remote-id> </upstream> <use> <flag name="server">Build the multiplayer game server</flag> + <flag name="sdl">Prefer SDL2 over GLFW backend</flag> </use> </pkgmetadata> |