Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (108dd516e582002c9d073acd656cb5acef38e738)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (108dd516e582002c9d073acd656cb5acef38e738)
  • Date: Thu, 24 Jan 2008 18:26:18 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 1 +
libs/tslib/DETAILS | 23 +++++++++++++++++++++++
libs/tslib/HISTORY | 3 +++
libs/tslib/PRE_BUILD | 3 +++
libs/tslib/tslib-1.0.tar.bz2.sig |binary
5 files changed, 30 insertions(+)

New commits:
commit 108dd516e582002c9d073acd656cb5acef38e738
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

tslib: Added a touchscreen panel library

diff --git a/ChangeLog b/ChangeLog
index 67d3f4f..86e5a11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2008-01-24 Eric Sandall <sandalle AT sourcemage.org>
* e/bang: Added E17 module for OpenGL Composite effects
+ * libs/tslib: Added a touchscreen panel library

2008-01-24 George Sherwood <george AT beernabeer.com>
* graphics/rawstudio: Added new spell
diff --git a/libs/tslib/DETAILS b/libs/tslib/DETAILS
new file mode 100755
index 0000000..a7f4f39
--- /dev/null
+++ b/libs/tslib/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=tslib
+ VERSION=1.0
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://download.berlios.de/$SPELL/$SOURCE
+ SOURCE_URL[1]=http://download2.berlios.de/$SPELL/$SOURCE
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
+ LICENSE[0]=LGPL
+ WEB_SITE=http://tslib.berlios.de/
+ KEYWORDS="libs"
+ ENTERED=20080124
+ SHORT='touchscreen panel event library'
+cat << EOF
+Tslib is an abstraction layer for touchscreen panel events, as well as a
filter
+stack for the manipulation of those events. It was created by Russell King,
of
+arm.linux.org.uk. Examples of implemented filters include jitter smoothing
and
+the calibration transform.
+
+Tslib is generally used on embedded devices to provide a common user space
+interface to touchscreen functionality. It is supported by Kdrive (aka TinyX)
+and OPIE as well as being used on a number of commercial Linux devices
+including the Nokia 770.
+EOF
diff --git a/libs/tslib/HISTORY b/libs/tslib/HISTORY
new file mode 100644
index 0000000..9cb4b2a
--- /dev/null
+++ b/libs/tslib/HISTORY
@@ -0,0 +1,3 @@
+2008-01-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Created
+
diff --git a/libs/tslib/PRE_BUILD b/libs/tslib/PRE_BUILD
new file mode 100755
index 0000000..eacc176
--- /dev/null
+++ b/libs/tslib/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+NOCONFIGURE="on" ./autogen.sh
diff --git a/libs/tslib/tslib-1.0.tar.bz2.sig
b/libs/tslib/tslib-1.0.tar.bz2.sig
new file mode 100644
index 0000000..8e22263
Binary files /dev/null and b/libs/tslib/tslib-1.0.tar.bz2.sig differ




Archive powered by MHonArc 2.6.24.

Top of Page