public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-arcade/taisei/
Date: Thu, 11 Jul 2019 09:13:37 +0000 (UTC)	[thread overview]
Message-ID: <1562310367.e685fb45fa17628b8340b6ae091cb39f33215cdf.lanodan@gentoo> (raw)

commit:     e685fb45fa17628b8340b6ae091cb39f33215cdf
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Fri Jul  5 07:06:07 2019 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Jul  5 07:06:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e685fb45

games-arcade/taisei: New Package

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 games-arcade/taisei/Manifest          |  1 +
 games-arcade/taisei/metadata.xml      |  8 +++++++
 games-arcade/taisei/taisei-1.3.ebuild | 40 +++++++++++++++++++++++++++++++++++
 3 files changed, 49 insertions(+)

diff --git a/games-arcade/taisei/Manifest b/games-arcade/taisei/Manifest
new file mode 100644
index 0000000..866ac2d
--- /dev/null
+++ b/games-arcade/taisei/Manifest
@@ -0,0 +1 @@
+DIST taisei-v1.3.tar.xz 104340220 BLAKE2B 363124855e9f429708209135c3b3cfef31a66b6b3d898f8411d9da781facc4a1f8a0b29d7fdee586b269b004c95570c35e98837b75de17e8fe108ee825501c99 SHA512 1387d7936bcd1e7d827be94698cb649d91e7c06ba642b3c897e3c3548f58a4933667cb8ced380eb4df9d2127b5a1a101a9f8ddd1301935ae14a5dbbebf4f2bde

diff --git a/games-arcade/taisei/metadata.xml b/games-arcade/taisei/metadata.xml
new file mode 100644
index 0000000..c698af2
--- /dev/null
+++ b/games-arcade/taisei/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>contact@hacktivis.me</email>
+		<name>Haelwenn (lanodan) Monnier</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/games-arcade/taisei/taisei-1.3.ebuild b/games-arcade/taisei/taisei-1.3.ebuild
new file mode 100644
index 0000000..a70aa18
--- /dev/null
+++ b/games-arcade/taisei/taisei-1.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="Clone of the Touhou series, written in C using SDL/OpenGL/OpenAL."
+HOMEPAGE="http://taisei-project.org/"
+LICENSE="BSD"
+SLOT="0"
+SRC_URI="https://github.com/taisei-project/taisei/releases/download/v${PV}/${PN}-v${PV}.tar.xz"
+KEYWORDS="~amd64"
+IUSE="zip"
+
+S="${WORKDIR}/${PN}-v${PV}"
+
+DEPEND="
+	media-libs/freetype:2
+	>=media-libs/libpng-1.5
+	media-libs/libsdl2
+	media-libs/sdl2-mixer
+	media-libs/libwebp
+	sys-libs/zlib
+	zip? ( dev-libs/libzip )
+"
+
+src_prepare() {
+	sed -i '/strip=true/d' meson.build || die "Failed removing auto-stripping"
+	sed -i "s/doc_path = join.*/doc_path = join_paths(datadir, \'doc\', \'taisei-${PV}\')/" \
+		meson.build || die "Failed changing doc_path"
+	default
+}
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use zip enable_zip)
+	)
+	meson_src_configure
+}


             reply	other threads:[~2019-07-11  9:13 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-11  9:13 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-07-13  9:41 [gentoo-commits] repo/proj/guru:dev commit in: games-arcade/taisei/ Haelwenn Monnier
2019-11-23 14:16 Haelwenn Monnier
2019-11-23 14:16 Haelwenn Monnier
2020-03-09 17:51 Andrew Ammerlaan
2020-04-12 10:26 Sergey Torokhov
2020-06-02 15:44 Oliver Freyermuth
2021-03-28  9:55 Andrew Ammerlaan
2021-04-08 11:16 Oliver Freyermuth
2021-04-08 11:16 Oliver Freyermuth
2021-04-17 17:38 Oliver Freyermuth
2021-04-18  0:53 Oliver Freyermuth
2021-04-24 16:00 Oliver Freyermuth
2021-05-01 15:39 Oliver Freyermuth
2021-05-01 15:39 Oliver Freyermuth
2021-05-03 17:43 Haelwenn Monnier
2021-05-03 17:43 Haelwenn Monnier
2022-05-31  0:10 Oliver Freyermuth
2022-05-31  0:30 Oliver Freyermuth
2022-06-02 10:39 Oliver Freyermuth
2023-04-01 21:23 Haelwenn Monnier
2023-09-08 14:15 Oliver Freyermuth
2023-09-08 14:17 Oliver Freyermuth
2023-09-09  3:53 Haelwenn Monnier
2024-03-11 22:02 Oliver Freyermuth
2024-03-12 14:48 Haelwenn Monnier
2024-03-22 17:57 Haelwenn Monnier
2024-03-22 17:57 Haelwenn Monnier
2024-03-30 19:26 Oliver Freyermuth
2024-03-31  2:11 Oliver Freyermuth
2024-10-08 19:29 Oliver Freyermuth
2024-10-10 15:03 Haelwenn Monnier

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=1562310367.e685fb45fa17628b8340b6ae091cb39f33215cdf.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --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