summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* Adding xf86-input-tslib driverSergio Prado2012-01-133-0/+29
| | | | | | | | | | Adding xf86-input-tslib driver so X11 can talk directly to touchscreen devices. [Peter: Add tslib deps and upstream URL] Signed-off-by: Sergio Prado <sergiosiena@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove java supportPeter Korsgaard2012-01-1212-1745/+0
| | | | | | | Has been marked as broken since July 2010 (39e6ba1b), and nobody has stepped up to support it, so now finally remove it completely. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* bluez_utils: bump to 4.97Yegor Yefremov2012-01-122-1/+87
| | | | | | | patch removes dependency for check package Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libnl: bump to 3.2.4Yegor Yefremov2012-01-121-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* tiff: add utility commands and library optionsFrank Hunleth2012-01-122-3/+134
| | | | | | | | | | | Added support for compiling tiffcp and tiff2pdf. Added options for compiling out various libtiff features. By default, all libtiff features are built so that the result is the same as before this change. Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sshfs: bump to version 2.3, adjust SITE and descriptionGustavo Zacarias2012-01-112-6/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* unionfs: new packageGustavo Zacarias2012-01-114-0/+47
| | | | | | | | Add the unionfs FUSE unification filesystem. [Peter: whitespace/help text fix] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add pygame packageJulien Boibessot2012-01-113-0/+161
| | | | | | [Peter: drop menu for suboptions] Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New package: sane-backendsFrank Hunleth2012-01-103-0/+21
| | | | | Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* python-netifaces: fix build on setups without getifaddrsPeter Korsgaard2012-01-101-0/+31
| | | | | | E.G. default uClibc configuration. Patch sent upstream. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* python-netifaces: add -x option to fix cross-compilationYegor Yefremov2012-01-091-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ccache: bump versionPeter Korsgaard2012-01-081-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New package: python-netifacesYegor Yefremov2012-01-074-0/+88
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New package: python-distutilscrossYegor Yefremov2012-01-071-0/+21
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New package: python-setuptoolsYegor Yefremov2012-01-073-0/+43
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New package: python-dpktYegor Yefremov2012-01-073-0/+34
| | | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Python: enable zlib support for the host packageYegor Yefremov2012-01-071-2/+1
| | | | | | | zlib is needed for the host-setuptools package Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Python: add external modules optionYegor Yefremov2012-01-074-2/+6
| | | | | | | | | | | | | all external python packages/libraries should reside in "external python modules" section. Move existing modules python-serial and python-mad there Move python-mad from package/multimedia to package Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain: add powerpc SPE ABI supportGustavo Zacarias2012-01-071-1/+16
| | | | | | | | | | | | | | | | | Add the ability for buildroot to build an SPE ABI enabled toolchain. This is mandatory for e500v1/v2 cores since they don't support classic FPU mode as the e500mc does. Useful for Freescale's PowerQUICC III and single/dual-core QorIQ line of processors. The new TARGET_ABI variable is used rather than TARGET_CFLAGS for uclibc's UCLIBC_EXTRA_CFLAGS to avoid breakish CFLAGS leaking in, a good example being -mthumb for ARM. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xenomai: restrict to the set of supported architecturesThomas Petazzoni2012-01-071-0/+2
| | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xenomai: bump to 2.6.0Thomas Petazzoni2012-01-073-70/+73
| | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* file: bump to version 5.10Gustavo Zacarias2012-01-061-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dialog: bump to version 1.1-20111020Gustavo Zacarias2012-01-061-3/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ed: bump to version 1.6Gustavo Zacarias2012-01-061-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ffmpeg: bump to version 0.8.8Gustavo Zacarias2012-01-061-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ebtables: bump to version 2.0.10-4Gustavo Zacarias2012-01-061-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openvpn: bump to version 2.2.2Gustavo Zacarias2012-01-061-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openssl: security bump to version 1.0.0fGustavo Zacarias2012-01-061-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* links: bump to version 2.5Gustavo Zacarias2012-01-061-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iptables: bump to version 1.4.12.2Gustavo Zacarias2012-01-061-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libmnl: bump to version 1.0.2Gustavo Zacarias2012-01-061-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* rt-tests: fix build issues on uClibcPeter Korsgaard2012-01-031-0/+103
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libesmtp: add optional openssl supportPeter Korsgaard2012-01-021-0/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* autotools: add escaping when using HOST_MAKE_ENV and TARGET_MAKE_ENVThomas Petazzoni2012-01-021-8/+8
| | | | | | | | | | | Without this escaping, the evaluation of HOST_MAKE_ENV and TARGET_MAKE_ENV is done when the AUTOTARGETS_INNER macro is defined, not when it is instantiated by the various packages. The result is that the $(PKG_CONFIG_HOST_BINARY) variable, used in $(HOST_MAKE_ENV) gets expanded before it is defined. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: enable CONFIG_FEATURE_MDEV_RENAMEThomas Petazzoni2012-01-024-4/+4
| | | | | | | | | | | | | | | | | Our default mdev.conf file in package/busybox has lines like: pcm.* root:audio 660 =snd/ event[0-9]+ root:root 640 =input/ that are used to create the device is the appropriate /dev subdirectory. However, this feature requires CONFIG_FEATURE_MDEV_RENAME to be enabled, otherwise mdev complains with: mdev: bad line 25 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* rt-tests: new packageThomas Petazzoni2012-01-024-0/+82
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add libmbus librarySagaert Johan2012-01-023-0/+24
| | | | | | | | | | | | libmbus is an open source M-bus (Meter-Bus) library. The Meter-Bus is a standard for reading out meter data from electricity meters, heat meters, gas meters, etc. [Peter: minor whitespace fixes] Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be> Reviewed-by: Luca Ceresoli<luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* igh-ethercat: new packageThomas Petazzoni2012-01-023-0/+65
| | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* samba: security bump to version 3.5.12Gustavo Zacarias2012-01-021-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* valgrind: bump to 3.7.0 and fix build with ccacheThomas Petazzoni2012-01-027-69/+162
| | | | | | | | | | | | | After bumping to 3.7.0, the valgrind-3.6.1-configure-support-linux-3.patch is no longer necessary since it was added upstream. The valgrind-3.7.0-compiler-check.patch patch is added to fix a compiler version check issue (patch taken from the upstream Subversion repository). The valgrind-3.7.0-fix-ccache-support.patch is added to fix the build process when ccache is used. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Tested-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add package for Gnome NetworkManagerDaniel Mack2012-01-025-0/+158
| | | | | | | | | | | | | | | | | Even though it's most commonly used on desktops, this piece of software also works well on embedded devices. The package file only resolved mandatory dependencies. Things like iptables and dnsmasq are only required if 'shared' connections are used, and have hence not been made hard prerequisites. There are probably too many i18n related files installed to the target. That might need some more tweaking. [Peter: fix Kconfig dependencies, add execinfo patch, fix libgcrypt-config path, uClibc build fix] Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ti-utils: unbreak build after libnl version bumpPeter Korsgaard2011-12-261-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kismet: fix build with new libnl-3Daniel Mack2011-12-262-4/+10
| | | | | | | | | The CPPFLAGS have to be augmented, so configure finds the correct include dir, and the patch needs to be tweaked to make the binary link to libnl-3 instead of libnl-gen. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iw: using the git version fixes build with new libnl-3Daniel Mack2011-12-261-3/+2
| | | | | | | | The current git version copes well with libnl-3, so use this one until the next official release is made. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wpa_supplicant: fix build with new libnl-3Daniel Mack2011-12-262-1/+16
| | | | | | | | | The CFLAGS have to be augmented for the include dir and a small patch will make the binary link to libnl-3 and libnl-genl-3 instead of libnl and libnl-gen. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* hostapd: fix build with new libnl-3Daniel Mack2011-12-262-0/+16
| | | | | | | | | The CFLAGS have to be augmented for the include dir and a small patch will make the binary link to libnl-3 and libnl-genl-3 instead of libnl and libnl-gen. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libnl: bump to version 3.2.3Daniel Mack2011-12-261-1/+1
| | | | | | | | This newer version splits the library code into libnl, libnl-route, libnl-genl and libnl-nf, each individually selectable via pkgconfig. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xapp_xman: drop optional xprint optionPeter Korsgaard2011-12-261-4/+0
| | | | | | | When built with --enable-xprint, xman needs libXaw8 (rather than libXaw7), which we don't have in buildroot. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xapp_xman: fix dependenciesPeter Korsgaard2011-12-232-1/+5
| | | | | | | xman needs libXaw, has optional Xprintutil support and doesn't have a --disable-IPv6 option. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cdrkit: bump to version 1.1.11 and adjust styleGustavo Zacarias2011-12-212-5/+9
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>