aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia
AgeCommit message (Collapse)Author
2013-04-15recipes: Unify indentationMartin Jansa
* This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-04-15gst123: move to nonworking directoryMartin Jansa
* gst123 is still "sometimes" using wrong sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15mpd: move systemd support from meta-systemd back to meta-multimediaMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-11add recipe for mpg123, a decoder for MPEG-1 layer 1, 2, and 3dv@pseudoterminal.org
mpg123 consists of a decoder library, and a command line application. The application can be used to playback and dump decoded mp1/mp2/mp3 files. The library can be integrated in other applications. CPU usage is minimal. Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-21libmusicbrainz: fix subsequent invocations of do_configureAndreas Oberritter
Every second invocation of do_configure failed with this error: | CMake Error at src/CMakeLists.txt:19 (INCLUDE): | include could not find load file: | | [...]/git/build-native/ImportExecutables.cmake Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-01libmusicbrainz: addRoss Burton
Moved from oe-core. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-22gst-rtsp: add GStreamer RTSP server/libraryWayne Tams
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-10openal-soft: initial add 1.15.1Andreas Müller
2013-01-09gst123: add packageRoss Burton
gst123 is useful for testing as it simply uses PlayBin, but can display the pipeline being used for QA purposes. Signed-off-by: Ross Burton <ross.burton@intel.com>
2013-01-09media-service-demo: add snapshot from gitRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2013-01-09renderer-service-upnp: add 0.3.0Ross Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2013-01-09media-service-upnp: add 0.4.0Ross Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-12-11fluidsynth: upgrade to 1.1.1Martin Jansa
* and drop special do_configure, now with libtool working with sysroot argument, we need this otherwise libfluidsynth.la references /usr/lib/libasound.la directly instead of =/usr/lib/libasound.la and e.g. vlc build fails Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-10fluidsynth: import from OE-ClassicMartin Jansa
* needed for epiano * added LIC_FILES_CHSKUm * fixed LICENSE Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-05sox: bump PR due libav updateOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05mpd: bump PR due libav updateOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-09-18mpd: Initial add 0.17.1Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18libmpd: initial add 11.8.17Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-08-10sox: add 14.4.0Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>