summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* gnutls: handle libidn properlyGustavo Zacarias2013-01-021-0/+4
| | | | | | | | Add it to the dependencies when it's available. But disable crywrap when it's a nommu system since it uses fork() Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gnutls: fix build failure related to pthreadsGustavo Zacarias2013-01-021-0/+3
| | | | | | | | | | The pthreads autodetection poisons the linkpath thus making other distribution libraries to take precedence over the cross ones. Leading to failures such as: http://autobuild.buildroot.net/results/tmp/3f979d4e2186ee31012c332fedec9591890b0b77 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gnupg: security bump to version 1.4.13Gustavo Zacarias2013-01-021-1/+1
| | | | | | | Fixes CVE-2012-6085. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libeet: host variant doesn't need gnutls / gcryptPeter Korsgaard2013-01-021-0/+1
| | | | | | Fixes http://autobuild.buildroot.net/results/2127880b551d57f16c7907481eeac22e601868eb/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* valgrind: bump to 3.8.1Thomas Petazzoni2013-01-017-322/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | Status of the patches: * valgrind-compiler-check.patch, no longer needed, merged upstream. * valgrind-dont-include-a-out-header.patch, kept, just refreshed * valgrind-fix-ccache-support.patch, adapted to the newer Valgrind release. * valgrind-largefile.patch, kept, just refreshed * valgrind-more-ioctls.patch, removed. Most of it was merged upstream. This patch was anyway a feature addition, so it shouldn't be kept in Buildroot. * valgrind-workaround-SIGSEGV-on-PPC.patch, kept as is, just refreshed. This bump also fixes the build failure we were experiencing with Valgrind 3.7.0 against recent Glibc versions. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* valgrind: rename patches without version in the filenameThomas Petazzoni2013-01-016-0/+0
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lttng-babeltrace: bump to 1.0.0Samuel Martin2013-01-011-1/+1
| | | | | Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lttng-tools: bump to 2.1.0Samuel Martin2013-01-013-26/+112
| | | | | | | | | * add patch adding src/bin/lttng-sessiond/lttng-ust-error.h which is missing in the lttng-tools-2.1.0 release tarball. * update the sync_file_range patch. Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lttng-modules: bump to 2.1.0Samuel Martin2013-01-011-1/+1
| | | | | Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lttng-libust: bump to 2.1.0Samuel Martin2013-01-013-39/+8
| | | | | | | | Also remove lttng-libust-uclibc-sed_getcpu.patch because it got merged upstream. Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/tvheadend: does not reqquire wordexpYann E. MORIN2013-01-011-0/+20
| | | | | | | | Builds just fine without it (probably stray include?) Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* efl/libecore: fix build with gcryptThomas Petazzoni2013-01-011-2/+8
| | | | | | | | | | | | | | | When building with gnutls, libecore also needs libgcrypt. Fixes: http://autobuild.buildroot.org/results/4da454d6414cf8f4e638defae9b793fb46a0a072/build-end.log While we're at it, also explicit the --enable-openssl / --disable-openssl depending on whether openssl is available or not. [Peter: only enable gnutls support when both gnutls and gcrypt are enabled] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/dvb-apps: fix downloadingYann E. MORIN2013-01-011-2/+2
| | | | | | | | | | | | | | As we're using the sources from the Mercurial repository, and Buildroot does support retrieving from a Mercurial repository, there is no need to try (and fail1) getting the archive from the Mercurial built-in tarball mechanism. (Note: I was beaten by this because I had a cached copy locally, left after the previous tvheadend-vampirises-files-from-toher-packages attempt, that I forgot to delete before testing. Ouch...) Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libeet: fix build with gcryptPeter Korsgaard2013-01-011-0/+8
| | | | | | | | libeet needs both gnutls and libgcrypt for ssl handling. Fixes http://autobuild.buildroot.net/results/tmp/f45782cf73338930644c69dccf2f18167083d121/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* spice: entire client support needs C++/threads, not just start dialog guiPeter Korsgaard2013-01-011-4/+4
| | | | | | Fixes http://autobuild.buildroot.net/results/230e6d78e3ec740a7794316cc388c6685e040946 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas-generic-loaders: fix rsvg dependenciesPeter Korsgaard2013-01-011-0/+4
| | | | | | Fixes http://autobuild.buildroot.net/results/f9bab292708f885f5e9713901952406f650491c2 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-bad: rsvg support needs C++ (but no longer GTK+)Peter Korsgaard2013-01-011-1/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* librsvg: pango needs C++ supportPeter Korsgaard2013-01-011-0/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* matchbox-lib: fix license infoSamuel Martin2012-12-311-1/+1
| | | | | | Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'e17' of ↵Peter Korsgaard2012-12-3027-121/+251
|\ | | | | | | git://git.free-electrons.com/users/thomas-petazzoni/buildroot
| * enlightenment: new packageThomas Petazzoni2012-12-304-0/+105
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * xcb-util-keysyms: new packageThomas Petazzoni2012-12-303-0/+27
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libevas-generic-loaders: new packageThomas Petazzoni2012-12-303-0/+53
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * librsvg: relax dependency on Gtk, add gdk-pixbuf dependencyThomas Petazzoni2012-12-302-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | librsvg doesn't *require* Gtk, it can optionally build a Gtk theme engine, but it is not mandatory. Therefore, we make the Gtk dependency an optional dependency rather than a hard dependency. This will be useful as librsvg will become a dependency of libevas-generic-loaders, used in an EFL context in which building libgtk is not really what we want. However, gdk-pixbuf is a mandatory dependency to build librsvg, so we add this one. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libethumb: bump to 1.7.4 and change download locationThomas Petazzoni2012-12-301-2/+2
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libeio: new packageThomas Petazzoni2012-12-303-0/+35
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libevas: remove examples source code from target filesystemThomas Petazzoni2012-12-301-0/+8
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libevas: adjust dependency on X11 librariesThomas Petazzoni2012-12-302-1/+2
| | | | | | | | | | | | | | | | The libevas configure script actually checks the presence of libX11 and libXext, so use those two libraries as the dependencies for the X11 backend of libevas. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libevas: remove SVG supportThomas Petazzoni2012-12-302-11/+0
| | | | | | | | | | | | | | | | The SVG support requires esvg, which hasn't been released yet. The recommandation of the EFL developers is to use the SVG loader from the evas-generic-loaders project. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libevas: bump to version 1.7.4Thomas Petazzoni2012-12-301-1/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libembryo: bump to version 1.7.4Thomas Petazzoni2012-12-301-1/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libelementary: bump to version 1.7.4 and change download locationThomas Petazzoni2012-12-301-2/+2
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libeina: bump to version 1.7.4Thomas Petazzoni2012-12-301-1/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libefreet: bump to version 1.7.4Thomas Petazzoni2012-12-301-1/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libeet: bump to version 1.7.4Thomas Petazzoni2012-12-301-1/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libedje: bump to version 1.7.4Thomas Petazzoni2012-12-301-1/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libedbus: bump to version 1.7.4Thomas Petazzoni2012-12-301-1/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/expedite: bump to version 1.7.4Thomas Petazzoni2012-12-301-1/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libecore: bump version to 1.7.4Thomas Petazzoni2012-12-302-95/+1
| | | | | | | | | | | | | | The libecore-ecore_exe-fix-build-with-glibc-2-16 patch is no longer needed, since it has been merged upstream. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | ruby: bump to version 1.9.3-p362Gustavo Zacarias2012-12-292-35/+5
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | taglib: bump to version 1.8Gustavo Zacarias2012-12-292-4/+5
|/ | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wavpack: fix broken link on newer binutilsGustavo Zacarias2012-12-291-4/+5
| | | | | | | | | | | Newer versions of binutils (2.22+) default to --no-copy-dt-needed hence all the used libraries must be explicitly named. This is accounted for in the source configure script but not in the compiled form so we just need to autoreconf it. [Peter: add comment why autoconf is needed] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gnutls: fix legal-infoGustavo Zacarias2012-12-291-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nettle: fix missing link to libmGustavo Zacarias2012-12-291-0/+17
| | | | | | | | nettle-benchmark uses ldexp without explicitly linking to libm, fixes: http://autobuild.buildroot.net/results/c8e64fabcb98b1ff4bf737e2181b7cf2ae731550 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/tvheadend: new packageYann E. MORIN2012-12-287-0/+197
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libplayer: propagate 'depends on' from mplayerThomas Petazzoni2012-12-281-0/+4
| | | | | | | | BR2_PACKAGE_LIBPLAYER_MPLAYER should not select BR2_PACKAGE_MPLAYER without having the 'depends on' that BR2_PACKAGE_MPLAYER has. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/dvb-apps: new packageYann E. MORIN2012-12-281-0/+28
| | | | | | | | We just need the transponders data, so we just install those. [Peter: rework install step] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* diffutils: fix build with recent glibcThomas Petazzoni2012-12-281-0/+26
| | | | | | | | | | | | | | | | Fixes the following build problem with recent toolchains: In file included from exclude.c:31:0: ./stdio.h:1012:1: error: 'gets' undeclared here (not in a function) CC hard-locale.o make[4]: *** [exclude.o] Error 1 make[4]: *** Waiting for unfinished jobs.... In file included from stdio-safer.h:20:0, from freopen-safer.c:22: ./stdio.h:1012:1: error: 'gets' undeclared here (not in a function) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xserver_xorg-server: fix build on AArch64Thomas Petazzoni2012-12-281-0/+23
| | | | | | | | | | | | | | | | Fixes the following build issue: Making all in fb CC libfb_la-fb24_32.lo In file included from fb24_32.c:30:0: fb.h:98:2: error: #error "GLYPHPADBYTES must be 4" See: http://autobuild.buildroot.org/results/9135238abcde29918f8cb61002f1fb9279884a47/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nettle: add license infoGustavo Zacarias2012-12-281-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>