public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-arcade/taisei/
Date: Sat,  9 Sep 2023 12:26:03 +0000 (UTC)	[thread overview]
Message-ID: <1694182503.130e0bf05054dbaef87b5c5d4074744aa94b8343.davidroman@gentoo> (raw)

commit:     130e0bf05054dbaef87b5c5d4074744aa94b8343
Author:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Fri Sep  8 14:15:03 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Sep  8 14:15:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=130e0bf0

games-arcade/taisei: add 1.4

Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>

 games-arcade/taisei/Manifest          |  1 +
 games-arcade/taisei/taisei-1.4.ebuild | 69 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

diff --git a/games-arcade/taisei/Manifest b/games-arcade/taisei/Manifest
index 1824917ec4..8859e25152 100644
--- a/games-arcade/taisei/Manifest
+++ b/games-arcade/taisei/Manifest
@@ -1 +1,2 @@
+DIST taisei-1.4.tar.xz 219573588 BLAKE2B c5a3300f3274ccc13e1beef9eb673affc223d761dfb632d9b067bc7cf401c3ed0422a78e0dba5334ab003044dae2cb24efb892edc955ee417ebc6c0477617314 SHA512 5715fd7dca868a3987941f24e26fb8ddc507ca5cb4e3c6a2b9c021bc0742d164e6ff2410f7b8de85907baa90f2c4b34925ac1196b163474047bee60141befb86
 DIST taisei-v1.3.2.tar.xz 70481856 BLAKE2B 608b5db6f17e2693539ce0742a1812633e91e901b3935b9e54f91514827642334f6cb6f0217aff713f1ff9dd01d971ae895ac8c98b0360f254b52d3e49bfae61 SHA512 9304c082106dfa1ffcf6c8fb7333e64755b1246ef50b9f49d3e64d167eb15575ac667ca658b1d7e247582e164e703e5817384556dd633f5516670d975817717d

diff --git a/games-arcade/taisei/taisei-1.4.ebuild b/games-arcade/taisei/taisei-1.4.ebuild
new file mode 100644
index 0000000000..96cd10e33c
--- /dev/null
+++ b/games-arcade/taisei/taisei-1.4.ebuild
@@ -0,0 +1,69 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10,11} )
+
+inherit meson python-any-r1 xdg
+
+if [[ ${PV} == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/taisei-project/taisei.git"
+else
+	SRC_URI="https://github.com/taisei-project/taisei/releases/download/v${PV}/${PN}-${PV}.tar.xz"
+	KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Clone of the Touhou series, written in C using SDL/OpenGL/OpenAL."
+HOMEPAGE="https://taisei-project.org/"
+LICENSE="MIT CC-BY-4.0 CC0-1.0 public-domain"
+SLOT="0"
+
+IUSE="doc lto zip"
+
+RDEPEND="
+	media-libs/freetype:2
+	media-libs/opusfile
+	>=media-libs/libpng-1.5
+	media-libs/libsdl2
+	media-libs/libwebp
+	media-libs/opusfile
+	app-arch/zstd
+	sys-libs/zlib
+	dev-libs/openssl:=
+	zip? ( dev-libs/libzip )
+"
+DEPEND="
+	${RDEPEND}
+	>=dev-libs/cglm-0.7.8
+"
+BDEPEND="
+	dev-util/meson
+	$(python_gen_any_dep '
+		dev-python/zstandard[${PYTHON_USEDEP}]
+	')
+	${PYTHON_DEPS}
+	doc? ( dev-python/docutils )"
+
+python_check_deps() {
+	python_has_version "dev-python/zstandard[${PYTHON_USEDEP}]"
+}
+
+src_prepare() {
+	# Path patching needed also without USE=doc (COPYING etc.)
+	sed -i "s/doc_path = join.*/doc_path = join_paths(datadir, \'doc\', \'${PF}\')/" \
+		meson.build || die "Failed changing doc_path"
+	default
+}
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use doc docs)
+		$(meson_use lto b_lto)
+		$(meson_use zip vfs_zip)
+		-Dstrip=false
+		-Duse_libcrypto=true
+	)
+	meson_src_configure
+}


             reply	other threads:[~2023-09-09 12:26 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-09 12:26 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-11  9:55 [gentoo-commits] repo/proj/guru:master commit in: games-arcade/taisei/ David Roman
2024-10-09 15:39 David Roman
2024-03-31  2:18 Julien Roy
2024-03-30 19:31 Julien Roy
2024-03-22 19:17 Julien Roy
2024-03-22 19:17 Julien Roy
2024-03-12  0:18 Julien Roy
2023-09-09 12:26 David Roman
2023-09-09 12:26 David Roman
2023-04-04  7:48 Florian Schmaus
2021-05-03 18:06 Andrew Ammerlaan
2021-05-03 18:06 Andrew Ammerlaan
2021-05-02  9:27 Theo Anderson
2021-05-02  9:27 Theo Anderson
2021-04-24 23:19 Theo Anderson
2021-04-18  9:10 Andrew Ammerlaan
2021-04-17 20:00 Andrew Ammerlaan
2021-04-08 17:20 Andrew Ammerlaan
2021-04-08 17:20 Andrew Ammerlaan
2020-06-02 17:07 Andrew Ammerlaan
2020-04-12 16:39 Andrew Ammerlaan
2020-03-09 17:51 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-09 17:55 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2019-11-25 15:32 Ralph Seichter
2019-11-25 15:32 Ralph Seichter
2019-07-13 13:41 Ralph Seichter
2019-07-13 13:41 Ralph Seichter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1694182503.130e0bf05054dbaef87b5c5d4074744aa94b8343.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox