summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* Bump pixman to 0.17.4Paulius Zaleckas2010-02-281-1/+1
| | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
* Bump inputproto to 2.0Paulius Zaleckas2010-02-282-2/+2
| | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
* Bump bigreqsproto to 1.1.0Paulius Zaleckas2010-02-282-2/+2
| | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
* Bump xtrans to 1.2.5Paulius Zaleckas2010-02-283-3/+13
| | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
* Bump xcmiscproto to 1.2.0Paulius Zaleckas2010-02-282-2/+2
| | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
* Bump xextproto to 7.1.1Paulius Zaleckas2010-02-282-2/+2
| | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
* Bump fixesproto to 4.1.1Paulius Zaleckas2010-02-282-2/+2
| | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
* Bump renderproto to 0.11Paulius Zaleckas2010-02-282-2/+2
| | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
* Bump randrproto to 1.3.1Paulius Zaleckas2010-02-282-2/+2
| | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
* Bump xf86driproto to 2.1.0Paulius Zaleckas2010-02-282-2/+2
| | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
* Bump xorg-server to 1.7.1Paulius Zaleckas2010-02-284-34/+7
| | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
* Revert "busybox: add upstream 1.16 fix"Peter Korsgaard2010-02-261-13/+0
| | | | | | | | | This reverts commit 1d7b6f65c633865b25c8603975f9aec88e4e1275. The fsync patch tries to add the same lines already added by busybox-1.16.0-compat.patch, so skip it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'misc-fixes' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard2010-02-266-17/+70
|\
| * busybox: add upstream 1.16 fixThomas Petazzoni2010-02-261-0/+13
| | | | | | | | | | | | | | Fixes https://bugs.busybox.net/show_bug.cgi?id=1177, available at http://busybox.net/downloads/fixes-1.16.0/busybox-1.16.0-fsync.patch. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * libraw1394: fix tarball URLThomas Petazzoni2010-02-261-1/+1
| | | | | | | | | | | | The website of libraw1394 isn't anymore on http://www.linux1394.org. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * libcgicc: fix build breakage and bump versionThomas Petazzoni2010-02-263-15/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First, the build was failing with: cd .. && /bin/sh /home/test/brbuild/build/cgicc-3.2.7/support/missing --run autoheader /home/test/brbuild/build/cgicc-3.2.7/support/missing: line 52: autoheader: command not found WARNING: `autoheader' is missing on your system. You should only need it if you modified `acconfig.h' or `configure.ac'. You might want to install the `Autoconf' and `GNU m4' packages. Grab them from any GNU archive site. That was because the PATH doesn't contain $(HOST_DIR)/usr/bin. So we pass $(TARGET_MAKE_ENV) when calling make. Then, the build was failing because of the crappy configure.ac and doc/Makefile.am this project has. configure.ac checks if doxygen is available, and if it isn't, it sets DOXYGEN to /bin/echo. Then, doc/Makefile.am does: DATE=`date '+%-d %b %Y'` VERSION=$(VERSION) $(DOXYGEN) Doxyfile cp $(IMAGES) cgicc-doc.css html mv html/index.html html/index.html.bak When DOXYGEN=/bin/echo, then the first line does not generate anything in html/, and the third line fails. Therefore, we add a patch that allows to pass a --disable-doc option, which removes the check for Doxygen. If --enable-doc is passed, then the configure script fails if Doxygen isn't found (but in the Buildroot case, we always pass --disable-doc to avoid the doxygen dependency). We also take this opportunity to bump the version of libcgicc, and to remove a patch that is no longer needed due to this version bump. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * avahi: add dependency on host-intltoolThomas Petazzoni2010-02-251-1/+1
| | | | | | | | | | | | | | | | | | Without intltool, configuration fails with: checking for intltool >= 0.35.0... ./configure: line 28714: intltool-update: command not found found Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | Remove obsolete hostap packageGustavo Zacarias2010-02-253-82/+0
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | xfont_font-util: fix call of post-install-shWill Wagner2010-02-251-1/+1
| | | | | | | | | | Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | gmp/mpfr: make sure host builds add source targets to HOST_SOURCEPeter Korsgaard2010-02-252-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1183. When gmp/mpfr is needed for the host (E.G. when using an internal toolchain), the host-lib{gmp,mpfr}-source targets weren't added to HOST_SOURCE, so make source / external-deps didn't handle them. Notice that we have the same issue with the new host package support, there we should probably use HOST_<package>_DEPENDENCIES for -source dependencies. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | xfont_font-util: install in staging as it used to beThomas Petazzoni2010-02-251-1/+3
|/ | | | | | | | | | | | | | | | | | Before the autotools conversion, xfont_font-util was installed in staging, so keep this. However, the current way of handling xfont_font-util is ugly. The post-install.sh script removes the binaries compiled for the target from the staging directory and replaces them by symbolic links to utils installed on the host (making the incorrect assumption that they are available). It looks like xfont_font-util needs to be built for the host (using the new infrastructure for host autotools package). This is certainly post-2010.02 though. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* madplay: add patch to switch to the new ALSA APIThomas Petazzoni2010-02-241-0/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | madplay was failing to build with errors such as : audio_alsa.o: In function `config': audio_alsa.c:(.text+0x200): undefined reference to `snd_pcm_hw_params_set_rate_near@ALSA_0.9' audio_alsa.c:(.text+0x25c): undefined reference to `snd_pcm_hw_params_set_buffer_time_near@ALSA_0.9' audio_alsa.c:(.text+0x284): undefined reference to `snd_pcm_hw_params_get_buffer_size@ALSA_0.9' audio_alsa.c:(.text+0x2a4): undefined reference to `snd_pcm_hw_params_set_period_time_near@ALSA_0.9' audio_alsa.c:(.text+0x2d4): undefined reference to `snd_pcm_hw_params_get_period_size@ALSA_0.9' The ALSA library uses symbol versioning by default, to handle ABI changes. However, since uClibc doesn't seem to support symbol versioning, we disable this when building the ALSA library by passing --without-versioned. However, madplay relies on the old ALSA ABI, so even without symbol versioning, references to versioned symbols are generated (functions with the same name, but different API, exist in the old and new API). The easiest solution is to switch madplay to the new API. This is done thanks to a patch written by Micha Nelissen <micha@neli.hopto.org> and available at http://article.gmane.org/gmane.comp.audio.mad.devel/729. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sylpheed: add dependency on libgtk2Thomas Petazzoni2010-02-242-1/+2
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pango: re-enable thai moduleThomas Petazzoni2010-02-241-10/+0
| | | | | | | | This module got disabled when pango was upgraded to 1.19.3. But now, the module builds fine. And even more: disabling it breaks the build when modules are compiled statically into pango. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pango: remove gtk-doc patchThomas Petazzoni2010-02-241-59/+0
| | | | | | | The gtk-doc.m4 file is now installed globally (see the automake package), so there's no point in including a pango-specific patch. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libgtk2: host version needs host-libpngThomas Petazzoni2010-02-241-1/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xpdf: remove packageThomas Petazzoni2010-02-245-897/+0
| | | | | | This package depends on openmotif, which has been removed. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* openmotif: remove packageThomas Petazzoni2010-02-246-968/+0
| | | | | | | This is an old package. It is currently broken, and probably nobody uses it. So let's get rid of it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ipsec-tools: add host-flex dependencyThomas Petazzoni2010-02-241-1/+1
| | | | | | | | | | | | This fixes the following build failure: checking lex output file root... configure: error: cannot find output from flex; giving up Caused by the fact that a host version of flex is missing in $(HOST_DIR). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* netsnmp: use the autoconf built by BuildrootThomas Petazzoni2010-02-241-2/+2
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* busybox: add 1.16.0 fixesPeter Korsgaard2010-02-249-0/+2007
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt: fix the patch name for qt-4.5.3 versionFrancisco Gonzalez Morell2010-02-241-3/+3
| | | | | Signed-off-by: Francisco Gonzalez Morell <gzmorell@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* e2fsprogs: fix lsattr chattr and e2label e2undo mixupRichard van Paasen2010-02-231-2/+2
| | | | In Config.in lsattr/chattr and e2label/e2undo are mixed up.
* webkit: mention build failure with old linuxthread toolchainsThomas Petazzoni2010-02-231-0/+3
| | | | | | | | I could have created a !dependency on !BR2_PTHREADS_OLD, but that wouldn't work with external toolchains. So, let's just add a notice in the help message of WebKit. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mplayer: use UTF-8 charset to avoid iconv dependencyThomas Petazzoni2010-02-231-1/+1
| | | | | | | | | | | | | | The mplayer configure script was failing with: Checking for iconv program ... no No working iconv program found, use --charset=UTF-8 to continue anyway. If you also have problems with iconv library functions use --charset=noconv. Messages in the GTK-2 interface will be broken then. Therefore, we pass --charset=UTF-8 instead of --charset=US-ASCII. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libsoup: remove --without-html-dirThomas Petazzoni2010-02-231-1/+1
| | | | | | | | | | | | | | | | | --without-html-dir doesn't work. It leads libsoup ./configure script to think that HTML_DIR is "no", which leads to the installation of the documentation in $(STAGING_DIR)no (yes, with the "no" suffix at the end). The issue is that --with-html-dir is not an enable/disable type of option, it's an option that only allows to pass a PATH for documentation installation. As we don't want the documentation to be installed in this odd $(STAGING_DIR)no directory, we simply get rid of this option. See 7e62e8ec723f91e07bb4ac9ae3e55b65e3123082 for another instance of the same problem. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* webkit: several build fixesThomas Petazzoni2010-02-232-1/+176
| | | | | | | | | | | | | | | | | | | | | | This patch fixes different problems: * The autogen script of Webkit did not find autoconf, automake and aclocal since they are not installed in the host, but in $(HOST_DIR). Therefore we pass HOST_CONFIGURE_OPTS to autogen.sh so that the PATH is correct. * The autogen script was complaining that gtk-doc.make could not be find. As compiling gtk-doc completely is a pain (depends on Docbook), we just include gtk-doc.make into package/webkit/, and copy it to the source directory. * The autogen script was complaining about macros used in gtk-doc.make that did not exist. This is because aclocal was not run with $(STAGING_DIR)/usr/share/aclocal/ in the include path. Therefore, we fix ACLOCAL_FLAGS of Webkit's autogen script before running it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libeXosip: do not re-run targets at every invocation of 'make'Thomas Petazzoni2010-02-231-0/+6
| | | | | | | Make sure that we touch the target so that the target is newer than the .compiled stamp file. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lvm2: prevent dmsetup from being re-installed every timeThomas Petazzoni2010-02-231-0/+2
| | | | | | | | After being copied to target/, touch dmsetup so that its date is newer than the .built stamp file in lvm2 source directory. This prevents make from re-installing dmsetup every time. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dosfstools: make sure install targets aren't run everytimeThomas Petazzoni2010-02-231-13/+19
| | | | | | | | | | | | Adding real targets to $(TARGETS) doesn't work, since they are prefixed __real_tgt by the main Makefile. 'make' then always thinks that these targets aren't up-to-date, and re-generate them every time. Therefore, we switch dosfstools to the more common way of handling packages, with a phony target added to $(TARGETS), this phony target depending on real targets. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* shared-mime-info: do not depend on phony target in hookThomas Petazzoni2010-02-231-2/+2
| | | | | | | Real targets should not depend on phony targets, otherwise they get rebuilt everytime. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* matchbox: fix dependency to not always rebuilt libmatchboxThomas Petazzoni2010-02-231-2/+2
| | | | | | | Real targets should not depend on phony targets, otherwise they get rebuilt every time. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* matchbox: apply libtool patch to matchbox-desktopThomas Petazzoni2010-02-231-0/+1
| | | | | | | | | | | | matchbox-desktop fails to build because it tries to read /usr/lib/libxcb.la, which doesn't exist on a very basic system with no development files instead. The buildroot-libtool.patch must therefore be applied. Unfortunately, matchbox doesn't yet use the autotools infrastructure, so we have to manually apply the patch. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* kexec: bump version to fix build failureThomas Petazzoni2010-02-231-1/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* iw: give path to pkg-configThomas Petazzoni2010-02-231-0/+1
| | | | | | | At install stage, iw needs pkg-config, through the PKG_CONFIG environment variable. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* imagemagick: use internal libtoolThomas Petazzoni2010-02-231-2/+2
| | | | | | | | | For some reason, our imagemagick.mk file calls libtool, but assumes that libtool is available on the host, which may not be true. Therefore, we use ImageMagick's internal libtool, which has been used for compiling/linking all the rest of ImageMagic anyway. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* imagemagick: help configure to detect file_offset_bitsThomas Petazzoni2010-02-231-0/+7
| | | | | | | | | imagemagick configure script wants to run programs to detect the file_offset_bits, but fails since it is running cross-compile mode. Therefore, we help the configure script by passing the appropriate ac_cv variable. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* shared-mime-info: run update-mime-database with correct env variablesThomas Petazzoni2010-02-231-1/+1
| | | | | | | | | | | | | When installing shared-mime-info on the target, we runn update-mime-database, which has been built previously by building and installing shared-mime-info for the host. However, for update-mime-database (host version) to run properly, we must pass the appropriate LD_LIBRARY_PATH variable. We re-use the existing $(HOST_MAKE_ENV) variable to pass all the appropriate variables. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gob2: update dependency on flexThomas Petazzoni2010-02-232-1/+2
| | | | | | | | gob2 for the target needs both flex on the host (for running the flex program at compile time) and flex on the target (so that it can link against libfl.a). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* flex: install in the staging directoryThomas Petazzoni2010-02-231-0/+1
| | | | | | | | | Flex contains a libfl.a directory, which programs for the target might link against. Therefore, we need to install flex to the staging directory. An example of such a program is gob2, which needs the yywrap() function, which is implemented by libfl. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>