freetype: Drop dependency on brotli.

There isn't much reason to support WOFF2 directly in FreeType as web browsers
seem to generally decode it themselves, and this would introduce another hard
dependency to the base system.
This commit is contained in:
waddlesplash
2022-07-07 21:45:16 -04:00
committed by GitHub
parent 0298ff0fe4
commit 4f130b5305

View File

@@ -5,7 +5,7 @@ output (glyph images) of most vector and bitmap font formats."
HOMEPAGE="https://www.freetype.org/" HOMEPAGE="https://www.freetype.org/"
COPYRIGHT="1996-2021 David Turner, Robert Wilhelm, Werner Lemberg, et al." COPYRIGHT="1996-2021 David Turner, Robert Wilhelm, Werner Lemberg, et al."
LICENSE="FreeType" LICENSE="FreeType"
REVISION="1" REVISION="2"
SOURCE_URI="https://download.savannah.gnu.org/releases/freetype/freetype-$portVersion.tar.xz" SOURCE_URI="https://download.savannah.gnu.org/releases/freetype/freetype-$portVersion.tar.xz"
CHECKSUM_SHA256="3333ae7cfda88429c97a7ae63b7d01ab398076c3b67182e960e5684050f2c5c8" CHECKSUM_SHA256="3333ae7cfda88429c97a7ae63b7d01ab398076c3b67182e960e5684050f2c5c8"
PATCHES=" PATCHES="
@@ -23,7 +23,6 @@ PROVIDES="
" "
REQUIRES=" REQUIRES="
haiku$secondaryArchSuffix haiku$secondaryArchSuffix
lib:libbrotlidec$secondaryArchSuffix
lib:libbz2$secondaryArchSuffix lib:libbz2$secondaryArchSuffix
lib:libpng16$secondaryArchSuffix lib:libpng16$secondaryArchSuffix
lib:libz$secondaryArchSuffix >= 1 lib:libz$secondaryArchSuffix >= 1
@@ -40,7 +39,6 @@ PROVIDES_devel="
" "
REQUIRES_devel=" REQUIRES_devel="
freetype${secondaryArchSuffix} == $portVersion base freetype${secondaryArchSuffix} == $portVersion base
devel:libbrotlidec$secondaryArchSuffix
devel:libbz2$secondaryArchSuffix devel:libbz2$secondaryArchSuffix
devel:libpng16$secondaryArchSuffix devel:libpng16$secondaryArchSuffix
devel:libz$secondaryArchSuffix devel:libz$secondaryArchSuffix
@@ -53,7 +51,6 @@ fi
BUILD_REQUIRES=" BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel haiku${secondaryArchSuffix}_devel
devel:libbrotlidec$secondaryArchSuffix
devel:libbz2$secondaryArchSuffix devel:libbz2$secondaryArchSuffix
devel:libpng16$secondaryArchSuffix devel:libpng16$secondaryArchSuffix
devel:libz$secondaryArchSuffix devel:libz$secondaryArchSuffix