Browse Source

mesa-demos: Updated (7.0.1 -> 7.2) - and cleaned a bit the .conf

karasz/new-early
Alejandro Mery 17 years ago committed by Alejandro Mery
parent
commit
854cfb9cbe
  1. 10
      x11/mesa-demos/mesa-demos.conf
  2. 8
      x11/mesa-demos/mesa-demos.desc

10
x11/mesa-demos/mesa-demos.conf

@ -2,6 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../mesa-demos/mesa-demos.conf # Filename: package/.../mesa-demos/mesa-demos.conf
# Copyright (C) 2009 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
@ -14,11 +15,14 @@
mesa_install() mesa_install()
{ {
local x=
cd progs/xdemos/ cd progs/xdemos/
# the makefile would need hackery for single builds :-( # the makefile would need hackery for single builds :-(
$CC -L$libdir glxinfo.c -lglut -lGLU -lGL -lm -o glxinfo for x in glxinfo glxgears; do
$CC -L$libdir glxgears.c -lglut -lGLU -lGL -lm -o glxgears $CC "-L$root$libdir" "-I$root$includedir" $x.c -lglut -lGLU -lGL -lm -o $x
install -m 755 glxinfo glxgears $root$bindir/ install -m 755 $x "$root$bindir/"
done
} }
makeopt= makeopt=

8
x11/mesa-demos/mesa-demos.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] [COPY]
[COPY] Filename: package/.../mesa-demos/mesa-demos.desc [COPY] Filename: package/.../mesa-demos/mesa-demos.desc
[COPY] Copyright (C) 2006 - 2007 The OpenSDE Project [COPY] Copyright (C) 2006 - 2009 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] [COPY]
[COPY] More information can be found in the files COPYING and README. [COPY] More information can be found in the files COPYING and README.
@ -24,13 +24,13 @@
[C] base/x11 [C] base/x11
[L] OpenSource [L] MIT
[S] Stable [S] Stable
[O] . package/*/*/modular-x-conf.in [O] . package/*/*/modular-x-conf.in
[V] 7.0.1 [V] 7.2
[P] X -----5---9 118.710 [P] X -----5---9 118.710
[D] 866765045 MesaDemos-7.0.1.tar.bz2 http://dl.sourceforge.net/sourceforge/mesa3d/ [D] 282322329 MesaDemos-7.2.tar.bz2 http://dl.sourceforge.net/sourceforge/mesa3d/

Loading…
Cancel
Save