aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
AgeCommit message (Collapse)Author
2012-10-24audiomanager: Use systemd bbclass from meta-systemdAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-24audiomanager: Remove ERROR_QA overwritingAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-24audiomanager: Switch to public genivi git repositoryAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-24audiomanager_git: Remove ERROR_QA overwritingAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-24audiomanager_git: Switch to public genivi git repositoryAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-24audiomanager_git: Set default preference to -1Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-18Convert recipes names to lowercaseAndrei Gherzan
This will unbreak opkg builds. Check: https://bugzilla.yoctoproject.org/show_bug.cgi?id=3139 Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-17gst-plugins-good: Remove dependencies in a clean wayAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-17gst-plugins-base: Remove bbappendAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-17tiff: Remove xz dependency if non-GPLv3Andrei Gherzan
The DEPENDS line was removed as it was identical with the one from poky. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-17pulseaudio: Refactor bbappend and remove patchAndrei Gherzan
We removed the patch as it is included in the current version. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-17pulseaudio: Modify bbappend to drop usr-mergeAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-17alsa-utils: Remove bbappend as we dropped usr-mergeAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-09-19AudioManager: Update version to 2.1 and update git recipe with current ↵Florin Sarbu
master sha Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-09-18pulseaudio: Replace old library with newer one created by updated version of ↵Florin Sarbu
pulseaudio Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-08-22pulseaudio: Rename .bbappend to match version 2.1 now present in upstream pokyFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-08-06re-align versions with upstream pokyHolger Behrens
2012-07-30re-align versions with upstream pokyHolger Behrens
2012-07-17AudioManager: Add -DUSE_BUILD_LIBS=OFF so that AudioManager does not haveFlorin Sarbu
hardcoded paths of libraries at runtime. Modified setup_amgr.sh script accordingly. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-07-12AudioManager: Added recipe to build AudiManager from gitFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-07-12AudioManager: Update to version 2.0Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-07-11libtiff: Rename bbappend to match updated version - v4.0.2Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-29pulseaudio: Fix segfault on udev part of systemd185Florin Sarbu
udev 185 does not have udev_get_sys_path() anymore. Instead, use "/sys" hardcoded. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-06-20alsa-utils: Sed the location of bash after usr mergeAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-20pulseaudio: Install udev rules in libdirAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-20alsa-utils: Install udev rules in libdirAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-20AudioManager: /usr mergeAndrei Gherzan
/bin → /usr/bin /sbin → /usr/sbin /lib → /usr/lib /lib64 → /usr/lib64 Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-07alsa-utils: Systemd services are installed in libdirAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-07pulseaudio: udev_get_sys_path, udev_get_dev_path are no longer available in ↵Andrei Gherzan
udev from systemd udev_get_dev_path(), udev_get_sys_path(), udev_get_run_path() systemd does not allow to configure any of these filesystem paths, they should simply be hard-coded and be replaced by "/dev", "/sys" and "/run/udev" Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-05-16pulseaudio: Use module-systemd-login if distro features includes systemdAndrei Gherzan
ConsoleKit has been deprecated and replaced by systemd's logind daemon, hence provide the same functionality of module-console-kit in module-systemd-login. This also makes sure that the CK module becomes a NOP if the system is booted with systemd, resp. that the systemd module becomes a NOP if the system is booted without systemd, thus being nice to OSes such as Debian which want to support multiple init systems. Patch from git://anongit.freedesktop.org/pulseaudio/pulseaudio [860d1cf3a76701ade38784822abb24285176227c] Author: Lennart Poettering <lennart@poettering.net> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-05-09AudioManager: add service file for systemd and setup scriptSebastian Proca
Systemd service file for AudioManager was missing. An AudioManager setup script for dbus-dameon is also installed. Signed-off-by: Sebastian Proca <Florentin.Proca@windriver.com>
2012-04-20Redo initial populationFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-04-19Initial PopulationHolger Behrens