Mark freetype-2.5.0.1.recipe as untested to make sure 2.4.9 is used until 2.5.0.1 can be better integrated into Haiku

This commit is contained in:
Scott McCreary
2013-10-27 13:25:15 -07:00
parent 1a3e28546c
commit 49e7c0e2a5
3 changed files with 2 additions and 38 deletions

View File

@@ -1,24 +0,0 @@
DESCRIPTION="Freetype - A Free, High-Quality, and Portable Font Engine"
HOMEPAGE="http://www.freetype.org"
SRC_URI="http://download.savannah.gnu.org/releases/freetype/freetype-2.4.11.tar.bz2"
CHECKSUM_MD5="b93435488942486c8d0ca22e8f768034"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd freetype-2.4.11
sh ./autogen.sh
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--includedir=/boot/develop/headers/3rdparty \
--datarootdir=`finddir B_COMMON_DATA_DIRECTORY`
make
}
INSTALL()
{
cd freetype-2.4.11
make install
}
LICENSE="FreeType"
COPYRIGHT="1996-2013 David Turner, Robert Wilhelm, Werner Lemberg, et al."

View File

@@ -6,8 +6,8 @@ COPYRIGHT="1996-2012 David Turner, Robert Wilhelm, Werner Lemberg, et al."
SRC_URI="http://download.savannah.gnu.org/releases/freetype/freetype-2.5.0.1.tar.bz2"
CHECKSUM_MD5="c72e9010b1d986d556fc0b2b5fcbf31a"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86"
PROVIDES="
freetype$secondaryArchSuffix = $portVersion

View File

@@ -1,12 +0,0 @@
diff -urN freetype-2.4.9/include/freetype/config/ftoption.h freetype-2.4.9-enable-subpixel-rendering/include/freetype/config/ftoption.h
--- freetype-2.4.9/include/freetype/config/ftoption.h 2011-07-20 04:46:15.035913728 +0000
+++ freetype-2.4.9-enable-subpixel-rendering/include/freetype/config/ftoption.h 2012-09-05 16:30:50.453509120 +0000
@@ -92,7 +92,7 @@
/* This is done to allow FreeType clients to run unmodified, forcing */
/* them to display normal gray-level anti-aliased glyphs. */
/* */
-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
+#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
/*************************************************************************/