Accepting request 225737 from hardware
Update to 1.1 (forwarded request 225736 from Guillaume_G) OBS-URL: https://build.opensuse.org/request/show/225737 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tslib?expand=0&rev=6
This commit is contained in:
commit
7ae800c875
3
tslib-1.1.tar.gz
Normal file
3
tslib-1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:121750e9ae0f05ce840ab8dbefdae1297258f0a69dd1967f55c40ac6e87d5ee9
|
||||
size 323936
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0aff560c8e1ba95b44efef3c1ded55190c5fb260a287b22bda5fb0cb41230e0
|
||||
size 894276
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 14:27:36 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
- Update to 1.1:
|
||||
- support for running in a different resolution than during calibration
|
||||
- basic multi-touch support (incomplete implementation of the multi-touch protocol)
|
||||
- 4 new tslib plugins (dmc, touchkit, egalax, palm pre)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 13 01:09:42 UTC 2013 - jengelh@inai.de
|
||||
|
||||
|
13
tslib.spec
13
tslib.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tslib
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 Guillaume GARDET <guillaume@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,15 +18,14 @@
|
||||
|
||||
|
||||
Name: tslib
|
||||
Version: 1.0
|
||||
Release: 0.0
|
||||
Version: 1.1
|
||||
Release: 0
|
||||
Summary: Abstraction layer for touchscreen
|
||||
License: LGPL-2.0+ and GPL-2.0+
|
||||
Group: Hardware/Other
|
||||
Url: https://github.com/kergoth/tslib.git
|
||||
|
||||
#Git-Clone: git://github.com/kergoth/tslib
|
||||
Source: tslib-e2e03ef719.tar.gz
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source2: baselibs.conf
|
||||
Patch0: use-module-raw-input-for-ts-conf.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -72,10 +71,10 @@ Requires: %name-plugins = %version
|
||||
Devel package for tslib. Tslib is an abstraction layer for touchscreen panel events.
|
||||
|
||||
%prep
|
||||
%setup -q -n tslib-e2e03ef719
|
||||
%setup -q
|
||||
%patch0 -p0
|
||||
./autogen.sh
|
||||
CFLAGS=$RPM_OPT_FLAGS ./configure --prefix=/usr --sysconfdir=/etc --libdir=%{_libdir}
|
||||
%configure
|
||||
|
||||
%build
|
||||
make
|
||||
|
Loading…
Reference in New Issue
Block a user