mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-01 04:28:53 +02:00
freetype: bump version
This commit is contained in:
@@ -3,20 +3,20 @@ DESCRIPTION="FreeType is written in C, designed to be small, efficient, \
|
|||||||
highly customizable, and portable while capable of producing high-quality \
|
highly customizable, and portable while capable of producing high-quality \
|
||||||
output (glyph images) of most vector and bitmap font formats."
|
output (glyph images) of most vector and bitmap font formats."
|
||||||
HOMEPAGE="https://www.freetype.org/"
|
HOMEPAGE="https://www.freetype.org/"
|
||||||
COPYRIGHT="1996-2017 David Turner, Robert Wilhelm, Werner Lemberg, et al."
|
COPYRIGHT="1996-2018 David Turner, Robert Wilhelm, Werner Lemberg, et al."
|
||||||
LICENSE="FreeType"
|
LICENSE="FreeType"
|
||||||
REVISION="2"
|
REVISION="1"
|
||||||
SOURCE_URI="https://download.savannah.gnu.org/releases/freetype/freetype-$portVersion.tar.bz2"
|
SOURCE_URI="https://download.savannah.gnu.org/releases/freetype/freetype-$portVersion.tar.bz2"
|
||||||
CHECKSUM_SHA256="e5435f02e02d2b87bb8e4efdcaa14b1f78c9cf3ab1ed80f94b6382fb6acc7d78"
|
CHECKSUM_SHA256="e6ffba3c8cef93f557d1f767d7bc3dee860ac7a3aaff588a521e081bc36f4c8a"
|
||||||
PATCHES="enable-validation-modules.patchset"
|
PATCHES="enable-validation-modules.patchset"
|
||||||
#PATCHES="freetype-subpixel.patchset" # enable patented subpixel rendering
|
#PATCHES="freetype-subpixel.patchset" # enable patented subpixel rendering
|
||||||
|
|
||||||
ARCHITECTURES="x86_gcc2 x86 x86_64 arm"
|
ARCHITECTURES="x86_gcc2 x86_64 arm"
|
||||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
SECONDARY_ARCHITECTURES="x86_gcc2"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
freetype$secondaryArchSuffix = $portVersion
|
freetype$secondaryArchSuffix = $portVersion
|
||||||
lib:libfreetype$secondaryArchSuffix = 6.15.0 compat >= 6
|
lib:libfreetype$secondaryArchSuffix = 6.16.0 compat >= 6
|
||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
@@ -34,7 +34,7 @@ REQUIRES_devel="
|
|||||||
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.15.0 compat >= 6
|
devel:libfreetype${secondaryArchSuffix} = 6.16.0 compat >= 6
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
@@ -55,7 +55,7 @@ BUILD_PREREQUIRES="
|
|||||||
"
|
"
|
||||||
|
|
||||||
defineDebugInfoPackage freetype$secondaryArchSuffix \
|
defineDebugInfoPackage freetype$secondaryArchSuffix \
|
||||||
$libDir/libfreetype.so.6.15.0
|
$libDir/libfreetype.so.6.16.0
|
||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
Reference in New Issue
Block a user