[gentoo-commits] repo/gentoo:master commit in: games-rpg/the-longest-journey/

2022-04-13 Thread Joonas Niilola
commit: 002a7c6aa30c5dd0d45e08d9ff80c05511dee5d3
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Apr 13 14:10:43 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Apr 14 03:46:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002a7c6a

games-rpg/the-longest-journey: but not the longest DESCRIPTION (anymore)

Signed-off-by: Joonas Niilola  gentoo.org>

 games-rpg/the-longest-journey/the-longest-journey-142.24607.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-rpg/the-longest-journey/the-longest-journey-142.24607.ebuild 
b/games-rpg/the-longest-journey/the-longest-journey-142.24607.ebuild
index e0aab360720b..68f1a6546220 100644
--- a/games-rpg/the-longest-journey/the-longest-journey-142.24607.ebuild
+++ b/games-rpg/the-longest-journey/the-longest-journey-142.24607.ebuild
@@ -10,7 +10,7 @@ inherit check-reqs desktop wrapper xdg
 MY_EXE="setup_the_longest_journey_${PV%.*}_lang_update_(${PV##*.})"
 ICON="9c94fffadc23bac626a24a9c04cf8f107598ef9d0d2a58cbb6a9abd4d6eb0fbc.png"
 
-DESCRIPTION="Adventure through the twin worlds of Stark and Arcadia, seen 
through the eyes of an 18-year old student"
+DESCRIPTION="An adventure through fantasy worlds, seen through the eyes of a 
student"
 HOMEPAGE="https://www.gog.com/game/the_longest_journey;
 SRC_URI="${MY_EXE}.exe ${MY_EXE}-1.bin"
 LICENSE="GOG-EULA"



[gentoo-commits] repo/gentoo:master commit in: games-rpg/the-longest-journey-hd-fmv/

2022-04-01 Thread James Le Cuirot
commit: b1c9ea3e233d9f91c66e8355fba2b9703b05d88c
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Apr  1 22:07:26 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Apr  1 22:07:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c9ea3e

games-rpg/the-longest-journey-hd-fmv: New package

Signed-off-by: James Le Cuirot  gentoo.org>

 games-rpg/the-longest-journey-hd-fmv/Manifest  |  1 +
 games-rpg/the-longest-journey-hd-fmv/metadata.xml  |  8 +
 .../the-longest-journey-hd-fmv-1.1.ebuild  | 37 ++
 3 files changed, 46 insertions(+)

diff --git a/games-rpg/the-longest-journey-hd-fmv/Manifest 
b/games-rpg/the-longest-journey-hd-fmv/Manifest
new file mode 100644
index ..18377ca28b0a
--- /dev/null
+++ b/games-rpg/the-longest-journey-hd-fmv/Manifest
@@ -0,0 +1 @@
+DIST TLJHD_FMV_1.1.zip 3340708806 BLAKE2B 
e8513bad4dcfc96d5aa63773e7128163a959e14af697a431480f6c4620743c55a3ab2008ecdde5fc4f759598499f74a76579a24345cde97f3fa495ac71b64a2b
 SHA512 
5cfb5447c667f9db98a88ba669641ea42f12c9ac1341efa6b6c2ac5d55a73aecd0da2821e13092c9d11177c19567398b240c0632d0c2c6b4ae70e91e15554a5a

diff --git a/games-rpg/the-longest-journey-hd-fmv/metadata.xml 
b/games-rpg/the-longest-journey-hd-fmv/metadata.xml
new file mode 100644
index ..7c730d47817a
--- /dev/null
+++ b/games-rpg/the-longest-journey-hd-fmv/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ga...@gentoo.org
+   Gentoo Games Project
+   
+

diff --git 
a/games-rpg/the-longest-journey-hd-fmv/the-longest-journey-hd-fmv-1.1.ebuild 
b/games-rpg/the-longest-journey-hd-fmv/the-longest-journey-hd-fmv-1.1.ebuild
new file mode 100644
index ..800989940e03
--- /dev/null
+++ b/games-rpg/the-longest-journey-hd-fmv/the-longest-journey-hd-fmv-1.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHECKREQS_DISK_BUILD="3229M"
+CHECKREQS_DISK_USR="3229M"
+inherit check-reqs
+
+DESCRIPTION="Upscaled full motion videos for The Longest Journey"
+HOMEPAGE="https://tljhd.github.io;
+SRC_URI="TLJHD_FMV_${PV}.zip"
+LICENSE="fairuse"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="bindist fetch"
+
+RDEPEND="
+   ${CATEGORY}/${PN%-hd-fmv}
+"
+
+BDEPEND="
+   app-arch/unzip
+"
+
+S="${WORKDIR}"
+
+pkg_nofetch() {
+   einfo "Please download ${SRC_URI} from:"
+   einfo "  ${HOMEPAGE}"
+   einfo "and move it to your distfiles directory."
+}
+
+src_install() {
+   insinto /usr/share/${PN%-hd-fmv}
+   doins -r mods/
+}



