Magellan Linux

Annotation of /branches/R11-stable/extras/libX11/libX11-1.6.2-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22777 - (hide annotations) (download)
Tue Oct 28 08:46:35 2014 UTC (9 years, 10 months ago) by niro
File size: 836 byte(s)
-release branches/R11-stable
1 niro 22592 # $Id$
2    
3     PNAME="libX11"
4     PVER="1.6.2"
5     PBUILD="r3"
6    
7     PCAT="x11-libs"
8    
9     DESCRIPTION="LibX11 is the main X11 library containing all the client-side code to access the X11 windowing system."
10     HOMEPAGE="http://xorg.freedesktop.org"
11    
12     # xproto/kbproto runtime dep to satisfy builds against libX11
13     DEPEND=">= x11-libs/libXau-1
14     >= x11-libs/libXdmcp-1.1
15     >= x11-libs/libxcb-1.11
16     >= x11-proto/kbproto-1
17     >= x11-proto/xproto-7"
18    
19     SDEPEND=">= x11-libs/xtrans-1
20     >= x11-proto/xf86bigfontproto-1.2
21     >= x11-proto/bigreqsproto-1.1
22     >= x11-proto/xextproto-7
23     >= x11-proto/xcmiscproto-1.2
24     >= x11-proto/inputproto-2.3"
25    
26     sminclude xorg multilib
27    
28     UP2DATE="updatecmd_xorg ${PNAME}"
29    
30     src_compile()
31     {
32     # xorg_src_configure --enable-ipv6 || die
33     # fixes multilib loops
34     mconfigure --prefix=${X11_DIR} --enable-ipv6 --with-xcb --disable-specs || die
35     mmake || die
36     }