]> git.pld-linux.org Git - packages/XFree86-glx.git/blame_incremental - XFree86-glx.spec
- changed dl.sf.net to dl.sourceforge.net
[packages/XFree86-glx.git] / XFree86-glx.spec
... / ...
CommitLineData
1%define mesaversion 3.2.1
2%define glx_ver latest
3
4Summary: OpenGL 1.2 compatible 3D graphics library
5Summary(pl): Biblioteka grafiki 3D kompatybilna z OpenGL 1.2
6Name: XFree86-glx
7Version: 4.2.0
8Release: 0.2
9License: LGPL
10Vendor: Brian Paul <brian_paul@mesa3d.org>
11Group: X11/Libraries
12Source0: http://dl.sourceforge.net/mesa3d/MesaLib-%{mesaversion}.tar.bz2
13# Source0-md5: dcd5a6aa77b3bdb400c8179419473e58
14Source1: http://dl.sourceforge.net/mesa3d/MesaDemos-%{mesaversion}.tar.bz2
15# Source1-md5: 621bd95ed9f93467f4dfa615e2f27c16
16Source2: http://snow.ashlu.bc.ca/glx/snapshots/utah-glx-src-%{glx_ver}.tar.gz
17# Source2-md5: 654ae59e0603d71c18a88737e9f954c6
18URL: http://www.mesa3d.org/
19BuildRequires: binutils >= 2.9.1.0.19a
20BuildRequires: tcl
21Provides: OpenGL
22Conflicts: XFree86 =< 4.1.0
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
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
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.
53
54This package is based on Mesa %{mesaver} and utah-glx-%{glxver}.
55
56please see http://utah-glx.sourceforge.net/ for more information.
57
58%description -l pl
59