summaryrefslogtreecommitdiffstats
path: root/package/libvips
Commit message (Collapse)AuthorAgeFilesLines
* libvips: bump version to 7.42.2Vicente Olivert Riera2015-02-072-1/+3
| | | | | | | | - Bump version to 7.42.2 - Add a hash file Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libvips: requires C++ supportVicente Olivert Riera2015-02-052-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | libvips requires C++ support, otherwise it will fail with an error message like this one: error: ../libvips/.libs/libvips.so: No such file or directory The '--disable-cxx' configure option seems to be broken, so in the meantime a compiler with C++ support is required in order to build libvips successfully. Reported upstream: https://github.com/jcupitt/libvips/issues/231 Fixes: http://autobuild.buildroot.net/results/cdc7cf5d3501f80c74b70aa09f93b2ad4e2f8602/ http://autobuild.buildroot.net/results/39173dbcbbd0a243900ea583cec024b51f8b803a/ http://autobuild.buildroot.net/results/6794705195bcdb636a8e6582ef5a1e153d4d66b3/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libvips: new packagePieter De Gendt2015-02-023-0/+130
[Thomas: - Fix variable name: LIBVIPS_CONF_OPTSS -> LIBVIPS_CONF_OPTS - Add a lot of --without-<foo> options to make sure we explicitly disable optional features that are not handled by the .mk file. - Remove the host-swig dependency, which was probably thought of being needed by Pieter due to --without-python not being passed explicitly. - Remove trailing spaces in Config.in. - Rename patch to the new naming convention.] Signed-off-by: Pieter De Gendt <pieter.degendt@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud