Commit Graph

14 Commits

Author SHA1 Message Date
Eric Andersen
acc7f8db65 new stable upstream version 2007-02-03 18:47:50 +00:00
Eric Andersen
8cc56adc39 silly typos 2007-01-14 22:52:26 +00:00
Eric Andersen
732d94d25f fixup a whole steaming pile of insanity. When packages are configured,
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-14 03:52:21 +00:00
Eric Andersen
962a0ee937 be explicit about not depending on X, dep should go the other way 2007-01-11 07:26:02 +00:00
Eric Andersen
2f984ec24f fix install such that pkg-config setup is correct 2007-01-10 10:29:24 +00:00
Bernhard Reutner-Fischer
6e2823c1fa - add and use BR2_BZCAT config option. 2006-11-17 15:43:51 +00:00
Eric Andersen
830228b9d9 fix broken libpng compile -- malloc was being handled incorrectly
when cross compiling
2006-07-08 23:56:47 +00:00
Mike Frysinger
0cf77487d8 ver bump to 1.2.12 2006-06-30 00:56:53 +00:00
Mike Frysinger
9490bdc53c add a libpng-dirclean target and alias png to libpng 2005-09-08 00:09:40 +00:00
Eric Andersen
ea804ca007 Setup libpng to be fetched from the sourceforge mirror of choice 2005-06-23 22:58:51 +00:00
Eric Andersen
d06645d8ed There is no need to have a separate 'Makefile.in' file in the
general case, therefore, combine the toplevel Makefile options
such as setting TARGETS into the per-package *.mk file
2005-02-10 03:06:39 +00:00
Eric Andersen
da7381c869 Bump version to 1.28, per recommendation from solar 2005-01-23 11:06:15 +00:00
Eric Andersen
5e2ccd8007 Patch from pdinoto: http://bugs.uclibc.org/view.php?id=33
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
2005-01-23 11:05:24 +00:00
Mike Frysinger
c71b9520a6 Martin Herren writes:
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.
2004-12-14 01:18:23 +00:00