* [gentoo-commits] repo/gentoo:master commit in: games-emulation/fbzx/
@ 2021-04-19 20:54 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-04-19 20:54 UTC (permalink / raw
To: gentoo-commits
commit: 810d6b497a1c9f7ba2c1c216a5b4222ef83b119d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 20:47:12 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 20:54:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810d6b49
games-emulation/fbzx: export PKG_CONFIG
Closes: https://bugs.gentoo.org/784242
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/fbzx/fbzx-3.0.0-r1.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/games-emulation/fbzx/fbzx-3.0.0-r1.ebuild b/games-emulation/fbzx/fbzx-3.0.0-r1.ebuild
index 7b67cf93384..ffe2b98753c 100644
--- a/games-emulation/fbzx/fbzx-3.0.0-r1.ebuild
+++ b/games-emulation/fbzx/fbzx-3.0.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit desktop
+inherit desktop toolchain-funcs
DESCRIPTION="Full Screen Sinclair Spectrum emulator"
HOMEPAGE="https://github.com/rastersoft/fbzx"
@@ -28,6 +28,9 @@ PATCHES=(
src_prepare() {
sed -i -e "s|/usr/share/|/usr/share/${PN}/|g" src/llscreen.cpp || die
+
+ tc-export PKG_CONFIG
+
default
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/fbzx/
@ 2021-06-01 23:44 Ionen Wolkens
0 siblings, 0 replies; 6+ messages in thread
From: Ionen Wolkens @ 2021-06-01 23:44 UTC (permalink / raw
To: gentoo-commits
commit: 09626506af0885c041f4aac270db391fd283cc3b
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 1 12:00:08 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jun 1 23:22:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09626506
games-emulation/fbzx: switch remote-id to gitlab
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-emulation/fbzx/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-emulation/fbzx/metadata.xml b/games-emulation/fbzx/metadata.xml
index 865a8b592e9..4af766d38aa 100644
--- a/games-emulation/fbzx/metadata.xml
+++ b/games-emulation/fbzx/metadata.xml
@@ -6,6 +6,6 @@
<name>Gentoo Games Project</name>
</maintainer>
<upstream>
- <remote-id type="github">rastersoft/fbzx</remote-id>
+ <remote-id type="gitlab">rastersoft/fbzx</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/fbzx/
@ 2021-06-08 7:10 Ionen Wolkens
0 siblings, 0 replies; 6+ messages in thread
From: Ionen Wolkens @ 2021-06-08 7:10 UTC (permalink / raw
To: gentoo-commits
commit: c75fcb9729ba83dc405d62a037a5a9bee351a489
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 8 06:37:31 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jun 8 07:08:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75fcb97
games-emulation/fbzx: drop 3.0.0-r1
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-emulation/fbzx/Manifest | 1 -
games-emulation/fbzx/fbzx-3.0.0-r1.ebuild | 46 -------------------------------
2 files changed, 47 deletions(-)
diff --git a/games-emulation/fbzx/Manifest b/games-emulation/fbzx/Manifest
index fafb07a16f9..a26c35938b4 100644
--- a/games-emulation/fbzx/Manifest
+++ b/games-emulation/fbzx/Manifest
@@ -1,2 +1 @@
-DIST fbzx-3.0.0.tar.gz 435239 BLAKE2B 5105995a7972c7310628c0e4d3af7f1a749192bc24ac312e493d8821edf5ec329a65eedcbfa6c8479a4f4d134ca730acef7ee27ef2f89253f2e179c7cf8c2bf1 SHA512 cf2a01a1dde62da03c1f04e91f226859ae4cf06d099597dc1a1554c4ff9782dd287f9d924083829eee40cf0450c053d818f963f68381f9e16e0e61ca1f3d3083
DIST fbzx_4.6.0.tar.bz2 307308 BLAKE2B 0cf6e9bf3e01c5a03e0925707aab46829ed8e3f0e4c0791d362ab8972d5d0175e35635e5ad6f895db369b4cb543efc40561fa41ec1cfd739c7252762250bdb7e SHA512 4644038c615e2487361e8a7a72d69ae2e136945160d4cc8ed982365243a7e016edff6165ae86a3f50e3f0f4d45540bfd933353ca17596f9d8e10153c492f15d9
diff --git a/games-emulation/fbzx/fbzx-3.0.0-r1.ebuild b/games-emulation/fbzx/fbzx-3.0.0-r1.ebuild
deleted file mode 100644
index ffe2b98753c..00000000000
--- a/games-emulation/fbzx/fbzx-3.0.0-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit desktop toolchain-funcs
-
-DESCRIPTION="Full Screen Sinclair Spectrum emulator"
-HOMEPAGE="https://github.com/rastersoft/fbzx"
-SRC_URI="https://github.com/rastersoft/fbzx/archive/3.0.0.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- media-libs/libsdl[video]
- media-sound/pulseaudio
- media-libs/alsa-lib
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}"/${P}-gentoo.patch
-)
-
-src_prepare() {
- sed -i -e "s|/usr/share/|/usr/share/${PN}/|g" src/llscreen.cpp || die
-
- tc-export PKG_CONFIG
-
- default
-}
-
-src_install() {
- dobin src/fbzx
-
- insinto /usr/share/${PN}
- doins -r data/{keymap.bmp,spectrum-roms}
-
- dodoc AMSTRAD CAPABILITIES FAQ PORTING README* TODO VERSIONS
- doicon data/fbzx.svg
- make_desktop_entry fbzx FBZX
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/fbzx/
@ 2021-06-13 12:55 Ionen Wolkens
0 siblings, 0 replies; 6+ messages in thread
From: Ionen Wolkens @ 2021-06-13 12:55 UTC (permalink / raw
To: gentoo-commits
commit: 54644eabb964676127b8f10c8d6d0fe3977f9777
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 13 12:39:22 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Jun 13 12:53:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54644eab
games-emulation/fbzx: add 4.8.0
Trivial bump to get rid of the joystick patch.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-emulation/fbzx/Manifest | 1 +
games-emulation/fbzx/fbzx-4.8.0.ebuild | 52 ++++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/games-emulation/fbzx/Manifest b/games-emulation/fbzx/Manifest
index a26c35938b4..42b8ab9facc 100644
--- a/games-emulation/fbzx/Manifest
+++ b/games-emulation/fbzx/Manifest
@@ -1 +1,2 @@
DIST fbzx_4.6.0.tar.bz2 307308 BLAKE2B 0cf6e9bf3e01c5a03e0925707aab46829ed8e3f0e4c0791d362ab8972d5d0175e35635e5ad6f895db369b4cb543efc40561fa41ec1cfd739c7252762250bdb7e SHA512 4644038c615e2487361e8a7a72d69ae2e136945160d4cc8ed982365243a7e016edff6165ae86a3f50e3f0f4d45540bfd933353ca17596f9d8e10153c492f15d9
+DIST fbzx_4.8.0.tar.bz2 307530 BLAKE2B 465bac143e034604b9f7fb8cf87ef4dcdcec09e7208873350c0c2c63b560c2fc130fa1a665e91156e88563600222a1dc801fcc02c532009f2ebccb5e7946ca14 SHA512 f56a9083a741f98a77e2b9673e569341816cef943973c65c1aa6cb01ad6c2bcd5b663d3db35193196770c3eb046e8a8c15d83c2c122700d2116ad34c5d796cdc
diff --git a/games-emulation/fbzx/fbzx-4.8.0.ebuild b/games-emulation/fbzx/fbzx-4.8.0.ebuild
new file mode 100644
index 00000000000..b69852a2a19
--- /dev/null
+++ b/games-emulation/fbzx/fbzx-4.8.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop toolchain-funcs
+
+DESCRIPTION="Full Screen Sinclair Spectrum emulator"
+HOMEPAGE="http://www.rastersoft.com/programas/fbzx.html"
+SRC_URI="http://www.rastersoft.com/descargas/fbzx/${PN}_${PV}.tar.bz2"
+S="${WORKDIR}/${PN}_${PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="alsa pulseaudio"
+
+RDEPEND="
+ media-libs/libsdl2[joystick,video]
+ alsa? ( media-libs/alsa-lib )
+ pulseaudio? ( media-sound/pulseaudio )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-4.6.0-makefile.patch
+)
+
+src_prepare() {
+ default
+
+ sed -i "s|/usr/share|${EPREFIX}/usr/share/${PN}|" src/llscreen.cpp || die
+}
+
+src_compile() {
+ tc-export CXX PKG_CONFIG
+
+ emake ALSA=$(usex alsa) PULSE=$(usex pulseaudio)
+}
+
+src_install() {
+ dobin src/${PN}
+ dodoc AMSTRAD CAPABILITIES FAQ HISTORY.md README.{TZX,md} TODO
+ doicon data/${PN}.svg
+ domenu data/${PN}.desktop
+
+ insinto /usr/share/${PN}
+ doins -r data/spectrum-roms
+
+ insinto /usr/share/${PN}/${PN}
+ doins data/keymap.bmp
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/fbzx/
@ 2022-12-08 19:44 Ionen Wolkens
0 siblings, 0 replies; 6+ messages in thread
From: Ionen Wolkens @ 2022-12-08 19:44 UTC (permalink / raw
To: gentoo-commits
commit: cdca1c2d3647b9fe5b6872ee0ed302c47114bc79
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 8 19:41:08 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Dec 8 19:43:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdca1c2d
games-emulation/fbzx: stabilize 4.8.0-r1 for amd64
Closes: https://bugs.gentoo.org/884871
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-emulation/fbzx/fbzx-4.8.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-emulation/fbzx/fbzx-4.8.0-r1.ebuild b/games-emulation/fbzx/fbzx-4.8.0-r1.ebuild
index 6d2ee0e0a6cd..15b939dd3a80 100644
--- a/games-emulation/fbzx/fbzx-4.8.0-r1.ebuild
+++ b/games-emulation/fbzx/fbzx-4.8.0-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}_${PV}"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="alsa pulseaudio"
RDEPEND="
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/fbzx/
@ 2022-12-08 19:44 Ionen Wolkens
0 siblings, 0 replies; 6+ messages in thread
From: Ionen Wolkens @ 2022-12-08 19:44 UTC (permalink / raw
To: gentoo-commits
commit: 9c6f66afb240c16b5f4c5464d100a8e10cbcd8ed
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 8 19:36:38 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Dec 8 19:43:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c6f66af
games-emulation/fbzx: EAPI7->8, use libpulse, https
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
.../fbzx/{fbzx-4.8.0.ebuild => fbzx-4.8.0-r1.ebuild} | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/games-emulation/fbzx/fbzx-4.8.0.ebuild b/games-emulation/fbzx/fbzx-4.8.0-r1.ebuild
similarity index 80%
rename from games-emulation/fbzx/fbzx-4.8.0.ebuild
rename to games-emulation/fbzx/fbzx-4.8.0-r1.ebuild
index b69852a2a19c..6d2ee0e0a6cd 100644
--- a/games-emulation/fbzx/fbzx-4.8.0.ebuild
+++ b/games-emulation/fbzx/fbzx-4.8.0-r1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit desktop toolchain-funcs
DESCRIPTION="Full Screen Sinclair Spectrum emulator"
-HOMEPAGE="http://www.rastersoft.com/programas/fbzx.html"
-SRC_URI="http://www.rastersoft.com/descargas/fbzx/${PN}_${PV}.tar.bz2"
+HOMEPAGE="https://www.rastersoft.com/programas/fbzx.html"
+SRC_URI="https://www.rastersoft.com/descargas/fbzx/${PN}_${PV}.tar.bz2"
S="${WORKDIR}/${PN}_${PV}"
LICENSE="GPL-3+"
@@ -18,7 +18,7 @@ IUSE="alsa pulseaudio"
RDEPEND="
media-libs/libsdl2[joystick,video]
alsa? ( media-libs/alsa-lib )
- pulseaudio? ( media-sound/pulseaudio )"
+ pulseaudio? ( media-libs/libpulse )"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
@@ -41,12 +41,13 @@ src_compile() {
src_install() {
dobin src/${PN}
dodoc AMSTRAD CAPABILITIES FAQ HISTORY.md README.{TZX,md} TODO
- doicon data/${PN}.svg
- domenu data/${PN}.desktop
insinto /usr/share/${PN}
doins -r data/spectrum-roms
insinto /usr/share/${PN}/${PN}
doins data/keymap.bmp
+
+ doicon data/${PN}.svg
+ domenu data/${PN}.desktop
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-12-08 19:44 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-08 19:44 [gentoo-commits] repo/gentoo:master commit in: games-emulation/fbzx/ Ionen Wolkens
-- strict thread matches above, loose matches on Subject: below --
2022-12-08 19:44 Ionen Wolkens
2021-06-13 12:55 Ionen Wolkens
2021-06-08 7:10 Ionen Wolkens
2021-06-01 23:44 Ionen Wolkens
2021-04-19 20:54 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox