public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/qtads/
Date: Fri, 17 Sep 2021 00:44:34 +0000 (UTC)	[thread overview]
Message-ID: <1631839013.9d7c9ab7f38d4b3d0daa1bb335238d4afdd48a47.ionen@gentoo> (raw)

commit:     9d7c9ab7f38d4b3d0daa1bb335238d4afdd48a47
Author:     Nikos Chantziaras <realnc <AT> gmail <DOT> com>
AuthorDate: Thu Sep 16 23:09:48 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Sep 17 00:36:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d7c9ab7

games-engines/qtads: bump to 3.1.0, EAPI 8

Closes: https://bugs.gentoo.org/813417
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Nikos Chantziaras <realnc <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22312
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-engines/qtads/Manifest           |  1 +
 games-engines/qtads/qtads-3.1.0.ebuild | 44 ++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/games-engines/qtads/Manifest b/games-engines/qtads/Manifest
index daf58a6dddc..545fe9ecb54 100644
--- a/games-engines/qtads/Manifest
+++ b/games-engines/qtads/Manifest
@@ -1 +1,2 @@
 DIST qtads-3.0.0-source.tar.xz 5325048 BLAKE2B cb60908e71edb32157638891a58bed83aba01d484821473716c17845094be9232f9e989bad474db27c1e06734b073ee301756b0528ca880e4c40c0994e95bc48 SHA512 e7b72350876475e0b5b9b8c8c953aa380f5f25dade25785d15c5004a6866bb614c3ca2a3b34f84989013e350f9e73d339ce8ddd7d36766d80a981cfbfda7d1c6
+DIST qtads-3.1.0-source.tar.xz 5438292 BLAKE2B 50d4cb8e39ed1da83005f326aa20e595da825acf7b769a4abaa2b319ee9f2da83af435cf676b82d28417ffc751be7ad8ab6bdc09ad3d571a1df068cd1eca48dd SHA512 b79c6e326369c259d293adf8232e7da64b23506ed272a456b57aef3ef92f440d53ca5204bf36a49cae1b783ce864bae1986053d7f0893e70bfbf8877d87b7267

diff --git a/games-engines/qtads/qtads-3.1.0.ebuild b/games-engines/qtads/qtads-3.1.0.ebuild
new file mode 100644
index 00000000000..f865caf3379
--- /dev/null
+++ b/games-engines/qtads/qtads-3.1.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 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
+	dev-qt/qtnetwork:5[ssl]
+	dev-qt/qtwidgets:5
+	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" \
+		$(usev !sound CONFIG+=disable-audio) \
+		-after CONFIG-=silent
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+}


             reply	other threads:[~2021-09-17  0:44 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-17  0:44 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-25 23:54 [gentoo-commits] repo/gentoo:master commit in: games-engines/qtads/ Conrad Kostecki
2022-08-04 14:20 Ionen Wolkens
2021-09-27 13:32 Ionen Wolkens
2021-09-26 15:05 Ionen Wolkens
2021-09-26 15:05 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=1631839013.9d7c9ab7f38d4b3d0daa1bb335238d4afdd48a47.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