aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix libgtk2 post install hook regressionPaulius Zaleckas2010-10-261-1/+1
| | | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libglib2: remove fix-clock-gettime patchThomas Petazzoni2010-10-182-56/+0
| | | | | | | | | | | | | This patch was introduced in 0ec4298153bd93f8d7efbd1890896fbac5046a7b to fix a problem in libglib configure script when using the configuration cache. However, we decided that the shared configuration cache cannot work reliably, to disable it by default, and probably to remove it altogether. So just drop this patch, and don't autoreconfigure libglib. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pango: bump version to 1.28.2Thomas Petazzoni2010-10-181-1/+1
| | | | | | This is a mechanical bump, no other changes involved. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libglib2: bump version to 2.26.0Thomas Petazzoni2010-10-184-17/+27
| | | | | | This is a mechanical bump, no other changes involved. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libgtk2: bump to version 2.22.0 and undeprecate Gtk/DirectFBThomas Petazzoni2010-10-185-366/+58
| | | | | | | | | | | | | | | | | | | | | | | Finally, we bump Gtk from the old and ancient 2.12 version to the latest 2.22.0 version currently available. The DirectFB support is Gtk 2.22 compiles again thanks to the work of Lionel Landwerlin (it was broken in every Gtk version between 2.12 and 2.20). Therefore, Gtk on DirectFB is no longer marked as deprecated. In addition to this, we : * Upgrade the "reduce-dependencies" patch * Remove the "configure" and "no-tests" patches which do not seem to be useful anymore * Add a libtool patch We also remove references to a non-existant 2.15 gtk version in libgtk2.mk. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: add gdk-pixbuf package (splitted out from GTK+)Thomas Petazzoni2010-10-185-4/+67
| | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
* libtool: avoid to patch ltmain.sh script in host-libtool packageLionel Landwerlin2010-10-141-0/+2
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libtool: bump to 2.2.10Lionel Landwerlin2010-10-141-1/+1
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Removed libmpd-0.17.0-libdir-la.patchMartin Banky2010-10-142-90/+0
| | | | | | | | Now that libmpd.mk has been converted to autotools infrastructure, the patch is no longer needed. Autotools will automatically apply the needed patch. Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Removed freetype-2.3.9-libdir-la.patchMartin Banky2010-10-142-82/+0
| | | | | | | | Now that freetype.mk has been converted to autotools infrastructure, the patch is no longer needed. Autotools will automatically apply the needed patch. Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Removed expat-libdir-la.patchMartin Banky2010-10-142-78/+0
| | | | | | | | Now that expat.mk has been converted to autotools infrastructure, the patch is no longer needed. Autotools will automatically apply the needed patch. Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Added the ability to patch ltmain.sh based on versionMartin Banky2010-10-143-6/+81
| | | | | | | | | | | There are two versions of ltmain.sh in use in the buildroot system, 1.5.x and 2.2.x. buildroot-libtool.patch would only patch 1.5.x, which meant that for 2.2.x, a separate patch for the affected package had to be maintained. Modified Makefile.autotools.in to check the version of ltmain.sh and apply the correct patch. Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* BugFix - buildroot-libtool.patch - Removed Useless CodeMartin Banky2010-10-141-17/+0
| | | | | | | | The code that was removed only added commented out code. It neither added needed code nor commented out existing code. Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* toolchain-crosstool-ng: fix arch for powerpcPeter Korsgaard2010-10-131-0/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.17.x versionPeter Korsgaard2010-10-114-633/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Add rrdtool packageGustavo Zacarias2010-10-084-1/+47
| | | | | | [Peter: use hook to remove examples] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* avahi: ensure locale data is installed into /usr/share, not /usr/libPeter Korsgaard2010-10-071-1/+2
| | | | | | Otherwise it won't be found / target-localepurge won't remove it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add gst-ffmpegPeter Korsgaard2010-10-074-1/+36
| | | | | | ffmpeg plugin for gstreamer. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ffmpeg: add options for postproc/swscalePeter Korsgaard2010-10-072-2/+23
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libmpeg2: fix Config.in indentation/typoPeter Korsgaard2010-10-061-5/+5
| | | | | | Thanks to Thomas for noticing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: cleanup, use autotarget variables right awayPeter Korsgaard2010-10-061-97/+61
| | | | | | | | | | Purely cosmetical. Structure package like the other autotarget packages, and use DIRECTFB_{CONF_OPT,DEPENDENCIES} right away instead of a number of extra variables. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: bump version, unbreak png supportPeter Korsgaard2010-10-062-4/+5
| | | | | | | | | The recent libpng bump broke png support in directfb, as it relied on the legacy 1.2 interface. Fix it by bumping the directfb version, and at the same time ensure that configure finds our cross-libpng-config rather than what the host version the user might have in the path. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* genext2fs: bump to 1.4.1Martin Banky2010-10-064-18/+19
| | | | | Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nano: bump to 2.2.5Martin Banky2010-10-061-1/+1
| | | | | Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-ugle: add option for mpeg2dec supportPeter Korsgaard2010-10-063-16/+27
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add libmpeg2Peter Korsgaard2010-10-064-1/+43
| | | | | | libmpeg2 is a mpeg1/mpeg2 video decoder library. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* imagemagick: fix s/IMAGEMAGISK/IMAGEMAGICK/ typoPeter Korsgaard2010-10-061-7/+7
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xapp_xbacklight: needs libXrandr/XrenderPeter Korsgaard2010-10-063-2/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xapp_twm: needs libX11/Xext/Xt/XmuPeter Korsgaard2010-10-063-0/+6
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dropbear: really fix xauth tweak since dbcec2b2Peter Korsgaard2010-10-061-1/+1
| | | | | | Commit d5576fd2 tried to fix this, but introduced a new typo. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: 1.17.x.config: enable microcom appletPeter Korsgaard2010-10-051-1/+1
| | | | | | So we can get rid of the deprecated microcom package. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libpng: bump to 1.4.4Martin Banky2010-10-051-5/+4
| | | | | Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libintl: needs wchar like gettextPeter Korsgaard2010-10-052-11/+12
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ipsec-tools: breaks with parallel buildsPeter Korsgaard2010-10-052-5/+6
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* hdparm: needs largefile supportPeter Korsgaard2010-10-051-0/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* imagemagick: remove fixed jpeg+tiff dependencies, add optional depsPeter Korsgaard2010-10-052-7/+49
| | | | | | For fontconfig/freetype/jpeg/libpng/librsvg/libxml2/tiff. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add librsvg packagePeter Korsgaard2010-10-054-1/+34
| | | | | | librsvg is a svg renderer. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* imagemagick: convert to autotargets and bump to 6.6.4Martin Banky2010-10-054-160/+37
| | | | | | | | | | program-transform-name='s,,,' is needed, otherwise configure defines it as $(platform)-$(cpu)-. During install, all executables are prepended with this variable. [Peter: disable libtool patch, remove unneeded/wrong staging install cmd] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* jpeg: remove lgpl headerPeter Korsgaard2010-10-041-17/+0
| | | | | | | | | Buildroot as a whole is under GPL, so lets not expand each .mk file with legal matter. The git history nicely shows the origin of each file, and after the conversion to autotargets there basically isn't anything left of the original file anymore. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* jpeg: bump to 8bMartin Banky2010-10-043-169/+3
| | | | | Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* scripts: get rid of outdated buildall scriptPeter Korsgaard2010-10-044-1202/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: get rid of ".. has no inherent support for AVR32" commentsPeter Korsgaard2010-10-0411-33/+0
| | | | | | | | | These are probaly out of date by now, and lack of special handling for avr32 doesn't mean that a package won't work on avr32, so remove them. Done by sed -i '/comment.*no inherent support for AVR32/{N;N;p}' Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libeXosip2: convert to autotargets and bump to 3.3.0Martin Banky2010-10-042-99/+33
| | | | | Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libosip2: change site location and bump to 3.3.0Martin Banky2010-10-042-12/+22
| | | | | | | Change the site location to debian mirror to get the latest debian patches. Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xterm: should select libXaw and bump to latest versionPaulius Zaleckas2010-10-043-3/+4
| | | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lighttpd: bump versionGustavo Zacarias2010-10-041-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iw: bump versionGustavo Zacarias2010-10-042-5/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/gcc: bump 4.4.x versionPeter Korsgaard2010-10-047-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: bump 2.6.32.x stable versionPeter Korsgaard2010-10-022-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/gdb: fix WCHAR typoPeter Korsgaard2010-10-011-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>