forked from pool/freetype2
* Contains the fix for CVE-2020-15999 * Minor improvements to the B/W rasterizer. * Auto-hinter support for Medefaidrin script. * Fix various memory leaks (mainly for CFF) and other issues that might cause crashes in rare circumstances. - Update to version 2.10.4 * In `ftview', custom LCD filter values are now normalized and balanced. Unorthodox filters are still available through the `-L' command line option. * The GUI demo programs can now be resized. * Demo programs that accept command line option `-k' can now handle function keys, too. The corresponding character codes start with 0xF1. As an example, the POSIX shell syntax (accepted by bash, ksh, and zsh) -k $'\xF3q' emulates the pressing of function key `F3' followed by key `q'. OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=164
57 lines
2.3 KiB
Diff
57 lines
2.3 KiB
Diff
Index: freetype-2.10.4/builds/unix/configure
|
|
===================================================================
|
|
--- freetype-2.10.4.orig/builds/unix/configure
|
|
+++ freetype-2.10.4/builds/unix/configure
|
|
@@ -15014,7 +15014,6 @@ fi
|
|
# entries in Requires.private are separated by commas
|
|
REQUIRES_PRIVATE="$zlib_reqpriv, \
|
|
$bzip2_reqpriv, \
|
|
- $libpng_reqpriv, \
|
|
$harfbuzz_reqpriv, \
|
|
$brotli_reqpriv"
|
|
# beautify
|
|
@@ -15029,7 +15028,6 @@ REQUIRES_PRIVATE=`echo "$REQUIRES_PRIVAT
|
|
|
|
LIBS_PRIVATE="$zlib_libspriv \
|
|
$bzip2_libspriv \
|
|
- $libpng_libspriv \
|
|
$harfbuzz_libspriv \
|
|
$brotli_libspriv \
|
|
$ft2_extra_libs"
|
|
@@ -15042,7 +15040,6 @@ LIBS_PRIVATE=`echo "$LIBS_PRIVATE" \
|
|
LIBSSTATIC_CONFIG="-lfreetype \
|
|
$zlib_libsstaticconf \
|
|
$bzip2_libsstaticconf \
|
|
- $libpng_libsstaticconf \
|
|
$harfbuzz_libsstaticconf \
|
|
$brotli_libsstaticconf \
|
|
$ft2_extra_libs"
|
|
Index: freetype-2.10.4/builds/unix/configure.raw
|
|
===================================================================
|
|
--- freetype-2.10.4.orig/builds/unix/configure.raw
|
|
+++ freetype-2.10.4/builds/unix/configure.raw
|
|
@@ -1039,7 +1039,6 @@ fi
|
|
# entries in Requires.private are separated by commas
|
|
REQUIRES_PRIVATE="$zlib_reqpriv, \
|
|
$bzip2_reqpriv, \
|
|
- $libpng_reqpriv, \
|
|
$harfbuzz_reqpriv, \
|
|
$brotli_reqpriv"
|
|
# beautify
|
|
@@ -1054,7 +1053,6 @@ REQUIRES_PRIVATE=`echo "$REQUIRES_PRIVAT
|
|
|
|
LIBS_PRIVATE="$zlib_libspriv \
|
|
$bzip2_libspriv \
|
|
- $libpng_libspriv \
|
|
$harfbuzz_libspriv \
|
|
$brotli_libspriv \
|
|
$ft2_extra_libs"
|
|
@@ -1067,7 +1065,6 @@ LIBS_PRIVATE=`echo "$LIBS_PRIVATE" \
|
|
LIBSSTATIC_CONFIG="-lfreetype \
|
|
$zlib_libsstaticconf \
|
|
$bzip2_libsstaticconf \
|
|
- $libpng_libsstaticconf \
|
|
$harfbuzz_libsstaticconf \
|
|
$brotli_libsstaticconf \
|
|
$ft2_extra_libs"
|