aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven 'sleipnir' Rebhan <odinshorse@googlemail.com>2009-05-28 19:27:40 +0000
committerSven 'sleipnir' Rebhan <odinshorse@googlemail.com>2009-05-28 19:27:40 +0000
commitf0199476bfb832753c97204b6463ab66d3647179 (patch)
tree9318fbce0116dc18844b6d7373800b37b3a96bfd /x11-libs
parentRevert tslib removal. (diff)
downloadembedded-cross-f0199476bfb832753c97204b6463ab66d3647179.tar.gz
embedded-cross-f0199476bfb832753c97204b6463ab66d3647179.tar.bz2
embedded-cross-f0199476bfb832753c97204b6463ab66d3647179.zip
Remove old tslib version and just keep the svn-trunk one. Thanks max_posedon for pointing this out!
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/tslib/Manifest5
-rw-r--r--x11-libs/tslib/files/tslib-1.0-UnknownEventType0.patch13
-rw-r--r--x11-libs/tslib/files/tslib-1.0-correct-libversion.patch28
-rw-r--r--x11-libs/tslib/tslib-1.0.ebuild51
4 files changed, 0 insertions, 97 deletions
diff --git a/x11-libs/tslib/Manifest b/x11-libs/tslib/Manifest
index 87691f5..8c2b83e 100644
--- a/x11-libs/tslib/Manifest
+++ b/x11-libs/tslib/Manifest
@@ -1,6 +1 @@
-AUX tslib-1.0-UnknownEventType0.patch 272 RMD160 343925cc4c17a3660fc5b50735ddb58c83be451f SHA1 be1bf068009e08171f28b519a7e38800a4d912ba SHA256 d3102fcc61425c3845cbc5698a6e78967d2824a28781b22c24e91ddbc8d602b4
-AUX tslib-1.0-correct-libversion.patch 679 RMD160 9c0beb6189b99800d2374cd2ce0439041b28781a SHA1 2b03669009b4d01b61156f538b102dae08afc2d3 SHA256 605407dbfb3b8ef42e85319554286b0c2ea6d519dddc9140ef6f15fab71cd314
-DIST tslib-1.0-patches-1.tar.bz2 7541 RMD160 64f655a04a350cf78a504412e582574d6dacc7a6 SHA1 0b62c07291f9ef8795c703b14664e9f633f9ef44 SHA256 bd2198e1c3b20e0f7fa5a11e42177cb6b0dd7793045ab6994212ae1b0635093e
-DIST tslib-1.0.tar.bz2 47522 RMD160 3c32f6696af70fc099ad25c95d6157763d2b7412 SHA1 2008fcb9cca6a59fa268235cd335f5f6cbcda83d SHA256 9c40d914e4f6fe00bdd77137d671c7ce4f211686228f2eb8b2d3c2360bc249c8
-EBUILD tslib-1.0.ebuild 1574 RMD160 59729a5f83b5a7c9d46fcd447c2dc3dbde474279 SHA1 aa3268c401a2334137c5312903349c0db31b0fa0 SHA256 e8534534c052e6c2aa65d986675b9a7ca08468570aedfbe448adb1c21a770c00
EBUILD tslib-9999.ebuild 845 RMD160 e3b276b8de00e55e3b599231c86d02fa7c8fb83c SHA1 f4f75a5571089e81fa42e73cca8199012a2e59c7 SHA256 269af93a47f28672b782759279091db0aec0502bf29d96be15d9440774ac97c4
diff --git a/x11-libs/tslib/files/tslib-1.0-UnknownEventType0.patch b/x11-libs/tslib/files/tslib-1.0-UnknownEventType0.patch
deleted file mode 100644
index f2b4db1..0000000
--- a/x11-libs/tslib/files/tslib-1.0-UnknownEventType0.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-# Patch taken from Tuxxx
---- plugins/input-raw.c 2006-08-24 23:02:54.000000000 +0200
-+++ plugins/input-raw.c.new 2008-09-12 18:43:07.000000000 +0200
-@@ -62,8 +62,7 @@
- return -1;
- }
-
-- if (bit & (1 << EV_SYN))
-- i->using_syn = 1;
-+ i->using_syn = 1;
-
- return 0;
- }
diff --git a/x11-libs/tslib/files/tslib-1.0-correct-libversion.patch b/x11-libs/tslib/files/tslib-1.0-correct-libversion.patch
deleted file mode 100644
index 09adb28..0000000
--- a/x11-libs/tslib/files/tslib-1.0-correct-libversion.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- configure.ac 2008-11-09 21:10:40.000000000 +0100
-+++ configure.ac.new 2008-11-09 21:12:18.000000000 +0100
-@@ -2,7 +2,7 @@
- # Process this file with autoconf to produce a configure script.
-
- AC_PREREQ(2.57)
--AC_INIT(tslib, 0.0.2, kergoth@handhelds.org)
-+AC_INIT(tslib, 1.0, kergoth@handhelds.org)
- # AC_CONFIG_AUX_DIR(config)
- AM_INIT_AUTOMAKE(dist-bzip2)
- AC_CONFIG_SRCDIR([src/ts_close.c])
-@@ -43,7 +43,6 @@
-
- # Checks for library functions.
- AC_PROG_GCC_TRADITIONAL
--AC_FUNC_MALLOC
- AC_FUNC_MMAP
- AC_FUNC_SELECT_ARGTYPES
- AC_TYPE_SIGNAL
-@@ -193,7 +192,7 @@
- AC_SUBST(TS_CONF)
-
- # Library versioning
--LT_RELEASE=0.0
-+LT_RELEASE=1.0
- LT_CURRENT=1
- LT_REVISION=1
- LT_AGE=1
diff --git a/x11-libs/tslib/tslib-1.0.ebuild b/x11-libs/tslib/tslib-1.0.ebuild
deleted file mode 100644
index 63134f2..0000000
--- a/x11-libs/tslib/tslib-1.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2008-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/tslib-1.0.ebuild,v 1.3 2008/10/26 17:31:57 solar Exp $
-
-inherit eutils toolchain-funcs autotools
-
-DESCRIPTION="Touchscreen Access Library"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-#extras arctic2 collie corgi h3600 linear-h2200 mk712 ucb1x00"
-DEPEND=""
-RDEPEND=""
-HOMEPAGE="http://tslib.berlios.de/"
-SRC_URI="mirror://gentoo/${PN}-${PV}-patches-1.tar.bz2 mirror://berlios/${PN}/${PN}-${PV}.tar.bz2"
-SLOT="0"
-LICENSE="LGPL-2"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # patches come from buildroot + openembedded + suse
- epatch "${WORKDIR}"/patches/*.patch
-
- # correct the version for tslib and disable the check for
- # the malloc function to compile for Openmoko Freerunner
- epatch "${FILESDIR}"/tslib-1.0-correct-libversion.patch
-
- # get rid of the nasty 'Unknown event type 0' message
- epatch "${FILESDIR}"/tslib-1.0-UnknownEventType0.patch
-
- eautoreconf
-}
-
-src_compile() {
- # compile everything. INSTALL_MASK= what you don't want.
- econf --enable-linear --enable-dejitter \
- --enable-variance --enable-pthres \
- --enable-input --enable-shared \
- --enable-arctic2 --enable-collie \
- --enable-corgi --enable-h3600 \
- --enable-linear-h2200 --enable-mk712 \
- --enable-ucb1x00 --disable-debug || die "Configure failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS NEWS README
-}