aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.txt6
-rw-r--r--linden/indra/cmake/00-Common.cmake1
-rw-r--r--linden/indra/llrender/llfont.cpp3
-rw-r--r--linden/install.xml18
4 files changed, 9 insertions, 19 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 73ef469..41852d3 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,5 +1,11 @@
12009-11-03 Jacek Antonelli <jacek.antonelli@gmail.com> 12009-11-03 Jacek Antonelli <jacek.antonelli@gmail.com>
2 2
3 * Created our own Linux freetype package, 2.3.11.
4
5 modified: linden/indra/cmake/00-Common.cmake
6 modified: linden/indra/llrender/llfont.cpp
7 modified: linden/install.xml
8
3 * Updated ndofdev to the version used in SL 1.23.4. 9 * Updated ndofdev to the version used in SL 1.23.4.
4 10
5 modified: linden/install.xml 11 modified: linden/install.xml
diff --git a/linden/indra/cmake/00-Common.cmake b/linden/indra/cmake/00-Common.cmake
index e15e8a2..8c6ca2d 100644
--- a/linden/indra/cmake/00-Common.cmake
+++ b/linden/indra/cmake/00-Common.cmake
@@ -210,7 +210,6 @@ else (STANDALONE)
210 glib-2.0 210 glib-2.0
211 gstreamer-0.10 211 gstreamer-0.10
212 gtk-2.0 212 gtk-2.0
213 llfreetype2
214 pango-1.0 213 pango-1.0
215 ) 214 )
216endif (STANDALONE) 215endif (STANDALONE)
diff --git a/linden/indra/llrender/llfont.cpp b/linden/indra/llrender/llfont.cpp
index d7310bd..2ac7bdb 100644
--- a/linden/indra/llrender/llfont.cpp
+++ b/linden/indra/llrender/llfont.cpp
@@ -37,8 +37,7 @@
37#if !defined(LL_LINUX) || defined(LL_STANDALONE) 37#if !defined(LL_LINUX) || defined(LL_STANDALONE)
38# include <ft2build.h> 38# include <ft2build.h>
39#else 39#else
40// I had to do some work to avoid the system-installed FreeType headers... --ryan. 40# include "ft2build.h"
41# include "llfreetype2/freetype/ft2build.h"
42#endif 41#endif
43 42
44// For some reason, this won't work if it's not wrapped in the ifdef 43// For some reason, this won't work if it's not wrapped in the ifdef
diff --git a/linden/install.xml b/linden/install.xml
index 7c9c73f..793147c 100644
--- a/linden/install.xml
+++ b/linden/install.xml
@@ -453,23 +453,9 @@
453 <key>linux</key> 453 <key>linux</key>
454 <map> 454 <map>
455 <key>md5sum</key> 455 <key>md5sum</key>
456 <string>07665d74d37c56fd884610ec80a1d19f</string> 456 <string>efc845cf291073b1e4d381a271f194eb</string>
457 <key>url</key> 457 <key>url</key>
458 <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/freetype-2.1.5-linux-20080812.tar.bz2</uri> 458 <uri>http://imprudenceviewer.org/download/libs/freetype-2.3.11-linux-20091103.tar.bz2</uri>
459 </map>
460 <key>linux32</key>
461 <map>
462 <key>md5sum</key>
463 <string>c22a667d4b6b518cc7f942e2c861ca77</string>
464 <key>url</key>
465 <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/freetype-2.1.5-linux-i686-gcc-4.1-20080915.tar.bz2</uri>
466 </map>
467 <key>linux64</key>
468 <map>
469 <key>md5sum</key>
470 <string>35f6fa557ba90f9cda0a18d1af2055a4</string>
471 <key>url</key>
472 <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/freetype-2.1.5-linux64-20080909.tar.bz2</uri>
473 </map> 459 </map>
474 <key>windows</key> 460 <key>windows</key>
475 <map> 461 <map>