summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia
Commit message (Collapse)AuthorAgeFilesLines
* libsdl2-mixer: Upgrade to 2.0.2Khem Raj2018-03-161-3/+3
| | | | | | | | Copyright year changed https://github.com/emscripten-ports/SDL2_mixer/commit/d7c0736d233f573e519297d7bd69cd1b1bb8e684 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* mpv: Adjust for the recent waf bbclass updatesKhem Raj2018-03-121-3/+4
| | | | | | | | waf bbclass now expects waf to be an executable script in ${S} before do_configure, otherwise it ends up in ugly python stack traces Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* alsa-oss: Upgrade to 1.0.28Khem Raj2018-02-232-12/+10
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libcdio: update to version 2.0.0Hains van den Bosch2018-02-111-2/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* jack: Update 1.9.12Andreas Müller2018-01-222-37/+3
| | | | | | | | | gcc7 build was fixed upstream [1] [1] https://github.com/jackaudio/jack2/commit/f7bccdca651592cc4082b28fd4a01ed6ef8ab655 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* cdrkit: add a link to genisoimage with the name mkisofsJibin Xu2017-11-301-0/+4
| | | | | | | | | | cdrkit only install genisoimage by default,but most tools use mkisofs to generate an ISO9660/JOLIET/HFS hybrid filesystem, so add a link to genisoimage with the name mkisofs to support these tools. Signed-off-by: Jibin Xu <jibin.xu@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* rcmd: Fix build with muslKhem Raj2017-10-023-0/+80
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* v4l-utils: added missing dependency on udevAthanasios Oikonomou2017-09-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Upgrading to newer v4l-utils 1.12.3 on commit f84a551f2d419df88b85987855fec866d9e84b4a Is causing issues because libdvbv5 now require libudev in order to work (commit db42484881bf5e6a902de51fe42444ddf286d52a on v4l-utils). First issue is missing dvb utils dvb-fe-tool, dvb-format-convert, dvbv5-daemon, dvbv5-scan, dvbv5-zap because libdvbv5 requires now libudev. Another issue was the failure of building dvb-apps (currently removed from master) because the v4l-utils-native is missing dvb-format-convert. This commit adds the missing udev dependency only on target and brings back the missing dvb utils. Adding udev on native build is not possible because nothing provides udev-native. Additionally add lib pthread to LDFLAGS in order to solve building with gold. ../../lib/libdvbv5/.libs/libdvbv5.so: error: undefined reference to 'pthread_cancel' ../../lib/libdvbv5/.libs/libdvbv5.so: error: undefined reference to 'pthread_create' Issue with gold linking reported upstream and hopefully will be addressed soon. Signed-off-by: Athanasios Oikonomou <athoik@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mpv: Requires ffmpeg which has a LICENSE_FLAGS = commercial setMark Hatle2017-09-131-0/+3
| | | | | | | We need to also set LICENSE_FLAGS = commercial to avoid any type of parsing errors for world builds. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* recipes: remove blacklisted recipesMartin Jansa2017-08-315-366/+0
| | | | | | | | * as PNBLACKLIST message says, these recipes are blacklisted for long time and nobody showed any interest to fix them * remove all unused .patch and .inc files as well Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libvpx: upgrade to 1.6.1dengke.du@windriver.com2017-08-281-2/+2
| | | | | Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mpv: Update to version 0.26.0.Martin Jansa2017-08-282-42/+2
| | | | | | | Updates the mpv package to version 0.26.0. The patch that was previously necessary related to OpenGL has been added upstream. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* a2jmidid: Link with libexecinfo on muslKhem Raj2017-07-241-0/+3
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* v4l-utils: Fix build with muslKhem Raj2017-07-244-1/+136
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cdrkit: Fix build with hardening flagsKhem Raj2017-07-012-4/+53
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* live555: Define XLOCALE_NOT_USED for glibc tooKhem Raj2017-07-011-4/+1
| | | | | | | | glibc has removed xlocale.h from public APIs starting 2.26 release Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* esound: Upgrade to 0.2.41Khem Raj2017-06-148-79/+136
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* audiofile: Inherit pkgconfig instead of binconfigKhem Raj2017-06-121-1/+1
| | | | | | | | | Fixes build with musl ../audiofile-0.3.6/configure: line 16964: PKG_PROG_PKG_CONFIG: command not found ../audiofile-0.3.6/configure: line 16971: syntax error near unexpected token `FLAC,' Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mpv: Add libxkbcommon when configuring with waylandKhem Raj2017-04-261-1/+1
| | | | | | | | | | | Fixes Package xkbcommon was not found in the pkg-config search path. Perhaps you should add the directory containing `xkbcommon.pc' to the PKG_CONFIG_PATH environment variable No package 'xkbcommon' found Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jack2: Fix build errors found with gcc7Khem Raj2017-04-262-1/+35
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* live555: Update from 20130430 to 20170410Khem Raj2017-04-243-12/+12
| | | | | | license checksum changed due to annual update of the copyright years Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpv: add PACKAGECONFIG for drm/gbm/vdpau/waylandAndreas Müller2017-04-181-2/+11
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mpv: update 0.15.0 -> 0.24.0Andreas Müller2017-04-182-6/+45
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* libass: update 0.13.2 -> 0.13.6Andreas Müller2017-04-183-5/+5
| | | | | | | | | | License checksum was changed by some back and forth [1-2] - now it is really ISC again. [1] https://github.com/libass/libass/commit/9422a80578bc44f662f07edf723f85239a0579f5 [2] https://github.com/libass/libass/commit/cde05e0716ef2b74530633d463ad7f6d0b94ac61 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* jack: update to latest git-revisionAndreas Müller2017-04-183-935/+2
| | | | | | NEON patches are upstream Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* jack: remove (non-existing) package jack from dependencies of jack-devFlorian Wickert2017-04-181-0/+2
| | | | | | | jack-dev depends on jack, which does not exist. This patch removes this dependency. Signed-off-by: Florian Wickert <fw@javox-solutions.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* v4l-utils: update to 1.12.3.Ismo Puustinen2017-04-063-9/+124
| | | | | | | | Also add a patch which fixes building outside the source tree. Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: add removal date to PNBLACKLIST messagesMartin Jansa2017-04-052-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* v4l-utils: Depend on argp-standalone for muslKhem Raj2017-04-051-0/+1
| | | | | | musl does not bundle libargp like glibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pavucontrol: Backport patches to build with c++11 stdKhem Raj2017-04-053-1/+655
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* live555: Do not use XLOCALE on muslKhem Raj2017-04-051-1/+4
| | | | | | musl does not have xlocale.h Signed-off-by: Khem Raj <raj.khem@gmail.com>
* a2jmidid: Fix build on aarch64Khem Raj2017-03-112-0/+32
| | | | | 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-071-1/+1
| | | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsdl2-mixer: add pkgconfig to inherit and unblacklistAndreas Müller2017-02-231-3/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* libsdl-mixer: add pkgconfig to inherit and unblacklistAndreas Müller2017-02-231-4/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* a2jmidid: add pkgconfig to inherit and unblacklistAndreas Müller2017-02-221-3/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pavucontrol: add pulseaudio-server to RDEPENDSAndreas Müller2017-02-221-0/+2
| | | | | | pavucontrol does not work without pulseaudio-server Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* libmikmod: create packageconfig option for pulseaudioAndreas Oberritter2017-02-201-1/+3
| | | | | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: blacklist recipes depending on blacklisted recipesMartin Jansa2017-02-131-1/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-edbus exquisite elementary libeweather unionfs-fuse xfsprogs gmtk ↵Martin Jansa2017-02-134-0/+8
| | | | | | | | | 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>
* esound: fix buildAndreas Müller2017-02-131-0/+3
| | | | | | | | | /usr/src/debug/esound/0.2.36-r1/esound-0.2.36/esd.c:144: error: undefined reference to 'sin' | /usr/src/debug/esound/0.2.36-r1/esound-0.2.36/esd.c:137: error: undefined reference to 'sin' Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* audiofile: add alsa-lib to DEPENDSAndreas Müller2017-02-131-1/+6
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* remove some more True options to getVar callsAndre McCurdy2017-02-131-1/+1
| | | | | | | | | | | getVar() now defaults to expanding by default, thus remove the True option from getVar() calls. Fix a small number of cases not addressed by the original patch: http://git.openembedded.org/meta-openembedded/commit/?id=efd3696e70a6603f1a45faa4a172433514f0a487 Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* jack: add ARM NEON support for sample conversionsAndreas Müller2017-02-133-1/+934
| | | | | | | | Add a test application checking accurracy and performance win of accelerated code. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* jack: add a PACKAGECONFIG for opus - disabled by defaultAndreas Müller2017-01-251-1/+2
| | | | | | | | It was broken before libopus/--enable-custom-modes patch anyway and netjack2 is an enhanced feature not necessary by default. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* jack: fix PACKAGECONFIG for alsaAndreas Müller2017-01-251-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* jack: update to git masterAndreas Müller2017-01-251-1/+1
| | | | | | | | | I am interested in dither random generator fix [1] [1] https://github.com/jackaudio/jack2/commit/0279a2d65a36d1378f5bab56d95bf9e99cc8cefb Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libopus: add --enable-custom-modes to EXTRA_OECONFAndreas Müller2017-01-251-5/+7
| | | | | | | | * this is what jack is looking for * while we are here do some polishing Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libopus: update 1.1.2 -> 1.1.3Andreas Müller2017-01-251-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* esound: fix build after update of audiofileAndreas Müller2016-12-262-4/+38
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>