From 77b275a53383b07b154caa09feb6f4961b206638 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 20 May 2024 00:02:16 +0100 Subject: gentoo auto-resync : 20:05:2024 - 00:02:15 --- games-action/Manifest.gz | Bin 14386 -> 14377 bytes games-action/apotheon/Manifest | 2 +- games-action/apotheon/apotheon-1.26v-r1.ebuild | 57 ++++++++++++++ games-action/apotheon/apotheon-1.26v.ebuild | 61 --------------- games-action/badland/Manifest | 2 +- games-action/badland/badland-121-r1.ebuild | 62 --------------- games-action/badland/badland-121-r2.ebuild | 62 +++++++++++++++ games-action/guacamelee/Manifest | 4 +- games-action/guacamelee/guacamelee-20140222.ebuild | 57 -------------- games-action/guacamelee/guacamelee-20231012.ebuild | 54 +++++++++++++ games-action/trine-enchanted-edition/Manifest | 2 +- .../trine-enchanted-edition-2.12.508-r3.ebuild | 85 --------------------- .../trine-enchanted-edition-2.12.508-r4.ebuild | 83 ++++++++++++++++++++ 13 files changed, 261 insertions(+), 270 deletions(-) create mode 100644 games-action/apotheon/apotheon-1.26v-r1.ebuild delete mode 100644 games-action/apotheon/apotheon-1.26v.ebuild delete mode 100644 games-action/badland/badland-121-r1.ebuild create mode 100644 games-action/badland/badland-121-r2.ebuild delete mode 100644 games-action/guacamelee/guacamelee-20140222.ebuild create mode 100644 games-action/guacamelee/guacamelee-20231012.ebuild delete mode 100644 games-action/trine-enchanted-edition/trine-enchanted-edition-2.12.508-r3.ebuild create mode 100644 games-action/trine-enchanted-edition/trine-enchanted-edition-2.12.508-r4.ebuild (limited to 'games-action') diff --git a/games-action/Manifest.gz b/games-action/Manifest.gz index c3dff5b0599d..5182d347c7e9 100644 Binary files a/games-action/Manifest.gz and b/games-action/Manifest.gz differ diff --git a/games-action/apotheon/Manifest b/games-action/apotheon/Manifest index aca7470b1b51..23d1aad437d5 100644 --- a/games-action/apotheon/Manifest +++ b/games-action/apotheon/Manifest @@ -1,3 +1,3 @@ DIST apotheon-12302015-bin 623626343 BLAKE2B 31b9bc8d05ff5709fdf54b0df790dad3f6eda3510516aa2837d3d53bb4e708b460debd45eab3899beee33b6d11ec385699b650bb55439be784b97959ce23cd65 SHA512 099dee0c7006ce1c977e55796be867ff02a2001e5f1d897d84203b52aae52c7e7cdba2eeb47452181ef2a2b044b315af87b5b87632e9ff2f7047b262f1a0a11d -EBUILD apotheon-1.26v.ebuild 1315 BLAKE2B 275594eb0e7708eb0878e226fa8838d340ba2a152aaf52c21a61f072b014742a3f7b40588282d4f04ffa716c927c41328345604f3a4c5d40a36bb10a9ab6cc4d SHA512 93f3ffbc41f031cff71119ee612e3b2e456e41a6dc8516f2b9308453470aec9a9e605d331ccd583cef4056348acc89e4678117477a3553b01b78b2c38ba90f49 +EBUILD apotheon-1.26v-r1.ebuild 1228 BLAKE2B 985df14e39ff0e685499f967a46cb850e258e48e6407d2c1b0a811de10f863db685903aee24e8ecb94ac370523abf3bd29964eaf4abda91dbb2d63106220a2e0 SHA512 1f37e5273bbb6fdc8084e8ade4dbb845677ba24404716e2fb8bee317cdb218b495bf16b7618f2577b97414ff9619a30bfbe156090a5692ac1bfdfbe341d4530f MISC metadata.xml 254 BLAKE2B 4e6c8e1f126f76233a38aba6f5388488656795cb1d7d4767ccb1349772f5e78d59fc5663d4f1933dbe4633c2fbb90cd1d42d4b4d4f5ededc53653e7df13c7187 SHA512 2b82da849e3b0dec378f3fb497014f5d1dbc7aceb8a1f9d1638e83fe69448b1c5151eb4b1187154d828e4a296609ce5125b40977b2581d95b5588e353ca75135 diff --git a/games-action/apotheon/apotheon-1.26v-r1.ebuild b/games-action/apotheon/apotheon-1.26v-r1.ebuild new file mode 100644 index 000000000000..c43bec596490 --- /dev/null +++ b/games-action/apotheon/apotheon-1.26v-r1.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit desktop unpacker xdg + +DESCRIPTION="Heroic action game set within the vibrant world of Ancient Greek Mythology" +HOMEPAGE="https://www.apotheongame.com" +SRC_URI="${PN}-12302015-bin" +S="${WORKDIR}/data" +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +RESTRICT="bindist fetch splitdebug" + +RDEPEND=" + dev-lang/mono + media-libs/libsdl2[joystick,opengl,threads(+),video] + media-libs/openal + media-libs/sdl2-image + media-libs/theoraplay +" + +DIR="/opt/${PN}" +QA_PREBUILT="${DIR}/*" + +pkg_nofetch() { + einfo "Please buy and download ${SRC_URI} from:" + einfo " https://www.humblebundle.com/store/${PN}" + einfo "and move it to your distfiles directory." +} + +src_unpack() { + unpack_zip ${A} +} + +src_install() { + local \ + EXE=Apotheon.bin.$(usex amd64 x86_64 x86) \ + LIB=lib$(usex amd64 64 "") + + exeinto "${DIR}" + doexe ${EXE} + dosym "${DIR}"/${EXE} /usr/bin/${PN} + + insinto "${DIR}" + doins -r Content/ Dialog/ *.exe [A-LP]*.dll* # Exclude some Mono DLLs. + + exeinto "${DIR}"/${LIB} + doexe ${LIB}/libmojo* + + dodoc Linux.README + + newicon -s 512 Apotheon.png ${PN}.png + make_desktop_entry ${PN} "Apotheon" +} diff --git a/games-action/apotheon/apotheon-1.26v.ebuild b/games-action/apotheon/apotheon-1.26v.ebuild deleted file mode 100644 index 96c00bc691a6..000000000000 --- a/games-action/apotheon/apotheon-1.26v.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop unpacker xdg-utils - -DESCRIPTION="Heroic action game set within the vibrant world of Ancient Greek Mythology" -HOMEPAGE="https://www.apotheongame.com" -SRC_URI="${PN}-12302015-bin" -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -RESTRICT="bindist fetch splitdebug" - -RDEPEND=" - dev-lang/mono - media-libs/libsdl2[joystick,opengl,threads,video] - media-libs/openal - media-libs/sdl2-image - media-libs/theoraplay -" - -S="${WORKDIR}/data" - -DIR="/opt/${PN}" -QA_PREBUILT="${DIR}/*" - -pkg_nofetch() { - einfo "Please buy and download ${SRC_URI} from:" - einfo " https://www.humblebundle.com/store/${PN}" - einfo "and move it to your distfiles directory." -} - -src_unpack() { - unpack_zip ${A} -} - -src_install() { - local \ - EXE=Apotheon.bin.$(usex amd64 x86_64 x86) \ - LIB=lib$(usex amd64 64 "") - - exeinto "${DIR}" - doexe ${EXE} - dosym "${DIR}"/${EXE} /usr/bin/${PN} - - insinto "${DIR}" - doins -r Content/ Dialog/ *.exe [A-LP]*.dll* # Exclude some Mono DLLs. - - exeinto "${DIR}"/${LIB} - doexe ${LIB}/libmojo* - - dodoc Linux.README - - newicon -s 512 Apotheon.png ${PN}.png - make_desktop_entry ${PN} "Apotheon" -} - -pkg_postinst() { xdg_icon_cache_update; } -pkg_postrm() { xdg_icon_cache_update; } diff --git a/games-action/badland/Manifest b/games-action/badland/Manifest index 53447edbcafd..5be36b8d10b8 100644 --- a/games-action/badland/Manifest +++ b/games-action/badland/Manifest @@ -1,4 +1,4 @@ DIST Badland_GotY_121.tar 191872792 BLAKE2B ed1c75d378b742a9f2c82f2ca1055837ff302e1438d4d1a48118ff0caf0455ce0001bb3b90e7c80361672435d2a846d67c94d1c8f28e8ecf8afe87d4177aaa86 SHA512 db018e79fada80c2e6f4ce9dc1f23bf43a8b6257207e52dbb583c484bb71e4e6b0109f750ab8fb7b1e221e2618a1994828c4525d478b7d45bf7d60012f9cf13a DIST badland.png 42439 BLAKE2B 9439349c8f0a0133fdc042a373a4f625d0988ef4b9de71456ccc1dab4b0f8f56ab386e5f2ba5b322ca5f885c9784c325c9be25d691a740a89dc237afa2216451 SHA512 30387f1906fb35ff9684a8ad28535de7804e456ff545fd69bc6bad3d96c6e2149ca9c5fe19a6dc711f145191d72311538b402d3891971185fc07edabd61ba52f -EBUILD badland-121-r1.ebuild 1429 BLAKE2B 1540dfe40db1346e999efa800b5bfe2e7ccf0c147682ebc21167050001c9ef694df22d3c5471e42c46eb1b5ccadc29fdc90acaa2d9e843562fba3afb9cd26622 SHA512 5511a49a1651bdb964749b4e5aee5ae726293bef1d3f3f26d55645049e2f7d0efd25198baaf9a648dafbbb7534258dfa21b49dbc18d6f61d4b89ea755cc8d188 +EBUILD badland-121-r2.ebuild 1432 BLAKE2B 9f581e37f7611b187f5ceac69dd1692ffa27dbfc1d1244e41f4ac3459158ea959294439ce460e49d4203a66046b270cb6bf3a959916d5c6dd91c9e3804fa9dbd SHA512 8bbf99aa5b83e5205e0e691c8f0a30312670d5d6c3c10bc815c645f1b4638a117878aa8b553bc082832b396c5860ea09a61c239634e31dee1271e2a1f281b5f1 MISC metadata.xml 254 BLAKE2B 4e6c8e1f126f76233a38aba6f5388488656795cb1d7d4767ccb1349772f5e78d59fc5663d4f1933dbe4633c2fbb90cd1d42d4b4d4f5ededc53653e7df13c7187 SHA512 2b82da849e3b0dec378f3fb497014f5d1dbc7aceb8a1f9d1638e83fe69448b1c5151eb4b1187154d828e4a296609ce5125b40977b2581d95b5588e353ca75135 diff --git a/games-action/badland/badland-121-r1.ebuild b/games-action/badland/badland-121-r1.ebuild deleted file mode 100644 index 0203c806f0db..000000000000 --- a/games-action/badland/badland-121-r1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop wrapper xdg - -DESCRIPTION="Atmospheric side-scrolling action adventure platformer set in a gorgeous forest" -HOMEPAGE="http://badlandgame.com" -SRC_URI=" - Badland_GotY_${PV}.tar - https://dev.gentoo.org/~chewi/distfiles/${PN}.png" -S="${WORKDIR}" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -RESTRICT="bindist fetch mirror splitdebug" - -QA_PREBUILT="opt/${PN}/*" - -BDEPEND="app-admin/chrpath" -RDEPEND=" - dev-db/sqlite:3[abi_x86_32] - media-libs/fontconfig:1.0[abi_x86_32] - media-libs/freetype:2[abi_x86_32] - media-libs/libpng-compat:1.2[abi_x86_32] - media-libs/libsdl2[abi_x86_32,joystick,opengl,sound,threads,video] - net-misc/curl[abi_x86_32] - >=sys-devel/gcc-4.6[cxx] - >=sys-libs/glibc-2.14 - virtual/opengl[abi_x86_32] - x11-libs/libX11[abi_x86_32] -" - -pkg_nofetch() { - einfo "Please buy and download ${SRC_URI} from:" - einfo " https://www.humblebundle.com/store/badland-game-of-the-year-humble-deluxe-edition" - einfo "and move it to your distfiles directory." -} - -src_prepare() { - default - - # Replace insecure RPATH. - chrpath -r '$ORIGIN' ${PN} || die -} - -src_install() { - local dir=/opt/${PN} - - insinto "${dir}" - doins -r Resources - - exeinto "${dir}" - doexe ${PN} *.so - - make_wrapper ${PN} "./${PN}" "${dir}" - make_desktop_entry ${PN} "Badland" - - doicon -s 128 "${DISTDIR}"/${PN}.png -} diff --git a/games-action/badland/badland-121-r2.ebuild b/games-action/badland/badland-121-r2.ebuild new file mode 100644 index 000000000000..214e66a1aa06 --- /dev/null +++ b/games-action/badland/badland-121-r2.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit desktop wrapper xdg + +DESCRIPTION="Atmospheric side-scrolling action adventure platformer set in a gorgeous forest" +HOMEPAGE="http://badlandgame.com" +SRC_URI=" + Badland_GotY_${PV}.tar + https://dev.gentoo.org/~chewi/distfiles/${PN}.png" +S="${WORKDIR}" + +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +RESTRICT="bindist fetch mirror splitdebug" + +QA_PREBUILT="opt/${PN}/*" + +BDEPEND="app-admin/chrpath" +RDEPEND=" + dev-db/sqlite:3[abi_x86_32] + media-libs/fontconfig:1.0[abi_x86_32] + media-libs/freetype:2[abi_x86_32] + media-libs/libpng-compat:1.2[abi_x86_32] + media-libs/libsdl2[abi_x86_32,joystick,opengl,sound,threads(+),video] + net-misc/curl[abi_x86_32] + >=sys-devel/gcc-4.6[cxx] + >=sys-libs/glibc-2.14 + virtual/opengl[abi_x86_32] + x11-libs/libX11[abi_x86_32] +" + +pkg_nofetch() { + einfo "Please buy and download ${SRC_URI} from:" + einfo " https://www.humblebundle.com/store/badland-game-of-the-year-humble-deluxe-edition" + einfo "and move it to your distfiles directory." +} + +src_prepare() { + default + + # Replace insecure RPATH. + chrpath -r '$ORIGIN' ${PN} || die +} + +src_install() { + local dir=/opt/${PN} + + insinto "${dir}" + doins -r Resources + + exeinto "${dir}" + doexe ${PN} *.so + + make_wrapper ${PN} "./${PN}" "${dir}" + make_desktop_entry ${PN} "Badland" + + doicon -s 128 "${DISTDIR}"/${PN}.png +} diff --git a/games-action/guacamelee/Manifest b/games-action/guacamelee/Manifest index e183795b17aa..e1346dc31bc4 100644 --- a/games-action/guacamelee/Manifest +++ b/games-action/guacamelee/Manifest @@ -1,3 +1,3 @@ -DIST Guacamelee_linux_1393037377.sh 552784497 BLAKE2B 1f36e1a6b65bcf774d0f4e15b37d8eda3ec91691c7e3c556f73e903559c3215f3611fdbec284259fe7690037cf4ab8e338c1caa7faea80c8ce98d02581b0de4b SHA512 e52c4099e15f20df6512c3c9617cbf29f5ea428c117a0520ce57bacf99b7d33ace6a04c811fd9ced63b7ba11a3a79549b93f83fd18e42ca9a1366aeb4114cd87 -EBUILD guacamelee-20140222.ebuild 1436 BLAKE2B 3505000ebbdf22c4b470f17fcc427dcea7cae3784a71a54d352306f8ad57cd824805b894ead95ba8089d7de15bdd1af236ee53a337856ac054eceee8b9ef40df SHA512 f8338854d19eca2ba740f021a1bc6896541222d45e9742540d28dbad0b8329660593adfc9aa1f981283f781a619592b86b99f0d2b9cb6de255b16537dc4c5579 +DIST Guacamelee_DRMFREE.sh 552784497 BLAKE2B 1f36e1a6b65bcf774d0f4e15b37d8eda3ec91691c7e3c556f73e903559c3215f3611fdbec284259fe7690037cf4ab8e338c1caa7faea80c8ce98d02581b0de4b SHA512 e52c4099e15f20df6512c3c9617cbf29f5ea428c117a0520ce57bacf99b7d33ace6a04c811fd9ced63b7ba11a3a79549b93f83fd18e42ca9a1366aeb4114cd87 +EBUILD guacamelee-20231012.ebuild 1348 BLAKE2B e616c73ae4ecc1e242b5cc5d8cb224390399068badf4b762fe81fe5fc95db6e3a9c7524da66236f453bf1fbbaa38b25c9b7502e82bc4e2d757e0b320fbd190ae SHA512 f600fa1c8c8e462ae6dfb04c7773357c1228171e7e907013687896f40779c7f966e2bfb20c31fce934a878dd0fb7d31e6b2334aa5efb581c05ea021c40981189 MISC metadata.xml 254 BLAKE2B 4e6c8e1f126f76233a38aba6f5388488656795cb1d7d4767ccb1349772f5e78d59fc5663d4f1933dbe4633c2fbb90cd1d42d4b4d4f5ededc53653e7df13c7187 SHA512 2b82da849e3b0dec378f3fb497014f5d1dbc7aceb8a1f9d1638e83fe69448b1c5151eb4b1187154d828e4a296609ce5125b40977b2581d95b5588e353ca75135 diff --git a/games-action/guacamelee/guacamelee-20140222.ebuild b/games-action/guacamelee/guacamelee-20140222.ebuild deleted file mode 100644 index 97a81b5b4146..000000000000 --- a/games-action/guacamelee/guacamelee-20140222.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop unpacker xdg-utils - -DESCRIPTION="Metroidvania-style action-platformer set in a magical Mexican-inspired world" -HOMEPAGE="https://guacamelee.com" -SRC_URI="Guacamelee_linux_1393037377.sh" -S="${WORKDIR}/data" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -RESTRICT="bindist fetch splitdebug" - -RDEPEND=" - media-libs/libsdl2[abi_x86_32,joystick,opengl,sound,threads,video] - virtual/opengl[abi_x86_32] -" - -DIR="/opt/${PN}" -QA_PREBUILT="${DIR}/*" - -pkg_nofetch() { - einfo "This package requires the Guacamelee! Gold Edition file included in" - einfo "Humble Indie Bundle 11. If you have it then please move" - einfo "${SRC_URI} to your distfiles directory. If you" - einfo "missed it then the game is also available to buy from GOG but the" - einfo "package will need adapting first. Please contact the Gentoo Games team" - einfo "if you bought it from GOG." -} - -src_unpack() { - unpack_zip ${A} -} - -src_install() { - exeinto "${DIR}" - newexe x86/game-bin ${PN} - dosym "${DIR}"/${PN} /usr/bin/${PN} - - insinto "${DIR}" - doins -r noarch/{*.dat*,media/} - - exeinto "${DIR}/lib32" - doexe x86/lib32/libfmod*.so - - dodoc noarch/README.linux - - newicon -s 512 noarch/Guacamelee.png ${PN}.png - make_desktop_entry ${PN} "Guacamelee" -} - -pkg_postinst() { xdg_icon_cache_update; } -pkg_postrm() { xdg_icon_cache_update; } diff --git a/games-action/guacamelee/guacamelee-20231012.ebuild b/games-action/guacamelee/guacamelee-20231012.ebuild new file mode 100644 index 000000000000..a454e11f1411 --- /dev/null +++ b/games-action/guacamelee/guacamelee-20231012.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit desktop unpacker xdg + +DESCRIPTION="Metroidvania-style action-platformer set in a magical Mexican-inspired world" +HOMEPAGE="https://guacamelee.com" +SRC_URI="Guacamelee_DRMFREE.sh" +S="${WORKDIR}/data" + +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +RESTRICT="bindist fetch splitdebug" + +RDEPEND=" + media-libs/libsdl2[abi_x86_32,joystick,opengl,sound,threads(+),video] + media-libs/libglvnd[abi_x86_32,X] +" + +DIR="/opt/${PN}" +QA_PREBUILT="${DIR}/*" + +pkg_nofetch() { + einfo "This package requires the Guacamelee! Gold Edition file included in" + einfo "Humble Indie Bundle 11. If you have it then please move" + einfo "${SRC_URI} to your distfiles directory. If you" + einfo "missed it then the game is also available to buy from GOG but the" + einfo "package will need adapting first. Please contact the Gentoo Games team" + einfo "if you bought it from GOG." +} + +src_unpack() { + unpack_zip ${A} +} + +src_install() { + exeinto "${DIR}" + newexe x86/game-bin ${PN} + dosym "${DIR}"/${PN} /usr/bin/${PN} + + insinto "${DIR}" + doins -r noarch/{*.dat*,media/} + + exeinto "${DIR}/lib32" + doexe x86/lib32/libfmod*.so + + dodoc noarch/README.linux + + newicon -s 512 noarch/Guacamelee.png ${PN}.png + make_desktop_entry ${PN} "Guacamelee" +} diff --git a/games-action/trine-enchanted-edition/Manifest b/games-action/trine-enchanted-edition/Manifest index bdcf55b4c735..c7fd4b3adb9e 100644 --- a/games-action/trine-enchanted-edition/Manifest +++ b/games-action/trine-enchanted-edition/Manifest @@ -1,3 +1,3 @@ DIST trine_enchanted_edition_v2_12_build_508_humble_linux_full.zip 1226749814 BLAKE2B 9803f78279bcf83a2a54f25e2498664b73ba1c0ae5c540bb4479345ae05495cc11527937876fb7c9dbb34d05dbbdb4575cc6c1899923c782ff67ea23bd2cfac9 SHA512 e883763efe89f09a84c2896bfd0a9a13319dd14bb840e67f1812a0bab45bcab7a144f4c9399194e5aabad0435e350c6a903a542c9101a37c602855ebd0884d9d -EBUILD trine-enchanted-edition-2.12.508-r3.ebuild 2380 BLAKE2B 1f49b9baaad9a6010cc76d29621259c0652e2563c008d226b99d0daef2438cc30e11326d1e8bde45445e4bb585af0f4e38eafef03b7125702ce8930dc6987f5a SHA512 e313329e50765e796b7abe6596b0c499d83143f2a3cce0aa82c160b75e5869ae6248bdfd5a7ba01c3b4899b893a1a8a515c73e5183cd8b6e17464f6ae9811167 +EBUILD trine-enchanted-edition-2.12.508-r4.ebuild 2381 BLAKE2B f3ce68d1414edeecf2f895561024a38158ccf7ee3f2856a7c18ded822930b21f08014459da34cb4114b8893c1b2f8b3638421d72481cb8757c20c5c5c34ebd09 SHA512 7aae9c6194e7c77683487362902d19e6897b97280dc1c1afc6b9d91ad6196051f65eb5767ce0199371b891b017bc50f2db79ad0002eb1e52acd166fddbd49d08 MISC metadata.xml 322 BLAKE2B e72f96cb02a9a3a5352dfb35a117a62390f2963bfb3850244ba2fc461f376b7643a410adf92a0b8ffe9cee2548a0e522b2900e8281096bfbfc2d778a4d14fc48 SHA512 a15991fe3adfe196792e7ca912952ce8583321d5f525b14db4aa274afed337f3c30200ccfa2f50e63d110281a06e3b01dd988c25c5ff48a6e3526b4e6a7437ce diff --git a/games-action/trine-enchanted-edition/trine-enchanted-edition-2.12.508-r3.ebuild b/games-action/trine-enchanted-edition/trine-enchanted-edition-2.12.508-r3.ebuild deleted file mode 100644 index 28b20274fd43..000000000000 --- a/games-action/trine-enchanted-edition/trine-enchanted-edition-2.12.508-r3.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop wrapper xdg - -MY_P="${PV//./_}" -MY_P="${PN//-/_}_v${MY_P%_*}_build_${MY_P##*_}" -MY_PN="Trine Enchanted Edition" - -DESCRIPTION="The original sidescrolling action platformer under the Trine 2 engine" -HOMEPAGE="https://www.frozenbyte.com/games/trine-enchanted-edition" -SRC_URI="${MY_P}_humble_linux_full.zip" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="+launcher" -RESTRICT="bindist fetch splitdebug" - -QA_PREBUILT="opt/${PN}/${PN}*" - -BDEPEND="app-arch/unzip" - -# SDL 1.3 is bundled but the game appears to be statically linked -# against SDL 2.0.3. We can bypass this and use our own SDL 2 by setting -# the SDL_DYNAMIC_API environment variable. - -RDEPEND=" - media-gfx/nvidia-cg-toolkit[abi_x86_32] - media-libs/alsa-lib[abi_x86_32] - media-libs/freetype:2[abi_x86_32] - media-libs/libogg[abi_x86_32] - >=media-libs/libsdl2-2.0.3[abi_x86_32,joystick,opengl,sound,threads,video] - >=media-libs/libvorbis-1.3[abi_x86_32] - >=media-libs/openal-1.15[abi_x86_32] - >=sys-devel/gcc-4.6[cxx] - >=sys-libs/glibc-2.15 - sys-libs/zlib[abi_x86_32] - virtual/glu[abi_x86_32] - virtual/opengl[abi_x86_32] - launcher? ( - dev-libs/glib:2[abi_x86_32] - media-libs/libpng-compat:1.2[abi_x86_32] - x11-libs/gdk-pixbuf:2[abi_x86_32] - x11-libs/gtk+:2[abi_x86_32] - x11-libs/libX11[abi_x86_32] - x11-libs/pango[abi_x86_32,X] - )" - -S="${WORKDIR}/linux/_enchanted_edition_" - -pkg_nofetch() { - einfo "Please buy and download ${SRC_URI} from:" - einfo " https://www.humblebundle.com/store/${PN}" - einfo "and move it to your distfiles directory." -} - -src_install() { - local dir=/opt/${PN} SDL=${EPREFIX}/usr/$(ABI=x86 get_libdir)/libSDL2-2.0.so.0 - - insinto "${dir}" - doins -r *.fbq data - - exeinto "${dir}" - newexe bin/trine1_linux_32bit ${PN} - - make_wrapper ${PN} "env SDL_DYNAMIC_API=\"${SDL}\" ./${PN}" "${dir}" - make_desktop_entry ${PN} "${MY_PN}" - - if use launcher ; then - exeinto "${dir}" - newexe bin/trine1_linux_launcher_32bit ${PN}-launcher - - make_wrapper ${PN}-launcher "env SDL_DYNAMIC_API=\"${SDL}\" ./${PN}-launcher" "${dir}" - make_desktop_entry ${PN}-launcher "${MY_PN} (launcher)" - - # Launcher binary has hardcoded the game path. - dosym ../${PN} "${dir}"/bin/trine1_bin_starter.sh - fi - - newicon -s 64 trine1.png ${PN}.png - dodoc readme_changelog.txt -} diff --git a/games-action/trine-enchanted-edition/trine-enchanted-edition-2.12.508-r4.ebuild b/games-action/trine-enchanted-edition/trine-enchanted-edition-2.12.508-r4.ebuild new file mode 100644 index 000000000000..4da88ca90795 --- /dev/null +++ b/games-action/trine-enchanted-edition/trine-enchanted-edition-2.12.508-r4.ebuild @@ -0,0 +1,83 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit desktop wrapper xdg + +MY_P="${PV//./_}" +MY_P="${PN//-/_}_v${MY_P%_*}_build_${MY_P##*_}" +MY_PN="Trine Enchanted Edition" + +DESCRIPTION="The original sidescrolling action platformer under the Trine 2 engine" +HOMEPAGE="https://www.frozenbyte.com/games/trine-enchanted-edition" +SRC_URI="${MY_P}_humble_linux_full.zip" +S="${WORKDIR}/linux/_enchanted_edition_" +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="+launcher" +RESTRICT="bindist fetch splitdebug" + +QA_PREBUILT="opt/${PN}/${PN}*" + +BDEPEND="app-arch/unzip" + +# SDL 1.3 is bundled but the game appears to be statically linked +# against SDL 2.0.3. We can bypass this and use our own SDL 2 by setting +# the SDL_DYNAMIC_API environment variable. + +RDEPEND=" + media-gfx/nvidia-cg-toolkit[abi_x86_32] + media-libs/alsa-lib[abi_x86_32] + media-libs/freetype:2[abi_x86_32] + media-libs/libogg[abi_x86_32] + >=media-libs/libsdl2-2.0.3[abi_x86_32,joystick,opengl,sound,threads(+),video] + >=media-libs/libvorbis-1.3[abi_x86_32] + >=media-libs/openal-1.15[abi_x86_32] + >=sys-devel/gcc-4.6[cxx] + >=sys-libs/glibc-2.15 + sys-libs/zlib[abi_x86_32] + virtual/glu[abi_x86_32] + virtual/opengl[abi_x86_32] + launcher? ( + dev-libs/glib:2[abi_x86_32] + media-libs/libpng-compat:1.2[abi_x86_32] + x11-libs/gdk-pixbuf:2[abi_x86_32] + x11-libs/gtk+:2[abi_x86_32] + x11-libs/libX11[abi_x86_32] + x11-libs/pango[abi_x86_32,X] + )" + +pkg_nofetch() { + einfo "Please buy and download ${SRC_URI} from:" + einfo " https://www.humblebundle.com/store/${PN}" + einfo "and move it to your distfiles directory." +} + +src_install() { + local dir=/opt/${PN} SDL=${EPREFIX}/usr/$(ABI=x86 get_libdir)/libSDL2-2.0.so.0 + + insinto "${dir}" + doins -r *.fbq data + + exeinto "${dir}" + newexe bin/trine1_linux_32bit ${PN} + + make_wrapper ${PN} "env SDL_DYNAMIC_API=\"${SDL}\" ./${PN}" "${dir}" + make_desktop_entry ${PN} "${MY_PN}" + + if use launcher ; then + exeinto "${dir}" + newexe bin/trine1_linux_launcher_32bit ${PN}-launcher + + make_wrapper ${PN}-launcher "env SDL_DYNAMIC_API=\"${SDL}\" ./${PN}-launcher" "${dir}" + make_desktop_entry ${PN}-launcher "${MY_PN} (launcher)" + + # Launcher binary has hardcoded the game path. + dosym ../${PN} "${dir}"/bin/trine1_bin_starter.sh + fi + + newicon -s 64 trine1.png ${PN}.png + dodoc readme_changelog.txt +} -- cgit v1.2.3