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