Skip to content

Commit

Permalink
ftgl: Adding a couple of patches.
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed Aug 3, 2014
1 parent eeb35bb commit 9ac7bff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions video/ftgl/BUILD
@@ -1,5 +1,8 @@
(

patch_it $SOURCE2 0 &&
patch_it $SOURCE3 0 &&

if module_installed NVIDIA; then
OPTS+=" --with-gl-lib=/usr/lib/opengl/nvidia/"
fi &&
Expand Down
8 changes: 7 additions & 1 deletion video/ftgl/DETAILS
@@ -1,12 +1,18 @@
MODULE=ftgl
VERSION=2.1.3-rc5
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=ftgl-2.1.3_rc5-gentoo.patch
SOURCE3=ftgl-2.1.3_rc5-underlink.patch
SOURCE_URL=$SFORGE_URL/$MODULE
SOURCE2_URL=http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-libs/ftgl/files/
SOURCE3_URL=http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-libs/ftgl/files/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-${VERSION%-*}~${VERSION#*-}
SOURCE_VFY=sha1:b9c11d3a594896333f1bbe46e10d8617713b4fc6
SOURCE2_VFY=sha1:48c85d76ae5d812b70310d0cd365d838b502dad6
SOURCE3_VFY=sha1:c23b435506295a1c123974cfd13bf0994a1ab3cc
WEB_SITE=http://homepages.paradise.net.nz/henryj/code/
ENTERED=20060712
UPDATED=20100610
UPDATED=20140803
SHORT="font rendering library for OpenGL"

cat << EOF
Expand Down

0 comments on commit 9ac7bff

Please sign in to comment.