summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* samba: bump version to 3.2.5Hans-Christian Egtvedt2008-12-126-17/+147
| | | | | | | | | | | | | | This patch bumps Samba version to 3.2.5. In the process Samba now depends on libiconv. This dependency is needed because Samba wants to use various formats when talking to the different parts of the system. Two new patches are introduced, one to double check if BSD functions are available, and one to skip checking for glibc version. The use unsigned enum patch could be removed since this can be supplied with a autoconf variable. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* libiconv: strip installed library and remove the preloadable libraryHans-Christian Egtvedt2008-12-121-0/+8
| | | | | | | | This patch is mainly for size reduction, removing more than half the needed footprint. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* zlib: install using cp instead of install for zlib librariesHans-Christian Egtvedt2008-12-111-1/+1
| | | | | | | | This patch will install zlib keeping the symlinks. The usage of $(INSTALL) here did not take into account symbolic links. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* busybox: 1.13.1 bindtodevice fixPeter Korsgaard2008-12-111-0/+86
|
* package/boa: hide if BR2_PACKAGE_BUSYBOX_HIDE_OTHERSPeter Korsgaard2008-12-111-0/+2
|
* busybox: additional 1.13.1 fixesPeter Korsgaard2008-12-102-0/+47
|
* bumpEric Andersen2008-12-091-1/+1
|
* qtopia4: add kconfig option to enable PhononHans-Christian Egtvedt2008-12-082-0/+25
| | | | | | | | | | | | This patch adds a kconfig option to enable Phonon when configuring Qt. Phonon is the multimedia API from KDE 4 which has been integrated into Qt 4.4. For playback under Linux the GStreamer multimedia framework is used. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* gst-plugins-ugly: add gstreamer ugly pluginsHans-Christian Egtvedt2008-12-083-0/+129
| | | | | | This patch adds the ugly plugins for gstreamer, for more information see http://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html
* gst-plugins-good: add gstreamer good pluginsHans-Christian Egtvedt2008-12-083-0/+362
| | | | | | | This patch adds the good plugins for gstreamer, see http://gstreamer.freedesktop.org/modules/gst-plugins-good.html for more information.
* gst-plugins-base: add gstreamer base pluginsHans-Christian Egtvedt2008-12-084-0/+248
| | | | | | | This patch adds the basic plugins for gstreamer, see http://gstreamer.freedesktop.org/modules/gst-plugins-base.html for more information.
* gstreamer: add new multimedia package gstreamerHans-Christian Egtvedt2008-12-084-0/+86
| | | | | gstreamer is powerful framework for streaming media.
* libtheora: add new multimedia package libtheoraHans-Christian Egtvedt2008-12-083-0/+30
| | | | | libtheora is a library used by gstreamer when streaming Ogg multimedia.
* have zlib respect BR2_PREFER_STATIC_LIBPeter Korsgaard2008-12-081-6/+19
| | | | | | | | The ARM uClinux BFLT format apparently doesn't support shared libs nor -fPIC. So let's distinguish between shared and non shared builds by having split rules for libz.a and libz.so based on BR2_PREFER_STATIC_LIB. Signed-off-by: Nicolas Pitre <nico@cam.org>
* udev: use $@ instead of hardcoding target namePeter Korsgaard2008-12-081-11/+11
|
* package/freetype: default to 2.3.7Peter Korsgaard2008-12-081-1/+1
|
* package/udev: create base device nodes after mounting a new /devPeter Korsgaard2008-12-081-0/+3
| | | | | | | | | | Currently, udev won't start for me, as we've just mounted a new /dev, which is completely empty, and udevd requires a /dev/null. This change manually creates the three base device nodes (zero, null and console) so that udev can start. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* package/udev: fix CFLAGS for udev extrasPeter Korsgaard2008-12-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | If the udev extras are built without large file support in uClibc, I get the following error: build_powerpc/staging_dir/usr/bin/powerpc-linux-uclibc-gcc -c -g -Wall -pipe -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -Wstrict-prototypes -Wsign-compare -Wshadow -Wchar-subscripts -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wmissing-prototypes -Os ext.c -o ext.o In file included from build_powerpc/staging_dir/usr/include/stdio.h:28, from ext.c:19: build_powerpc/staging_dir/usr/include/features.h:382:4: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled. Although the base udev package builds correctly, the extras pacakges don't adjust their CFLAGS depending on BR2_LARGEFILE. This change adds the required CFLAGS modifications to make the extras build. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* package/udev: fix dependency for scsi_idPeter Korsgaard2008-12-081-1/+1
| | | | | | | According to udev.mk, the scsi_id package depends on the libvolume_id library, so add this dependency to Config.mk Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-08243-363/+363
|
* Override the target-install target properly rather than installing as a ↵Hamish Moffatt2008-12-081-2/+2
| | | | post-build hook
* Over-ride the target-install target rather than installing as a post-buildHamish Moffatt2008-12-081-2/+2
| | | | | hook. Otherwise the wrong stamps are used and the library won't be reinstalled if you clean out $(TARGET_DIR).
* busybox: 1.13.1 crond fixPeter Korsgaard2008-12-071-0/+20
|
* libiconv: use BR2_GNU_MIRRORPeter Korsgaard2008-12-051-1/+1
|
* toolchain/*: use CONFIG_UPDATEPeter Korsgaard2008-12-052-2/+2
| | | | Based on e0e0945e in Bernhard's tree.
* samba: predefine a autoconf result for enums with negative valuesHans-Christian Egtvedt2008-12-051-0/+1
| | | | | | | The configure script tries to find out if enums can be negative, this is not supported when cross compiling, since it tries to run the binary. This commit sets the test to yes, i.e. negative enums are possible.
* libusb: use 0.1.12-10 from snapshot.debian.netPeter Korsgaard2008-12-051-3/+2
|
* libvorbis: tremor depends on host-autoconf and host-automakeHans-Christian Egtvedt2008-12-051-1/+1
| | | | | | This patch adds host-autoconf and host-automake as dependencies to tremor, this is needed for it to compile.
* alsa-lib: bump version to 1.0.18Hans-Christian Egtvedt2008-12-051-1/+1
|
* qtopia4: make build verbose or silent depending on user inputHans-Christian Egtvedt2008-12-041-1/+1
| | | | | | This will make Qt compile silent unless the user specifies V=1 or VERBOSE=1 when running make.
* mplayer: set charset explisit to US-ASCII to ease intl compileHans-Christian Egtvedt2008-12-041-0/+1
| | | | | | This patch set the charset selected by mplayer to US-ASCII because mplayer configure script have problems detecting working cross compiled iconv tools
* tslib: add dependency to hsot-autoconf and host-automakeHans-Christian Egtvedt2008-12-041-2/+2
| | | | | | Tslib uses autoconf and automake during configure section, make sure it is available before building tslib.
* tslib: use more robust $@ when touching target instead of explisit nameHans-Christian Egtvedt2008-12-041-3/+3
|
* avahi: add dependency to host-autoconfHans-Christian Egtvedt2008-12-041-2/+2
| | | | | | | | Avahi uses autoconf during ./configure, make sure it is available and used before building avahi. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* alsa-util: bump version to 1.0.18 and add patches for this versionHans-Christian Egtvedt2008-12-043-1/+25
| | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* alsa-utils: add dependency to libintl if libintl is enabledHans-Christian Egtvedt2008-12-041-1/+1
| | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* mdadm/dmraid: bump versionPeter Korsgaard2008-12-043-8/+8
| | | | | | | Patch by: Charles Duffy <Charles_Duffy@messageone.com> Both mdadm and dmraid packages refer to upstream versions which are no longer available.
* busybox: 1.13.1 ip fixPeter Korsgaard2008-12-041-0/+11
|
* ifplugd: don't overwrite target etc/init.d/ifplugd.*Peter Korsgaard2008-12-041-0/+4
| | | | | | | | install-strip unconditionally overwrites $(TARGET_DIR)/etc/init.d/ifplugd.*, so the check in _HOOK_POST_INSTALL is useless. Fix it by using install-exec and manually stripping the target binaries instead.
* Fix comment about autoconf configuration/compilation/installation forThomas Petazzoni2008-12-031-1/+1
| | | | | the target (and not the host).
* Liboil is a library of simple functions that are optimized for variousThomas Petazzoni2008-12-033-0/+50
| | | | | | | | | | | | | | | | | | | 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>
* samba: bump version to 3.0.33Hans-Christian Egtvedt2008-12-021-1/+1
| | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* haserl: fix shared cache interaction issuePeter Korsgaard2008-12-011-0/+2
| | | | | | | | | | The ac_cv_path_install override is needed to strip the target binary for haserl 0.8.0, but it doesn't interact nicely with the shared cache, so disable the cache for now. Longer term we should probably forget about install-strip and do the strip/cleanup/mklibs stuff as a post processing step before the target filesystem rules are run.
* strace: fix lower case no to NO when setting STRACE_AUTORECONFHans-Christian Egtvedt2008-12-011-1/+1
| | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* mplayer: use $(if ...) to add dependencies to mplayerHans-Christian Egtvedt2008-12-011-7/+1
| | | | | | | | This patch will add needed libraries with $(if ...) syntax. This should ease readability and make it easy for others to spot where the depencies are added. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* mplayer: remove not needed $(strip ...) calls in MakefileHans-Christian Egtvedt2008-12-011-2/+2
| | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* qtopia4: remove explisit include and library directories from configure callHans-Christian Egtvedt2008-12-011-2/+0
| | | | | | | | | This patch removes -I and -L from ./configure since it breaks cross-compiling. The inclusion of -I and -L will confuse the host compiler when compiling the host tools. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* mplayer: make sure alsa-lib is installed before mplayerHans-Christian Egtvedt2008-12-011-0/+4
| | | | | | | | This patch adds alsa-lib to a dependency for mplayer if it is selected in kconfig. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* mplayer: add dependency libraries to a variableHans-Christian Egtvedt2008-12-011-1/+3
| | | | | | | | | This patch will put dependency libraries in a variable and add this to the dependencies to build mplayer. This is done to ease adding new libraries in the future. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* mplayer: disable ivtv video outputHans-Christian Egtvedt2008-12-011-0/+1
| | | | | | | | This patch disabled ivtv video output, since it does not compile with Linux kernel 2.6.27 headers. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>