Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/orca/
Date: Tue, 17 May 2022 19:10:30
Message-Id: 1652814617.0f7d7d2c73dbb2e533d8d43dc33c9eedb50c6c8d.mattst88@gentoo
1 commit: 0f7d7d2c73dbb2e533d8d43dc33c9eedb50c6c8d
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 19:09:02 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 19:10:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f7d7d2c
7
8 app-accessibility/orca: Version bump to 42.1
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-accessibility/orca/Manifest | 1 +
13 app-accessibility/orca/orca-42.1.ebuild | 63 +++++++++++++++++++++++++++++++++
14 2 files changed, 64 insertions(+)
15
16 diff --git a/app-accessibility/orca/Manifest b/app-accessibility/orca/Manifest
17 index c3a556b43bd4..45d977f6c79f 100644
18 --- a/app-accessibility/orca/Manifest
19 +++ b/app-accessibility/orca/Manifest
20 @@ -1,2 +1,3 @@
21 DIST orca-41.2.tar.xz 3637836 BLAKE2B bebe1d6e37b88f8e1c97c2ee2a599185c2c14d88fc7d12805bb5a7623b1323ad8688cb846b6e733ef02d58390eb390d1dcd2150a0ed50c8109a7468d62f525c2 SHA512 a2d208193aaac48bf12ca22732b338cdcb5299edc7e7b5c75c88f8dee6ad69762287dbb36c25661c08f904b3848a2ca0e60f2d7153e41594944fab509ff3ef07
22 DIST orca-42.0.tar.xz 3658384 BLAKE2B 7b8b83205e9b8c16021cb3582ca8ada195384b5dee4c93ea9707e5f6133f006d21e2b94c6c65131b73ac5d1072eea423d66d5c4b4e5cd6d2be7cc4fdf3c9ad0f SHA512 dee0f65cd1055293d65eabb360b515763501812264440410332d7c0bf58eff63035f8fee07d61e5caed7c860cdce44ca30b187c6fc1c0417102fb577ff02e340
23 +DIST orca-42.1.tar.xz 3700132 BLAKE2B 1310a1b43da709e9b273ce21374fff9fa30fbf08d1d0e171eb7eff4511ad5e2bcee12a2d6549a4c0c8e21526fb6f4b3b311d0e09fd6bfa863e29168809df9c10 SHA512 98f016087317666c4dcc7543d16ffb93214075d49d3708a1aa3dc8b6dd5d9d85c52dd31e650f4511371061c58d53e73455a09d6d7b4405b8a972b58ff1d7db91
24
25 diff --git a/app-accessibility/orca/orca-42.1.ebuild b/app-accessibility/orca/orca-42.1.ebuild
26 new file mode 100644
27 index 000000000000..b5714207dce1
28 --- /dev/null
29 +++ b/app-accessibility/orca/orca-42.1.ebuild
30 @@ -0,0 +1,63 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +PYTHON_COMPAT=( python3_{8..10} )
36 +PYTHON_REQ_USE="threads(+)"
37 +
38 +inherit gnome2 python-single-r1
39 +
40 +DESCRIPTION="Extensible screen reader that provides access to the desktop"
41 +HOMEPAGE="https://wiki.gnome.org/Projects/Orca"
42 +
43 +LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
44 +SLOT="0"
45 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
46 +
47 +IUSE="+braille"
48 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
49 +
50 +DEPEND="${PYTHON_DEPS}
51 + >=app-accessibility/at-spi2-atk-2.34:2
52 + >=app-accessibility/at-spi2-core-2.36:2[introspection]
53 + >=dev-libs/atk-2.36
54 + >=dev-libs/glib-2.28:2
55 + media-libs/gstreamer:1.0[introspection]
56 + >=x11-libs/gtk+-3.6.2:3[introspection]
57 + $(python_gen_cond_dep '
58 + dev-python/gst-python:1.0[${PYTHON_USEDEP}]
59 + >=dev-python/pygobject-3.18:3[${PYTHON_USEDEP}]
60 + ')
61 + braille? (
62 + $(python_gen_cond_dep '
63 + >=app-accessibility/brltty-5.0-r3[python,${PYTHON_USEDEP}]
64 + dev-libs/liblouis[python,${PYTHON_USEDEP}]
65 + ')
66 + )
67 +"
68 +RDEPEND="${DEPEND}
69 + dev-libs/atk[introspection]
70 + $(python_gen_cond_dep '
71 + >=app-accessibility/speech-dispatcher-0.8[python,${PYTHON_USEDEP}]
72 + >=dev-python/pyatspi-2.36[${PYTHON_USEDEP}]
73 + dev-python/setproctitle[${PYTHON_USEDEP}]
74 + ')
75 + x11-libs/libwnck:3[introspection]
76 + x11-libs/pango[introspection]
77 +"
78 +BDEPEND="
79 + dev-util/itstool
80 + >=sys-devel/gettext-0.19.8
81 + virtual/pkgconfig
82 +"
83 +# app-text/yelp-tools
84 +
85 +src_configure() {
86 + gnome2_src_configure \
87 + $(use_with braille liblouis)
88 +}
89 +
90 +src_install() {
91 + gnome2_src_install
92 + python_optimize
93 +}