Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-29 | package/libpng/libpng.mk: Change to autotools.in format | Daniel Laird | |
Move libpng into the new era..... Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | |||
2008-10-06 | png: bump version | Peter Korsgaard | |
Upgrade libpng to 1.2.32 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-06-14 | packages: fix pkgconfig depencies and select pkgconfig where needed | Peter Korsgaard | |
2008-03-05 | Fix patch. Apparently people don't know how to test their changes before | "Steven J. Hill" | |
cheking them in. | |||
2008-03-04 | libpng: select zlib package | Peter Korsgaard | |
2008-03-04 | libpng: bump version | Peter Korsgaard | |
2008-02-28 | Clean up patches and applying of them. | "Steven J. Hill" | |
2008-02-28 | Make sure 'linkage.h' headers are installed. Add hack to bootstrap newer | "Steven J. Hill" | |
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. | |||
2007-10-01 | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | |
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | |||
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-08-21 | Remove switches if sstrip is run | Ulf Samuelsson | |
2007-08-05 | - fix bug introduced by ulf in r19378. | Bernhard Reutner-Fischer | |
2007-08-01 | Cleanup libpng, use usr/lib | Ulf Samuelsson | |
2007-07-29 | Cleanup of libpng | Ulf Samuelsson | |
2007-07-11 | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | |
2007-06-27 | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | |
- use TARGET_CONFIGURE_ARGS where appropriate. | |||
2007-03-13 | fixup package LDFLAGS handling | Eric Andersen | |
2007-03-07 | - some more CONFIG_UPDATEs by Haavard Skinnemoen | Bernhard Reutner-Fischer | |
2007-02-03 | new stable upstream version | Eric Andersen | |
2007-01-14 | silly typos | Eric Andersen | |
2007-01-14 | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | |
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 | |||
2007-01-11 | be explicit about not depending on X, dep should go the other way | Eric Andersen | |
2007-01-10 | fix install such that pkg-config setup is correct | Eric Andersen | |
2006-11-17 | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | |
2006-07-08 | fix broken libpng compile -- malloc was being handled incorrectly | Eric Andersen | |
when cross compiling | |||
2006-06-30 | ver bump to 1.2.12 | Mike Frysinger | |
2005-09-08 | add a libpng-dirclean target and alias png to libpng | Mike Frysinger | |
2005-06-23 | Setup libpng to be fetched from the sourceforge mirror of choice | Eric Andersen | |
2005-02-10 | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | |
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | |||
2005-01-23 | Bump version to 1.28, per recommendation from solar | Eric Andersen | |
2005-01-23 | Patch from pdinoto: http://bugs.uclibc.org/view.php?id=33 | Eric Andersen | |
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 | |||
2004-12-14 | Martin Herren writes: | Mike Frysinger | |
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. |