* [gentoo-commits] repo/gentoo:master commit in: games-engines/qtads/
@ 2018-04-29 13:06 Pacho Ramos
0 siblings, 0 replies; 15+ messages in thread
From: Pacho Ramos @ 2018-04-29 13:06 UTC (permalink / raw
To: gentoo-commits
commit: 8418e3df8b0da21104cd3167535d92acb7dcb0ef
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 29 13:03:17 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 13:06:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8418e3df
games-engines/qtads: Stop using games.eclass
Package-Manager: Portage-2.3.31, Repoman-2.3.9
games-engines/qtads/qtads-2.1.7-r1.ebuild | 47 +++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
diff --git a/games-engines/qtads/qtads-2.1.7-r1.ebuild b/games-engines/qtads/qtads-2.1.7-r1.ebuild
new file mode 100644
index 00000000000..521b932662c
--- /dev/null
+++ b/games-engines/qtads/qtads-2.1.7-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2-utils qmake-utils xdg
+
+DESCRIPTION="Multimedia interpreter for TADS text adventures"
+HOMEPAGE="http://qtads.sourceforge.net"
+SRC_URI="mirror://sourceforge/qtads/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="media-libs/libsdl[sound]
+ media-libs/sdl-mixer[midi,vorbis]
+ media-libs/sdl-sound[mp3]
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ eqmake5 qtads.pro -after CONFIG-=silent
+}
+
+src_install() {
+ dobin qtads
+ dodoc AUTHORS HTML_TADS_LICENSE NEWS README
+ insinto /usr
+ doins -r share
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+ xdg_pkg_preinst
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+ xdg_pkg_postinst
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+ xdg_pkg_postrm
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-engines/qtads/
@ 2024-08-25 23:54 Conrad Kostecki
0 siblings, 0 replies; 15+ messages in thread
From: Conrad Kostecki @ 2024-08-25 23:54 UTC (permalink / raw
To: gentoo-commits
commit: f4b4d72527dc60b9b141732d781bd36f0c751040
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Aug 5 16:57:14 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Aug 25 23:53:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4b4d725
games-engines/qtads: add 3.4.0
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/37982
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
games-engines/qtads/Manifest | 1 +
games-engines/qtads/qtads-3.4.0.ebuild | 47 ++++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/games-engines/qtads/Manifest b/games-engines/qtads/Manifest
index 0136951ebe1a..6f6e586eed16 100644
--- a/games-engines/qtads/Manifest
+++ b/games-engines/qtads/Manifest
@@ -1 +1,2 @@
DIST qtads-3.3.0-source.tar.xz 6085960 BLAKE2B 516d9c38c1bed36d88f60ef746f1f8b7a82db14505e640c0d3024995a74c9efb68e7783111007db6ca7a2b6adbf7e5b96b6b1e7db1c0cce6441436e1ca81381b SHA512 7e2a647fc4bb81e9784a0b05b3fdee3e6306767aebd32466f6451dc8b2e0f61e01a5657d0bfb8ba091bdd8365c9fed4fd2ab5cd2a27bf5403a5192d42472f7b2
+DIST qtads-3.4.0-source.tar.xz 6059316 BLAKE2B 0aa1bd755aed6fe60a712754d5496a464296f990f99bb7fd3cf93e20ce86881837352739f77a0fe9b630cb67fc78f91fbabf3896e8105e2b51ffa7a46be90ce6 SHA512 b4d40ec3f757803beeb7e22afa7b2ae6a612970c11615378ed145870d577e30b5734cd316c4739e4a3726917654e268034e6ecf1132ebbe1e120dc56aa9a2e3b
diff --git a/games-engines/qtads/qtads-3.4.0.ebuild b/games-engines/qtads/qtads-3.4.0.ebuild
new file mode 100644
index 000000000000..63e98570846a
--- /dev/null
+++ b/games-engines/qtads/qtads-3.4.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2024 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:5[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
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-engines/qtads/
@ 2022-08-04 14:20 Ionen Wolkens
0 siblings, 0 replies; 15+ messages in thread
From: Ionen Wolkens @ 2022-08-04 14:20 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-engines/qtads/
@ 2021-09-27 13:32 Ionen Wolkens
0 siblings, 0 replies; 15+ messages in thread
From: Ionen Wolkens @ 2021-09-27 13:32 UTC (permalink / raw
To: gentoo-commits
commit: 00e4c98bf6d92edfab0b0aa14c17810b22e62acf
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 27 13:26:55 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Sep 27 13:31:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00e4c98b
games-engines/qtads: add missing qtsvg new dependency
Also newly need to define DOCDIR as it doesn't recognize revbumps.
Closes: https://bugs.gentoo.org/815076
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-engines/qtads/{qtads-3.2.0.ebuild => qtads-3.2.0-r1.ebuild} | 2 ++
1 file changed, 2 insertions(+)
diff --git a/games-engines/qtads/qtads-3.2.0.ebuild b/games-engines/qtads/qtads-3.2.0-r1.ebuild
similarity index 94%
rename from games-engines/qtads/qtads-3.2.0.ebuild
rename to games-engines/qtads/qtads-3.2.0-r1.ebuild
index bcc3022a5dc..a96b5f39962 100644
--- a/games-engines/qtads/qtads-3.2.0.ebuild
+++ b/games-engines/qtads/qtads-3.2.0-r1.ebuild
@@ -22,6 +22,7 @@ DEPEND="
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]
@@ -36,6 +37,7 @@ RDEPEND="${DEPEND}"
src_configure() {
eqmake5 \
PREFIX="${EPREFIX}/usr" \
+ DOCDIR="${EPREFIX}/usr/share/${PF}" \
$(usev !sound CONFIG+=disable-audio) \
-after CONFIG-=silent
}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-engines/qtads/
@ 2021-09-26 15:05 Ionen Wolkens
0 siblings, 0 replies; 15+ messages in thread
From: Ionen Wolkens @ 2021-09-26 15:05 UTC (permalink / raw
To: gentoo-commits
commit: e7c4af09a6edf745b2c6aff4c7412a60c1f0a763
Author: Nikos Chantziaras <realnc <AT> gmail <DOT> com>
AuthorDate: Sun Sep 26 14:16:56 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Sep 26 15:04:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c4af09
games-engines/qtads: bump to 3.2.0, improve DEPEND
Closes: https://bugs.gentoo.org/814998
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Nikos Chantziaras <realnc <AT> gmail.com>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-engines/qtads/Manifest | 1 +
games-engines/qtads/qtads-3.2.0.ebuild | 45 ++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/games-engines/qtads/Manifest b/games-engines/qtads/Manifest
index 545fe9ecb54..2af9a4a51cb 100644
--- a/games-engines/qtads/Manifest
+++ b/games-engines/qtads/Manifest
@@ -1,2 +1,3 @@
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
+DIST qtads-3.2.0-source.tar.xz 5415396 BLAKE2B 100812db9dd0d0630a5392036e29a366afd61778be2c887e19a1dfafd8f54af00654350fd855691e7e787385675d79a1c065767c93bc97665840396719ae5a0f SHA512 db52ed092d676029cc1ff1d02ddf9e5a91e0bcd77fbfd8e43c923deea4413c452895b70835c519e234f8af0bddf61bad7ad3ec5209876335eacaabe63ed6390a
diff --git a/games-engines/qtads/qtads-3.2.0.ebuild b/games-engines/qtads/qtads-3.2.0.ebuild
new file mode 100644
index 00000000000..bcc3022a5dc
--- /dev/null
+++ b/games-engines/qtads/qtads-3.2.0.ebuild
@@ -0,0 +1,45 @@
+# 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[jpeg,png]
+ dev-qt/qtimageformats[mng]
+ dev-qt/qtnetwork:5[ssl]
+ 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" \
+ $(usev !sound CONFIG+=disable-audio) \
+ -after CONFIG-=silent
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-engines/qtads/
@ 2021-09-26 15:05 Ionen Wolkens
0 siblings, 0 replies; 15+ messages in thread
From: Ionen Wolkens @ 2021-09-26 15:05 UTC (permalink / raw
To: gentoo-commits
commit: 6dfb6b4d9be96789f20838e5a4962ef33720280d
Author: Nikos Chantziaras <realnc <AT> gmail <DOT> com>
AuthorDate: Sun Sep 26 14:17:50 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Sep 26 15:04:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dfb6b4d
games-engines/qtads: delete 3.1.0
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/22413
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 deletions(-)
diff --git a/games-engines/qtads/Manifest b/games-engines/qtads/Manifest
index 2af9a4a51cb..67994fa5b06 100644
--- a/games-engines/qtads/Manifest
+++ b/games-engines/qtads/Manifest
@@ -1,3 +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
DIST qtads-3.2.0-source.tar.xz 5415396 BLAKE2B 100812db9dd0d0630a5392036e29a366afd61778be2c887e19a1dfafd8f54af00654350fd855691e7e787385675d79a1c065767c93bc97665840396719ae5a0f SHA512 db52ed092d676029cc1ff1d02ddf9e5a91e0bcd77fbfd8e43c923deea4413c452895b70835c519e234f8af0bddf61bad7ad3ec5209876335eacaabe63ed6390a
diff --git a/games-engines/qtads/qtads-3.1.0.ebuild b/games-engines/qtads/qtads-3.1.0.ebuild
deleted file mode 100644
index f865caf3379..00000000000
--- a/games-engines/qtads/qtads-3.1.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-engines/qtads/
@ 2021-09-17 0:44 Ionen Wolkens
0 siblings, 0 replies; 15+ messages in thread
From: Ionen Wolkens @ 2021-09-17 0:44 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-engines/qtads/
@ 2020-02-22 11:43 James Le Cuirot
0 siblings, 0 replies; 15+ messages in thread
From: James Le Cuirot @ 2020-02-22 11:43 UTC (permalink / raw
To: gentoo-commits
commit: 0ed6069fa34aa38c91c2d7674b49208fe1095199
Author: Nikos Chantziaras <realnc <AT> gmail <DOT> com>
AuthorDate: Mon Feb 17 13:18:21 2020 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 11:39:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed6069f
games-engines/qtads: bump to 3.0.0, update metadata, EAPI 7
Closes: https://bugs.gentoo.org/709942
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Nikos Chantziaras <realnc <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14683
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-engines/qtads/Manifest | 1 +
games-engines/qtads/metadata.xml | 7 +++++-
games-engines/qtads/qtads-3.0.0.ebuild | 43 ++++++++++++++++++++++++++++++++++
3 files changed, 50 insertions(+), 1 deletion(-)
diff --git a/games-engines/qtads/Manifest b/games-engines/qtads/Manifest
index 62c2c9e1bbb..a5710ccd466 100644
--- a/games-engines/qtads/Manifest
+++ b/games-engines/qtads/Manifest
@@ -1 +1,2 @@
DIST qtads-2.1.7.tar.bz2 2562026 BLAKE2B daa66022db1b187c2d74fc762fdb60beefb0988401464382d14c6f9bc1455a8046e212cdba9d834decb0efe053b3bb430392696b12bd4f94aaa006744c53a65e SHA512 ab88aa20991642df6048af49d2cd7b804dbb98b3f5c6ab38ad974e8b39531d880eac0eae0ba773f332e9568578b76b677bc35753f7d1e6d9a99d919b15f4c6ee
+DIST qtads-3.0.0-source.tar.xz 5325048 BLAKE2B cb60908e71edb32157638891a58bed83aba01d484821473716c17845094be9232f9e989bad474db27c1e06734b073ee301756b0528ca880e4c40c0994e95bc48 SHA512 e7b72350876475e0b5b9b8c8c953aa380f5f25dade25785d15c5004a6866bb614c3ca2a3b34f84989013e350f9e73d339ce8ddd7d36766d80a981cfbfda7d1c6
diff --git a/games-engines/qtads/metadata.xml b/games-engines/qtads/metadata.xml
index b4146b48089..33b59db35f1 100644
--- a/games-engines/qtads/metadata.xml
+++ b/games-engines/qtads/metadata.xml
@@ -5,7 +5,12 @@
<email>games@gentoo.org</email>
<name>Gentoo Games Project</name>
</maintainer>
+ <longdescription lang="en">
+ QTads is a cross-platform, multimedia interpreter for playing TADS games. It
+ is fully compatible with HTML TADS (aka "Multimedia TADS.") Both TADS
+ versions in use today (v2 and v3) are supported.
+ </longdescription>
<upstream>
- <remote-id type="sourceforge">qtads</remote-id>
+ <remote-id type="github">realnc/qtads</remote-id>
</upstream>
</pkgmetadata>
diff --git a/games-engines/qtads/qtads-3.0.0.ebuild b/games-engines/qtads/qtads-3.0.0.ebuild
new file mode 100644
index 00000000000..57d338defea
--- /dev/null
+++ b/games-engines/qtads/qtads-3.0.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+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" \
+ $(usex !sound CONFIG+=disable-audio '') \
+ -after CONFIG-=silent
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-engines/qtads/
@ 2020-02-22 11:43 James Le Cuirot
0 siblings, 0 replies; 15+ messages in thread
From: James Le Cuirot @ 2020-02-22 11:43 UTC (permalink / raw
To: gentoo-commits
commit: b1ee7b80f8f4da92677976fd7c4b92c8fa5d1f3d
Author: Nikos Chantziaras <realnc <AT> gmail <DOT> com>
AuthorDate: Mon Feb 17 13:19:27 2020 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 11:39:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ee7b80
games-engines/qtads: delete old
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Nikos Chantziaras <realnc <AT> gmail.com>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-engines/qtads/Manifest | 1 -
games-engines/qtads/qtads-2.1.7-r1.ebuild | 49 -------------------------------
2 files changed, 50 deletions(-)
diff --git a/games-engines/qtads/Manifest b/games-engines/qtads/Manifest
index a5710ccd466..daf58a6dddc 100644
--- a/games-engines/qtads/Manifest
+++ b/games-engines/qtads/Manifest
@@ -1,2 +1 @@
-DIST qtads-2.1.7.tar.bz2 2562026 BLAKE2B daa66022db1b187c2d74fc762fdb60beefb0988401464382d14c6f9bc1455a8046e212cdba9d834decb0efe053b3bb430392696b12bd4f94aaa006744c53a65e SHA512 ab88aa20991642df6048af49d2cd7b804dbb98b3f5c6ab38ad974e8b39531d880eac0eae0ba773f332e9568578b76b677bc35753f7d1e6d9a99d919b15f4c6ee
DIST qtads-3.0.0-source.tar.xz 5325048 BLAKE2B cb60908e71edb32157638891a58bed83aba01d484821473716c17845094be9232f9e989bad474db27c1e06734b073ee301756b0528ca880e4c40c0994e95bc48 SHA512 e7b72350876475e0b5b9b8c8c953aa380f5f25dade25785d15c5004a6866bb614c3ca2a3b34f84989013e350f9e73d339ce8ddd7d36766d80a981cfbfda7d1c6
diff --git a/games-engines/qtads/qtads-2.1.7-r1.ebuild b/games-engines/qtads/qtads-2.1.7-r1.ebuild
deleted file mode 100644
index 500c1f64211..00000000000
--- a/games-engines/qtads/qtads-2.1.7-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2-utils qmake-utils xdg flag-o-matic
-
-DESCRIPTION="Multimedia interpreter for TADS text adventures"
-HOMEPAGE="http://qtads.sourceforge.net"
-SRC_URI="mirror://sourceforge/qtads/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl[sound]
- media-libs/sdl-mixer[midi,vorbis]
- media-libs/sdl-sound[mp3]
- dev-qt/qtcore:5
- dev-qt/qtgui:5"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- # bug 654356 temp fix
- append-cxxflags -fpermissive
- eqmake5 qtads.pro -after CONFIG-=silent
-}
-
-src_install() {
- dobin qtads
- dodoc AUTHORS HTML_TADS_LICENSE NEWS README
- insinto /usr
- doins -r share
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
- xdg_pkg_preinst
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- xdg_pkg_postinst
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- xdg_pkg_postrm
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-engines/qtads/
@ 2018-05-16 8:18 Andreas Sturmlechner
0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2018-05-16 8:18 UTC (permalink / raw
To: gentoo-commits
commit: d008f46f41469c0d7370ca37c3360ba9c5a20202
Author: Nikos Chantziaras <realnc <AT> gmail <DOT> com>
AuthorDate: Sun Apr 29 19:12:41 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 16 08:17:42 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d008f46f
games-engines/qtads-2.1.7-r1: fix build with GCC 7
Current version of QTads cannot be built with GCC 7. The next version will
fix that, but for now, we need -fpermissive.
Closes: https://bugs.gentoo.org/654356
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8208
games-engines/qtads/qtads-2.1.7-r1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/games-engines/qtads/qtads-2.1.7-r1.ebuild b/games-engines/qtads/qtads-2.1.7-r1.ebuild
index 521b932662c..500c1f64211 100644
--- a/games-engines/qtads/qtads-2.1.7-r1.ebuild
+++ b/games-engines/qtads/qtads-2.1.7-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit gnome2-utils qmake-utils xdg
+inherit gnome2-utils qmake-utils xdg flag-o-matic
DESCRIPTION="Multimedia interpreter for TADS text adventures"
HOMEPAGE="http://qtads.sourceforge.net"
@@ -21,6 +21,8 @@ DEPEND="media-libs/libsdl[sound]
RDEPEND="${DEPEND}"
src_configure() {
+ # bug 654356 temp fix
+ append-cxxflags -fpermissive
eqmake5 qtads.pro -after CONFIG-=silent
}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-engines/qtads/
@ 2018-04-29 13:06 Pacho Ramos
0 siblings, 0 replies; 15+ messages in thread
From: Pacho Ramos @ 2018-04-29 13:06 UTC (permalink / raw
To: gentoo-commits
commit: 7e66dafff24367aca9ba9290202882b0c70e0e74
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 29 13:03:26 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 13:06:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e66daff
games-engines/qtads: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
games-engines/qtads/qtads-2.1.7.ebuild | 51 ----------------------------------
1 file changed, 51 deletions(-)
diff --git a/games-engines/qtads/qtads-2.1.7.ebuild b/games-engines/qtads/qtads-2.1.7.ebuild
deleted file mode 100644
index b256007bc65..00000000000
--- a/games-engines/qtads/qtads-2.1.7.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils gnome2-utils fdo-mime qmake-utils games
-
-DESCRIPTION="Multimedia interpreter for TADS text adventures"
-HOMEPAGE="http://qtads.sourceforge.net"
-SRC_URI="mirror://sourceforge/qtads/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl[sound]
- media-libs/sdl-mixer[midi,vorbis]
- media-libs/sdl-sound[mp3]
- dev-qt/qtcore:5
- dev-qt/qtgui:5"
-RDEPEND=${DEPEND}
-
-src_configure() {
- eqmake5 qtads.pro -after CONFIG-=silent
-}
-
-src_install() {
- dogamesbin qtads
- dodoc AUTHORS HTML_TADS_LICENSE NEWS README
- insinto /usr
- doins -r share
- prepgamesdirs
-}
-
-pkg_preinst() {
- games_pkg_preinst
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- games_pkg_postinst
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
- gnome2_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-engines/qtads/
@ 2016-11-03 8:56 Michael Palimaka
0 siblings, 0 replies; 15+ messages in thread
From: Michael Palimaka @ 2016-11-03 8:56 UTC (permalink / raw
To: gentoo-commits
commit: 902f1f05474e4020e370553125aff26410dc50f5
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 3 08:53:59 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Nov 3 08:56:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=902f1f05
games-engines/qtads: remove old
Package-Manager: portage-2.3.2
games-engines/qtads/Manifest | 1 -
games-engines/qtads/qtads-2.1.6.ebuild | 57 ----------------------------------
2 files changed, 58 deletions(-)
diff --git a/games-engines/qtads/Manifest b/games-engines/qtads/Manifest
index 564af40..8afd04b 100644
--- a/games-engines/qtads/Manifest
+++ b/games-engines/qtads/Manifest
@@ -1,2 +1 @@
-DIST qtads-2.1.6.tar.bz2 2523761 SHA256 33f29b4c1b225f1a1e7ad1405a1bb7eb8ec4b1d567eac48a120071f7793373c8 SHA512 bd61f6531e2af3484bca06952c174feb2e1157f3f6f8b77e292c724cabb11f31cc413afe4dfb566a216d64702df033033d0667bd4dcb64478b3cd0cf3142dd3e WHIRLPOOL 90814bedfae9b07ff9eb02f070253970aba512c6f1736939c17ba1206e8043c60d5b07f65f94014f191696d339f522762ad3a8e866e624b796c4380b9abfd03a
DIST qtads-2.1.7.tar.bz2 2562026 SHA256 7477bb3cb1f74dcf7995a25579be8322c13f64fb02b7a6e3b2b95a36276ef231 SHA512 ab88aa20991642df6048af49d2cd7b804dbb98b3f5c6ab38ad974e8b39531d880eac0eae0ba773f332e9568578b76b677bc35753f7d1e6d9a99d919b15f4c6ee WHIRLPOOL 2b0a121b89e5445a3950681d51172ebe0665174cd194d3b40fab503e672895ed99129f4f8ae207ad1cf59bc5aeac84f26ad8a141bc28655f4e271a2a9cd84280
diff --git a/games-engines/qtads/qtads-2.1.6.ebuild b/games-engines/qtads/qtads-2.1.6.ebuild
deleted file mode 100644
index 002eb2b..00000000
--- a/games-engines/qtads/qtads-2.1.6.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils gnome2-utils fdo-mime qt4-r2 games
-
-DESCRIPTION="Multimedia interpreter for TADS text adventures"
-HOMEPAGE="http://qtads.sourceforge.net"
-SRC_URI="mirror://sourceforge/qtads/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl[sound]
- media-libs/sdl-mixer[midi,vorbis]
- media-libs/sdl-sound[mp3]
- dev-qt/qtcore:4
- dev-qt/qtgui:4"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- eqmake4 qtads.pro -after CONFIG-=silent
-}
-
-src_install() {
- dogamesbin qtads
- doman qtads.6
- dodoc AUTHORS HTML_TADS_LICENSE NEWS README
- newicon -s 256 qtads_256x256.png ${PN}.png
- insinto /usr/share/icons
- doins -r icons/hicolor
- insinto /usr/share/mime/packages
- doins icons/qtads.xml
- make_desktop_entry qtads QTads qtads Game "GenericName=TADS Multimedia Interpreter\nMimeType=application/x-tads;application/x-t3vm-image;"
- prepgamesdirs
-}
-
-pkg_preinst() {
- games_pkg_preinst
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- games_pkg_postinst
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
- gnome2_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-engines/qtads/
@ 2016-11-03 8:56 Michael Palimaka
0 siblings, 0 replies; 15+ messages in thread
From: Michael Palimaka @ 2016-11-03 8:56 UTC (permalink / raw
To: gentoo-commits
commit: 8f003d30b41cb6c9df2f9f344f13bebd3b85537e
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 3 08:53:45 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Nov 3 08:56:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f003d30
games-engines/qtads: x86 stable
Package-Manager: portage-2.3.2
games-engines/qtads/qtads-2.1.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-engines/qtads/qtads-2.1.7.ebuild b/games-engines/qtads/qtads-2.1.7.ebuild
index ff40890..b956bab 100644
--- a/games-engines/qtads/qtads-2.1.7.ebuild
+++ b/games-engines/qtads/qtads-2.1.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/qtads/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND="media-libs/libsdl[sound]
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-engines/qtads/
@ 2016-06-06 14:31 Agostino Sarubbo
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2016-06-06 14:31 UTC (permalink / raw
To: gentoo-commits
commit: 63537e0e8d195b374cd786d7ab13df551fb964f2
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 6 14:29:44 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jun 6 14:29:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63537e0e
games-engines/qtads: amd64 stable wrt bug #583232
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
games-engines/qtads/qtads-2.1.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-engines/qtads/qtads-2.1.7.ebuild b/games-engines/qtads/qtads-2.1.7.ebuild
index bcd3f53..ff40890 100644
--- a/games-engines/qtads/qtads-2.1.7.ebuild
+++ b/games-engines/qtads/qtads-2.1.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/qtads/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
DEPEND="media-libs/libsdl[sound]
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-engines/qtads/
@ 2016-04-16 2:24 Michael Sterrett
0 siblings, 0 replies; 15+ messages in thread
From: Michael Sterrett @ 2016-04-16 2:24 UTC (permalink / raw
To: gentoo-commits
commit: adeed39379f97b88e8fea4edfd608ebac3c12f83
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 02:23:54 2016 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 02:24:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adeed393
games-engines/qtads: version bump (bug #580036)
Package-Manager: portage-2.2.26
games-engines/qtads/Manifest | 1 +
games-engines/qtads/qtads-2.1.7.ebuild | 52 ++++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/games-engines/qtads/Manifest b/games-engines/qtads/Manifest
index fb2335f..564af40 100644
--- a/games-engines/qtads/Manifest
+++ b/games-engines/qtads/Manifest
@@ -1 +1,2 @@
DIST qtads-2.1.6.tar.bz2 2523761 SHA256 33f29b4c1b225f1a1e7ad1405a1bb7eb8ec4b1d567eac48a120071f7793373c8 SHA512 bd61f6531e2af3484bca06952c174feb2e1157f3f6f8b77e292c724cabb11f31cc413afe4dfb566a216d64702df033033d0667bd4dcb64478b3cd0cf3142dd3e WHIRLPOOL 90814bedfae9b07ff9eb02f070253970aba512c6f1736939c17ba1206e8043c60d5b07f65f94014f191696d339f522762ad3a8e866e624b796c4380b9abfd03a
+DIST qtads-2.1.7.tar.bz2 2562026 SHA256 7477bb3cb1f74dcf7995a25579be8322c13f64fb02b7a6e3b2b95a36276ef231 SHA512 ab88aa20991642df6048af49d2cd7b804dbb98b3f5c6ab38ad974e8b39531d880eac0eae0ba773f332e9568578b76b677bc35753f7d1e6d9a99d919b15f4c6ee WHIRLPOOL 2b0a121b89e5445a3950681d51172ebe0665174cd194d3b40fab503e672895ed99129f4f8ae207ad1cf59bc5aeac84f26ad8a141bc28655f4e271a2a9cd84280
diff --git a/games-engines/qtads/qtads-2.1.7.ebuild b/games-engines/qtads/qtads-2.1.7.ebuild
new file mode 100644
index 0000000..bcd3f53
--- /dev/null
+++ b/games-engines/qtads/qtads-2.1.7.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils gnome2-utils fdo-mime qmake-utils games
+
+DESCRIPTION="Multimedia interpreter for TADS text adventures"
+HOMEPAGE="http://qtads.sourceforge.net"
+SRC_URI="mirror://sourceforge/qtads/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="media-libs/libsdl[sound]
+ media-libs/sdl-mixer[midi,vorbis]
+ media-libs/sdl-sound[mp3]
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5"
+RDEPEND=${DEPEND}
+
+src_configure() {
+ eqmake5 qtads.pro -after CONFIG-=silent
+}
+
+src_install() {
+ dogamesbin qtads
+ dodoc AUTHORS HTML_TADS_LICENSE NEWS README
+ insinto /usr
+ doins -r share
+ prepgamesdirs
+}
+
+pkg_preinst() {
+ games_pkg_preinst
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ games_pkg_postinst
+ fdo-mime_desktop_database_update
+ fdo-mime_mime_database_update
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ fdo-mime_desktop_database_update
+ fdo-mime_mime_database_update
+ gnome2_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2024-08-25 23:54 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-29 13:06 [gentoo-commits] repo/gentoo:master commit in: games-engines/qtads/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2024-08-25 23:54 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
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
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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox