summaryrefslogtreecommitdiffstats
path: root/meta-multimedia
Commit message (Collapse)AuthorAgeFilesLines
* tvheadend: Disable dvdscanMartin Jansa2014-01-041-0/+1
| | | | | | | | | | | | | * when enabled it will try to download http://linuxtv.org/hg/dvb-apps/archive/tip.tar.bz2 from do_configure (bypassing PREMIRROR and bitbake fetcher), but what's worse even when it fetches it, it fails in do_install, because dvb-scan directory is empty, reading the script called from configure 3.3-r0/git/support/getmuxlist, I don't know how it could work before, because it first moves files to dvb-scan directory and then removes them all one by one. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sox: add PACKAGECONFIG for magic and wavpackMartin Jansa2013-08-221-0/+3
| | | | | | | * it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mkvtoolnix: inherit gettext and export RUBYLIBMartin Jansa2013-08-221-1/+7
| | | | | | | | | | * fails to call msgfmt in do_compile: MSGFMT po/cs.po ERROR: Function failed: do_compile (see mkvtoolnix/5.9.0-r0/temp/log.do_compile.3794 for further information) * fails to find rubygems.rb: <internal:gem_prelude>:1:in `require': cannot load such file rubygems.rb (LoadError) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fluidsynth: added dependency on glibPaul Barker2013-08-221-1/+1
| | | | | Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* README: show github mirror URL in layer dependenciesMartin Jansa2013-04-291-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-multimedia/README: add dependency on meta-rubyMartin Jansa2013-04-291-1/+2
| | | | | | * mkvtoolnix depends on ruby-native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* README: add -M to git send-email exampleMartin Jansa2013-04-291-1/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* update README to dylanEric Bénard2013-04-231-4/+4
| | | | Signed-off-by: Eric Bénard <eric@eukrea.com>
* recipes: Unify indentationMartin Jansa2013-04-1513-105/+105
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* gupnp: remove dependency on gnome-icon-themeNicolas Dechesne2013-04-111-1/+1
| | | | | | | | | | | | | | | | | | | As discussed in [1], let's remove the dependency on gnome-icon-theme, since it's not required, and it brings additional unwanted dependency, such as the whole gtk+... [1] http://article.gmane.org/gmane.comp.handhelds.openembedded/57483 It is build-tested with - core-image-minimal - IMAGE_INSTALL += 'gupnp' - directfb in DISTRO_FEATURES The build was failing before (GTK failed to build with directfb, which is expected). Signed-off-by: Nicolas Dechesne <ndec@linaro.org> 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>
* patches: update Upstream-Status to use capital 'S'Martin Jansa2013-02-051-1/+1
| | | | 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>
* mkvtoolnix: add 5.9.0Koen Kooi2013-01-271-0/+30
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmatroska: add 1.3.0Koen Kooi2013-01-271-0/+33
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libebml: add 1.2.2Koen Kooi2013-01-271-0/+31
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> 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>
* dvb-apps: import 1.1.1+hg from OE classicKoen Kooi2013-01-181-0/+106
| | | | | | | | * Backport patches were dropped since we use hg tip now. * Lots of whitespace fixups Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* oscam: add svn versionKoen Kooi2013-01-181-0/+18
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tvheadend: add git versionKoen Kooi2013-01-182-0/+122
| | | | | | | | | "Tvheadend is a TV streaming server for Linux supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV, and Analog video (V4L) as input sources." No startup scripts or config files are currently provided. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> 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>
* gupnp-tools: add 0.8.1Ross Burton2013-01-091-0/+11
| | | | Signed-off-by: Ross Burton <ross.burton@intel.com>
* gupnp-igd: add 0.2.2Ross Burton2013-01-091-0/+14
| | | | Signed-off-by: Ross Burton <ross.burton@intel.com>
* gupnp-dlna: add 0.9.2Ross Burton2013-01-091-0/+20
| | | | Signed-off-by: Ross Burton <ross.burton@intel.com>
* gupnp-av: add 0.10.3 and 0.11.6Ross Burton2013-01-093-0/+26
| | | | | | | 0.10.x is the stable series, 0.11.x is the development series that some packages (specifically dLeyna) require. Signed-off-by: Ross Burton <ross.burton@intel.com>
* gupnp: add 0.18.4 and 0.19.3Ross Burton2013-01-093-0/+39
| | | | | | | 0.18.x is the stable series, 0.19.x is the development series that some packages (specifically dLeyna) require. Signed-off-by: Ross Burton <ross.burton@intel.com>
* gssdp: add 0.12.2.1 and 0.13.2Ross Burton2013-01-094-0/+36
| | | | | | | 0.12.x is the stable series, 0.13.x is the development series that some packages (specifically dLeyna) require. 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>
* xbmc: Fix serveral build errors and install missing dependenciesOtavio Salvador2012-10-162-10/+50
| | | | | | | | This allow the package to build fine. On the test board it didn't show anything in display but it seems to be hardware specific issue. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* 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>
* meta-multimedia README: meta-oe is no longer optionalKoen Kooi2012-07-131-2/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xbmc: move from meta-oe to meta-multimediaPaul Eggleton2012-07-134-0/+274
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* README: keep PATCH prefix in subject-prefix, some people filter their inbox ↵Martin Jansa2012-04-261-1/+1
| | | | | | based on that Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-multimedia: initial addKoen Kooi2012-02-243-0/+62
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>