mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-10 14:53:19 +02:00
orca: fix dependencies.
* Depend on python3-brlapi, since brltty bindings were split. * Depend on gst-plugins-good1 (thanks Brandon for reporting). This makes an optional feature no longer optional, but also guarantees that orca doesn't die with a traceback when a user has both gstreamer1 and Orca installed. Closes: #7008 [via git-merge-pr]
This commit is contained in:
parent
e412580e9e
commit
0f947bed48
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'orca'
|
# Template file for 'orca'
|
||||||
pkgname=orca
|
pkgname=orca
|
||||||
version=3.24.0
|
version=3.24.0
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config intltool itstool"
|
hostmakedepends="pkg-config intltool itstool"
|
||||||
makedepends="python-gobject-devel at-spi2-atk-devel liblouis-devel"
|
makedepends="python-gobject-devel at-spi2-atk-devel liblouis-devel"
|
||||||
depends="brltty liblouis gtk+3 at-spi2-atk speech-dispatcher
|
depends=" liblouis gtk+3 at-spi2-atk speech-dispatcher gst-plugins-good1
|
||||||
python3-atspi python3-dbus python3-xdg python3-gobject
|
python3-brlapi python3-atspi python3-dbus python3-xdg python3-gobject
|
||||||
hicolor-icon-theme desktop-file-utils gsettings-desktop-schemas"
|
hicolor-icon-theme desktop-file-utils gsettings-desktop-schemas"
|
||||||
pycompile_module="orca"
|
pycompile_module="orca"
|
||||||
short_desc="Screen reader for individuals who are blind or visually impaired"
|
short_desc="Screen reader for individuals who are blind or visually impaired"
|
||||||
|
|
Loading…
Add table
Reference in a new issue