summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2010-10-18libgtk2: bump to version 2.22.0 and undeprecate Gtk/DirectFBThomas Petazzoni
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>
2010-10-18package: add gdk-pixbuf package (splitted out from GTK+)Thomas Petazzoni
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
2010-10-14libtool: avoid to patch ltmain.sh script in host-libtool packageLionel Landwerlin
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-10-14libtool: bump to 2.2.10Lionel Landwerlin
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-10-14Removed libmpd-0.17.0-libdir-la.patchMartin Banky
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>
2010-10-14Removed freetype-2.3.9-libdir-la.patchMartin Banky
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>
2010-10-14Removed expat-libdir-la.patchMartin Banky
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>
2010-10-14Added the ability to patch ltmain.sh based on versionMartin Banky
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>
2010-10-14BugFix - buildroot-libtool.patch - Removed Useless CodeMartin Banky
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>
2010-10-11busybox: bump 1.17.x versionPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-08package: Add rrdtool packageGustavo Zacarias
[Peter: use hook to remove examples] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-07avahi: ensure locale data is installed into /usr/share, not /usr/libPeter Korsgaard
Otherwise it won't be found / target-localepurge won't remove it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-07package: add gst-ffmpegPeter Korsgaard
ffmpeg plugin for gstreamer. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-07ffmpeg: add options for postproc/swscalePeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-06libmpeg2: fix Config.in indentation/typoPeter Korsgaard
Thanks to Thomas for noticing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-06directfb: cleanup, use autotarget variables right awayPeter Korsgaard
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>
2010-10-06directfb: bump version, unbreak png supportPeter Korsgaard
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>
2010-10-06genext2fs: bump to 1.4.1Martin Banky
Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-06nano: bump to 2.2.5Martin Banky
Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-06gst-plugins-ugle: add option for mpeg2dec supportPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-06package: add libmpeg2Peter Korsgaard
libmpeg2 is a mpeg1/mpeg2 video decoder library. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-06imagemagick: fix s/IMAGEMAGISK/IMAGEMAGICK/ typoPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-06xapp_xbacklight: needs libXrandr/XrenderPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-06xapp_twm: needs libX11/Xext/Xt/XmuPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-06dropbear: really fix xauth tweak since dbcec2b2Peter Korsgaard
Commit d5576fd2 tried to fix this, but introduced a new typo. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-05busybox: 1.17.x.config: enable microcom appletPeter Korsgaard
So we can get rid of the deprecated microcom package. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-05libpng: bump to 1.4.4Martin Banky
Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-05libintl: needs wchar like gettextPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-05ipsec-tools: breaks with parallel buildsPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-05hdparm: needs largefile supportPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-05imagemagick: remove fixed jpeg+tiff dependencies, add optional depsPeter Korsgaard
For fontconfig/freetype/jpeg/libpng/librsvg/libxml2/tiff. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-05package: add librsvg packagePeter Korsgaard
librsvg is a svg renderer. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-05imagemagick: convert to autotargets and bump to 6.6.4Martin Banky
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>
2010-10-04jpeg: remove lgpl headerPeter Korsgaard
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>
2010-10-04jpeg: bump to 8bMartin Banky
Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-04package: get rid of ".. has no inherent support for AVR32" commentsPeter Korsgaard
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>
2010-10-04libeXosip2: convert to autotargets and bump to 3.3.0Martin Banky
Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-04libosip2: change site location and bump to 3.3.0Martin Banky
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>
2010-10-04xterm: should select libXaw and bump to latest versionPaulius Zaleckas
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-04lighttpd: bump versionGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-04iw: bump versionGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-01toolchain: add new toolchain backend: crosstool-NGYann E. MORIN
[Peter: indent Config.in, shuffle make targets around] Signed-off-by: Yann E. MORIN <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-30sed: get rid of host-sed variantPeter Korsgaard
And all the infrastructure surrounding it. A broken sed implementation is quite rare nowadays, as seen by the fact that the current host-sed support has been broken for a while, so just get rid of it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-30package/tcl: fix for POSIX complianceYann E. MORIN
Using two '=' for string comparison is a bashism. Revert to using one, as stated in POSIX 1003.1-2008. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-30quagga: bump version, fix conflicting options, enhance helpGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-30Merge branch 'for-2010.11/remove-deprecated-arch' of ↵Peter Korsgaard
git://git.busybox.net/~tpetazzoni/git/buildroot
2010-09-30cvs: convert to autotargetsMartin Banky
[Peter: no strip, remove _BINARY vars] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-29acpid: convert to gentargets and bump to 2.0.6Martin Banky
Also, added acpi_listen to the target. It was being stripped, but not copied. acpi_listen is a simple shell-friendly tool which connects to acpid and listens for events. When an event occurs, acpi_listen will print it on stdout. [Peter: no strip, install/remove man pages, add uninstall] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-29lockfile-progs: cleanup install/uninstallPeter Korsgaard
Install/uninstall all programs (including mail-*), and use install -D to copy to target. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-29lockfile-progs: convert to gentargets and bump to 0.1.15Martin Banky
[Peter: no strip, remove unused _BINARY var] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>