* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evtouch: xf86-input-evtouch-0.8.7.ebuild metadata.xml Manifest ChangeLog
@ 2008-02-21 20:50 Doug Klima (cardoe)
0 siblings, 0 replies; only message in thread
From: Doug Klima (cardoe) @ 2008-02-21 20:50 UTC (permalink / raw
To: gentoo-commits
cardoe 08/02/21 20:50:45
Added: xf86-input-evtouch-0.8.7.ebuild metadata.xml
Manifest ChangeLog
Log:
add initial version of the evtouch driver. bug #177754
(Portage version: 2.1.4.4)
Revision Changes Path
1.1 x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild?rev=1.1&content-type=text/plain
Index: xf86-input-evtouch-0.8.7.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit x-modular autotools
DESCRIPTION="Input driver for Linux event touchscreens"
HOMEPAGE="http://www.conan.de/touchscreen/evtouch.html"
SRC_URI="http://www.conan.de/touchscreen/${P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~arm ~x86"
RDEPEND="<x11-base/xorg-server-1.4"
DEPEND="${RDEPEND}
|| ( >=sys-kernel/linux-headers-2.6 >=sys-kernel/mips-headers-2.6 )
x11-proto/inputproto
x11-proto/randrproto
x11-proto/xproto"
# necessary to prevent x-modular.eclass' version from running
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PN}-evcalibrate-path.patch
eautoreconf
}
src_compile() {
econf --enable-evcalibrate \
--enable-udevinstall || die "configure failed"
emake || die "emake failed"
}
src_install() {
x-modular_src_install
dodoc README README.calibration TODO
}
pkg_postinst() {
einfo
elog "To enable this driver, add the following to xorg.conf:"
elog "Section \"InputDevice\""
elog " Identifier \"touchscreen\""
elog " Driver \"evtouch\""
elog " Option \"Device\" \"/dev/input/evtouch_event\""
elog " Option \"DeviceName\" \"touchscreen\""
elog " Option \"ReportingMode\" \"Raw\""
elog " Option \"Emulate3Buttons\""
elog " Option \"Emulate3Timeout\" \"50\""
elog " Option \"SendCoreEvents\" \"On\""
elog " Option \"Calibrate\" \"1\""
elog "EndSection"
elog
elog "Then with X not running run: "
elog "$ calibrate.sh"
elog
elog "Once you complete the calibration, you'll have: out.txt"
elog "Merge the lines found in there into the InputDevice"
elog "section you created earlier and remove the Calibrate"
elog "line. Your touch screen should work now."
elog
elog "More info, read README.calibrate and check out:"
elog "${HOMEPAGE}"
}
1.1 x11-drivers/xf86-input-evtouch/metadata.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evtouch/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evtouch/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
<email>cardoe@gentoo.org</email>
</maintainer>
</pkgmetadata>
1.1 x11-drivers/xf86-input-evtouch/Manifest
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evtouch/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evtouch/Manifest?rev=1.1&content-type=text/plain
Index: Manifest
===================================================================
AUX xf86-input-evtouch-evcalibrate-path.patch 346 RMD160 1e74b219176256b1b88a1fc77c7edac93280f2a4 SHA1 3decebcd598fed03df290796a41ed1b522d73858 SHA256 3881743220d1ae38e7d32beecf05e9b900e597fe06c2dc614194d87dc00d9323
DIST xf86-input-evtouch-0.8.7.tar.bz2 228732 RMD160 3caa115d3e71efc988a1a73205bed861e23a3ea3 SHA1 d8180ea721f00d833756d894075f84920d1082ac SHA256 d0685dc33be475dc75d2ca083aaa384651bd5b29640e74f197e1a61d0ab8c37b
EBUILD xf86-input-evtouch-0.8.7.ebuild 1859 RMD160 9560d372ee5d6745bc2f9817117af7548fb67258 SHA1 7b6a5e1b45cb3df163e534028f02cfbed97a1539 SHA256 7d89803da1116729723ad6bc7bc55ea87f3344eb3c2459e1c607aa6925ac6c83
MISC ChangeLog 379 RMD160 399366b70aa5e781710edb4f8d6eb8dd1f282b33 SHA1 9f3f392feea8396905ba3fc7da2cf016c926dbc0 SHA256 887f9f0e4dffc6435e14116f39772feb9162e0c8cd2364b8f549414135925e08
MISC metadata.xml 222 RMD160 d1a3fdf35754f259a53541e6f3fdf4685c621b4c SHA1 2669a0aa4051cb9d7eca5b8e5719f5039bf850b9 SHA256 2744b911fd4a893fc26fd4fbfcf4bad6189fbbd14a6b525c84c95d012e8c06da
1.1 x11-drivers/xf86-input-evtouch/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evtouch/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evtouch/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for x11-drivers/xf86-input-evtouch
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evtouch/ChangeLog,v 1.1 2008/02/21 20:50:44 cardoe Exp $
*xf86-input-evtouch-0.8.7 (21 Feb 2008)
21 Feb 2008; Doug Klima <cardoe@gentoo.org>
+files/xf86-input-evtouch-evcalibrate-path.patch, +metadata.xml,
+xf86-input-evtouch-0.8.7.ebuild:
add initial version of the evtouch driver. bug #177754
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-21 20:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-21 20:50 [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evtouch: xf86-input-evtouch-0.8.7.ebuild metadata.xml Manifest ChangeLog Doug Klima (cardoe)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox