summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia
Commit message (Collapse)AuthorAgeFilesLines
...
* webrtc-audio-processing: initial recipeTanu Kaskinen2017-07-147-0/+365
| | | | | | | | | | | | | | PulseAudio has multiple alternative echo canceller implementations. Probably the best one is the "webrtc" echo canceller, which depends on this library. I added some patches to fix building on MIPS and PowerPC. The first three patches are taken from upstream, the other three patches are my own. I have only tested that the code builds on all architectures, not that the code actually works. Signed-off-by: Tanu Kaskinen <tanuk@iki.fi> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gst-plugins-gl_0.10.3.bb: Fix build on rpi/userlandKhem Raj2017-07-142-1/+25
| | | | | | | see https://www.raspberrypi.org/forums/viewtopic.php?t=7090 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cdparanoia: Fix build with security flagsKhem Raj2017-07-013-1/+66
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libdc1394: Add X11 and opengl deps if distro has them in policyKhem Raj2017-06-141-1/+4
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* caps: Fix buld with -pieKhem Raj2017-06-122-0/+19
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* media-service-upnp, renderer-service-upnp: DeleteKhem Raj2017-05-232-53/+0
| | | | | | | These repos are gone from upstream https://github.com/01org Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dleyna-server: Update to 0.6.0 releaseKhem Raj2017-05-231-2/+2
| | | | | | | License checksum changed due to copyright year update in 2017 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* juce: Updated JUCE to 5.0.1eu@felipetonello.com2017-05-231-6/+6
| | | | | | | | JUCE 5 doesn't require juce_events to have x11 dependency anymore. Also there were many improvements on Projucer. Signed-off-by: Felipe F. Tonello <eu@felipetonello.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmusicbrainz: Upgrade to 5.1.0Khem Raj2017-04-261-6/+3
| | | | | | | | | | | | | | Drop uclibc specific flags Add missing dep on libxml2 Shows up when libxml2 is not installed on build host since the native part then fails to build. | Could NOT find LibXml2 (missing: LIBXML2_LIBRARIES) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cdparanoia: Fix autoconf do it builds on new arches like aarch64Khem Raj2017-04-243-1/+77
| | | | | | Also build out of tree builds while here Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vorbis-tools: Fix build with security flagsKhem Raj2017-04-062-0/+27
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: add removal date to PNBLACKLIST messagesMartin Jansa2017-04-054-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | * based on discussion in pndeprecated thread: https://patchwork.openembedded.org/patch/137573/ update the messages to warn possible users that the recipe will be removed before the end of the next development cycle (before Yocto 2.4 is released). * updated with: sed -i 's/^\(PNBLACKLIST.*".*\)"/\1 - the recipe will be removed on 2017-09-01 unless the issue is fixed"/g' `git grep PNBLACKLIST | sed 's/:.*//g' | sort -u | xargs` * then noticed couple recipes being blacklisted only based on DISTRO_FEATURES, so removed those: meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.17.bb meta-oe/recipes-connectivity/bluez/bluez-hcidump_2.5.bb meta-oe/recipes-connectivity/bluez/bluez4_4.101.bb meta-oe/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb meta-oe/recipes-navigation/gypsy/gypsy.inc meta-oe/recipes-navigation/navit/navit.inc meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb * if it isn't fixed by this date, it's fair game to be removed whenever someone gets around to i Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* caps: Use c99 int typesKhem Raj2017-04-052-4/+50
| | | | | | Fixes build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libavc1394: Add libargp on muslKhem Raj2017-04-051-0/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* faac: Fix with with security flags and on muslKhem Raj2017-04-053-1/+59
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdc1394: Update to 2.2.5+Khem Raj2017-04-051-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* alsa-equal: Update SRC_URI to something validKhem Raj2017-03-311-2/+2
| | | | | | | www.thedigitalmachine.net has disappeared Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Make use of the new bb.utils.filter() functionPeter Kjellerstedt2017-03-076-11/+6
| | | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mpd: add pkgconfig to inherit, rework DEPENDS and unblacklistAndreas Müller2017-02-221-5/+35
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gst-meta-base: unblacklist - all dependencies are backAndreas Müller2017-02-221-2/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gst-rtsp: unblacklist - gstreamer is backAndreas Müller2017-02-221-2/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gst-plugins-ugly: unblacklist - gstreamer is backAndreas Müller2017-02-221-2/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gst-plugins-good: unblacklist - gstreamer is backAndreas Müller2017-02-221-2/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gst-plugins-gl: unblacklist - gstreamer is backAndreas Müller2017-02-221-2/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gst-plugins-base: unblacklist gstreamer is backAndreas Müller2017-02-221-2/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gst-plugins-bad: unblacklist - gstreamer is backAndreas Müller2017-02-221-2/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gst-openmax: unblacklist - gstreamer is backAndreas Müller2017-02-221-2/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gst-fluendo-mpegdemux: unblacklist - gstreamer is backAndreas Müller2017-02-221-2/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gst-fluendo-mp3: unblacklist - gstreamer is backAndreas Müller2017-02-221-2/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gstreamer: fix dependency issue and un-blacklist itPaul Gortmaker2017-02-201-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* recipes: blacklist recipes depending on blacklisted recipesMartin Jansa2017-02-1310-0/+20
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-edbus exquisite elementary libeweather unionfs-fuse xfsprogs gmtk ↵Martin Jansa2017-02-132-0/+4
| | | | | | | | | 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>
* tremor: add (from oe-core)Ross Burton2017-02-133-0/+146
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mpd: add PACKAGECONFIG for libcdio-paranoiaAndreas Müller2016-12-261-0/+1
| | | | | | | | 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>
* mpd: update to 0.19.21Andreas Müller2016-12-261-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mpd: add PACKAGECONFIG for audiofileAndreas Müller2016-12-261-0/+1
| | | | | | | | 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>
* gst-plugins-bad_0.10.23.bb: Add packageconfig for zbar pluginKhem Raj2016-12-261-0/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vlc: Add packageconfig for vdpauKhem Raj2016-11-261-1/+6
| | | | | | | | | | | 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>
* streamripper: add v1.64.6André Draszik2016-11-234-0/+150
| | | | | Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dcadec, libsquish: Add new recipesKhem Raj2016-11-232-0/+36
| | | | | | | | | 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>
* gstreamer: fix rare but annoying build errorsAndreas Müller2016-11-222-0/+33
| | | | | | | | | | | | | 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>
* libdc1394: Upgrade to 2.2.4Khem Raj2016-10-261-2/+2
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* alsa-equal: Add recipe for version 0.6Fabio Berton2016-10-214-0/+256
| | | | | | | | 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>
* caps: Add recipe for version 0.9.24Fabio Berton2016-10-212-0/+60
| | | | | | | | | 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>
* gst-plugins-base: fix rare but annoying build errorsAndreas Müller2016-10-052-0/+33
| | | | | | | | | | | | | | | | | | 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>
* mpd: disable automatic start at boot - service is activated on demand by socketAndreas Müller2016-10-051-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rtmpdump: fix QA warning for GNU_HASHCarlos Rafael Giani2016-09-261-1/+1
| | | | | | | | 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>
* cdparanoia: fix QA warning for GNU_HASHCarlos Rafael Giani2016-09-262-0/+43
| | | | | | | 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>
* meta-oe: remove trailing spacesMartin Jansa2016-08-221-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: fix indentationMartin Jansa2016-08-2210-20/+20
| | | | | | | | * 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>