diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2007-03-20 02:05:05 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2007-03-20 02:05:05 +0000 |
commit | e8f9613ec05effb3cc10f3011372ce0fd308ec72 (patch) | |
tree | 30cb2f081fb82e363f1818644a5aef55f53b5329 /x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.5.1.ebuild | |
parent | Stable for HPPA (bug #171452). (diff) | |
download | historical-e8f9613ec05effb3cc10f3011372ce0fd308ec72.tar.gz historical-e8f9613ec05effb3cc10f3011372ce0fd308ec72.tar.bz2 historical-e8f9613ec05effb3cc10f3011372ce0fd308ec72.zip |
Version bump from upstream. Fixes some bugs and adds EXA support.
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.5.1.ebuild')
-rw-r--r-- | x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.5.1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.5.1.ebuild b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.5.1.ebuild new file mode 100644 index 000000000000..f3ec6e4e538f --- /dev/null +++ b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.5.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.5.1.ebuild,v 1.1 2007/03/20 02:05:05 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="Silicon Motion video driver" +KEYWORDS="~alpha ~amd64 ~ia64 ~sh ~x86 ~x86-fbsd" +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/fontsproto + x11-proto/randrproto + x11-proto/renderproto + x11-proto/videoproto + x11-proto/xextproto + x11-proto/xproto" |