summaryrefslogtreecommitdiffstats
path: root/package/Config.in
Commit message (Collapse)AuthorAgeFilesLines
...
* package: add gvfsSven Neumann2009-09-271-0/+1
| | | | | | | | | Closes #303. Peter: Fix Kconfig (largefile, expat, indentation) Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libmicrohttpd: New package.Will Newton2009-09-201-0/+1
| | | | | | | libmicrohttpd is a library that allows embedding an HTTP server into an application with a small code and memory footprint. Signed-off-by: Will Newton <will.newton@gmail.com>
* Add SDL_sound packageEvan Zelkowitz2009-09-201-0/+1
| | | | | | | | | | | | | | Closes #477 Peter: minor tweaks: - sdl_snd -> sdl_sound - cleaned up help text - don't transform binary name - add option to keep playsound/playsound_simple - Off by default - fix uninstall when BR2_HAVE_DEVFILES isn't enabled Signed-off-by: Evan Zelkowitz <evan.zelkowitz@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/: hide more programs with busybox alternatives by defaultPeter Korsgaard2009-09-191-6/+4
| | | | | | | Hide netkitbase / netkittelnet / tftp / devmem2 when BR2_PACKAGE_BUSYBOX_HIDE_OTHERS is enabled. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* divine: new packageSven Neumann2009-09-111-0/+1
| | | | | | | DiVine is the DirectFB virtual input extension. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libarchive package addedDaniel Mack2009-09-021-0/+1
| | | | | | | | | See http://code.google.com/p/libarchive/ [Peter: removed conditional target install, added wchar dependency] Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/: new package iwGustavo Zacarias2009-08-021-0/+1
| | | | | | | | | | | Closes #289 This package is a wireless configuration utility for the linux mac80211 kernel stack. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-By: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ntfsprogs: new packageOlaf Rempel2009-08-011-0/+1
| | | | | | | | | | | | Closes #247 wide collection of NTFS utilities from http://www.linux-ntfs.org/ [Peter: misc Config.in cleanups/fixes] Signed-off-by: Olaf Rempel <razzor@kopf-tisch.de> Tested-By: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ctorrent: new packageOlaf Rempel2009-07-271-0/+1
| | | | | | | | | | | | | | | Closes #243. CTorrent is a BitTorrent client implemented in C++ to be lightweight and quick. This is the enhanced version from http://www.rahul.net/dholmes/ctorrent/ [Peter: minor kconfig tweaks] Signed-off-by: Olaf Rempel <razzor@kopf-tisch.de> Tested-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: replace mkdosfs with dosfstoolsMike Crowe2009-07-271-1/+1
| | | | | | | | | | | | | Closes #451 Move from old unmaintained dosfstools-2.11 (packaged as mkdosfs) to now maintained dosfstools-3.0.3. Allow each binary to be installed independently. Signed-off-by: Mike Crowe <mac@mcrowe.com> Tested-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'qt' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard2009-07-271-1/+1
|\
| * qt: rename qtopia4 to qtThomas Petazzoni2009-07-251-1/+1
| | | | | | | | | | | | | | | | | | A while ago, Trolltech (now part of Nokia) included Qtopia directly inside Qt. So let's rename the qtopia4 package to simply qt, which will be more familiar to our users. Of course, the version we compile is Qt for Embedded Linux. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | bmon: new packageGustavo Zacarias2009-07-261-0/+1
| | | | | | | | | | | | | | Closes #389. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | netstat-nat: new packageGustavo Zacarias2009-07-261-0/+1
| | | | | | | | | | | | | | Closes #3597. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | libnl: new packageGustavo Zacarias2009-07-261-0/+1
| | | | | | | | | | | | | | | | Closes #287. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Merge branch 'xorg' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard2009-07-251-33/+0
|\ \ | |/ |/|
| * xorg: remove reference to non-existing BR2_PACKAGE_XSERVER_noneThomas Petazzoni2009-07-241-1/+0
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * xorg: reorganize the selection of the X.org server typeThomas Petazzoni2009-07-171-32/+0
| | | | | | | | | | | | | | | | | | | | | | The selection of the X.org server type was really strange. The user had to select between none, tinyx and modular. Now, the menuconfig interface display a single item for X.org, that can be selected/unselected. This entry contains a submenu, that allows to select the type of the X.org server (tinyX or modular) and that allows (as before) to enable/disable X.org libraries, drivers, etc. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | sdl_gfx: new packageEvan Zelkowitz2009-07-181-0/+1
|/ | | | | | | | | Closes #369. [Peter: Minor tweaks] Signed-off-by: Evan Zelkowitz <evan.zelkowitz@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* enchant: New package for enchant spell-checking library.Will Newton2009-07-051-0/+1
| | | | | | | | Enchant is a spell checking library that provides a consistent API across a number of spell-checking system backends. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add spawn-fcgi packageGustavo Zacarias2009-07-011-0/+1
| | | | | | | | | | | Closes #417, New package spawn-fcgi, basically a FastCGI process spawner. This was previously included in lighttpd up to version 1.4.22 and is now a separate project. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove device-mapperNigel Kukard2009-06-201-1/+0
| | | | | | | Device mapper is now provided by lvm2 Signed-off-by: Nigel Kukard <nkukard@lbsd.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mesa: needs C++ supportPeter Korsgaard2009-05-191-3/+3
| | | | | | | mesa (and in turn xorg) needs C++ support. Based on patch by Steffen Schulz <pepe_ml@gmx.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/: add gob2 for target/host and use for gmpc compilationPeter Korsgaard2009-05-041-0/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/: remove obsolete qte packagePeter Korsgaard2009-04-291-1/+0
|
* Add the shared-mime-info packageThomas Petazzoni2009-04-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The shared-mime-info package contains the core database of common types and the update-mime-database command used to extend it. The only thing that is actually needed in the target is the file mime.cache. In order to generate that file, shared-mime-info is installed into the staging-dir. The idea is that other packages might add more mime-info files and these should be collected in staging-dir. From there the mime.cache file is created using tools installed in host-dir and copied to target. From Sven Neumann <s.neumann@raumfeld.com> Modifications by Thomas Petazzoni : * Add a patch to the main Makefile.am so that the $(XMLLINT) variable is used instead of hardcoding xmllint * Apply the patch in the host build of shared-mime-info * In the target build, pass an XMLLINT environment variable so that the xmllint binary isn't searched in $(STAGING_DIR) but in $(HOST_DIR) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: add libsoup packagePeter Korsgaard2009-04-261-0/+1
| | | | Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #35.
* pkg-config: fix target packagePeter Korsgaard2009-04-171-1/+1
| | | | As reported by Sven Neumann on the list.
* lzop: new packagePeter Korsgaard2009-04-091-0/+1
| | | | | | | | Patch by Olaf Rempel <razzor@kopf-tisch.de>, closes #245. lzop is a file compressor which is very similar to gzip. lzop uses the LZO data compression library for compression services. http://www.lzop.org/
* xorg: needs LARGEFILE supportPeter Korsgaard2009-03-231-3/+3
| | | | For mesa3d/libpciaccess
* package: add dbus-pythonPeter Korsgaard2009-03-181-0/+1
|
* wpa_supplicant: new packagePeter Korsgaard2009-03-091-0/+1
| | | | | | Patch by Gustavo Zacarias <gustavo@zacarias.com.br> Closes #81.
* microcom: has been in busybox for a long time nowPeter Korsgaard2009-03-021-1/+1
|
* package: work around kconfig crash issue with comments in choice entriesPeter Korsgaard2009-02-131-3/+4
|
* package/: remove obsolete ltt packagePeter Korsgaard2009-02-041-1/+0
| | | | As discussed on the list.
* Add radvd to the list of packagesPeter Korsgaard2009-01-281-0/+1
| | | | | | Add radvd, the IPv6 router advertisement daemon. Signed-off-by: Amand Tihon <amand.tihon@alrj.org>
* package/: remove deprecated and broken raidtool2 packagePeter Korsgaard2009-01-231-1/+0
|
* package: remove tinyloginPeter Korsgaard2009-01-161-1/+0
| | | | | It's ancient and upstream is gone, people should just use the login stuff in busybox instead.
* package/libidn: Add a new package (required by later WebKits...)Daniel Laird2009-01-131-0/+1
| | | | | | | | | | | | | GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names. The native C, C# and Java libraries are available under the GNU Lesser General Public License version 2.1 or later. Not quite sure I've put it in the correct menu but it will work. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* Added missing libdnet packageHamish Moffatt2009-01-131-0/+1
|
* Change name from raidtools to raidtools2Ulf Samuelsson2009-01-111-1/+1
|
* Update package/Config.in for irda-utils, fusion and linux-fusionUlf Samuelsson2009-01-111-2/+2
|
* package: remove default y from xserver selectionPeter Korsgaard2008-12-301-1/+0
|
* xlib needs wchar support, so require it for tinyx as wellPeter Korsgaard2008-12-291-0/+3
|
* package: make X server selection a choice and fix tinyx prefixPeter Korsgaard2008-12-281-4/+9
|
* package: add gmpc (gtk musicpd client) packagePeter Korsgaard2008-12-281-0/+1
|
* curl: rename to libcurl so Makefile.autotools.in can find patchesPeter Korsgaard2008-12-281-1/+1
|
* package: add libgladePeter Korsgaard2008-12-271-0/+1
|
* package/boa: hide if BR2_PACKAGE_BUSYBOX_HIDE_OTHERSPeter Korsgaard2008-12-111-0/+2
|
* Liboil is a library of simple functions that are optimized for variousThomas Petazzoni2008-12-031-0/+1
| | | | | | | | | | | | | | | | | | | CPUs. It is required by various GStreamer plugins. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> Modifications by Thomas Petazzoni: - Remove the glib2 dependency, which is only necessary to build a few examples. If glib2 is enabled in the configuration, then we still depend on it in order to build the examples, but that's just pedantic, not so useful. - Remove the oil-bugreport program installed to the target by install-strip. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>