[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
55/277: gnu: Add tslib.
From: |
guix-commits |
Subject: |
55/277: gnu: Add tslib. |
Date: |
Thu, 6 Aug 2020 17:02:48 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 0251bdd2143e7a650d7fd89380129caa03428d86
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 5215863..90f6dc3 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -171,6 +171,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")
- 39/277: gnu: faad2: Update to 2.8.8., (continued)
- 39/277: gnu: faad2: Update to 2.8.8., guix-commits, 2020/08/06
- 41/277: gnu: glib-with-documentation: Update package definition., guix-commits, 2020/08/06
- 43/277: gnu: gobject-introspection: Update package definition., guix-commits, 2020/08/06
- 44/277: gnu: gstreamer: Update package definition., guix-commits, 2020/08/06
- 47/277: gnu: gst-plugins-base: Update package definition., guix-commits, 2020/08/06
- 54/277: gnu: Add libmpeg3., guix-commits, 2020/08/06
- 40/277: gnu: glib: Update package definition., guix-commits, 2020/08/06
- 50/277: gnu: Add nng., guix-commits, 2020/08/06
- 56/277: gnu: Add flux., guix-commits, 2020/08/06
- 58/277: gnu: Add directfb., guix-commits, 2020/08/06
- 55/277: gnu: Add tslib.,
guix-commits <=
- 59/277: gnu: Add faac., guix-commits, 2020/08/06
- 62/277: gnu: Add libvideogfx., guix-commits, 2020/08/06
- 64/277: gnu: Add libmms., guix-commits, 2020/08/06
- 65/277: gnu: Add schroedinger., guix-commits, 2020/08/06
- 69/277: gnu: Add libopenmpt., guix-commits, 2020/08/06
- 71/277: gnu: Add lksctp-tools., guix-commits, 2020/08/06
- 73/277: gnu: Add mediasdk., guix-commits, 2020/08/06
- 38/277: gnu: Add esound., guix-commits, 2020/08/06
- 63/277: gnu: Add libde265., guix-commits, 2020/08/06
- 66/277: gnu: Add libquicktime., guix-commits, 2020/08/06