From f66f286aaab9ae0ab02d8cfd9a41319fb3469304 Mon Sep 17 00:00:00 2001 From: Ned Ludd Date: Sun, 9 Nov 2008 20:51:39 +0000 Subject: - little bump for object renaming and making raw event types of 0 shutup (Portage version: 2.1.4.5) --- x11-libs/tslib/ChangeLog | 7 ++++++- x11-libs/tslib/tslib-1.0-r1.ebuild | 42 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 x11-libs/tslib/tslib-1.0-r1.ebuild (limited to 'x11-libs/tslib') diff --git a/x11-libs/tslib/ChangeLog b/x11-libs/tslib/ChangeLog index 647b56c3d331..7fd7880ee30f 100644 --- a/x11-libs/tslib/ChangeLog +++ b/x11-libs/tslib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/tslib # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/ChangeLog,v 1.3 2008/10/26 17:31:57 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/ChangeLog,v 1.4 2008/11/09 20:51:39 solar Exp $ + +*tslib-1.0-r1 (09 Nov 2008) + + 09 Nov 2008; +tslib-1.0-r1.ebuild: + - little bump for object renaming and making raw event types of 0 shutup 26 Oct 2008; tslib-1.0.ebuild: - open tslib to all remaining ~arches diff --git a/x11-libs/tslib/tslib-1.0-r1.ebuild b/x11-libs/tslib/tslib-1.0-r1.ebuild new file mode 100644 index 000000000000..49049b9a830d --- /dev/null +++ b/x11-libs/tslib/tslib-1.0-r1.ebuild @@ -0,0 +1,42 @@ +# 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-r1.ebuild,v 1.1 2008/11/09 20:51:39 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-2.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 + 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 +} -- cgit v1.2.3-65-gdbad