aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia
AgeCommit message (Collapse)Author
2018-05-17libopus: add native and nativesdkMartin Jansa
* can be used by spice Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-13v4l-utils: refresh patchesArmin Kuster
WARNING: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: checking file utils/cec-compliance/Makefile.am checking file utils/cec-ctl/Makefile.am Hunk #1 succeeded at 6 (offset -1 lines). checking file utils/cec-follower/Makefile.am Hunk #1 succeeded at 7 with fuzz 1. checking file utils/qv4l2/Makefile.am checking file utils/v4l2-compliance/Makefile.am checking file utils/v4l2-ctl/Makefile.am and more Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-13esound: refresh patchesArmin Kuster
WARNING: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: checking file Makefile.am Hunk #1 succeeded at 1 with fuzz 2. amoung others Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-13libvpx: refresh patchesArmin Kuster
WARNING: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: checking file build/make/configure.sh Hunk #1 succeeded at 581 with fuzz 2 (offset 137 lines). Hunk #2 succeeded at 616 (offset 27 lines). Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-08libass: update 0.13.6 -> 0.14.0Andreas Müller
* Migrate libass.inc into recipe - nothing else uses it * Use git repo to avoid github checksum trouble Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-16libsdl2-mixer: Upgrade to 2.0.2Khem Raj
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>
2018-03-12mpv: Adjust for the recent waf bbclass updatesKhem Raj
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>
2018-02-23alsa-oss: Upgrade to 1.0.28Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-02-11libcdio: update to version 2.0.0Hains van den Bosch
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-22jack: Update 1.9.12Andreas Müller
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>
2017-11-30cdrkit: add a link to genisoimage with the name mkisofsJibin Xu
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>
2017-10-02rcmd: Fix build with muslKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-09-18v4l-utils: added missing dependency on udevAthanasios Oikonomou
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>
2017-09-13mpv: Requires ffmpeg which has a LICENSE_FLAGS = commercial setMark Hatle
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>
2017-08-31recipes: remove blacklisted recipesMartin Jansa
* 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>
2017-08-28libvpx: upgrade to 1.6.1dengke.du@windriver.com
Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-08-28mpv: Update to version 0.26.0.Martin Jansa
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>
2017-07-24a2jmidid: Link with libexecinfo on muslKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-07-24v4l-utils: Fix build with muslKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-07-01cdrkit: Fix build with hardening flagsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-07-01live555: Define XLOCALE_NOT_USED for glibc tooKhem Raj
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>
2017-06-14esound: Upgrade to 0.2.41Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-06-12audiofile: Inherit pkgconfig instead of binconfigKhem Raj
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>
2017-04-26mpv: Add libxkbcommon when configuring with waylandKhem Raj
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>
2017-04-26jack2: Fix build errors found with gcc7Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-04-24live555: Update from 20130430 to 20170410Khem Raj
license checksum changed due to annual update of the copyright years Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-04-18mpv: add PACKAGECONFIG for drm/gbm/vdpau/waylandAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-04-18mpv: update 0.15.0 -> 0.24.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-04-18libass: update 0.13.2 -> 0.13.6Andreas Müller
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>
2017-04-18jack: update to latest git-revisionAndreas Müller
NEON patches are upstream Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-04-18jack: remove (non-existing) package jack from dependencies of jack-devFlorian Wickert
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>
2017-04-06v4l-utils: update to 1.12.3.Ismo Puustinen
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>
2017-04-05recipes: add removal date to PNBLACKLIST messagesMartin Jansa
* 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>
2017-04-05v4l-utils: Depend on argp-standalone for muslKhem Raj
musl does not bundle libargp like glibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-04-05pavucontrol: Backport patches to build with c++11 stdKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-04-05live555: Do not use XLOCALE on muslKhem Raj
musl does not have xlocale.h Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-03-11a2jmidid: Fix build on aarch64Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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-23libsdl2-mixer: add pkgconfig to inherit and unblacklistAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-02-23libsdl-mixer: add pkgconfig to inherit and unblacklistAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-02-22a2jmidid: add pkgconfig to inherit and unblacklistAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-22pavucontrol: add pulseaudio-server to RDEPENDSAndreas Müller
pavucontrol does not work without pulseaudio-server Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-02-20libmikmod: create packageconfig option for pulseaudioAndreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> 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-13esound: fix buildAndreas Müller
| /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>
2017-02-13audiofile: add alsa-lib to DEPENDSAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13remove some more True options to getVar callsAndre McCurdy
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>
2017-02-13jack: add ARM NEON support for sample conversionsAndreas Müller
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>
2017-01-25jack: add a PACKAGECONFIG for opus - disabled by defaultAndreas Müller
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>