|
@@ -4,7 +4,7 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-BRLTTY_VERSION = 5.6
|
|
|
|
|
|
+BRLTTY_VERSION = 6.0
|
|
BRLTTY_SOURCE = brltty-$(BRLTTY_VERSION).tar.xz
|
|
BRLTTY_SOURCE = brltty-$(BRLTTY_VERSION).tar.xz
|
|
BRLTTY_SITE = http://brltty.com/archive
|
|
BRLTTY_SITE = http://brltty.com/archive
|
|
BRLTTY_INSTALL_STAGING_OPTS = INSTALL_ROOT=$(STAGING_DIR) install
|
|
BRLTTY_INSTALL_STAGING_OPTS = INSTALL_ROOT=$(STAGING_DIR) install
|
|
@@ -22,14 +22,14 @@ BRLTTY_CONF_OPTS = \
|
|
--disable-python-bindings \
|
|
--disable-python-bindings \
|
|
--disable-tcl-bindings \
|
|
--disable-tcl-bindings \
|
|
--disable-x \
|
|
--disable-x \
|
|
|
|
+ --without-espeak-ng \
|
|
--without-midi-package \
|
|
--without-midi-package \
|
|
--without-mikropuhe --without-speechd --without-swift \
|
|
--without-mikropuhe --without-speechd --without-swift \
|
|
- --without-theta --without-viavoice
|
|
|
|
|
|
+ --without-theta
|
|
|
|
|
|
# Autoreconf is needed because we're patching configure.ac in
|
|
# Autoreconf is needed because we're patching configure.ac in
|
|
-# 0002-Check-for-ioperm-to-make-sure-the-platform-supports-.patch. However,
|
|
|
|
-# a plain autoreconf doesn't work, because this package is only
|
|
|
|
-# autoconf-based.
|
|
|
|
|
|
+# 0001-Fix-linking-error-on-mips64el. However, a plain autoreconf doesn't work,
|
|
|
|
+# because this package is only autoconf-based.
|
|
define BRLTTY_AUTOCONF
|
|
define BRLTTY_AUTOCONF
|
|
cd $(BRLTTY_SRCDIR) && $(AUTOCONF)
|
|
cd $(BRLTTY_SRCDIR) && $(AUTOCONF)
|
|
endef
|
|
endef
|