From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/qtads/
Date: Thu, 4 Aug 2022 14:20:10 +0000 (UTC) [thread overview]
Message-ID: <1659622269.ba251e2fd7f82005c58ab12bf17a8b19d135de96.ionen@gentoo> (raw)
commit: ba251e2fd7f82005c58ab12bf17a8b19d135de96
Author: Nikos Chantziaras <realnc <AT> gmail <DOT> com>
AuthorDate: Mon Aug 1 20:21:21 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Aug 4 14:11:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba251e2f
games-engines/qtads: add 3.3.0
Signed-off-by: Nikos Chantziaras <realnc <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/26701
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-engines/qtads/Manifest | 1 +
games-engines/qtads/qtads-3.3.0.ebuild | 47 ++++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/games-engines/qtads/Manifest b/games-engines/qtads/Manifest
index bd461933ea27..4a2956227841 100644
--- a/games-engines/qtads/Manifest
+++ b/games-engines/qtads/Manifest
@@ -1 +1,2 @@
DIST qtads-3.2.0-source.tar.xz 5415396 BLAKE2B 100812db9dd0d0630a5392036e29a366afd61778be2c887e19a1dfafd8f54af00654350fd855691e7e787385675d79a1c065767c93bc97665840396719ae5a0f SHA512 db52ed092d676029cc1ff1d02ddf9e5a91e0bcd77fbfd8e43c923deea4413c452895b70835c519e234f8af0bddf61bad7ad3ec5209876335eacaabe63ed6390a
+DIST qtads-3.3.0-source.tar.xz 6085960 BLAKE2B 516d9c38c1bed36d88f60ef746f1f8b7a82db14505e640c0d3024995a74c9efb68e7783111007db6ca7a2b6adbf7e5b96b6b1e7db1c0cce6441436e1ca81381b SHA512 7e2a647fc4bb81e9784a0b05b3fdee3e6306767aebd32466f6451dc8b2e0f61e01a5657d0bfb8ba091bdd8365c9fed4fd2ab5cd2a27bf5403a5192d42472f7b2
diff --git a/games-engines/qtads/qtads-3.3.0.ebuild b/games-engines/qtads/qtads-3.3.0.ebuild
new file mode 100644
index 000000000000..18bed43aba43
--- /dev/null
+++ b/games-engines/qtads/qtads-3.3.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qmake-utils xdg
+
+DESCRIPTION="Multimedia interpreter for TADS text adventures"
+HOMEPAGE="https://realnc.github.io/qtads"
+SRC_URI="https://github.com/realnc/qtads/releases/download/v${PV}/${P}-source.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+sound"
+
+BDEPEND="
+ virtual/pkgconfig
+"
+DEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5[jpeg,png]
+ dev-qt/qtimageformats[mng]
+ dev-qt/qtnetwork:5[ssl]
+ dev-qt/qtsvg:5
+ dev-qt/qtwidgets:5[png]
+ sound? (
+ media-libs/libsdl2[sound]
+ media-libs/libsndfile
+ media-libs/libvorbis
+ media-sound/fluidsynth:0=
+ media-sound/mpg123
+ )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ eqmake5 \
+ PREFIX="${EPREFIX}/usr" \
+ DOCDIR="${EPREFIX}/usr/share/${PF}" \
+ $(usev !sound CONFIG+=disable-audio) \
+ -after CONFIG-=silent
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install
+}
next reply other threads:[~2022-08-04 14:20 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-04 14:20 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-02 21:48 [gentoo-commits] repo/gentoo:master commit in: games-engines/qtads/ Andreas Sturmlechner
2024-08-25 23:54 Conrad Kostecki
2021-09-27 13:32 Ionen Wolkens
2021-09-26 15:05 Ionen Wolkens
2021-09-26 15:05 Ionen Wolkens
2021-09-17 0:44 Ionen Wolkens
2020-02-22 11:43 James Le Cuirot
2020-02-22 11:43 James Le Cuirot
2018-05-16 8:18 Andreas Sturmlechner
2018-04-29 13:06 Pacho Ramos
2018-04-29 13:06 Pacho Ramos
2016-11-03 8:56 Michael Palimaka
2016-11-03 8:56 Michael Palimaka
2016-06-06 14:31 Agostino Sarubbo
2016-04-16 2:24 Michael Sterrett
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=1659622269.ba251e2fd7f82005c58ab12bf17a8b19d135de96.ionen@gentoo \
--to=ionen@gentoo.org \
--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