summaryrefslogtreecommitdiffstats
path: root/package/libpng
Commit message (Collapse)AuthorAgeFilesLines
...
* add a libpng-dirclean target and alias png to libpngMike Frysinger2005-09-081-1/+5
|
* Setup libpng to be fetched from the sourceforge mirror of choiceEric Andersen2005-06-241-2/+1Star
|
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-3/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* Bump version to 1.28, per recommendation from solarEric Andersen2005-01-231-1/+1
|
* Patch from pdinoto: http://bugs.uclibc.org/view.php?id=33Eric Andersen2005-01-231-1/+2
| | | | | | | 0000033: [PATCH] libpng: New download site This patch changes the URL to download libpng, since the actual seems to be offline or lack that particular file
* Martin Herren writes:Mike Frysinger2004-12-143-0/+81
here is a small patch to add libpng to buildroot. It's the first application which i integrated in the buildroot build system, so i welcome any comments, feedbacks and/or improvements about it. I tested it using directfb on a arm/pxa platform, and as far as i could test it it seems to work.