summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2010-10-18net-snmp: broken with parallel jobsGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-18haserl: bump 0.9.x versionPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-17startup-notification: ensure cross-X11 headers/libs are usedPeter Korsgaard
And not the host ones. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-17torsmo: use correct variable for HELP2MAN presetPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-16toolchain: do not require full pathMike Frysinger
If the toolchain can be found via $PATH, then requiring the full path to it is unnecessary. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-10-16mtd: bump versionPeter Korsgaard
For mkfs.jffs2 bugfix. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-15mtd: fix big endian crc calculationPeter Korsgaard
Taken from upstream git. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-14prboom: re-add big endian fixupPeter Korsgaard
Seems I misread configure.ac, the endianness detection is only used when not cross compiling. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-14xapp_xmore: needs libXawPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-14xapp_xmore: remove double libXprintUtil dependencyPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-14ng-spice-rework: mark as deprecatedPeter Korsgaard
It hasn't been updated since it got added (in 2008), and it doesn't build for me, so mark it as deprecated. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-14xapp_xcursorgen: bump versionPeter Korsgaard
Needed for libpng 1.4.x support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-14xapp_xinput: needs libXiPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-14torsmo: fix build when help2man is available on hostPeter Korsgaard
help2man doesn't work when cross compiling, as it wants to run ./program --help, so ensure torsmo doesn't try to use it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-14prboom: fix png supportPeter Korsgaard
Ensure libpng gets built before prboom so configure finds it, and fix build with libpng 1.4.x (NULL defines removed). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-14prboom: bump versionPeter Korsgaard
Special big endian handling is no longer needed and X option is gone. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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>