* Convert the settings/fonts/conf.d/*.conf absolute symlinks into
(relative) symlinks to ../../data/fontconfig/conf.avail/ instead of
/packages/fontconfig-2.12.1-1/.self/data/fontconfig/conf.avail/.
* Switch HOMEPAGE and SOURCE_URI to https.
* Add TEST() with "make check".
* This is required because libfreetype.la was referencing libpng16.la
(which has been dropped), causing a build failure of fontconfig.
* Sync patch, eventhough it is currently commented out.
* Switch HOMEPAGE and SOURCE_URI to https.
* Don't use $secondaryArchSuffix for cmd:{jpg,link,ps,tif,trans}icc
and install them in $prefix/bin (instead of $binDir) for x86 2ndary
arch. This is safe (and needs no external changes) because no other
recipe references any cmd: provided by this one.
* Use {aclocal,automake} from automake (instead of automake113) since
upstream now uses that version. Thanks Jerome for the hint!
* Enable 2nd arch and drop documentation when building for them.
* Add devel:libxcb to REQUIRES_devel.
* Add $secondaryArchSuffix to cmd:libtoolize in BUILD_PREREQUIRES.
* Move section 3 man pages to the _devel sub-package.
* Add TEST() with "make check". Testsuite summary: TOTAL = PASS = 1.
* HOMEPAGE: http://xorg.freedesktop.org/ moved to https://www.x.org/.
* ARCHITECTURES: Mark as tested on x86 and x86_64.
* Enable 2nd arch and drop documentation when building for them.
* Add devel:lib{x11,xcb,xau} to REQUIRES_devel.
* Add $secondaryArchSuffix to cmd:libtoolize in BUILD_PREREQUIRES.
* HOMEPAGE: http://xorg.freedesktop.org/ moved to https://www.x.org/.
* ARCHITECTURES: Mark as tested on x86 and x86_64.
The tarball triggers an issue with tarfile
which doesn't handle unicode in filenames:
'ascii' codec can't decode byte 0xc3 in position 44: ordinal not in range(128)