| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This reverst the commit 24343, the original state was indeed correct. Blame
goes to my bad sight and too hasty decisions.
|
|
|
|
|
| |
Make the ifndef check the actual variable, typo bug.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
This patch adds the ugly plugins for gstreamer, for more information see
http://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html
|
|
|
|
|
|
|
| |
This patch adds the good plugins for gstreamer, see
http://gstreamer.freedesktop.org/modules/gst-plugins-good.html for more
information.
|
|
|
|
|
|
|
| |
This patch adds the basic plugins for gstreamer, see
http://gstreamer.freedesktop.org/modules/gst-plugins-base.html for more
information.
|
|
|
|
|
| |
gstreamer is powerful framework for streaming media.
|
|
|
|
|
| |
libtheora is a library used by gstreamer when streaming Ogg multimedia.
|
|
|
|
|
|
|
|
| |
msh is currently the only good choice for uClinux but it doesn't
understands shell functions. In this case there is nothing to gain
by using shell functions anyway.
Signed-off-by: Nicolas Pitre <nico@cam.org>
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Currently, BR2_TARGET_ROOTFS_INITRAMFS doesn't actually do anything,
as it doesn't alter $(TARGETS)
This change hooks up the TARGETS variable to INITRAMFS_TARGET (which
is only set if BR2_TARGET_ROOTFS_INITRAMFS=y), so that the initramfs
list is built.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
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>
|
| |
|
| |
|
|
|
|
| |
r24310 removed a few too many strips.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This patch removes some empty directories which got left behind when audio and
video packages got moved into packages/multimedia directory.
|
|
|
|
| |
post-build hook
|
|
|
|
|
| |
hook. Otherwise the wrong stamps are used and the library won't be reinstalled
if you clean out $(TARGET_DIR).
|
|
|
|
|
| |
Add UCLIBC_HAS_{FULL,REENTRANT}_RPC config variables to the defconfig, so
the sed invocation in uclibc.mk can set them to the proper values.
|
| |
|
| |
|
|
|
|
| |
Based on b151271 in Bernhard's tree.
|
|
|
|
| |
Based on 9cd8638d / b86af9a1 in Bernhard's tree.
|
|
|
|
| |
Based on 3ed6c5b5 in Bernhard's tree.
|
|
|
|
| |
Based on b5451979 in Bernhard's tree.
|
|
|
|
| |
Based on 713e7e46 in Bernhard's tree.
|
|
|
|
| |
Based on 1c493ff1 in Bernhard's tree.
|
|
|
|
| |
Based on 45b89c54 / beede0ba in Bernhard's tree.
|
|
|
|
| |
Based on b157db55 in Bernhard's tree.
|
|
|
|
| |
Based on f97ce837 in Bernhard's tree.
|
| |
|
|
|
|
| |
Based on b2b5d9f2 in Bernhard's tree.
|
|
|
|
| |
Based on e0e0945e in Bernhard's tree.
|
|
|
|
|
|
|
| |
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.
|
| |
|