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