Xorg7/Libraries

From CBLFS
Revision as of 06:25, 10 October 2006 by Manphiz (talk | contribs) (Libraries)
Jump to navigationJump to search
Download Source:
http://xorg.freedesktop.org/releases/individual/lib/
Required Patches:
http://www.linuxfromscratch.org/patches/blfs/svn/libX11-1.0.1-setuid-1.patch
http://www.linuxfromscratch.org/patches/blfs/svn/xtrans-1.0.0-setuid-1.patch

Back to Protocol Headers

Libraries

The X.org libraries require their respective protocols to be installed first. While not required, all of the protocols are installed before installing the libraries. The patches are required when crosscompiling.

There are forty-four libraries. Similar to the protocols, using wget and appending a *.bz2 or *.gz to the base URL above is probably the most efficient way to get the tarballs on your system.

Alternately, if you chose to use subdirectories, the tarballs can be retrieved as follows. This will prevent multiple versions from being downloaded when multiple versions exist.

wget http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/wget/lib-7.1.wget
mkdir lib
cd lib
wget -B http://xorg.freedesktop.org/releases/individual/lib/ \
-i ../lib-7.1.wget

The forty-four libraries, in required build order, are:

  • xtrans - transport (protocol) table. Contains a definition for every transport (protocol) family. All operations that can be made on the transport go through this table.
  • libXau - main interface to the X11 authorization handling, which controls authorization for X connections, both client-side and server-side.
  • libXdmcp - main interface to the X11 display manager control protocol library, which allows for remote logins to display managers
  • libX11 - main client interface to the X Window System, and is otherwise known as 'Xlib'. It provides a complete API for the basic functions of the window system.
  • libXext - provides an X Window System client interface to several extensions to the X protocol. libXext also provides a small set of utility functions to aid authors of client APIs for X protocol extensions.
  • libAppleWM
  • libWindowsWM
  • libdmx - interface to the DMX extension for X, which allows a single server to be set up as a proxy spanning multiple servers -- not unlike Xinerama across discrete physical machines. It can be reconfigured on the fly to change the layout, and it is presented as a single logical display to clients. libdmx allows clients to configure the layout of DMX servers by adding and removing screens, input devices, et al.
  • libfontenc - font encodings library.
  • libFS - provides various functions useful to X11 font servers, and clients connecting to font servers. It is not used outside of these implementations.
  • libICE - the inter-client exchange library.
  • liblbxutil - contains header files and documentation for the XFIXES extension.
  • liboldX - association table libraries.
  • libSM - provides the main interface to the X11 Session Management library, which allows for applications to both manage sessions, and make use of session managers to save and restore their state for later use.
  • libXt - provides the X Toolkit Intrinsics, an abstract widget library upon which other toolkits are based. Xt is the basis for many toolkits, including the Athena widgets (Xaw), and LessTif (a Motif implementation)
  • libXmu - provides a set of miscellaneous utility convenience functions for X libraries to use.
  • libXpm - provides support and common operation for the XPM pixmap format, which is commonly used in legacy X applications. XPM is an extension of the monochrome XBM bitmap specified in the X protocol.
  • libXp - provides public APIs to allow client applications to render to non-display devices, making use of the X Print Service.
  • libXaw - provides the original version of Xaw, the Athena Widgets tookit, which is largely used by legacy X applications. Within the Xaw series, version 6 is itself considered deprecated; version 7 is in most common usage. In general, use of a more modern toolkit such as GTK+ is recommended.
  • libXfixes - provides an X Window System client interface to the 'XFIXES' extension to the X protocol. It provides support for Region types, and some cursor functions.
  • libXcomposite - provides an X Window System client interface to the Composite extension to the X protocol. The Composite extension allows clients called compositing managers to control the final drawing of the screen. Rendering is done into an off-screen buffer.
  • libXrender - X Rendering Extension (Render) introduces digital image composition as the foundation of a new rendering model within the X Window System. Rendering geometric figures is accomplished by client-side tesselation into either triangles or trapezoids. Text is drawn by loading glyphs into the server and rendering sets of them. The Xrender library exposes this extension to X clients. This package provides a static library and C header files.
  • libXdamage - provides an X Window System client interface to the DAMAGE extension to the X protocol. The Damage extension provides for notification of when on-screen regions have been 'damaged' (altered).
  • libXcursor - header files and a static version of the X cursor management library are provided by this package.
  • libXevie - provides an X Window System client interface to the EvIE extension to the X protocol. The EvIE (Event Interception Extension) allows for clients to be able to intercept all events coming through the server and then decide what to do with them, including being able to modify or discard events.
  • libXfont - libraries for different font types.
  • libXfontcache
  • libXft - provides a client-side font API for X applications, making the FreeType font rasterizer available to X clients. Fontconfig is used for font specification resolution. Where available, the RENDER extension handles glyph drawing; otherwise, the core X protocol is used.
  • libXi - provides an X Window System client interface to the XINPUT extension to the X protocol. The Input extension allows setup and configuration of multiple input devices, and will soon allow hotplugging of input devices; to be added and removed on the fly.
  • libXinerama - provides an X Window System client interface to the XINERAMA extension to the X protocol. The Xinerama (also known as panoramiX) extension allows for multiple screens attached to a single display to be treated as belonging together, and to give desktop applications a better idea of the monitor layout. Required for dual monitor support.
  • libxkbfile - provides an interface to read and manipulate description files for XKB, the X11 keyboard configuration extension.
  • libxkbui - provides an interface to easily present XKB layouts as graphical widgets.
  • libXprintUtil - provides utility Xpu APIs allowing client applications to access and manipulate information about printer capabilities from an Xprint server.
  • libXprintAppUtil - provides utility Xpau APIs allowing client applications to access information about and control Xprint jobs from an Xprint server.
  • libXrandr - provides an X Window System client interface to the RandR extension to the X protocol. The RandR extension allows for run-time configuration of display attributes such as resolution, rotation, and reflection.
  • libXres - provides an X Window System client interface to the Resource extension to the X protocol. The Resource extension allows for X clients to see and monitor the X resource usage of various clients (pixmaps, et al).
  • libXScrnSaver
  • libXTrap - provides an interface to the DEC-XTRAP extension, which allows for capture and synthesis of core input events.
  • libXtst - provides an X Window System client interface to the Record extension to the X protocol. The Record extension allows X clients to synthesise input events, which is useful for automated testing.
  • libXv - provides an X Window System client interface to the XVideo extension to the X protocol. The XVideo extension allows for accelerated drawing of videos. Hardware adaptors are exposed to clients, which may draw in a number of colourspaces, including YUV.
  • libXvMC - provides an X Window System client interface to the XVideo-MotionCompensation extension to the X protocol. The XVideo-MotionCompensation extension allows for further accelerated drawing of videos. Video data may be sent at earlier stages of the decoding pipeline than raw YUV data.
  • libXxf86dga - provides the XFree86-DGA extension, which allows direct graphics access to a framebuffer-like region, and also allows relative mouse reporting, et al. It is mainly used by games and emulators for games.
  • libXxf86misc - provides an interface to the XFree86-Misc extension, which allows client applications to query the current keyboard and mouse settings of the running XFree86-based (XFree86, Xorg) server.
  • libXxf86vm - provides an interface to the XFree86-VidModeExtension extension, which allows client applications to get and set video mode timings in extensive detail. It is used by the xvidtune program in particular.

