mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
freetype: version 2.5.2
* headers changed their locations from version 2.5.
This commit is contained in:
@@ -6,16 +6,16 @@ customizable, and portable while capable of producing high-quality output \
|
|||||||
"
|
"
|
||||||
HOMEPAGE="http://www.freetype.org"
|
HOMEPAGE="http://www.freetype.org"
|
||||||
LICENSE="FreeType"
|
LICENSE="FreeType"
|
||||||
COPYRIGHT="1996-2012 David Turner, Robert Wilhelm, Werner Lemberg, et al."
|
COPYRIGHT="1996-2013 David Turner, Robert Wilhelm, Werner Lemberg, et al."
|
||||||
SRC_URI="http://download.savannah.gnu.org/releases/freetype/freetype-2.5.0.1.tar.bz2"
|
SRC_URI="http://download.savannah.gnu.org/releases/freetype/freetype-2.5.2.tar.bz2"
|
||||||
CHECKSUM_MD5="c72e9010b1d986d556fc0b2b5fcbf31a"
|
CHECKSUM_MD5="10e8f4d6a019b124088d18bc26123a25"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
|
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||||
SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86"
|
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
freetype$secondaryArchSuffix = $portVersion
|
freetype$secondaryArchSuffix = $portVersion
|
||||||
lib:libfreetype$secondaryArchSuffix = 6.8.1 compat >= 6
|
lib:libfreetype$secondaryArchSuffix = 6.11.1 compat >= 6
|
||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix >= $haikuVersion
|
haiku$secondaryArchSuffix >= $haikuVersion
|
||||||
@@ -23,32 +23,30 @@ REQUIRES="
|
|||||||
lib:libpng$secondaryArchSuffix
|
lib:libpng$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
|
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||||
devel:libz$secondaryArchSuffix
|
devel:libz$secondaryArchSuffix
|
||||||
|
devel:libpng$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
|
||||||
haiku_devel >= $haikuVersion
|
|
||||||
cmd:aclocal
|
cmd:aclocal
|
||||||
cmd:autoconf
|
cmd:autoconf
|
||||||
cmd:automake
|
cmd:automake
|
||||||
cmd:gcc$secondaryArchSuffix
|
cmd:gcc$secondaryArchSuffix
|
||||||
cmd:ld$secondaryArchSuffix
|
cmd:ld$secondaryArchSuffix
|
||||||
cmd:libtoolize
|
cmd:libtool >= 2.4.2
|
||||||
cmd:make
|
cmd:make
|
||||||
devel:libpng
|
cmd:which
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
runConfigure ./configure --without-png
|
runConfigure ./configure
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
mkdir -p $includeDir/freetype2/freetype/cache
|
|
||||||
mkdir -p $includeDir/freetype2/freetype/internal
|
|
||||||
make install
|
make install
|
||||||
|
|
||||||
prepareInstalledDevelLibs libfreetype
|
prepareInstalledDevelLibs libfreetype
|
||||||
@@ -66,7 +64,7 @@ INSTALL()
|
|||||||
PROVIDES_devel="
|
PROVIDES_devel="
|
||||||
freetype${secondaryArchSuffix}_devel = $portVersion
|
freetype${secondaryArchSuffix}_devel = $portVersion
|
||||||
cmd:freetype_config${secondaryArchSuffix} = $portVersion
|
cmd:freetype_config${secondaryArchSuffix} = $portVersion
|
||||||
devel:libfreetype${secondaryArchSuffix} = 6.8.1 compat >= 6
|
devel:libfreetype${secondaryArchSuffix} = 6.11.1 compat >= 6
|
||||||
"
|
"
|
||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
freetype${secondaryArchSuffix} == $portVersion base
|
freetype${secondaryArchSuffix} == $portVersion base
|
||||||
Reference in New Issue
Block a user