Package Release Info

tslib-1.22-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libts0-32bit
tslib-devel-32bit

Change Logs

* Thu Nov 26 2020 dmueller@suse.com
- update to 1.22:
  * fix ts_uinput build on 32 bit arch on newer kernels
  * ts_uinput: fix building on FreeBSD
  * various fixes for cmake builds
  * improved documentation for systemd
  * new filter plugin: module evthres
  * ts_calibrate: close framebuffer after validation. add timeout option -s for it
  * support for screen-rotation in ts_calibrate and linear module
  * add experimental module_raw input_evdev that needs libevdev
  * new ts_calibrate --min_interval option to avoid inaccurate calibration
  * add ts_calibrate --validate functionality to verify the calibration
  * add ts_conf_get() and ts_conf_set() API
* Thu May 24 2018 guillaume.gardet@opensuse.org
- Update to version 1.16:
  * This release includes libts version 0.9.1 and the following changes:
  - module_raw tatung is now disabled in the default build config. Users must
    ./configure --enable-tatung if they rely on it.
  - new module_raw one-wire-ts-input for FriedlyARM devices (disabled by
    default)
  - simple tslib_version() function to get the version string
  * This release includes the following bugfixes:
  - efcba6e ts_uinput: (fix for Android) write only one input_event at a time
  - e63f33f invert: fix ts_read() iteration over multiple samples
  - 932bb4f ts_uinput: fail for unsupported old kernel versions
* Mon Mar 05 2018 guillaume@opensuse.org
- Update tslib.keyring with latest key
* Wed Feb 28 2018 martink@posteo.de
- Update to version 1.15:
  * This release includes libts version 0.9.0 and the following changes:
  - New ts_get_eventpath() API to learn the opened device file path
  - ts_test_mt shows the number of supported concurrent touch contacts
  - New filter module "invert"
  - ts_uinput: fallback to fb0 and new option --nofb
  * Bugfixes
- Changes for version 1.14:
  * This release includes libts version 0.8.1 and the following changes:
  - The following modules are now disabled in the default configuration run:
    `module_raw arctic2`
    `module_raw corgi`
    `module_raw collie`
    `module_raw dmc`
    `module_raw h3600`
    `module_raw mk712`
    `module_raw ucb1x00`
    Users of those modules must enable them, like `./configure --enable-arctic2`
  - Automatic touchscreen device detection for Linux (if not defined by the user)
  - New filter plugin "lowpass"
  - SPDX license identifiers in all C source files
  * Bugfixes
* Wed Nov 08 2017 guillaume@opensuse.org
- Update to version 1.13:
  * This release includes libts version 0.8.0 and the following changes:
  - Added ts_open_restricted() and ts_close_restricted() API
  - Added TSLIB_MT_VALID bit definition for ts_sample_mt's valid flag
  - module_raw galax is now disabled in the default configuration.
    Please use module_raw input instead.
  * Bugfixes
- Changes for version 1.12:
  * This release includes libts version 0.7.2 and the following changes:
  - Generate a tracking ID value for multitouch type A devices
  - Add experimental --with-sdl2 configuration option for
    ts_calibrate and ts_test_mt
  * Bugfix
* Fri Jun 16 2017 guillaume@opensuse.org
- Fix license infos
* Mon Jun 12 2017 guillaume@opensuse.org
- Remove '%configure' from %prep section
* Mon Jun 12 2017 mpluskal@suse.com
- Update to version 1.11 (boo#1039249):
  * The graphical tools don't show TSLIB anymore, but Touchscreen
    instead.
  * The graphical tools support rotating the screen 90, 180 and 270
    degrees
  * man page updates
- Changes for version 1.10:
  * new ts_libversion() API and TSLIB_VERSION_MT definition
  * new module_raw dmc_dus3000 for DMC DUS Series touch screen via
    UART
  * Fixed and improved statically linked building
- Add gpg signature
- Trim unecessary dependencies
* Thu May 11 2017 guillaume@opensuse.org
- Update to tslib 1.9
- Remove upstreamed patch: use-module-raw-input-for-ts-conf.patch
- Fix library name
* Sun Mar 01 2015 mpluskal@suse.com
- Cleanup spec file with spec-cleaner
- Use url for source