wok diff freeglut/receipt @ rev 6832
fix:typo libquicktime
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Tue Oct 19 21:25:19 2010 -0400 (2010-10-19) |
parents | 19dad1e8892c |
children | 07e6c84aad04 |
line diff
1.1 --- a/freeglut/receipt Mon Mar 01 08:54:30 2010 +0000 1.2 +++ b/freeglut/receipt Tue Oct 19 21:25:19 2010 -0400 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="freeglut" 1.7 -VERSION="2.6.0-rc1" 1.8 +VERSION="2.6.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="OpenGL utility toolkit." 1.11 MAINTAINER="b1+slitaz@nagel.org" 1.12 @@ -10,7 +10,7 @@ 1.13 xorg-libXext xorg-libXi xorg-libXfixes xorg-libXxf86vm" 1.14 SUGGESTED="nvidia" 1.15 BUILD_DEPENDS="slitaz-toolchain mesa-dev mesa xorg-inputproto \ 1.16 -xorg-xproto xorg-libX11-dev xorg-libXau-dev xorg-libXdmcp-dev" 1.17 +xorg-xproto xorg-libX11-dev xorg-libXau-dev xorg-libXdamage-dev xorg-libXdmcp-dev xorg-libXext-dev xorg-libXi-dev xorg-libXfixes-dev xorg-libXxf86vm-dev libxcb-dev" 1.18 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.19 WEB_SITE="http://freeglut.sourceforge.net/" 1.20 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.21 @@ -21,6 +21,9 @@ 1.22 if [ ! -d $src ] ; then mv $PACKAGE-2.6.0 $src ; fi 1.23 1.24 cd $src 1.25 + # fixes an issue with the radeon[hd] ATI opensource drivers 1.26 + # ref: http://bugs.gentoo.org/show_bug.cgi?id=295163 1.27 + patch -p0 -i ../stuff/2.6.0-GFX_radeon.patch 1.28 # sed -i 's/-Werror//' configure 1.29 ./configure \ 1.30 --prefix=/usr \