[Lunar-commits] <moonbase-other> ftgl: Adding a couple of patches.
Dennis Veatch
dennisveatch at bellsouth.net
Sun Aug 3 18:19:11 CEST 2014
commit 9ac7bff3cbfa7e481748dd6f8bb06f76662d328b
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Sun, 03 Aug 2014 12:18:54 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/9ac7bff3cbfa7e481748dd6f8bb06f76662d328b
ftgl: Adding a couple of patches.
---
video/ftgl/BUILD | +3/-0
video/ftgl/DETAILS | +7/-1
2 files changed, 10 insertions(+), 1 deletion(-)
--- a/video/ftgl/BUILD
+++ b/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 &&
--- a/video/ftgl/DETAILS
+++ b/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
More information about the Lunar-commits
mailing list