[gentoo-commits] repo/gentoo:master commit in: games-rpg/the-longest-journey/

2022-04-01 Thread James Le Cuirot
commit: a1754bf69bf31c5a4474c44719e97a138f31acc1
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Apr  1 22:06:51 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Apr  1 22:06:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1754bf6

games-rpg/the-longest-journey: New package

Signed-off-by: James Le Cuirot  gentoo.org>

 games-rpg/the-longest-journey/Manifest |  2 +
 games-rpg/the-longest-journey/metadata.xml | 12 +
 .../the-longest-journey-142.24607.ebuild   | 62 ++
 3 files changed, 76 insertions(+)

diff --git a/games-rpg/the-longest-journey/Manifest 
b/games-rpg/the-longest-journey/Manifest
new file mode 100644
index ..8fe86ac94bbf
--- /dev/null
+++ b/games-rpg/the-longest-journey/Manifest
@@ -0,0 +1,2 @@
+DIST setup_the_longest_journey_142_lang_update_(24607)-1.bin 1731065137 
BLAKE2B 
55d67ee12bcb527b45c4028ee1b84b6670fccad3000c0752138cd47e1225c7ed7a1f929be3711a091c6d749ec724c0768000bfa2324064d99eb070689a8dec57
 SHA512 
95d550a444f37b049c26aec04e851d5c057fdbd662306650024d0fc0eb88eaea8c831b2fddb599afed2dc1ed88b6a7d4f171525ebfc61fc6303080de30992687
+DIST setup_the_longest_journey_142_lang_update_(24607).exe 2126208 BLAKE2B 
794c36e5080681da6b9e88fb42bb2325784336b5e2b6117240f07cc3aca87eaaa7001150dac42a5506bd3a41234775e401bd9bef4e59fff14589037f9c540cf4
 SHA512 
51c4221e8ddcf803814c781b0b441c8e38f17c78df0f62f35b540141799616abdcab2791dcc5f90c7ac4a9ff06ebb29b7d65a3899087752f7c07ee1abdb9

diff --git a/games-rpg/the-longest-journey/metadata.xml 
b/games-rpg/the-longest-journey/metadata.xml
new file mode 100644
index ..8815a3aa2353
--- /dev/null
+++ b/games-rpg/the-longest-journey/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ga...@gentoo.org
+   Gentoo Games Project
+   
+   
+   Install high definition backgrounds and 
sprites
+   Install upscaled full motion videos
+   
+

diff --git a/games-rpg/the-longest-journey/the-longest-journey-142.24607.ebuild 
b/games-rpg/the-longest-journey/the-longest-journey-142.24607.ebuild
new file mode 100644
index ..e0aab360720b
--- /dev/null
+++ b/games-rpg/the-longest-journey/the-longest-journey-142.24607.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHECKREQS_DISK_BUILD="1826M"
+CHECKREQS_DISK_USR="1820M"
+inherit check-reqs desktop wrapper xdg
+
+MY_EXE="setup_the_longest_journey_${PV%.*}_lang_update_(${PV##*.})"
+ICON="9c94fffadc23bac626a24a9c04cf8f107598ef9d0d2a58cbb6a9abd4d6eb0fbc.png"
+
+DESCRIPTION="Adventure through the twin worlds of Stark and Arcadia, seen 
through the eyes of an 18-year old student"
+HOMEPAGE="https://www.gog.com/game/the_longest_journey;
+SRC_URI="${MY_EXE}.exe ${MY_EXE}-1.bin"
+LICENSE="GOG-EULA"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+hd +hd-fmv"
+RESTRICT="bindist fetch"
+
+RDEPEND="
+   >=games-engines/scummvm-2.5.1[opengl,truetype,vorbis]
+"
+
+PDEPEND="
+   hd? ( ${CATEGORY}/${PN}-hd )
+   hd-fmv? ( ${CATEGORY}/${PN}-hd-fmv )
+"
+
+BDEPEND="
+   app-arch/innoextract
+   app-arch/unzip
+"
+
+S="${WORKDIR}"
+
+pkg_nofetch() {
+   einfo "Please buy and download ${MY_EXE}{.exe,-1.bin} from:"
+   einfo "  ${HOMEPAGE}"
+   einfo "and move it to your distfiles directory."
+}
+
+src_unpack() {
+   innoextract -e -s -m "${DISTDIR}/${MY_EXE}.exe" || die
+   unzip -qo app/webcache.zip "${ICON}" || die
+}
+
+src_install() {
+   local dir=/usr/share/${PN}
+
+   insinto "${dir}"
+   doins -r [0-9]?/ Global/ Static/ Fonts/ game.exe x.xarc *.ini
+   dodoc manual.pdf
+
+   docinto html
+   dodoc -r tlj_faq_files/ tlj_faq.html
+
+   newicon -s 128 "${ICON}" "${PN}.png"
+   make_wrapper ${PN} "scummvm -p \"${EPREFIX}${dir}\" tlj"
+   make_desktop_entry ${PN} "The Longest Journey"
+}