Dependencies

There are some dependency orders in the libraries. xtrans, Xau, Xdmcp must be installed before anything else. libXext must be installed before any other extension library. Individual library dependencies, if they exist, are:

  • libXau - xproto
  • libXdmcp - xproto
  • libX11 - bigreqsproto, xproto, xextproto, xf86bigfontproto, xcmiscproto, kbproto, inputproto, xtrans, libXdmcp, libXau
  • libXext - xproto
  • libWindowsWM - libX11
  • libdmx - libX11
  • libfontenc - xproto
  • libFS - xproto, xtrans
  • libICE - xproto, xtrans
  • liblbxutil - xextproto
  • liboldX - libX11
  • libSM - xtrans, libICE
  • libXt - libX11, libSM
  • libXmu - libX11, libXt
  • libXpm - xproto, libXt
  • libXp - libX11
  • libXaw - xproto, libXp
  • libXfixes - xproto, libX11
  • libXcomposite - libXfixes
  • libXrender - renderproto, libX11
  • libXdamage - libX11
  • libXcursor - libXrender
  • libXevie - xproto
  • libXfont - FreeType
  • libXfontcache - libX11, libXext
  • libXft - FreeType, FontConfig, libXrender
  • libXi - xproto
  • libXinerama - libX11
  • libxkbfile - libX11
  • libxkbui - libX11
  • libXprintUtil - libX11, libXp
  • libXprintAppUtil - libX11, libXprintUtil
  • libXrandr - randrproto, libX11
  • libXres - resourceproto, libX11
  • libXTrap - libX11
  • libXtst - libX11
  • libXv - libX11
  • libXvMC - libX11
  • libXxf86dga - xproto
  • libXxf86misc - xproto
  • libXxf86vm - xproto, xextproto, xf86vidmodeproto, libX11, libXext

Non-Multilib

Two libraries require patching. Patch xtrans before building.

 patch -Np1 -i ../xtrans-1.0.0-setuid-1.patch

Patch libX11 before building.

 patch -Np1 -i ../libX11-1.0.1-setuid-1.patch

Compile each library as follows:

./configure $XORG_CONFIG &&
make

Install each library as follows:

make install

Multilib

32-Bit

Two libraries require patching. Patch xtrans before building.

 patch -Np1 -i ../xtrans-1.0.0-setuid-1.patch

Patch libX11 before building.

 patch -Np1 -i ../libX11-1.0.1-setuid-1.patch

Compile the library.

PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
./configure $XORG_CONFIG32 &&
make

Install the library.

make install

N32

Two libraries require patching. Patch xtrans before building.

 patch -Np1 -i ../xtrans-1.0.0-setuid-1.patch

Patch libX11 before building.

 patch -Np1 -i ../libX11-1.0.1-setuid-1.patch

Compile the library.

PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
./configure $XORG_CONFIGN32 &&
make

Install the library.

make install

64-Bit

Two libraries require patching. Patch xtrans before building.

 patch -Np1 -i ../xtrans-1.0.0-setuid-1.patch

Patch libX11 before building.

 patch -Np1 -i ../libX11-1.0.1-setuid-1.patch

Compile the library.

PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
./configure $XORG_CONFIG64 &&
make

Install the library.

make install

Next install libdrm