From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/orca/
Date: Wed, 04 Jun 2025 08:44:57 +0000 (UTC) [thread overview]
Message-ID: <1749026199.4ac2877f0954f3b40e32822d605c07f7f017c88f.pacho@gentoo> (raw)
commit: 4ac2877f0954f3b40e32822d605c07f7f017c88f
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 4 07:27:21 2025 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jun 4 08:36:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac2877f
app-accessibility/orca: add 47.4
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
app-accessibility/orca/Manifest | 1 +
app-accessibility/orca/orca-47.4.ebuild | 62 +++++++++++++++++++++++++++++++++
2 files changed, 63 insertions(+)
diff --git a/app-accessibility/orca/Manifest b/app-accessibility/orca/Manifest
index 657df1a97cb0..870cf2a3d793 100644
--- a/app-accessibility/orca/Manifest
+++ b/app-accessibility/orca/Manifest
@@ -1,2 +1,3 @@
DIST orca-46.2.tar.xz 3431952 BLAKE2B 56b8c31318ecfaf6acda365192e0dd70feb835e449ebe1e0c0292a2230c44659ddc4e9cf1fa87aba1694e3ba2c8c695754901c4a797720979af3a8143f0b0b00 SHA512 e55d5dba18b70ac2b70809f9e0af82e1fad8c72d9f3a7e03c6e4c1da29e133f80b3dabf9ad007873587b4b01a4ff36947e4ea38d7afd60748f8f98219a6a24e0
DIST orca-47.3.tar.xz 3393540 BLAKE2B c66a4d98e96bcdc87ccc96c1c77fbb5fef1c3db36df9490c74144c2e1cc31d1e8db133ab421c39e11a1d602d6ef5a27e6334443d6cbe9374d4a302ef768b0a8f SHA512 96fde41afdf5d1f67dfda1aad5f8c84415e65e92d162ae0e231c8b3c73b23412096a055fe1c8e9fdf87180b427af25953ce2acf60407f8f1bf20c3a8c50a3b6f
+DIST orca-47.4.tar.xz 3394152 BLAKE2B f43377b9840640e84fd319cc667b11f84d10c7d8717ca1bb1240c014522c70d13c00831fd7fa35aef3746a22b7a6f81d6f22628075c2b0def9561df8c445af97 SHA512 29917bc1b82d4c57694755c350a89c65c514aae9befae24eece73007c222523fd25cc4152fe91ffb533b94d4965ad6d6b1ed7bd82149d27a2ca7ae22cd6c20fc
diff --git a/app-accessibility/orca/orca-47.4.ebuild b/app-accessibility/orca/orca-47.4.ebuild
new file mode 100644
index 000000000000..aac89e406400
--- /dev/null
+++ b/app-accessibility/orca/orca-47.4.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit gnome2 meson python-single-r1
+
+DESCRIPTION="Extensible screen reader that provides access to the desktop"
+HOMEPAGE="https://orca.gnome.org/"
+
+LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+IUSE="+braille"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+ >=app-accessibility/at-spi2-core-2.50:2[introspection]
+ >=dev-libs/glib-2.28:2
+ media-libs/gstreamer:1.0[introspection]
+ >=x11-libs/gtk+-3.6.2:3[introspection]
+ $(python_gen_cond_dep '
+ dev-python/gst-python:1.0[${PYTHON_USEDEP}]
+ >=dev-python/pygobject-3.18:3[${PYTHON_USEDEP}]
+ ')
+ braille? (
+ $(python_gen_cond_dep '
+ >=app-accessibility/brltty-5.0-r3[python,${PYTHON_USEDEP}]
+ dev-libs/liblouis[${PYTHON_SINGLE_USEDEP}]
+ ')
+ )
+"
+RDEPEND="${DEPEND}
+ $(python_gen_cond_dep '
+ >=app-accessibility/speech-dispatcher-0.8[python,${PYTHON_USEDEP}]
+ >=dev-python/pyatspi-2.46[${PYTHON_USEDEP}]
+ dev-python/setproctitle[${PYTHON_USEDEP}]
+ ')
+ x11-libs/libwnck:3[introspection]
+ x11-libs/pango[introspection]
+"
+BDEPEND="
+ dev-util/itstool
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+# app-text/yelp-tools
+
+src_configure() {
+ local emesonargs=(
+ -Dspiel=false # spiel not yet in gentoo
+ )
+ meson_src_configure
+}
+
+src_install() {
+ meson_src_install
+ python_fix_shebang "${ED}"
+ python_optimize
+}
next reply other threads:[~2025-06-04 8:45 UTC|newest]
Thread overview: 73+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-04 8:44 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-04 12:51 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/orca/ Arthur Zamarin
2025-06-20 16:46 Pacho Ramos
2025-06-20 16:46 Pacho Ramos
2024-12-01 11:36 Pacho Ramos
2024-08-09 10:35 Pacho Ramos
2024-08-09 10:35 Pacho Ramos
2024-06-02 8:19 Sam James
2024-05-06 7:09 Mart Raudsepp
2024-04-22 17:34 Arthur Zamarin
2024-04-06 21:07 Arthur Zamarin
2024-03-02 22:33 Mart Raudsepp
2024-02-18 6:09 Arthur Zamarin
2024-02-18 6:09 Arthur Zamarin
2024-01-08 7:03 Sam James
2024-01-06 18:48 Mart Raudsepp
2023-10-08 11:51 Pacho Ramos
2023-09-22 2:33 Matt Turner
2023-09-15 16:52 Matt Turner
2023-05-26 1:44 Matt Turner
2023-05-05 7:36 Arthur Zamarin
2023-05-05 7:36 Arthur Zamarin
2023-05-05 7:34 Arthur Zamarin
2023-03-25 3:27 Matt Turner
2023-01-05 16:30 Matt Turner
2022-11-29 15:58 WANG Xuerui
2022-10-29 22:33 Matt Turner
2022-10-02 10:36 Matt Turner
2022-07-07 18:06 Matt Turner
2022-07-02 3:19 Matt Turner
2022-05-17 19:10 Matt Turner
2022-03-23 6:14 Matt Turner
2022-02-15 18:31 Matt Turner
2022-01-31 19:55 Matt Turner
2022-01-31 2:36 Yixun Lan
2022-01-29 7:10 Sam James
2022-01-29 4:32 Sam James
2022-01-28 18:58 Matt Turner
2022-01-22 10:06 Pacho Ramos
2021-12-01 6:37 Yixun Lan
2021-04-19 2:10 Matt Turner
2020-12-19 15:14 Mart Raudsepp
2020-08-16 7:52 Mart Raudsepp
2020-08-13 20:25 Michał Górny
2020-05-11 16:49 Agostino Sarubbo
2020-05-09 7:40 Agostino Sarubbo
2020-04-20 20:30 Mart Raudsepp
2020-04-19 8:15 Mart Raudsepp
2020-03-29 17:56 Mart Raudsepp
2019-12-08 20:27 Mart Raudsepp
2019-10-20 19:49 Mart Raudsepp
2019-08-03 14:04 Aaron Bauman
2019-05-18 13:41 Mart Raudsepp
2019-03-29 23:27 Mart Raudsepp
2019-03-18 11:02 Mart Raudsepp
2019-03-06 21:17 Mart Raudsepp
2019-01-17 13:59 Mart Raudsepp
2018-01-27 9:38 Mart Raudsepp
2018-01-18 1:49 Mikle Kolyada
2017-12-09 14:21 Pacho Ramos
2017-08-09 22:58 Gilles Dartiguelongue
2017-08-09 22:58 Gilles Dartiguelongue
2016-11-09 8:28 Gilles Dartiguelongue
2016-11-01 17:31 Gilles Dartiguelongue
2016-11-01 17:31 Gilles Dartiguelongue
2016-08-31 21:58 Gilles Dartiguelongue
2016-08-31 21:58 Gilles Dartiguelongue
2016-07-30 10:50 Pacho Ramos
2016-06-24 20:06 Pacho Ramos
2016-06-24 20:06 Pacho Ramos
2015-11-09 21:51 Pacho Ramos
2015-10-04 11:06 Pacho Ramos
2015-10-04 11:06 Pacho Ramos
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=1749026199.4ac2877f0954f3b40e32822d605c07f7f017c88f.pacho@gentoo \
--to=pacho@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