public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/plus42/
Date: Sat, 25 May 2024 20:03:56 +0000 (UTC)	[thread overview]
Message-ID: <1716667427.403238147e21c267ae0763f7825cea3474c8dc92.voyageur@gentoo> (raw)

commit:     403238147e21c267ae0763f7825cea3474c8dc92
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri May 24 10:59:11 2024 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat May 25 20:03:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40323814

app-emulation/plus42: add 1.1.11

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 app-emulation/plus42/Manifest             |  1 +
 app-emulation/plus42/plus42-1.1.11.ebuild | 49 +++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/app-emulation/plus42/Manifest b/app-emulation/plus42/Manifest
index 09812de9241d..7c24c1bb36cf 100644
--- a/app-emulation/plus42/Manifest
+++ b/app-emulation/plus42/Manifest
@@ -1 +1,2 @@
 DIST plus42-upstream-1.1.10.tgz 7612969 BLAKE2B feeab01d4161f0f8cc183cf3c494290469c968d89670610a8848103a8ae64f81816d4456477d1900f94b0e6c5ef3ae3dbd36aa9edb3644f5ed099954fb692664 SHA512 38b263d71464b891a4dc9d32a38b8d32d96e2c1ce352348ff33348b23749ae45d341f6d36b76609b40e863e058ec2c0e5c6be394c041f27f6caba1b261d7422c
+DIST plus42-upstream-1.1.11.tgz 7613219 BLAKE2B edd390be71318fbe351e997e3cedb2bf145fea89ed39ac91726c712d1906a28860f515de5bb657d0447d496d7469c6c01b185f6396c9227e120cbb8ea078bca3 SHA512 082042319ee9f58fc6c3fe86e9b15d03e17ae6e3d30441df2e953d71fe670f8004ff25da8986fb6f89fd4f6823a473fbfa620560e6051aa2a3bfebd9fbbd67a2

diff --git a/app-emulation/plus42/plus42-1.1.11.ebuild b/app-emulation/plus42/plus42-1.1.11.ebuild
new file mode 100644
index 000000000000..3916a804001b
--- /dev/null
+++ b/app-emulation/plus42/plus42-1.1.11.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+MY_PV="${PN}-upstream-${PV}"
+
+DESCRIPTION="An Enhanced HP-42S Calculator Simulator"
+HOMEPAGE="https://thomasokken.com/plus42/"
+SRC_URI="https://thomasokken.com/plus42/upstream/${MY_PV}.tgz"
+S=${WORKDIR}/${MY_PV}
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+alsa"
+
+DEPEND="app-accessibility/at-spi2-core
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf
+	x11-libs/gtk+:3
+	alsa? ( media-libs/alsa-lib )"
+RDEPEND="${DEPEND}"
+
+DOCS=( CREDITS HISTORY README )
+
+PATCHES=(
+	"${FILESDIR}/${PN}-1.0.9-fix-makefile.patch"
+	"${FILESDIR}/${PN}-1.0.12-fix-build-intel-lib.patch"
+)
+
+src_prepare() {
+	default
+}
+
+src_compile() {
+	local myconf
+	use alsa && myconf="AUDIO_ALSA=yes"
+	emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" ${myconf} -C gtk
+	emake -C gtk clean
+	emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" BCD_MATH=1 ${myconf} -C gtk
+}
+
+src_install() {
+	default
+	dobin gtk/plus42bin gtk/plus42dec
+}


             reply	other threads:[~2024-05-25 20:04 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-25 20:03 Bernard Cafarelli [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-23 22:15 [gentoo-commits] repo/gentoo:master commit in: app-emulation/plus42/ Bernard Cafarelli
2025-02-03 11:17 Bernard Cafarelli
2025-02-03 11:17 Bernard Cafarelli
2024-12-23 12:27 Bernard Cafarelli
2024-12-20  8:13 Bernard Cafarelli
2024-12-20  8:13 Bernard Cafarelli
2024-11-28 12:15 Bernard Cafarelli
2024-11-12  9:13 Bernard Cafarelli
2024-06-14 10:47 Bernard Cafarelli
2024-05-25 20:03 Bernard Cafarelli
2024-05-02  7:03 Bernard Cafarelli
2024-04-06 10:03 Bernard Cafarelli
2024-04-06 10:03 Bernard Cafarelli
2024-01-29  9:44 Bernard Cafarelli
2023-12-20  8:52 Bernard Cafarelli
2023-12-20  8:52 Bernard Cafarelli
2023-11-07 14:51 Bernard Cafarelli
2023-08-16 22:08 Bernard Cafarelli
2023-08-16 22:08 Bernard Cafarelli
2023-04-13 11:06 Bernard Cafarelli
2023-01-02 10:54 Bernard Cafarelli
2023-01-02 10:54 Bernard Cafarelli
2022-11-13 22:39 Bernard Cafarelli
2022-09-23 19:27 Bernard Cafarelli
2022-06-10 21:53 Bernard Cafarelli

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=1716667427.403238147e21c267ae0763f7825cea3474c8dc92.voyageur@gentoo \
    --to=voyageur@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