wok-current rev 6971
Fixed more packages with libgl and libglu as depends instead of mesa and libglu-mesa.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 27 18:16:03 2010 +0000 (2010-10-27) |
parents | 07e6c84aad04 |
children | ebee7898e591 |
files | alsaplayer-scopes/receipt fltk-2.0.x-gl/receipt libfox-doc/receipt libfox-utils/receipt libglu-mesa/receipt libglw-mesa/receipt |
line diff
1.1 --- a/alsaplayer-scopes/receipt Wed Oct 27 15:10:50 2010 +0000 1.2 +++ b/alsaplayer-scopes/receipt Wed Oct 27 18:16:03 2010 +0000 1.3 @@ -5,10 +5,10 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="Alsa GTK+ PCM player scopes." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -WANTED="alsaplayer" 1.8 DEPENDS="expat gtk+ xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor \ 1.9 xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr \ 1.10 -xorg-libXrender libgl xorg-libXdamage xorg-libXxf86vm libdrm" 1.11 +xorg-libXrender mesa xorg-libXdamage xorg-libXxf86vm libdrm" 1.12 +WANTED="alsaplayer" 1.13 WEB_SITE="http://www.alsaplayer.org/" 1.14 1.15 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/fltk-2.0.x-gl/receipt Wed Oct 27 15:10:50 2010 +0000 2.2 +++ b/fltk-2.0.x-gl/receipt Wed Oct 27 18:16:03 2010 +0000 2.3 @@ -5,7 +5,7 @@ 2.4 CATEGORY="x-window" 2.5 SHORT_DESC="Fast Light Tool Kit GL library." 2.6 WANTED="fltk-2.0.x" 2.7 -DEPENDS="libgl libglu expat fontconfig xorg-libXft xorg-libXi \ 2.8 +DEPENDS="mesa libglu-mesa expat fontconfig xorg-libXft xorg-libXi \ 2.9 xorg-libXinerama xorg-libXext gcc-lib-base" 2.10 MAINTAINER="pankso@slitaz.org" 2.11 WEB_SITE="http://www.fltk.org/"
3.1 --- a/libfox-doc/receipt Wed Oct 27 15:10:50 2010 +0000 3.2 +++ b/libfox-doc/receipt Wed Oct 27 18:16:03 2010 +0000 3.3 @@ -6,7 +6,7 @@ 3.4 CATEGORY="development" 3.5 SHORT_DESC="Documents and some examples using FOX." 3.6 MAINTAINER="chadi.elahmad@gmail.com" 3.7 -DEPENDS="libfox libgl libglu xorg-libXxf86vm xorg-libXdamage libdrm" 3.8 +DEPENDS="libfox mesa libglu-mesa xorg-libXxf86vm xorg-libXdamage libdrm" 3.9 3.10 WEB_SITE="http://www.fox-toolkit.org/" 3.11
4.1 --- a/libfox-utils/receipt Wed Oct 27 15:10:50 2010 +0000 4.2 +++ b/libfox-utils/receipt Wed Oct 27 18:16:03 2010 +0000 4.3 @@ -8,7 +8,7 @@ 4.4 4.5 WEB_SITE="http://www.fox-toolkit.org/" 4.6 4.7 -DEPENDS="libfox expat tiff libgl libglu" 4.8 +DEPENDS="libfox expat tiff mesa libglu-mesa" 4.9 SUGGESTED="nvidia" 4.10 WANTED="libfox" 4.11 SOURCE="fox"
5.1 --- a/libglu-mesa/receipt Wed Oct 27 15:10:50 2010 +0000 5.2 +++ b/libglu-mesa/receipt Wed Oct 27 18:16:03 2010 +0000 5.3 @@ -6,8 +6,8 @@ 5.4 SHORT_DESC="OpenGL utility library" 5.5 MAINTAINER="pascal.bellard@slitaz.org" 5.6 WEB_SITE="http://www.mesa3d.org/" 5.7 +DEPENDS="glibc-base gcc-lib-base mesa" 5.8 WANTED="mesa" 5.9 -DEPENDS="glibc-base gcc-lib-base libgl" 5.10 SUGGESTED="nvidia" 5.11 PROVIDE="libglu" 5.12
6.1 --- a/libglw-mesa/receipt Wed Oct 27 15:10:50 2010 +0000 6.2 +++ b/libglw-mesa/receipt Wed Oct 27 18:16:03 2010 +0000 6.3 @@ -6,10 +6,10 @@ 6.4 SHORT_DESC="OpenGL widget library" 6.5 MAINTAINER="pascal.bellard@slitaz.org" 6.6 WEB_SITE="http://www.mesa3d.org/" 6.7 -WANTED="mesa" 6.8 -DEPENDS="glibc-base util-linux-ng-uuid zlib freetype lesstif libgl \ 6.9 +DEPENDS="glibc-base util-linux-ng-uuid zlib freetype lesstif mesa \ 6.10 xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXt \ 6.11 openmotif" 6.12 +WANTED="mesa" 6.13 PROVIDE="libglw" 6.14 6.15 # Rules to gen a SliTaz package suitable for Tazpkg.