* 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!
This avoids warnings like:
Signature in rsrc doesn't match constructor arg.
(application/x-SDL-executable, application/x-vnd.oricutron)
It also avoid roster messing around with applications it things are the same.
This avoids warnings like:
Signature in rsrc doesn't match constructor arg.
(application/x-SDL-executable, application/x-vnd.oricutron)
It also avoid roster messing around with applications it things are the same.
* libmatroska.la has a path which will become invalid if libebml gets
updated. Dropping that .la file is OK because we don't need it.
* Add devel:libebml to REQUIRES_devel.
* Add TEST() with "make check".
* Bump to 0.9.3, add TEST() with "make check".
* Fix Libs.private paths in pkgconfig/libbluray.pc.
* Add devel:lib{fontconfig,freetype,xml2} to REQUIRES_devel.
* Drop explicit call to autoreconf as configure works w/o it.
* Bump to version 1.2.7, add TEST() with "make check".
* Add patch for 3 tests that would otherwise fail or be skipped.
* Add cmd:{python,which} to BUILD_PREREQ, as "make check" needs them.
* Drop explicit call to autoreconf as it is no longer needed.