[gentoo-commits] repo/gentoo:master commit in: games-rpg/the-longest-journey-hd/

2022-04-01 Thread James Le Cuirot
commit: ad9229422e1cf2ab85e0d418da1d9795bb4a7a7d
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Apr  1 22:07:15 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Apr  1 22:07:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad922942

games-rpg/the-longest-journey-hd: New package

Signed-off-by: James Le Cuirot  gentoo.org>

 games-rpg/the-longest-journey-hd/Manifest  |  1 +
 games-rpg/the-longest-journey-hd/metadata.xml  |  8 +
 .../the-longest-journey-hd-1.02.ebuild | 38 ++
 3 files changed, 47 insertions(+)

diff --git a/games-rpg/the-longest-journey-hd/Manifest 
b/games-rpg/the-longest-journey-hd/Manifest
new file mode 100644
index ..e609c93f354c
--- /dev/null
+++ b/games-rpg/the-longest-journey-hd/Manifest
@@ -0,0 +1 @@
+DIST TLJHD_1.02.zip 1505177703 BLAKE2B 
4f77ca7c3d1776542b262000bea0504552ba6cc85f0b210c3220ccf7ec22df59fcfd4244659e4f629a149e609d9a93f5b30adfb44008d7512f4156a554bbab52
 SHA512 
a3e65fa7f6edc6b547aac7ce178b054763eb15246d1c341d62f0f0a5e59c64a8aa52392685bfdeca2c6a5e0cd2a6ee14dbd00f80fe5e928e321c1df695e134cf

diff --git a/games-rpg/the-longest-journey-hd/metadata.xml 
b/games-rpg/the-longest-journey-hd/metadata.xml
new file mode 100644
index ..7c730d47817a
--- /dev/null
+++ b/games-rpg/the-longest-journey-hd/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ga...@gentoo.org
+   Gentoo Games Project
+   
+

diff --git 
a/games-rpg/the-longest-journey-hd/the-longest-journey-hd-1.02.ebuild 
b/games-rpg/the-longest-journey-hd/the-longest-journey-hd-1.02.ebuild
new file mode 100644
index ..54d0ddf85af8
--- /dev/null
+++ b/games-rpg/the-longest-journey-hd/the-longest-journey-hd-1.02.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHECKREQS_DISK_BUILD="1463M"
+CHECKREQS_DISK_USR="1461M"
+inherit check-reqs
+
+DESCRIPTION="High definition backgrounds and sprites for The Longest Journey"
+HOMEPAGE="https://tljhd.github.io;
+SRC_URI="TLJHD_${PV}.zip"
+LICENSE="fairuse"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="bindist fetch"
+
+RDEPEND="
+   ${CATEGORY}/${PN%-hd}
+"
+
+BDEPEND="
+   app-arch/unzip
+"
+
+S="${WORKDIR}"
+
+pkg_nofetch() {
+   einfo "Please download ${SRC_URI} from:"
+   einfo "  ${HOMEPAGE}"
+   einfo "and move it to your distfiles directory."
+}
+
+src_install() {
+   insinto /usr/share/${PN%-hd}
+   # The fonts are the same as the original ones.
+   doins -r mods/
+}