Magellan Linux

Contents of /smage/trunk/core/xorg/xorg-7.7.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4418 - (show annotations) (download)
Mon Nov 19 12:10:15 2012 UTC (11 years, 6 months ago) by niro
File size: 1787 byte(s)
-ver bump 7.7.4
1 # $Id$
2
3 PNAME="xorg"
4 PVER="7.7.4"
5 PBUILD="r1"
6
7 PCAT="x11-base"
8 PKGTYPE="virtual"
9
10 DESCRIPTION="Xorg is the XOrg Foundation's Public Implementation of the X Window System."
11 HOMEPAGE="http://xorg.freedesktop.org"
12
13 # server itself
14 DEPEND=">= x11-base/xorg-server-1.12.4"
15
16 # common apps
17 DEPEND="${DEPEND}
18 >= x11-apps/iceauth-1.0.5
19 >= x11-apps/setxkbmap-1.3
20 >= x11-apps/xauth-1.0.7
21 >= x11-apps/xinput-1.6
22 >= x11-apps/xhost-1.0.5
23 >= x11-apps/xrandr-1.3.5
24 >= x11-apps/xmessage-1.0.3
25 >= x11-apps/xprop-1.2.1
26 >= x11-apps/xrdb-1.0.9
27 >= x11-apps/xset-1.2.2
28 >= x11-terms/rxvt-2.7.10
29 >= x11-misc/numlockx-1.2"
30
31 # common libs
32 DEPEND="${DEPEND}
33 >= x11-libs/libSM-1.2
34 >= x11-libs/libXcomposite-0.4.3
35 >= x11-libs/libXdamage-1.1.3
36 >= x11-libs/libXfixes-5
37 >= x11-libs/libXinerama-1.1
38 >= x11-libs/libXScrnSaver-1.2.2
39 >= x11-libs/libXft-2.3"
40
41 # common fonts
42 DEPEND="${DEPEND}
43 >= media-fonts/font-adobe-75dpi-1.0.3
44 >= media-fonts/corefonts-2"
45
46 # some common input drivers
47 DEPEND="${DEPEND}
48 >= x11-drivers/xf86-input-evdev-2.7
49 >= x11-drivers/xf86-input-mouse-1.8
50 >= x11-drivers/xf86-input-keyboard-1.6"
51
52 # some common video drivers
53 DEPEND="${DEPEND}
54 >= x11-drivers/xf86-video-vesa-2.3
55 >= x11-drivers/xf86-video-ati-6.14
56 >= x11-drivers/xf86-video-i128-1.3
57 >= x11-drivers/xf86-video-i740-1.3
58 >= x11-drivers/xf86-video-intel-2.29
59 >= x11-drivers/xf86-video-mach64-6.9
60 >= x11-drivers/xf86-video-mga-1.6
61 >= x11-drivers/xf86-video-nv-2.1
62 >= x11-drivers/xf86-video-openchrome-0.3
63 >= x11-drivers/xf86-video-r128-6.9
64 >= x11-drivers/xf86-video-radeonhd-1.3
65 >= x11-drivers/xf86-video-s3-0.6.5
66 >= x11-drivers/xf86-video-s3virge-1.10
67 >= x11-drivers/xf86-video-savage-2.3
68 >= x11-drivers/xf86-video-sis-0.10
69 >= x11-drivers/xf86-video-trident-1.3
70 >= x11-drivers/xf86-video-vmware-12.0"