summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia
Commit message (Collapse)AuthorAgeFilesLines
* libmikmod: fix SRC_URIMartin Jansa2019-06-161-1/+1
| | | | | | | | * it was moved to outdated_versions directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* ne10, libopus: add armv7ve override as wellMartin Jansa2019-06-161-1/+2
| | | | | | | | | * fix the override in packagegroup-meta-oe.bb * alllow building ne10 for armv7ve (e.g. Cortex-A15) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* esound: fix SRC_URI for multilibMartin Jansa2019-05-231-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* v4l-utils: upgrade 1.16.0 -> 1.16.5Denys Dmytriyenko2019-04-291-2/+2
| | | | | | | Includes about 6 months of bug fixes. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libopus: use armv7a, aarch64 overrides when adding ne10 dependencyMartin Jansa2019-04-291-4/+4
| | | | | | | | | | | | * to match what ne10 recipe does now * fixes: ERROR: Nothing PROVIDES 'ne10' (but meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb DEPENDS on or otherwise requires it) ne10 was skipped: incompatible with machine qemuarm (not in COMPATIBLE_MACHINE) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'libopus', 'ne10'] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* alsa-oss: Upgrade to 1.1.8Khem Raj2019-04-062-13/+23
| | | | | | OE-core has upgraded alsa-lib to 1.1.8 as well so we need to be in sysnc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* live555: Upgrade to 20190306 releaseKhem Raj2019-03-162-3/+3
| | | | | | location of SRC_URI has changed as main site is offline Signed-off-by: Khem Raj <raj.khem@gmail.com>
* live555: update to version 20190227Slater, Joseph2019-03-031-3/+2
| | | | | | | Fixes CVE-2019-7314. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jack: Add packageconfig for dbus add files generated to jack-server packageAndreas Müller2019-02-151-1/+8
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* faad2: upgrade to 2.8.8Ross Burton2019-02-122-31/+14
| | | | | | | | | | Upgrade to the latest release, 2.8.8. Stop splitting the package up excessively, and use lib_package to put the binaries into PN-bin. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jack: Fix build when using libc++Khem Raj2019-01-302-0/+28
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpv: Disable lua on mips/aarch64Khem Raj2019-01-041-1/+4
| | | | | | Luajit depeendency is not available on mips64/aarch64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libvpx: bump to 1.7.0S. Lockwood-Childs2018-12-221-3/+5
| | | | | | | | | | | | | | | | | | | | | Fetch was switched from tarball to git fetcher with release tag because libvpx-1.7.0.tar.bz2 was not available at the previous download URL. The download instructions for the project point to autogenerated tarballs now (instead of storage.googleapis.com) [1], but archive tarballs generated by git can end up with checksums that change over time... so using git directly is less likely to break. Successfully compile tested against: * ffmpeg-4.0.2 * gstreamer1.0-plugins-good-1.14.2 * vlc-2.2.2 with vpx enabled in each respective PACKAGECONFIG. [1] https://www.webmproject.org/code/releases/ Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* a2jmidid: Define own do_configureKhem Raj2018-12-041-0/+5
| | | | | | | | | waf script here does not support -o switch so define own which can be run in B Secondly, ensure to use python2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* v4l-utils: update to 1.16.0Ryan Harkin2018-11-024-169/+8
| | | | | | | | | Also remove two patches that have been merged upstream into v4l-util since 1.12.3 and update the diff for patch 0002-contrib-* to prevent a build warning. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmms: drop obsolete "Requires:glib-2.0" from pkg-config fileMax Kellermann2018-09-261-0/+8
| | | | | Signed-off-by: Max Kellermann <max.kellermann@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* v4l-utils: split one dpg packageHongxu Jia2018-09-181-2/+3
| | | | | | | | | | | Multiple -dbg packages per recipe is not encouraged, and only one is recommended and the code only works properly in some cases for one. Add RPROVIDES_${PN}-dbg to be compatiable with previous dbg packages requiring. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpv: Remove lua from packageconfig for aarch64Khem Raj2018-09-161-0/+2
| | | | | | luajit is not buildable on aarch64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minidlna: restore & fix recipeBaptiste DURAND2018-09-112-64/+0
| | | | | | | Restore minidlna recipe and bump it to v1.2.1 Move it to meta-multimedia Signed-off-by: Baptiste Durand <baptiste.durand@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jack: Fix build with python 3.7+Khem Raj2018-09-052-1/+29
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Exclude non-buildable recipes from world for musl buildKhem Raj2018-08-201-0/+3
| | | | | | | These recipes need to be fixed for musl, until they are needed on musl lets remove them from world builds Signed-off-by: Khem Raj <raj.khem@gmail.com>
* alsa-oss: Upgrade to 1.1.6Khem Raj2018-08-202-20/+43
| | | | | | License-Update: FSF Address updated in COPYING file Signed-off-by: Khem Raj <raj.khem@gmail.com>
* move all libsdl recipes in one folder and follow oe-core's folder for libsdlAndreas Müller2018-08-196-193/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* faad2: set LICENSE_FLAGSPaul Eggleton2018-08-151-0/+2
| | | | | | | | Commercial usage requires a license according to the homepage, so set LICENSE_FLAGS = "commercial" to indicate that. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* faad2: set more accurate SUMMARY and add HOMEPAGEPaul Eggleton2018-08-151-1/+2
| | | | | | | | Make it clear what this library is for and provide a link for more information. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libopus: add native and nativesdkMartin Jansa2018-05-171-0/+2
| | | | | | | * can be used by spice Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* v4l-utils: refresh patchesArmin Kuster2018-04-137-41/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* esound: refresh patchesArmin Kuster2018-04-134-20/+22
| | | | | | | | | | | | | | | | | | | | | | | 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>
* libvpx: refresh patchesArmin Kuster2018-04-131-7/+16
| | | | | | | | | | | | | | | | | | | | | | 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>
* libass: update 0.13.6 -> 0.14.0Andreas Müller2018-04-082-5/+3
| | | | | | | | * 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>
* 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>