diff options
author | Maksim 'max_posedon' Melnikau <maxposedon@gmail.com> | 2009-03-05 03:21:35 +0000 |
---|---|---|
committer | Maksim 'max_posedon' Melnikau <maxposedon@gmail.com> | 2009-03-05 03:21:35 +0000 |
commit | 4cb4f04e4b06912c6d40accdb7eff71bc972dea9 (patch) | |
tree | ae8f0c9603a11d4f40329a439519f2bc816f28d2 /x11-drivers | |
parent | Ohhh fixed a typo in the patch... (diff) | |
download | embedded-cross-4cb4f04e4b06912c6d40accdb7eff71bc972dea9.tar.gz embedded-cross-4cb4f04e4b06912c6d40accdb7eff71bc972dea9.tar.bz2 embedded-cross-4cb4f04e4b06912c6d40accdb7eff71bc972dea9.zip |
Add ~arm keyword to xorg-server-1.5.3 and his deps
Fix missing pthread lib for xorg-server-1.5.3 (xvfb xnext compilation fix)
Disable -Werror for xf86-video-glamo-9999
Add VIDEO_CARDS to USE_EXPAND in openmoko profile
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-evdev/Manifest | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-input-evdev/xf86-input-evdev-2.1.3.ebuild | 34 | ||||
-rw-r--r-- | x11-drivers/xf86-video-glamo/Manifest | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-video-glamo/xf86-video-glamo-9999.ebuild | 1 |
4 files changed, 38 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-evdev/Manifest b/x11-drivers/xf86-input-evdev/Manifest new file mode 100644 index 0000000..241fbd4 --- /dev/null +++ b/x11-drivers/xf86-input-evdev/Manifest @@ -0,0 +1,2 @@ +DIST xf86-input-evdev-2.1.3.tar.bz2 278213 RMD160 2886e3a9713524ae902a322b18c88b8b24b35bf9 SHA1 ea8a63aa6243e272db39aad50a993768d6c2c853 SHA256 78a1dcd0bd68b94a36f06fe8fc01389bc96868a6572515b0453e42839be9bcec +EBUILD xf86-input-evdev-2.1.3.ebuild 1091 RMD160 11438ffe822f7c23ddac71285f116e597d200e11 SHA1 cb3d09abc3e9774d7ea595f20216667d8021f98b SHA256 ad55fa6a2a06468fe4b0555ef56754388241621d395bd1695f1d5d27d64d102f diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.1.3.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.1.3.ebuild new file mode 100644 index 0000000..b84cd57 --- /dev/null +++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.1.3.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.1.3.ebuild,v 1.1 2009/02/26 07:51:28 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="Generic Linux input driver" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="hal" +RDEPEND=">=x11-base/xorg-server-1.5.3 + hal? ( >=sys-apps/hal-0.5.10 )" +DEPEND="${RDEPEND} + || ( >=sys-kernel/linux-headers-2.6 >=sys-kernel/mips-headers-2.6 ) + >=x11-proto/inputproto-1.4 + x11-proto/randrproto + x11-proto/xproto" + +pkg_postinst() { + x-modular_pkg_postinst + pkg_info +} + +pkg_info() { + if use hal; then + elog "If your XKB (keyboard settings) stopped working," + elog "you may uninstall this driver or move your XKB configuration." + elog "Download an example from http://dev.gentoo.org/~compnerd/temp/hal-config-examples/" + elog "(these will be installed with sys-apps/hal soon)," + elog "and drop it into /etc/hal/fdi/policy/" + fi +} diff --git a/x11-drivers/xf86-video-glamo/Manifest b/x11-drivers/xf86-video-glamo/Manifest index f4c4b12..7809577 100644 --- a/x11-drivers/xf86-video-glamo/Manifest +++ b/x11-drivers/xf86-video-glamo/Manifest @@ -1 +1 @@ -EBUILD xf86-video-glamo-9999.ebuild 624 RMD160 313ec808e7ee1ad4bcdc02f2040d3edfbf92eb2e SHA1 58a3015eaec565d82b33231f7796f5ba2e7f9218 SHA256 62dcc7ae76a7c7f03dfd4e22bc326830c31319559ff566af23112010d7e93fdd +EBUILD xf86-video-glamo-9999.ebuild 649 RMD160 638ec4c53b37d4e9abae8e334a581a460934f58e SHA1 f8cfb0886fd44837b86c0ba564898885f18408b2 SHA256 e14bf588f9946dd8a0ac22f40f7193d438ab26ce05f2758d85201b313ed81164 diff --git a/x11-drivers/xf86-video-glamo/xf86-video-glamo-9999.ebuild b/x11-drivers/xf86-video-glamo/xf86-video-glamo-9999.ebuild index f2953da..f7470f3 100644 --- a/x11-drivers/xf86-video-glamo/xf86-video-glamo-9999.ebuild +++ b/x11-drivers/xf86-video-glamo/xf86-video-glamo-9999.ebuild @@ -25,6 +25,7 @@ src_unpack() { git_src_unpack cd "${S}" + append-flags -Wno-error eautoreconf || die "eautoreconf failed" } |