Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 18 years ago
parent
commit
24e3e9382a
3 changed files with 11 additions and 16 deletions
  1. +4
    -5
      package/xorg/mesalib/mesalib.conf
  2. +5
    -9
      package/xorg/mesalib/mesalib.desc
  3. +2
    -2
      package/xorg/xinit/xinit.desc

+ 4
- 5
package/xorg/mesalib/mesalib.conf

@ -21,15 +21,10 @@ mesalib_postmake() {
done
}
# var_append CC_WRAPPER_FILTER "|" \
# "sed -r 's,-lglut,-L/usr/X11/lib\n-lXmu\n-lXi\n-lglut,g'"
if [ "$xpkg" = mesalib -o "$xpkg" = mesademos ] ; then
prepatch="mesalib_prepatch"
postmake="mesalib_postmake"
fi
if [ "$xpkg" = mesalib ] ; then
case "$arch" in
ppc)
makeopt="linux-dri-$arch_target"
@ -47,4 +42,8 @@ if [ "$xpkg" = mesalib ] ; then
esac
fi
if [ "$xpkg" = mesademos ] ; then
makeinstopt=""
fi
export CFLAGS="$CFLAGS -I/usr/X11/include"

+ 5
- 9
package/xorg/mesalib/mesalib.desc

@ -44,17 +44,13 @@
[V] 7.0.2
[P] X -----5---9 120.400
#if xpkg == mesalib
#if xpkg == mesaglut
[I] GL utility toolkit for the Mesa 3D graphics library
[D] 3111933804 MesaGLUT-7.0.2.tar.bz2 http://dl.sourceforge.net/mesa3d/
#endif
[I] The Mesa 3D graphics library
[D] 1731567489 MesaLib-7.0.2.tar.bz2 http://dl.sourceforge.net/mesa3d/
#endif
#if xpkg == mesademos
[I] demos for the Mesa 3D graphics library
[D] 2378135167 MesaDemos-7.0.2.tar.bz2 http://dl.sourceforge.net/mesa3d/
#endif
#if xpkg == mesaglut
[I] GL utility toolkit for the Mesa 3D graphics library
[D] 3111933804 MesaGLUT-7.0.2.tar.bz2 http://dl.sourceforge.net/mesa3d/
#endif

+ 2
- 2
package/xorg/xinit/xinit.desc

@ -36,8 +36,8 @@
[L] OpenSource
[S] Stable
[V] 1.0.5
[V] 1.0.7
[P] X -----5---9 125.800
[D] 3717313795 xinit-1.0.5.tar.bz2 ftp://ftp.gwdg.de/pub/x11/x.org/pub/X11R7.3/src/app/
[D] 1885286351 xinit-1.0.7.tar.bz2 http://xorg.freedesktop.org/archive/individual/app/

Loading…
Cancel
Save