summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* rpi-userland: new packageMaxime Hadjinlian2013-01-065-0/+132
| | | | | | | | | Introducing a package to build the userland part of the Raspberry, needed by anyone who would want to build a rootfs for a RaspberryPi. [Peter: fixup Config.in (rename, move, arm dep, comment, white space)] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libcofi: new packageMaxime Hadjinlian2013-01-063-0/+29
| | | | | | | | | | replacement for memcpy and memset functionality This package was originally found at : https://github.com/huceke/buildroot-rbp By gimli <ebsi4711@gmail.com> [Peter: wrap help text] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nspr version update 4.9.2 old patch removedAlexander Khryukin2013-01-063-92/+1
| | | | | | [Peter: upstream now provides nspr.pc] Signed-off-by: Alexander Khryukin <alexander@mezon.ru> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* oprofile: bump to version 0.9.8Jeremy Rosen2013-01-061-1/+5
| | | | | Signed-off-by: Jérémy Rosen <jeremy.rosen@openwide.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/liburcu: Requires threads supportMaxime Ripard2013-01-063-3/+15
| | | | | | | | Fixes http://autobuild.buildroot.org/results/eeb6a81588a12e5b572a4e5d27e001b3ae5eac49/build-end.log Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* inadyn: Needs MMUMaxime Ripard2013-01-061-0/+1
| | | | | | | | Fixes http://autobuild.buildroot.org/results/11d681a7f2c1d55a3d70573e9145aa231f6d4298/build-end.log Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libdvdnav: requires thread support in toolchainThomas Petazzoni2013-01-061-2/+3
| | | | | | | | | | | | | | libdvdnav requires thread support. The only package that depends on libdvdnav is mplayer, and it is an optional dependency, only activated when libdvdnav is enabled. So we don't have to push this thread support dependency to any other package. Fixes: http://autobuild.buildroot.org/results/54d6a737ae805ef1dbf77e5d11b4dd5366873ec0/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/dvb-apps: add option to install utilitiesYann E. MORIN2013-01-065-3/+41
| | | | | | | | | | | Previously, dvb-apps was a 'blind' package that would install only the transponders data files for use by external packages (namely tvheadend). Now, we add an option to also install the DVB utilities. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sam-ba: select BR2_HOSTARCH_NEEDS_IA32_LIBSThomas Petazzoni2013-01-061-0/+1
| | | | | | | | sam-ba is a pre-built binary tool built for x86 Linux, so on x86-64, it requires the 32 bits compatibility libraries to be installed. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pacakge/tvheadend: fix failures due to -WerrorYann E. MORIN2013-01-061-0/+44
| | | | | | | | | | | | (Partially) apply upstream patch 1334869bf0ea668e58e1c72daa3c09c1a95b5d81 to properly protect code-paths depending on execinfo.h (for backtrace(3)). Fixes: http://autobuild.buildroot.net/results/fe25485bde8894daff5bdf806eb4bb2fa776dc55/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Peter Korsgaard <jacmet@uclibc.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* efl/libevas: fix build of XCB backendThomas Petazzoni2013-01-061-0/+19
| | | | | | | | | Fixes: http://autobuild.buildroot.net/results/b2107dce84bbc24d9afae3c7b53d972043f6d073/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gstreamer: provide necessary config value for AArch64Thomas Petazzoni2013-01-061-0/+3
| | | | | | | | | | | Provide the as_cv_unaligned_access value for the AArch64 architecture. Fixes: http://autobuild.buildroot.net/results/5d6d76451a00d79e1bdfe87b6ced61807666cc48/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/crosstool-ng: fix show-tuple stdoutYann E. MORIN2013-01-061-0/+35
| | | | | | | | Upstream changeset d8bd17248789. Reported-by: Floris Bos <bos@je-eigen-domein.nl> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: fixup after pthred-stubs renamePeter Korsgaard2013-01-062-2/+2
| | | | | | | Commit 5bd41d165 (pthread-stubs: rename to xlib_libpthread-stubs) renamed the pthread-stubs package but forgot to update the select statements. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* new package: libfribidiMikhail Boiko2013-01-053-0/+21
| | | | | | [Peter: moved under 'Text and terminal handling'] Signed-off-by: Mikhail Boiko <mikhailboiko85@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-video-sunffb: remove packageGustavo Zacarias2013-01-053-25/+0
| | | | | | | | | The FFB was an old SBUS video card used in Sun SPARC workstations from the 90s. Highly unlikely a target for buildroot. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-video-suncg6: remove packageGustavo Zacarias2013-01-053-22/+0
| | | | | | | | | The CG6 was an old SBUS video card used in Sun SPARC workstations from the 90s. Highly unlikely a target for buildroot. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-video-xgixp: remove packageThomas Petazzoni2013-01-053-48/+0
| | | | | | | | | This X.org driver has been removed from upstream X.org releases and is related to a very specific type of hardware that isn't likely to be used in a Buildroot context. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-video-xgi: remove packageThomas Petazzoni2013-01-053-26/+0
| | | | | | | | | This X.org driver has been removed from upstream X.org releases and is related to a very specific type of hardware that isn't likely to be used in a Buildroot context. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-video-tseng: remove packageThomas Petazzoni2013-01-053-24/+0
| | | | | | | | | This X.org driver has been removed from upstream X.org releases and is related to a very specific type of hardware that isn't likely to be used in a Buildroot context. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-video-suntcx: remove packageThomas Petazzoni2013-01-053-22/+0
| | | | | | | | | This X.org driver has been removed from upstream X.org releases and is related to a very specific type of hardware that isn't likely to be used in a Buildroot context. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-video-sunleo: remove packageThomas Petazzoni2013-01-053-22/+0
| | | | | | | | | This X.org driver has been removed from upstream X.org releases and is related to a very specific type of hardware that isn't likely to be used in a Buildroot context. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-video-suncg3: remove packageThomas Petazzoni2013-01-053-22/+0
| | | | | | | | | This X.org driver has been removed from upstream X.org releases and is related to a very specific type of hardware that isn't likely to be used in a Buildroot context. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-video-suncg14: remove packageThomas Petazzoni2013-01-053-22/+0
| | | | | | | | | This X.org driver has been removed from upstream X.org releases and is related to a very specific type of hardware that isn't likely to be used in a Buildroot context. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-video-sisusb: remove packageThomas Petazzoni2013-01-053-25/+0
| | | | | | | | | This X.org driver has been removed from upstream X.org releases and is related to a very specific type of hardware that isn't likely to be used in a Buildroot context. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-video-s3virge: remove packageThomas Petazzoni2013-01-052-23/+0
| | | | | | | | | This X.org driver has been removed from upstream X.org releases and is related to a very specific type of hardware that isn't likely to be used in a Buildroot context. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-video-s3: remove packageThomas Petazzoni2013-01-053-25/+0
| | | | | | | | | This X.org driver has been removed from upstream X.org releases and is related to a very specific type of hardware that isn't likely to be used in a Buildroot context. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-video-rendition: remove packageThomas Petazzoni2013-01-053-23/+0
| | | | | | | | | This X.org driver has been removed from upstream X.org releases and is related to a very specific type of hardware that isn't likely to be used in a Buildroot context. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-video-i740: remove packageThomas Petazzoni2013-01-053-24/+0
| | | | | | | | | This X.org driver has been removed from upstream X.org releases and is related to a very specific type of hardware that isn't likely to be used in a Buildroot context. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-video-chips: remove packageThomas Petazzoni2013-01-053-23/+0
| | | | | | | | | This X.org driver has been removed from upstream X.org releases and is related to a very specific type of hardware that isn't likely to be used in a Buildroot context. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-video-apm: remove packageThomas Petazzoni2013-01-053-25/+0
| | | | | | | | | This X.org driver has been removed from upstream X.org releases and is related to a very specific type of hardware that isn't likely to be used in a Buildroot context. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-input-aiptek: remove packageThomas Petazzoni2013-01-053-21/+0
| | | | | | | | | This X.org driver has been removed from upstream X.org releases and is related to a very specific type of hardware that isn't likely to be used in a Buildroot context. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-input-acecad: remove packageThomas Petazzoni2013-01-053-21/+0
| | | | | | | | | This X.org driver has been removed from upstream X.org releases and is related to a very specific type of hardware that isn't likely to be used in a Buildroot context. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pthread-stubs: rename to xlib_libpthread-stubsThomas Petazzoni2013-01-056-19/+19
| | | | | | | | | | | | | | In upstream X.org releases, pthread-stubs is named libpthread-stubs, so for consistency reasons, we rename the Buildroot package accordingly. Also, while we're at it, we add a xlib_ prefix to the package to match other X.org libraries in Buildroot. The necessary Config.in.legacy code is added to ensure that users having .config files using the old configuration option name get a warning. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-base: make alsa plug-in configurableSven Neumann2013-01-052-2/+7
| | | | | | | | | | | | It may be desirable not to use the alsa sink for playback even though alsa-lib is installed. So make this a configuration option. This also takes care of selecting the proper options for alsa-lib (BR2_PACKAGE_ALSA_LIB_MIXER and BR2_PACKAGE_ALSA_LIB_PCM). [Peter: fix indentation] Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* alsa-lib: fix build failures for nommuGustavo Zacarias2013-01-051-1/+3
| | | | | | | | | | Disable the pcm_shm plugin (aserver) and alisp for nommu systems since they use fork() Fixes http://autobuild.buildroot.net/results/7e59e73e516579045538e7cc0efbc22744a45d75 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Revert "xlib_libXft: fix xft-config"Peter Korsgaard2013-01-051-8/+0
| | | | | | | | | | This reverts commit 1a1009931f8f126087c0c4c013af63ca2037014a. Fixes http://autobuild.buildroot.net/results/e8c00cf5ec1e3829cd9013710bb1961d9c226c34 xlib_libXft hasn't provided an xft-config script since 2010. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xlib_libXft: fix xft-configStefan Fröberg2013-01-041-0/+8
| | | | | | [Peter: use a single sed invocation] Signed-off-by: Stefan Fröberg <stefan.froberg@petroprogram.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libnspr: fix nspr-configStefan Fröberg2013-01-041-0/+8
| | | | | | [Peter: use a single sed invocation] Signed-off-by: Stefan Fröberg <stefan.froberg@petroprogram.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* neon: fix neon-configStefan Fröberg2013-01-041-0/+8
| | | | | | [Peter: use a single sed invocation] Signed-off-by: Stefan Fröberg <stefan.froberg@petroprogram.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libgcrypt: fix libgcrypt-configStefan Fröberg2013-01-041-0/+8
| | | | | | [Peter: use a single sed invocation] Signed-off-by: Stefan Fröberg <stefan.froberg@petroprogram.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* imlib2: fix imlib2-configStefan Fröberg2013-01-041-1/+3
| | | | | | [Peter: use a single sed invocation] Signed-off-by: Stefan Fröberg <stefan.froberg@petroprogram.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* giblib: fix giblib-configStefan Fröberg2013-01-041-0/+8
| | | | | | [Peter: use a single sed invocation] Signed-off-by: Stefan Fröberg <stefan.froberg@petroprogram.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* divine: fix divine-configStefan Fröberg2013-01-041-0/+8
| | | | | | [Peter: use a single sed invocation] Signed-off-by: Stefan Fröberg <stefan.froberg@petroprogram.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gmp: bump to version 5.1.0Gustavo Zacarias2013-01-041-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpfr: bump to 3.1.1-p2Gustavo Zacarias2013-01-041-0/+405
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libnl: bump to version 3.2.17Gustavo Zacarias2013-01-041-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* uboot-tools: bump to version 2012.10Gustavo Zacarias2013-01-043-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* zd1211-firmware: new packageGustavo Zacarias2013-01-043-0/+24
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* enlightenment: needs C++ support because of libevas-generic-loaders-svgPeter Korsgaard2013-01-041-3/+4
| | | | | | | | Which pulls in pango. Fixes http://autobuild.buildroot.net/results/d6c9ea1c293d1784e35ddecc0b02d108756c5cfd/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>