aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia
AgeCommit message (Collapse)Author
2017-03-07Make use of the new bb.utils.filter() functionPeter Kjellerstedt
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-22mpd: add pkgconfig to inherit, rework DEPENDS and unblacklistAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-02-22gst-meta-base: unblacklist - all dependencies are backAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-02-22gst-rtsp: unblacklist - gstreamer is backAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-02-22gst-plugins-ugly: unblacklist - gstreamer is backAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-02-22gst-plugins-good: unblacklist - gstreamer is backAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-02-22gst-plugins-gl: unblacklist - gstreamer is backAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-02-22gst-plugins-base: unblacklist gstreamer is backAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-02-22gst-plugins-bad: unblacklist - gstreamer is backAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-02-22gst-openmax: unblacklist - gstreamer is backAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-02-22gst-fluendo-mpegdemux: unblacklist - gstreamer is backAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-02-22gst-fluendo-mp3: unblacklist - gstreamer is backAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-02-20gstreamer: fix dependency issue and un-blacklist itPaul Gortmaker
In http://errors.yoctoproject.org/Errors/Details/130583/ we see the following: /bin/bash: line 1: glib-mkenums: command not found /bin/bash: glib-genmarshal: command not found Makefile:1808: recipe for target 'gstenumtypes.h' failed make[2]: *** [gstenumtypes.h] Error 127 Most people don't see this because most hosts have these binaries in /usr/bin -- e.g. libglib2.0-dev in Ubuntu provides them. However, after making this change, we see the following in the build for gstreamer: ./recipe-sysroot-native/usr/bin/glib-mkenums ./recipe-sysroot-native/usr/bin/glib-genmarshal ..and hence this change should resolve the above Yocto issue. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13recipes: blacklist recipes runtime depending on blacklisted recipesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13recipes: blacklist recipes depending on blacklisted recipesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13python-edbus exquisite elementary libeweather unionfs-fuse xfsprogs gmtk ↵Martin Jansa
devilspie2 gnome-backgrounds gnome-desktop gnome-mime-data gtk-engines gtksourceview2 libgnomekbd libidl-native onboard libgpewidget ubi-utils-klibc kexec-tools-klibc gupnp-igd gupnp-tools dvb-apps gstreamer mpd crda netcat-openbsd wireshark gnokii libmbim mosh networkmanager-openvpn libtelepathy dbus-daemon-proxy libdbus-c++ php vala-dbus-binding-tool collectd libgxim pywbem gtkhtml2 fbida fontforge libsexy wayland-fits xstdcmap xf86-video-glamo font-adobe-100dpi font-adobe-utopia-100dpi font-bh-100dpi font-bh-lucidatypewriter-100dpi font-misc-misc crash a2jmidid libsdl2-mixer libsdl-mixer minidlna sylpheed libsdl2-ttf libsdl-ttf ode pidgin postgresql syslog-ng usb-modeswitch xdg-user-dirs gateone python3-cryptography-vectors python3-ndg-httpsclient python-cryptography-vectors python-pbr bundler netdata menulibre openzone xfce4-verve-plugin iperf terminus-font xf86-video-nouveau ipmiutil klibc-utils pmbw multipath-tools gparted, gnome-system-monitor, php, vala-dbus-binding-tool, gtkmathview, lmsensors, postgresql: Blacklist * fails repeatedly as reported in: http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111112.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13gst-instruments: add recipeJonatan Pålsson
Add recipe for gst-instruments. This is a set of utilities used to profile CPU usage of GStreamer pipeline elements. The gst-top utility is used to launch a gstreamer pipeline and record its profile, and the gst-report utility is used to analyze reports gathered by gst-top. Signed-off-by: Jonatan Pålsson <jonatan.palsson@pelagicore.com> Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13tremor: add (from oe-core)Ross Burton
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-06kodi-17: Fix build for qemuarm and update to latestKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-02-06kodi-17: Recommend python-ctpes for addons to workKhem Raj
Thanks Koen for this fix. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-02-06kodi-17: Upgrade 17.0 releaseKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-02-06kodi-17: Fix build with muslKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-02-06kodi-17: Add packageconfig for lcms supportKhem Raj
Keep it disabled by default, makes builds more deterministic Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-02-06kodi: Fix build with pic on x86_64Khem Raj
Upgrade 17.x to latest on master Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-02-06kodi: Add krypton/17.0 recipeKhem Raj
remove obsoleted xbmc recipes rename to recipes-mediacenter Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-12-26mpd: add PACKAGECONFIG for libcdio-paranoiaAndreas Müller
| WARNING: mpd-0.19.21-r0 do_package_qa: QA Issue: mpd rdepends on libcdio-paranoia, but it isn't a build dependency, missing libcdio-paranoia in DEPENDS or PACKAGECONFIG? [build-deps] Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-12-26mpd: update to 0.19.21Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-12-26mpd: add PACKAGECONFIG for audiofileAndreas Müller
| WARNING: mpd-0.19.15-r0 do_package_qa: QA Issue: mpd rdepends on audiofile, but it isn't a build dependency, missing audiofile in DEPENDS or PACKAGECONFIG? [build-deps] Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-12-26gst-plugins-bad_0.10.23.bb: Add packageconfig for zbar pluginKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-12-26libupnp: Fix out-of-bound access in create_url_list() (CVE-2016-8863)Andrej Valek
If there is an invalid URL in URLS->buf after a valid one, uri_parse is called with out pointing after the allocated memory. As uri_parse writes to *out before returning an error the loop in create_url_list must be stopped early to prevent an out-of-bound access Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-12-02miniupnpd: Add recipeKhem Raj
Add missing dep on libmnl and libnetfilter-conntrack Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-12-02tvheadend: Update to 4.0.9Khem Raj
* Add missing build and runtime deps * add packageconfig for uriparser Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-12-02remove True option to getVar callsJoshua Lock
getVar() now defaults to expanding by default, thus remove the True option from getVar() calls with a regex search and replace. Search made with the following regex: getVar ?\(( ?[^,()]*), True\) Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2016-11-26vlc: Add packageconfig for vdpauKhem Raj
Fix packaging of libvlc_vdpau.so since this plugin does not have soname version Fixes QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: vlc path '/work/cortexa7hf-neon-vfpv4-oe-linux-gnueabi/vlc/2.2.2-r0/packages-split/vlc/usr/lib/vlc/libvlc_vdpau.so' [dev-so] Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-23streamripper: add v1.64.6André Draszik
Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23dcadec, libsquish: Add new recipesKhem Raj
Transport from meta-dominion, to support new kodi mediacenter Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-22gstreamer: fix rare but annoying build errorsAndreas Müller
same as: commit 63707b56b5352ed72f1c5291967455b78f50fb7d Author: Andreas Müller <schnitzeltony@googlemail.com> Date: Sun Oct 2 22:16:52 2016 +0200 gst-plugins-base: fix rare but annoying build errors Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-26libdc1394: Upgrade to 2.2.4Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-25dvb-apps: fix recipe, and update to the latest versionHerve Jourdain
Fixed error "GNU_HASH not present" Fixed dvb-scan-data package Fixed the VERSION_FILE (used to check the dvb api version) to the one used for the target (by default, it uses the one on the host) Updated to the "latest" version (2014/03/22) The latest version suppressed the original scan tables (not maintained anymore), so fetch and install the latest ones (using dvb api v3 format)(introduces a dependency on v4l-utils-native) Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-21alsa-equal: Add recipe for version 0.6Fabio Berton
Alsaequal is a real-time adjustable equalizer plugin for ALSA. It can be adjusted using an ALSA compatible mixer, like alsamixergui or alsamixer. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-21caps: Add recipe for version 0.9.24Fabio Berton
CAPS is a collection of audio plugins comprising basic virtual guitar amplification and a small range of classic effects, signal processors and generators of mostly elementary and occasionally exotic nature. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-05gst-plugins-base: fix rare but annoying build errorsAndreas Müller
As mentioned long ago in [1] for me gst-plugins-base failed when rebuilding. Before this patch I had no other choice but to build from scratch. When error occured I saw in config.log: GLIB_CFLAGS='-pthread line /home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2/usr/include/glib-2.0 -I/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2/usr/lib/glib-2.0/include' and build failed with: | arm-angstrom-linux-gnueabi-gcc: error: line: No such file or directory [1] http://lists.openembedded.org/pipermail/openembedded-devel/2016-March/106528.html Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-05mpd: disable automatic start at boot - service is activated on demand by socketAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-03layer.conf: add LAYERVERSION and LAYERDEPENDSJoe Slater
The layer README states we depend on meta-ruby and meta-oe, but bitbake-layers show-cross-depends does not find these dependencies. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26rtmpdump: fix QA warning for GNU_HASHCarlos Rafael Giani
The package wasn't actually using the OE CFLAGS and LDFLAGS. These must be passed as XCFLAGS and XLDFLAGS to make. Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26cdparanoia: fix QA warning for GNU_HASHCarlos Rafael Giani
Patch Makefile.in files to use LDFLAGS when linking the shared objects Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-05gtk-doc: disable where necessaryAlexander Kanavin
Several recipes in meta-oe layers are so old that they don't work with modern gtk-doc (which was added and enabled by default in oe-core); disable that where it is necessary for the build to succeed. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-08-22meta-oe: remove trailing spacesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-08-22meta-oe: fix indentationMartin Jansa
* remove tabs which sneaked in since last cleanup * meta-oe layers are using consistent indentation with 4 spaces, see http://www.openembedded.org/wiki/Styleguide Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-08-15rygel: add intltool-native dependencyMartin Jansa
* fixes: | ../rygel-0.28.2/configure: line 18228: syntax error near unexpected token `0.40.0' | ../rygel-0.28.2/configure: line 18228: `IT_PROG_INTLTOOL(0.40.0)' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>