]> git.pld-linux.org Git - packages/XFree86-glx.git/blame - XFree86-glx.spec
- release 0.2
[packages/XFree86-glx.git] / XFree86-glx.spec
CommitLineData
c623f0c7 1%define mesaversion 3.2.1
c623f0c7
KT
2%define glx_ver latest
3
4Summary: OpenGL 1.2 compatible 3D graphics library
26043c3a
PG
5Summary(pl): Bilioteka grfiki 3D kompatybilna z OpenGL 1.2
6Name: XFree86-glx
7Version: 4.2.0
8Release: 0.2
9License: LGPL
c623f0c7 10Vendor: Brian Paul <brian_paul@mesa3d.org>
26043c3a
PG
11Group: X11/Libraries
12Source0: ftp://ftp.mesa3d.org/pub/sourceforge/mesa3d/MesaLib-%{mesaversion}.tar.bz2
13Source1: ftp://ftp.mesa3d.org/pub/sourceforge/mesa3d/MesaDemos-%{mesaversion}.tar.bz2
c623f0c7 14Source2: http://snow.ashlu.bc.ca/glx/snapshots/utah-glx-src-%{glx_ver}.tar.gz
26043c3a 15URL: http://www.mesa3d.org/
c623f0c7 16BuildPreReq: binutils >= 2.9.1.0.19a
9ef91437 17Conflicts: XFree86 =< 4.1.0
26043c3a
PG
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19Obsoletes: Mesa
20Obsoletes: XFree86-OpenGL-core
21Obsoletes: XFree86-OpenGL-libs
22
23%define _prefix /usr/X11R6
24%define _sysconfdir /etc/X11
c623f0c7
KT
25
26%description
27This is an implementation of the Mesa 3D library and GLX with support
28for hardware acceleration. GLX was developed by SGI as an extension to
26043c3a
PG
29the X window system to integrate OpenGL rendering functions. This
30allows the Mesa 3D library to perform its 3D rendering functions
31within the X server's process, rather than within the X client
32program. This offers potential performance benefits, because the
33rendered image does not have to be moved from the X client program to
34the X server. (Only the commands required to render the image are
35sent.) It also makes 3-D hardware acceleration much more practical
36(and fast). This package includes a accelerated hardware drivers for
37video card based on NVIDIA Riva series and ATI Rage Pro chipsets.
38
39The Mesa 3D graphics library is a powerful and generic toolset for
40creating hardware assisted computer graphics. To the extent that Mesa
41utilizes the OpenGL command syntax or state machine, it is being used
42with authorization from Silicon Graphics, Inc. However, the author
43(Brian Paul) makes no claim that Mesa is in any way a compatible
44replacement for OpenGL or associated with Silicon Graphics, Inc. Those
45who want a licensed implementation of OpenGL should contact a licensed
46vendor. However, Mesa is very similar to OpenGL, and you might find
47Mesa to be a valid alternative to OpenGL.
c623f0c7
KT
48
49This package is based on Mesa %{mesaver} and utah glx-%{glxver}.
50
51please see http://utah-glx.sourceforge.net/ for more information.
52
53%package devel
54Summary: Development files for Mesa (OpenGL compatible 3D lib)
26043c3a
PG
55