aboutsummaryrefslogtreecommitdiffstats
path: root/package/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* package: add new filesystem utilities categoryGustavo Zacarias2012-09-141-15/+18
| | | | | | | | | Add the new filesystem utilities category and move a bunch of packages into it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add opus audio codec libraryPeter Korsgaard2012-09-111-0/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* schifra: new packageSimon Dawson2012-09-101-0/+1
| | | | | | [Peter: minor fixes/cleanups] Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vala: move to 'Development tools' submenuPeter Korsgaard2012-09-061-1/+1
| | | | | | vala isn't an X application. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mtdev2tuio: new packageStephan Hoffmann2012-08-301-0/+1
| | | | | | | | | | | | | mtdev2tuio is a simple application for converting touch events to the standart TUIO 1.1 protocol. https://github.com/olivopaolo/mtdev2tuio [thomas.petazzoni@free-electrons.com: use TARGET_CONFIGURE_OPTS, fix indentation, add dependency on thread support in toolchain] Signed-off-by: Stephan Hoffmann <sho@relinux.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* liblo: new pachageStephan Hoffmann2012-08-301-0/+1
| | | | | | | | | | | | | liblo is an implementation of the Open Sound Control protocol for POSIX systems. http://liblo.sourceforge.net/ [thomas.petazzoni@free-electrons.com: add dependency on thread support in toolchain] Signed-off-by: Stephan Hoffmann <sho@relinux.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mtdev: new packageStephan Hoffmann2012-08-301-0/+1
| | | | | | | | | | The mtdev is a stand-alone library which transforms all variants of kernel multitouch events to the slotted type B protocol. http://bitmath.org/code/mtdev/ Signed-off-by: Stephan Hoffmann <sho@relinux.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* erlang: new packageWill Newton2012-08-241-0/+1
| | | | | Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* new package: gsl the GNU Scientific Library.Sagaert Johan2012-08-121-0/+1
| | | | | | | | | | [thomas.petazzoni@free-electrons.com: renamed package to 'gsl' to match upstream name. added license information.] Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* new package: usb_modeswitch_dataJ.C. Woltz2012-08-121-0/+1
| | | | | | | | | | | usb_modeswitch_data provides udev rules for usb VID/PID combinations to switch usb deices from their default mode into a more useable mode. The default mode usually is a cdrom with installation software that is of little use in an embedded linux situation Signed-off-by: J.C. Woltz <jwoltz@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* supervisor: new packageJonathan Liu2012-08-111-0/+1
| | | | | | | | | | | | [thomas.petazzoni@free-electrons.com: Fixup indentation of Config.in file. Add 'depends on BR2_PACKAGE_PYTHON' so that the package does not appear when the Python interpreter is not enabled. Add license files information, but not the license tag: the package includes software under multiple licenses.] Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-meld3: new packageJonathan Liu2012-08-111-0/+1
| | | | | | | | | | | [thomas.petazzoni@free-electrons.com: Fixup indentation in the Config.in file. Add 'select BR2_PACKAGE_PYTHON_PYEXPAT' which is needed to get XML support in Python. Add license information.] Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* yasm: New packageStefan Froberg2012-08-111-0/+1
| | | | | | | | | | | | | | | | [thomas.petazzoni@free-electrons.com: drop the --disable-static from configuration options, the default behavior should work without problem. make sure the pre configure hook is also executed for the host variant of the package. add the project upstream URL in the package help text ] Signed-off-by: Stefan Froberg <stefan.froberg@petroprogram.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Add package linux-pamDmitry2012-08-111-0/+1
| | | | | Signed-off-by: Dmitry <golubovsky@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Add new package: cpuloadKelvin Cheung2012-08-061-0/+1
| | | | | | | | | cpuload is a simple tool to obtain intuitive vision of CPU load (including total, user, system, irq and softirq) within a certain time, which is especially useful for embedded system without GUI. Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sysprof: New package.Will Newton2012-07-301-0/+1
| | | | | | | | | | | | [thomas.petazzoni@free-electrons.com: - add dependencies on the supported architectures to avoid build failures on ARM and other unsupported arches - add a patch that removes an useless warning about the kernel version. This patch is present upstream. However since it modifies configure.ac, we need to autoreconf the package.] Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* owl-linux: new packageSimon Dawson2012-07-201-0/+1
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sound-theme-borealis: new packageSimon Dawson2012-07-201-0/+1
| | | | | | | | | [thomas.petazzoni@free-electrons.com: slightly adjust the installation process to just do a loop of calls to $(INSTALL).] Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-nfc: new packageSimon Dawson2012-07-201-0/+1
| | | | | | | | | | | | | [thomas.petazzoni@free-electrons.com: add patch that creates a standard setup.py file. This allows the .pyc files to be generated at build time, and installed into the target. This is important because by default, Buildroot removes all .py files from the target, to keep only the .pyc files. The python-nfc.mk file was changed to use this setup.py standard build process.] Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libnfc-llcp: new packageSimon Dawson2012-07-201-0/+1
| | | | | | | | | | | This patch adds the libnfc-llcp package. This package requires a minium libnfc version of 1.6. A separate patch has been submitted to bump the libnfc version; that patch should be regarded as a prerequisite for the present patch. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* bwm-ng: move bwm-ng from "Networking applications" to "System tools".Kelvin Cheung2012-07-191-1/+1
| | | | | | | | bwm-ng can monitor not only network bandwidth but also disk-io bandwidth, so it is more appropriate to put bwm-ng into System tools. Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* luajit: new packageFrancois Perrad2012-07-181-1/+2
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* new package: luacjsonDanomi Manchego2012-07-171-0/+1
| | | | | Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* new package: LuaExpatDanomi Manchego2012-07-171-0/+1
| | | | | Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* New package: zxingFrank Hunleth2012-06-241-0/+1
| | | | | | [Peter: build using make instead of scons, fixup whitespace, target install] Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* quota: new package (v8)Jarkko Sakkinen2012-06-241-0/+3
| | | | | | | [Peter: fix help text whitespace] Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@intel.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sound-theme-freedesktop: new packageSimon Dawson2012-06-231-0/+1
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add package nss-mdns.Marek Belisko2012-06-231-0/+1
| | | | | Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* inadyn: add package for inadyn DDNS client-updaterDavid Purdy2012-06-231-0/+1
| | | | | | | | | | | inadyn is a DynamicDNS client/updater which works with dyndns.com, noip.com and many other DDNS providers. It is minimal in footprint and requirements, supports IP caching, multiple providers, multiple domain names, and a variety of other situations. [Peter: fixup whitespace / trailing spaces] Signed-off-by: Dave Purdy <david.c.purdy@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New package: xinetdDanomi Manchego2012-06-161-0/+1
| | | | | Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lshw: new packageGustavo Zacarias2012-06-161-0/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ramspeed: new packageGustavo Zacarias2012-06-131-0/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New package: cJSONDanomi Manchego2012-06-131-0/+1
| | | | | Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nanocom: new packageSimon Dawson2012-06-121-0/+1
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libfreefare: new packageSimon Dawson2012-06-121-0/+1
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* flashrom: new packageThomas Petazzoni2012-06-111-0/+1
| | | | | | [Peter: Install into /usr/sbin] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dmidecode: new packageThomas Petazzoni2012-06-111-0/+1
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* monit: new packageThomas Petazzoni2012-06-111-0/+3
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* freerdp: new packageJulian Lunz2012-06-061-0/+1
| | | | | | [Peter: fix help, required and optional dependencies] Signed-off-by: Julian Lunz <git@jlunz.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add mediastreamerPeter Korsgaard2012-06-041-0/+1
| | | | | | | | | It doesn't really need C++ support on Linux, but the configure script checks for it (and fails if not available), and the package is not easy to autoreconf as there's C++ source files for Android/Windows, causing automake to fail if AC_PROG_CXX isn't set. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add ortpPeter Korsgaard2012-06-031-0/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add ofono packageMarek Belisko2012-05-291-0/+1
| | | | | | [Peter: add upstream URL, fix dep, drop explicit bluetooth option, no AUTORECONF] Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add mobile-broadband-provider-info package.Marek Belisko2012-05-281-0/+1
| | | | | | [Peter: minor whitespace fixes] Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libnetfilter_cttimeout: new packageGustavo Zacarias2012-05-281-0/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add webrtc-audio-processing libraryPeter Korsgaard2012-05-201-0/+1
| | | | | | Optional dependency to pulseaudio >= 2.0 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* logsurfer: new packageDominik Faessler2012-05-191-0/+1
| | | | | | [Peter: fix target installation, install man pages, AUTOTARGETS args] Signed-off-by: Dominik Faessler <faessler@was.ch> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add package 'opkg'Thomas De Schampheleire2012-05-181-0/+1
| | | | | Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add fbterm, a framebuffer-based terminal emulatorDimitry Golubovsky2012-05-161-0/+1
| | | | | | [Peter: fix dependencies / white space] Signed-off-by: Dmitry <golubovsky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* rtorrent: new packageGustavo Zacarias2012-05-141-0/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libtorrent: new packageGustavo Zacarias2012-05-141-0/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>