summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia
Commit message (Collapse)AuthorAgeFilesLines
...
* fluidsynth: added dependency on glibPaul Barker2013-05-071-1/+1
| | | | | Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fluidsynth: fixed license namePaul Barker2013-05-071-1/+1
| | | | | Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-155-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* gst123: move to nonworking directoryMartin Jansa2013-04-152-0/+0
| | | | | | * gst123 is still "sometimes" using wrong sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mpd: move systemd support from meta-systemd back to meta-multimediaMartin Jansa2013-04-151-2/+14
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* add recipe for mpg123, a decoder for MPEG-1 layer 1, 2, and 3dv@pseudoterminal.org2013-04-111-0/+29
| | | | | | | | | 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>
* libmusicbrainz: fix subsequent invocations of do_configureAndreas Oberritter2013-03-211-3/+4
| | | | | | | | | | | | 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>
* libmusicbrainz: addRoss Burton2013-02-012-0/+59
| | | | | | | Moved from oe-core. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gst-rtsp: add GStreamer RTSP server/libraryWayne Tams2013-01-222-0/+50
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openal-soft: initial add 1.15.1Andreas Müller2013-01-101-0/+20
|
* gst123: add packageRoss Burton2013-01-092-0/+75
| | | | | | | 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>
* media-service-demo: add snapshot from gitRoss Burton2013-01-091-0/+18
| | | | Signed-off-by: Ross Burton <ross.burton@intel.com>
* renderer-service-upnp: add 0.3.0Ross Burton2013-01-091-0/+27
| | | | Signed-off-by: Ross Burton <ross.burton@intel.com>
* media-service-upnp: add 0.4.0Ross Burton2013-01-091-0/+24
| | | | Signed-off-by: Ross Burton <ross.burton@intel.com>
* fluidsynth: upgrade to 1.1.1Martin Jansa2012-12-111-8/+2
| | | | | | | | | * 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>
* fluidsynth: import from OE-ClassicMartin Jansa2012-12-101-0/+19
| | | | | | | | * needed for epiano * added LIC_FILES_CHSKUm * fixed LICENSE Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sox: bump PR due libav updateOtavio Salvador2012-10-051-0/+2
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mpd: bump PR due libav updateOtavio Salvador2012-10-051-0/+2
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mpd: Initial add 0.17.1Andreas Müller2012-09-182-0/+464
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* libmpd: initial add 11.8.17Andreas Müller2012-09-181-0/+11
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* sox: add 14.4.0Koen Kooi2012-08-101-0/+26
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>