[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
56/100: gnu: Add tslib.
From: |
guix-commits |
Subject: |
56/100: gnu: Add tslib. |
Date: |
Wed, 8 Jul 2020 03:36:48 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit b86aa4407cab894cbdfde1744f570ae0883da847
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Wed Jul 1 00:45:50 2020 -0400
gnu: Add tslib.
* gnu/packages/video.scm (tslib): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/video.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index aa3f93a..eebc8ee 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -170,6 +170,40 @@
#:use-module (gnu packages xml)
#:use-module (gnu packages xorg))
+(define-public tslib
+ (package
+ (name "tslib")
+ (version "1.21")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/libts/tslib.git")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1ph51vpfp92rpa2vs6wkz1b1pcs3z334p1i33sprsi8mjlwvkbzc"))))
+ (build-system gnu-build-system)
+ (arguments
+ `(#:test-target "tests"
+ #:configure-flags
+ (list
+ "--with-sdl2")))
+ (native-inputs
+ `(("autoconf" ,autoconf)
+ ("automake" ,automake)
+ ("libtool" ,libtool)
+ ("pkg-config" ,pkg-config)))
+ (inputs
+ `(("linux-headers" ,linux-libre-headers)
+ ("sdl2" ,sdl2)))
+ (synopsis "Touchscreen access library")
+ (description "TSLib is a cross-platform library that provides access to
+touchscreen devices and the ability to apply filters to their input events.")
+ (home-page "http://www.tslib.org/")
+ (license license:lgpl2.1+)))
+
(define-public libmpeg3
(package
(name "libmpeg3")
- 70/100: gnu: Add libopenmpt., (continued)
- 70/100: gnu: Add libopenmpt., guix-commits, 2020/07/08
- 72/100: gnu: Add lksctp-tools., guix-commits, 2020/07/08
- 44/100: gnu: gobject-introspection: Update package definition., guix-commits, 2020/07/08
- 49/100: gnu: gst-plugins-good: Update package definition., guix-commits, 2020/07/08
- 32/100: gnu: geoclue: Update to 2.5.6., guix-commits, 2020/07/08
- 36/100: gnu: Add mutest., guix-commits, 2020/07/08
- 39/100: gnu: Add esound., guix-commits, 2020/07/08
- 48/100: gnu: gst-plugins-base: Update package definition., guix-commits, 2020/07/08
- 53/100: gnu: Add libdc1394., guix-commits, 2020/07/08
- 55/100: gnu: Add libmpeg3., guix-commits, 2020/07/08
- 56/100: gnu: Add tslib.,
guix-commits <=
- 57/100: gnu: Add flux., guix-commits, 2020/07/08
- 58/100: gnu: Add libtimidity., guix-commits, 2020/07/08
- 60/100: gnu: Add faac., guix-commits, 2020/07/08
- 61/100: gnu: Add flite., guix-commits, 2020/07/08
- 63/100: gnu: Add libvideogfx., guix-commits, 2020/07/08
- 65/100: gnu: Add libmms., guix-commits, 2020/07/08
- 66/100: gnu: Add schroedinger., guix-commits, 2020/07/08
- 67/100: gnu: Add libquicktime., guix-commits, 2020/07/08
- 68/100: gnu: Add mjpegtools., guix-commits, 2020/07/08
- 71/100: gnu: Add tinyalsa., guix-commits, 2020/07/08