summaryrefslogtreecommitdiffstats
path: root/package/libpng
Commit message (Collapse)AuthorAgeFilesLines
* package/libpng/libpng.mk: Remove the unnecessary --without-x optionDaniel Laird2009-01-121-3/+1
| | | | | Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* package/libpng/libpng.mk: Change to autotools.in formatDaniel Laird2008-10-291-76/+13
| | | | | | | Move libpng into the new era..... Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* png: bump versionPeter Korsgaard2008-10-061-1/+1
| | | | | | Upgrade libpng to 1.2.32 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* packages: fix pkgconfig depencies and select pkgconfig where neededPeter Korsgaard2008-06-141-0/+1
|
* Fix patch. Apparently people don't know how to test their changes before"Steven J. Hill"2008-03-051-5/+5
| | | | cheking them in.
* libpng: select zlib packagePeter Korsgaard2008-03-041-0/+1
|
* libpng: bump versionPeter Korsgaard2008-03-041-1/+1
|
* Clean up patches and applying of them."Steven J. Hill"2008-02-283-77/+1
|
* Make sure 'linkage.h' headers are installed. Add hack to bootstrap newer "Steven J. Hill"2008-02-281-0/+17
| | | | | | | | | versions of GCC. Filter out 'gnu99' from assembly flags. Use the 'headers' target instead of 'pregen' to prepare for more NPTL integration. Fix broken MTD package configuration....someone believes in the Klingon release process apparently. Fix build issues with netplug and libpng. Fix source path for microcom as original site no longer exists.
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-1/+1
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-2/+2
| | | | toolchain/*/*.mk */Makefile.in -l)
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-1/+1
|
* - fix bug introduced by ulf in r19378.Bernhard Reutner-Fischer2007-08-051-1/+1
|
* Cleanup libpng, use usr/libUlf Samuelsson2007-08-011-3/+3
|
* Cleanup of libpngUlf Samuelsson2007-07-291-17/+8
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-3/+3
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-3/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* - some more CONFIG_UPDATEs by Haavard SkinnemoenBernhard Reutner-Fischer2007-03-071-0/+1
|
* new stable upstream versionEric Andersen2007-02-031-1/+1
|
* silly typosEric Andersen2007-01-141-1/+1
|
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-142-22/+99
| | | | | | | | | | | | | they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik
* be explicit about not depending on X, dep should go the other wayEric Andersen2007-01-111-0/+1
|
* fix install such that pkg-config setup is correctEric Andersen2007-01-101-6/+19
|
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-1/+1
|
* fix broken libpng compile -- malloc was being handled incorrectlyEric Andersen2006-07-081-0/+6
| | | | when cross compiling
* ver bump to 1.2.12Mike Frysinger2006-06-301-13/+14
|
* 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-231-2/+1
|
* 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.