brltty: upgrade to 6.1

This commit is contained in:
Nathan Owens 2020-11-02 10:19:33 -06:00 committed by Andrew J. Hesford
parent 6bc34a821b
commit dfc437ab39
2 changed files with 5 additions and 5 deletions

View File

@ -2352,7 +2352,7 @@ libp8-platform.so.2 p8-platform-2.1.0.1_1
libOIS.so.1.5.0 ois-1.5_1
libSILLY.so.1 silly-0.1.0_1
libkeybinder-3.0.so.0 libkeybinder3-0.3.0_1
libbrlapi.so.0.7 brltty-6.0_1
libbrlapi.so.0.8 brltty-6.1_1
liblouis.so.20 liblouis-3.11.0_1
libCEGUIBase-0.7.9.so cegui07-0.7.9_1
libCEGUIFalagardWRBase-0.7.9.so cegui07-0.7.9_1

View File

@ -1,7 +1,7 @@
# Template file for 'brltty'
pkgname=brltty
version=6.0
revision=6
version=6.1
revision=1
build_style=gnu-configure
configure_args="--enable-gpm --with-screen-driver=lx,sc
--with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"
@ -12,8 +12,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="http://mielke.cc/brltty/"
distfiles="http://mielke.cc/brltty/archive/brltty-${version}.tar.xz"
checksum=cfa80c2d171a4d92d7a327b1942e6fc463669b1c3bb658bfb3323b723f9096f7
python_version=2 #unverified
checksum=4a28e3f1879aee9082f9ce4100fd4053be47add7f8ab0f2af6d6a20590934b62
python_version=3
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) configure_args="${configure_args} --with-ports-package=glibc";;