package/tslib: bump version to 1.23

Release notes from https://github.com/libts/tslib/releases :

This release includes libts version 0.10.5 and the following changes:

 *  new filter module: module crop
 *  some build and security fixes
 *  improved release procedure

Signed-off-by: Martin Kepplinger <martink@posteo.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Martin Kepplinger 2024-02-20 07:32:51 +00:00 committed by Yann E. MORIN
parent 7ca60941b7
commit fb4f154dad
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# https://github.com/libts/tslib/releases/download/1.22/tslib-1.22.tar.xz.sha256
sha256 aaf0aed410a268d7b51385d07fe4d9d64312038e87c447ec8a24c8db0a15617a tslib-1.22.tar.xz
# https://github.com/libts/tslib/releases/download/1.23/tslib-1.23.tar.xz.sha256
sha256 9b489a54d48006201f2fe955a88c3f857535ac93b6cf8e5a16c7b166c8991dac tslib-1.23.tar.xz
# Locally computed
sha256 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9 COPYING

View File

@ -4,7 +4,7 @@
#
################################################################################
TSLIB_VERSION = 1.22
TSLIB_VERSION = 1.23
TSLIB_SITE = https://github.com/libts/tslib/releases/download/$(TSLIB_VERSION)
TSLIB_SOURCE = tslib-$(TSLIB_VERSION).tar.xz
TSLIB_LICENSE = GPL-2.0+ (programs), LGPL-2.1+ (libraries)
@ -29,7 +29,8 @@ TSLIB_CONF_OPTS += \
--enable-skip=static \
--enable-lowpass=static \
--enable-invert=static \
--enable-evthres=static
--enable-evthres=static \
--enable-crop=static
endif
$(eval $(autotools-package))