summaryrefslogtreecommitdiffstats
path: root/package/pngquant
Commit message (Collapse)AuthorAgeFilesLines
* package/pngquant: bump version to 2.12.2Bernd Kuhls2019-01-272-3/+3
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/pngquant: bump version to 2.12.0Bernd Kuhls2018-06-102-3/+3
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/pngquant: bump version to 2.11.7Bernd Kuhls2018-05-192-3/+4
| | | | | | | Added license hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package: declare target variant before host variantThomas Petazzoni2018-04-301-1/+1
| | | | | | | | | | | | | | | | Our package infrastructure uses inheritance of a number of values from the target package to the host package, which assumes the target package is defined before the host package. In addition, future changes are going to make this requirement even more important. Therefore, let's fix the android-tools, gauche, lcms2, linux-syscall-support and pngquant packages, so that they declare their target variant before their host variant, like all other packages in Buildroot. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/pngquant: fix target buildBernd Kuhls2017-09-061-0/+1
| | | | | | | | | | | | | | | | | | | | | Pngquant 2.10 introduced a bundled library libimagequant, Makefile passes $LIQCONFIGUREFLAGS to the configure script of libimagequant before building this library: https://github.com/pornel/pngquant/blob/master/Makefile#L27 This variable is filled by configure with the content of $LIQCONFIGURE https://github.com/pornel/pngquant/blob/master/configure#L553 We need to pass CC/CFLAGS/LDFLAGS as parameter to configure to fill $LIQCONFIGURE with correct values in order to use the target toolchain for building libimagequant: https://github.com/pornel/pngquant/blob/master/configure#L56 Fixes http://autobuild.buildroot.net/results/ab1/ab1193db9d76adc02be44d6f273e0986952df3e2/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/pngquant: bump version to 2.10.1Bernd Kuhls2017-09-052-3/+3
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* generic packages: use $(HOST_DIR) instead of $(HOST_DIR)/usr as prefixArnout Vandecappelle2017-07-051-1/+1
| | | | | | | | | | | | Remove the redundant usr/ component of the HOST_DIR paths. Since a previous commit added a symlink from $(HOST_DIR)/usr to $(HOST_DIR), everything keeps on working. This is a mechanical change with git grep -l '\$(HOST_DIR)/usr' | xargs sed -i 's%\(prefix\|PREFIX\)=\("\?\)\$(HOST_DIR)/usr%\1=\2$(HOST_DIR)%g' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pngquant: doesn't support building with ccacheArnout Vandecappelle2017-07-041-0/+1
| | | | | | | | | | | | | | | | pngquant's homegrown configure script doesn't understand CC with a space, so we can't use ccache with it. Only the host variant is affected: for the target, we call ccache from the toolchain-wrapper so it's transparent to the configure script. This wasn't seen in the autobuilders since they never enable BR2_CCACHE. To test, use any configuration and do make BR2_CCACHE=y host-pngquant Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/pngquant: new packageBernd Kuhls2017-04-093-0/+66
The host package will be needed by tvheadend. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Thomas: - group the host commands together and the target commands together - use --prefix=$(HOST_DIR)/usr for host configuration, and do not override PREFIX= at host install time - use DESTDIR=$(TARGET_DIR) instead of overriding PREFIX= at target install time.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud