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/free42/
Date: Fri, 20 Dec 2024 08:13:44 +0000 (UTC)	[thread overview]
Message-ID: <1734682415.197f7d3c4a27d26cf741d0563662039127918033.voyageur@gentoo> (raw)

commit:     197f7d3c4a27d26cf741d0563662039127918033
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 07:55:39 2024 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 08:13:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=197f7d3c

app-emulation/free42: add 3.1.11

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

 app-emulation/free42/Manifest             |  1 +
 app-emulation/free42/free42-3.1.11.ebuild | 45 +++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/app-emulation/free42/Manifest b/app-emulation/free42/Manifest
index e0b142a841dd..fe164c072377 100644
--- a/app-emulation/free42/Manifest
+++ b/app-emulation/free42/Manifest
@@ -1,3 +1,4 @@
 DIST free42-nologo-3.1.10.tgz 7464717 BLAKE2B 32000819bb4321c7ff85f4a3609ebb7e9237180335f9c8c09616c15da7451ad0aefd4aff1de2a0fbeab27526c6a7c3802f5588e03ec0e5cb4caf7222f53b01c9 SHA512 1e2ed003dc29df9c8849d3f85c26b2ca761f8a47c3754355c8f96d5b09628c126fde7e0802acaaca632cd3e1072d1f653f1e1d850f550e40da58f16b5b799461
+DIST free42-nologo-3.1.11.tgz 7470178 BLAKE2B 7365b91bdfeff7b795b5a59563d0e116d2f4128dea2c90ee7e2c6c4fb363c8eae89ff850e50532e4999c2263ce3274f89af7c6e4c7cb66da1bbb9174b501f901 SHA512 1dc3c5ae4f9ffa056c1e052c65a542972f98eaabd4443ddc226fce9392da62f720ac3036aa7bd51f8825a84b4e6d9eb78aedd72ada7f6b97829556cc0b09c7b8
 DIST free42-nologo-3.1.8.tgz 7464179 BLAKE2B 122175508b2da42f101fae37d7c1627ef802d6e21af9cfb4114b657591f0ba1011a109ec3d75823911d3342fdd02e84a58553e616cd0b4c6288b5d39d9648250 SHA512 ef350d963a11c1a195024f57532a22771a3d0d9b7058bf38557e81c943e7cbd8b500472275b7094be3f7f01c3edf557cf3a3ee2d493cb756d108211b7391a4bc
 DIST free42-nologo-3.1.9.tgz 7464567 BLAKE2B d3a8e87a71b1e6de0da2f9d0efe20e3131c8589151b1f67873d29aa45131b513a2e7fb127fd93fec35c318ed9ed9959f356df3b8c39ea31ed89022d9d66de3eb SHA512 350a0f15f08afbca04cf59e453ac0e48c78fb068b67746ac4174a595140085a167409a51eb9f627a71b931177495456ab31ae3ec00a9dda29bb21db7244381fd

diff --git a/app-emulation/free42/free42-3.1.11.ebuild b/app-emulation/free42/free42-3.1.11.ebuild
new file mode 100644
index 000000000000..063f0e457429
--- /dev/null
+++ b/app-emulation/free42/free42-3.1.11.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+MY_PV="${PN}-nologo-${PV}"
+
+DESCRIPTION="An HP-42S Calculator Simulator"
+HOMEPAGE="https://thomasokken.com/free42/"
+SRC_URI="https://thomasokken.com/free42/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}-3.0.14-fix-makefile.patch"
+	"${FILESDIR}/${PN}-3.0.16-fix-build-intel-lib.patch"
+)
+
+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/free42bin gtk/free42dec
+}


             reply	other threads:[~2024-12-20  8:13 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-20  8:13 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/free42/ 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-23 12:27 Bernard Cafarelli
2024-11-28 12:15 Bernard Cafarelli
2024-11-12  9:13 Bernard Cafarelli
2024-09-27  5:30 Arthur Zamarin
2024-09-27  5:30 Arthur Zamarin
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-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-09-23 19:27 Bernard Cafarelli
2022-07-04 17:42 Bernard Cafarelli
2022-06-10 21:53 Bernard Cafarelli
2022-05-22 20:03 Bernard Cafarelli
2022-02-04 12:24 Bernard Cafarelli
2022-01-02  9:56 Bernard Cafarelli
2022-01-02  9:56 Bernard Cafarelli
2021-11-11 11:19 Bernard Cafarelli
2021-08-30 11:30 Bernard Cafarelli
2021-07-06 11:37 Bernard Cafarelli
2021-07-06 11:37 Bernard Cafarelli
2021-05-29 10:13 Bernard Cafarelli
2021-03-26  9:51 Bernard Cafarelli
2021-02-17 23:40 Sam James
2021-02-16 12:26 Sam James
2021-02-07 23:23 Bernard Cafarelli
2021-01-23 16:36 Bernard Cafarelli
2021-01-23 16:36 Bernard Cafarelli
2020-12-29 19:25 Bernard Cafarelli
2020-11-08 15:30 Bernard Cafarelli
2020-10-07 20:39 Bernard Cafarelli
2020-05-04 10:21 Bernard Cafarelli
2020-02-21 14:11 Bernard Cafarelli
2020-01-13 17:12 Bernard Cafarelli
2019-11-13 23:05 Bernard Cafarelli
2019-11-13 23:05 Bernard Cafarelli
2019-11-13 23:05 Bernard Cafarelli
2019-10-14 21:11 Bernard Cafarelli
2019-09-24 12:56 Bernard Cafarelli
2019-09-24 12:56 Bernard Cafarelli
2019-07-30 20:48 Bernard Cafarelli
2019-07-03  8:24 Bernard Cafarelli
2019-05-23 17:27 Bernard Cafarelli
2018-05-14 14:19 José María Alonso
2018-05-13 23:34 Aaron Bauman
2018-05-13 22:29 Thomas Deutschmann
2018-05-10 21:02 José María Alonso
2018-04-09 20:24 José María Alonso
2018-03-20 10:01 Agostino Sarubbo
2018-02-21  3:01 Thomas Deutschmann
2017-11-07 13:12 Manuel Rüger
2017-11-02 21:16 Thomas Deutschmann
2017-05-04 15:55 Agostino Sarubbo
2017-05-04 13:07 Agostino Sarubbo
2017-03-10 10:59 Agostino Sarubbo
2017-03-10  9:09 Agostino Sarubbo
2017-01-04 17:09 Agostino Sarubbo
2017-01-04 16:56 Agostino Sarubbo
2016-12-21 10:27 Tobias Klausmann
2016-11-30 16:00 José María Alonso

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=1734682415.197f7d3c4a27d26cf741d0563662039127918033.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