Author: pebender
Date: Sat Mar 14 20:41:15 2009
New Revision: 4472
Added:
trunk/gar-minimyth/script/lib/freetype/files/freetype-2.3.9.patch.gar
Removed:
trunk/gar-minimyth/script/lib/freetype/files/freetype-2.3.8.patch.gar
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/lib/freetype/Makefile
trunk/gar-minimyth/script/lib/freetype/checksums
Log:
- Updated package lib/freetype.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Sat Mar 14
20:41:15 2009
@@ -88,6 +88,7 @@
Updated lib/faad2.
Updated lib/ffmpeg.
Updated lib/fftw3f.
+ Updated lib/freetype.
Updated lib/libdvdnav.
Updated lib/libdvdread.
Updated lib/libpng.
Modified: trunk/gar-minimyth/script/lib/freetype/Makefile
==============================================================================
--- trunk/gar-minimyth/script/lib/freetype/Makefile (original)
+++ trunk/gar-minimyth/script/lib/freetype/Makefile Sat Mar 14 20:41:15 2009
@@ -1,5 +1,5 @@
GARNAME = freetype
-GARVERSION = 2.3.8
+GARVERSION = 2.3.9
CATEGORIES = lib
MASTER_SITES = http://easynews.dl.sourceforge.net/sourceforge/$(GARNAME)/
DISTFILES = $(DISTNAME).tar.bz2
Modified: trunk/gar-minimyth/script/lib/freetype/checksums
==============================================================================
--- trunk/gar-minimyth/script/lib/freetype/checksums (original)
+++ trunk/gar-minimyth/script/lib/freetype/checksums Sat Mar 14 20:41:15
2009
@@ -1,2 +1,2 @@
-6cf31a08826715a0d16ae366da9c7d3b download/freetype-2.3.8.tar.bz2
-f4960aab0711fb4eb492c01d18a53550 download/freetype-2.3.8.patch.gar
+d76233108aca9c9606cdbd341562ad9a download/freetype-2.3.9.tar.bz2
+cd3aff616b1627377aafa41dcb6170ad download/freetype-2.3.9.patch.gar
Added: trunk/gar-minimyth/script/lib/freetype/files/freetype-2.3.9.patch.gar
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/lib/freetype/files/freetype-2.3.9.patch.gar
Sat Mar 14 20:41:15 2009
@@ -0,0 +1,56 @@
+diff -Naur freetype-2.3.9-old/builds/unix/freetype-config.in
freetype-2.3.9-new/builds/unix/freetype-config.in
+--- freetype-2.3.9-old/builds/unix/freetype-config.in 2009-02-03
15:09:49.000000000 -0800
++++ freetype-2.3.9-new/builds/unix/freetype-config.in 2009-03-14
08:37:37.000000000 -0700
+@@ -9,6 +9,7 @@
+ # indicate that you have read the license and understand and accept it
+ # fully.
+
++destd...@gar_destdir@
+ pref...@prefix@
+ exec_pref...@exec_prefix@
+ exec_prefix_set=no
+@@ -16,7 +17,6 @@
+ libd...@libdir@
+ enable_shar...@build_libtool_libs@
+ w...@wl@
+-hardcode_libdir_flag_spec='@hardcode_libdir_flag_spec@'
+
+ usage()
+ {
+@@ -131,9 +131,9 @@
+ fi
+
+ if test "$echo_cflags" = "yes" ; then
+- cflags="-I$includedir/freetype2"
+- if test "$includedir" != "/usr/include" ; then
+- echo $cflags -I$includedir
++ cflags="-I$DESTDIR/$includedir/freetype2"
++ if test "$includedir" != "@GAR_includedir@" ; then
++ echo $cflags -I$DESTDIR/$includedir
+ else
+ echo $cflags
+ fi
+@@ -141,12 +141,9 @@
+
+ if test "$echo_libs" = "yes" ; then
+ rpath=
+- if test "$enable_shared" = "yes" ; then
+- eval "rpath=\"$hardcode_libdir_flag_spec\""
+- fi
+ libs="-lfreetype @LIBZ@ @FT2_EXTRA_LIBS@"
+- if test "$libdir" != "/usr/lib" && test "$libdir" != "/usr/lib64"; then
+- echo -L$libdir $rpath $libs
++ if test "$libdir" != "@GAR_libdir@" ; then
++ echo -L$DESTDIR/$libdir $libs
+ else
+ echo $libs
+ fi
+@@ -154,7 +151,7 @@
+
+ if test "$echo_libtool" = "yes" ; then
+ convlib="libfreetype.la"
+- echo $libdir/$convlib
++ echo $DESTDIR/$libdir/$convlib
+ fi
+
+ # EOF
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---