Gyorgy Sarvari
a817392c05
faad2: patch CVE-2021-32276
...
Details: https://nvd.nist.gov/vuln/detail/CVE-2021-32276
Pick the patches from the PR[1] that resolved the issue[2] referenced by
the NVD advisory.
[1]: https://github.com/knik0/faad2/pull/66
[2]: https://github.com/knik0/faad2/issues/58
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2026-02-01 15:30:31 +01:00
Gyorgy Sarvari
44247b3cb0
libass: patch CVE-2020-24994
...
Details: https://nvd.nist.gov/vuln/detail/CVE-2020-24994
Backport the commit that is referenced by the NVD advisory.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2026-01-30 18:59:29 +01:00
Khem Raj
9ba02ea6a3
audiofile: Fix build with clang++
...
When tests are enabled additional C++ code is compiled and clang does
not like the code.
Cc: Gyorgy Sarvari <skandigraun@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 78f49691d7 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-11-30 15:13:57 +01:00
Gyorgy Sarvari
ac4f6f8b40
audiofile: patch CVE-2018-13440 and CVE-2018-17059
...
Details:
https://nvd.nist.gov/vuln/detail/CVE-2018-13440
https://nvd.nist.gov/vuln/detail/CVE-2018-17059
The patches have been backported from Debian - upstream
has been inactive for almost a decade by now.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit e16a7d11d1 )
2025-11-30 15:13:57 +01:00
Gyorgy Sarvari
1e1ace84a9
audiofile: backport test for CVE-2015-7747
...
This is a backported patch from opensuse, which contains a testcase
for CVE-2015-7747 (which is already patched in ths recipe, but not
tested explicitly).
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 6c98db2449 )
2025-11-30 15:13:57 +01:00
Gyorgy Sarvari
615409d45c
audiofile: add ptest support
...
It's under 15 seconds to execute it.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 85ded08df0 )
2025-11-30 15:13:57 +01:00
Gyorgy Sarvari
2953cc85a1
audiofile: patch CVE-2019-13147 and CVE-2022-24599
...
Details: https://nvd.nist.gov/vuln/detail/CVE-2019-13147
https://nvd.nist.gov/vuln/detail/CVE-2022-24599
These patches are used by opensuse to mitigate the corresponding vulnerabulities.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 8ef997336a )
2025-11-30 15:13:57 +01:00
Peter Marko
c36dd4dabd
audiofile: mark CVE-2020-18781 as patched
...
Per [1] this CVE is already patched by commit [2].
This can be also verified with yocto build.
Running without this patch:
root@qemux86-64:~# sfconvert poc.wav output format wave
malloc(): corrupted top size
Aborted
Running with it:
root@qemux86-64:~# sfconvert poc.wav output format wave
Audio File Library: Bad number of coefficients [error 62]
Could not open file 'poc.wav' for reading.
[1] https://github.com/mpruett/audiofile/issues/56
[2] https://github.com/antlarr/audiofile/commit/c48e4c6503f7dabd41f11d4c9c7b7f8960e7f2c0
Signed-off-by: Peter Marko <peter.marko@siemens.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 68f55c158e )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-11-30 15:13:57 +01:00
Peter Marko
6ca1fde08b
id3lib: mark CVE-2007-4460 as fixed
...
This is fixed in id3lib3.8.3_3.8.3-16.2.debian.tar.xz patch included in
SRC_URI.
Version 3.8.3-7 contains patch for this CVE, we use 3.8.3-16.2.
This can be verified by checking the debian/changelog within this patch
or diffing [1] and [2] and verifying that this can be reverse-applied.
[1] https://snapshot.debian.org/archive/debian/20070819T000000Z/pool/main/i/id3lib3.8.3/id3lib3.8.3_3.8.3-6.diff.gz
[2] https://snapshot.debian.org/archive/debian/20070819T000000Z/pool/main/i/id3lib3.8.3/id3lib3.8.3_3.8.3-7.diff.gz
Signed-off-by: Peter Marko <peter.marko@siemens.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 9fff0040f1 )
Adapted to Kirkstone (CVE_STATUS -> CVE_CHECK_IGNORE)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-10-27 18:08:19 +01:00
Gyorgy Sarvari
8ccc17d559
wavpack: patch CVE-2016-10169
...
Details: https://nvd.nist.gov/vuln/detail/CVE-2016-10169
Backport the relevant part of the linked patch.
(The full patch contains fixes for other vulnerabilities also, which
were introduced after v4.60)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-10-27 11:17:09 +01:00
Gyorgy Sarvari
1918af644e
faad2: patch CVE-2021-32278
...
Details: https://nvd.nist.gov/vuln/detail/CVE-2021-32278
Pick the patch that is marked to revolve the issue linked in the nvd report.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-10-17 10:51:27 +02:00
Gyorgy Sarvari
d301a4324b
faad2: patch CVE-2021-32274 and CVE-2021-32277
...
Details: https://nvd.nist.gov/vuln/detail/CVE-2021-32274
https://nvd.nist.gov/vuln/detail/CVE-2021-32277
Pick the patch that resolved the issues linked in the nvd reports
(same patch fixes both vulnerabilities).
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
merge to CVE-2021-32274
2025-10-17 10:51:27 +02:00
Gyorgy Sarvari
e06fe48896
faad2: patch CVE-2021-32273
...
Details: https://nvd.nist.gov/vuln/detail/CVE-2021-32273
Pick the patch that resolved the issue linked in the nvd report.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-10-17 10:51:27 +02:00
Gyorgy Sarvari
a84d373085
faad2: patch CVE-2021-32272
...
Details: https://nvd.nist.gov/vuln/detail/CVE-2021-32272
Pick the patch that is mentioned in the ncv report.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-10-17 10:51:27 +02:00
Ninette Adhikari
5fd149feb4
xsp: CVE status update for CVE-2006-2658
...
The recipe used in the `meta-openembedded` is a different xsp package compared to the one which has the CVE issue.
Package used in `meta-embedded`: maemo xsp http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/
Package with CVE issue: mono xsp https://github.com/mono/xsp
Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 3cb411a057 )
Reworked for Kirkstone (CVE_CHECK_IGNORE vs CVE_STATUS)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-10-17 10:51:27 +02:00
Peter Marko
294f2390be
libmad: patch CVE-2017-8372 and CVE-2017-8373
...
Pick patch [1] from Debian based on [2].
[1] https://salsa.debian.org/multimedia-team/libmad/-/raw/debian/0.15.1b-11/debian/patches/length-check.patch?ref_type=tags
[2] https://security-tracker.debian.org/tracker/CVE-2017-8374
Signed-off-by: Peter Marko <peter.marko@siemens.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 60eb0214e7 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-10-01 19:40:58 +02:00
Peter Marko
715fd845aa
libmad: patch CVE-2017-8372 and CVE-2017-8373
...
Pick patch [1] from Debian based on [2] and [3].
[1] https://salsa.debian.org/multimedia-team/libmad/-/blob/debian/0.15.1b-11/debian/patches/md_size.diff?ref_type=tags
[2] https://security-tracker.debian.org/tracker/CVE-2017-8372
[3] https://security-tracker.debian.org/tracker/CVE-2017-8373
Signed-off-by: Peter Marko <peter.marko@siemens.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 437635f608 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-10-01 19:40:58 +02:00
Peter Marko
e5a621fa4a
libmad: ignore CVE-2017-11552 and CVE-2018-7263
...
These CVEs are for mpg321, not libmad.
See Debian assessment:
* https://security-tracker.debian.org/tracker/CVE-2017-11552
* https://security-tracker.debian.org/tracker/CVE-2018-7263
Signed-off-by: Peter Marko <peter.marko@siemens.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit fee86a312f )
Adapted to Kirkstone.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-10-01 19:40:58 +02:00
Randy MacLeod
12b5785d71
libmad: switch links/SRC_URI to https sites
...
Switch to the sourceforge SRC_URI since the mars.org site only supports ftp.
Also switch the HOMEPAGE and BUGTRACKER links over to https.
and drop the obsolete SRC_URI[md5sum].
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit f61cc52609 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-10-01 19:40:58 +02:00
Peter Marko
8cce1dc455
audiofile: patch CVE-2017-6839
...
Use patch from buildroot:
https://github.com/buildroot/buildroot/commit/844a7c6281eb442881330a5d36d5a0719f2870bf
Signed-off-by: Peter Marko <peter.marko@siemens.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 88faae83b2 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-10-01 19:40:58 +02:00
Peter Marko
c9a3ae8293
audiofile: patch CVE-2017-6831
...
Use patch from buildroot:
https://github.com/buildroot/buildroot/commit/bd5f84d301c4e74ca200a9336eca88468ec0e1f3
Signed-off-by: Peter Marko <peter.marko@siemens.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 9d668989b1 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-10-01 19:40:58 +02:00
Peter Marko
67187eec92
audiofile: fix multiple CVEs
...
CVE-2017-6830 / CVE-2017-6834 / CVE-2017-6836 / CVE-2017-6838
Use patch from buildroot:
https://github.com/buildroot/buildroot/commit/4a1a8277bba490d227f413e218138e39f1fe1203
Signed-off-by: Peter Marko <peter.marko@siemens.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 75f2bd2b3b )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-10-01 19:40:58 +02:00
Peter Marko
78b11203e0
audiofile: patch CVE-2017-6829
...
Use patch from buildroot:
https://github.com/buildroot/buildroot/commit/434890df2a7c131b40fec1c49e6239972ab299d2
Signed-off-by: Peter Marko <peter.marko@siemens.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit f29fbaa465 )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-10-01 19:40:58 +02:00
Peter Marko
da0825d6f0
audiofile: fix multiple CVEs
...
CVE-2017-6827 / CVE-2017-6828 / CVE-2017-6832 / CVE-2017-6833 / CVE-2017-6835 / CVE-2017-6837
Use patch from buildroot:
https://github.com/buildroot/buildroot/commit/cc00bde57fc20d11f8fa4e8ec5f193c091714c55
Signed-off-by: Peter Marko <peter.marko@siemens.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 634cbcb91c )
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com >
2025-10-01 19:40:58 +02:00
Liyin Zhang
4ad41baed6
sound-theme-freedesktop: Update SRC_URI
...
Signed-off-by: Liyin Zhang <liyin.zhang.cn@windriver.com >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2024-10-13 11:19:56 -04:00
Martin Jansa
64d36f3458
jack: fix compatibility with python-3.11
...
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 >
2023-04-13 08:25:50 -04:00
wangmy
509d74f2d3
libvpx: upgrade 1.8.2 -> 1.11.0
...
Changelog from 1.8.2 to 1.11.0:
https://chromium.googlesource.com/webm/libvpx/+/refs/heads/main/CHANGELOG
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-04-13 19:21:41 -07:00
Andreas Müller
423a01e9ef
jack: upgrade 1.19.19 -> 1.19.20
...
* Patch to fix simdtests.cpp was merged
* guess who initially wrote simdtests.cpp :)
Changes
* Add waf autooption --example-tools to allow optional build of executables, libraries and man pages provided by jack-example-tools (the files are built by default).
* Building and installing the additional files can be disabled by using --example-tools=no or --no-example-tools.
* Fix 32-bit support in ALSA driver
* Fix incomplete ASIO support on Windows
* Fix metadata usage with multiple users
* Fix netsource tool missing on Windows
* Fix semaphore usage on macOS
* Official FreeBSD support
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-04-06 20:25:34 -04:00
Khem Raj
dc989053c7
a2jmidid: Fix build on ppc/musl
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-03-26 18:15:11 -07:00
Preeti Sachan
3436cda4d9
live555: Fix rdepends of live555-dev
...
This resolve issue nothing provides live555 needed by live555-dev.
Signed-off-by: Preeti Sachan <preeti.sachan@intel.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-03-24 09:45:25 -07:00
Daniel Gomez
85e1902650
v4l-utils: Update 1.20.0 -> 1.22.1
...
- Drop patches already upstream.
- Update getsubopt [1] patch to the new 1.22.1 sources.
[1]: 0007-Do-not-use-getsubopt.patch
Signed-off-by: Daniel Gomez <daniel@qtec.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-03-14 09:16:05 -07:00
Khem Raj
14c7d8a0d7
recipes: Update LICENSE variable to use SPDX license identifiers
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-03-04 17:41:45 -08:00
Andreas Müller
2509f659e4
All layers: Follow oe-core's variable name changes
...
Auto rename performed by oe-core's convert-variable-renames.py 0.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-02-24 08:35:24 -08:00
Wang Mingyu
80adbff00a
mpv: upgrade 0.34.0 -> 0.34.1
...
This is a bug fix release for the 0.34 branch.
Fixes and Minor Enhancements
----------------------------
- player: fix autofit/geometry related segfault
- ao_oss: add missing PATH_DEV_MIXER define
- egl_helpers: fix context creation if GLES 3 is not available
- audio: stop corrupting audio on underreads
- wayland: fix a potential segfault on surface enter
- vo_gpu: opengl: fix wrong glMemoryBarrier call
- vo_gpu: opengl: create context at version 4.4 again
- af_lavcac3enc: fix memory leak on no-op
- subprocess: unblock/reset signals before running child process
- wayland: avoid doing unneccesary window resizes
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-02-23 09:25:19 -08:00
Martin Jansa
856902b8c0
Fix DeprecationWarning about regexps
...
* fixes:
meta-oe/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb:125: DeprecationWarning: invalid escape sequence \.
meta-oe/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb:126: DeprecationWarning: invalid escape sequence \.
meta-oe/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb:128: DeprecationWarning: invalid escape sequence \.
meta-oe/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb:129: DeprecationWarning: invalid escape sequence \.
meta-oe/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb:130: DeprecationWarning: invalid escape sequence \.
meta-oe/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb:18: DeprecationWarning: invalid escape sequence \.
meta-oe/meta-oe/recipes-multimedia/libcdio/libcdio-paranoia_10.2+2.0.1.bb:21: DeprecationWarning: invalid escape sequence \.
meta-oe/meta-oe/recipes-multimedia/libcdio/libcdio_2.1.0.bb:28: DeprecationWarning: invalid escape sequence \.
oe-core/meta/classes/package.bbclass:1342: DeprecationWarning: invalid escape sequence \.
oe-core/meta/classes/package.bbclass:1343: DeprecationWarning: invalid escape sequence \-
oe-core/meta/classes/package.bbclass:1343: DeprecationWarning: invalid escape sequence \.
oe-core/meta/classes/package.bbclass:1344: DeprecationWarning: invalid escape sequence \.
oe-core/meta/classes/package.bbclass:1345: DeprecationWarning: invalid escape sequence \.
oe-core/meta/classes/package.bbclass:1348: DeprecationWarning: invalid escape sequence \.
oe-core/meta/classes/package.bbclass:1350: DeprecationWarning: invalid escape sequence \.
oe-core/meta/classes/package.bbclass:1353: DeprecationWarning: invalid escape sequence \.
oe-core/meta/classes/package.bbclass:1355: DeprecationWarning: invalid escape sequence \.
oe-core/meta/classes/package.bbclass:1358: DeprecationWarning: invalid escape sequence \.
oe-core/meta/classes/package.bbclass:1360: DeprecationWarning: invalid escape sequence \.
oe-core/meta/classes/package.bbclass:1365: DeprecationWarning: invalid escape sequence \.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-02-21 18:12:04 -08:00
Andreas Müller
8ac9690375
mpv: upgrade 0.33.1 -> 0.34.0
...
* Release notes are found at [1]
* License was refreshed to upstream changes [2] - no license change
[1] https://github.com/mpv-player/mpv/releases/tag/v0.34.0
[2] https://github.com/mpv-player/mpv/commit/7314253180e7c5d06bec6d1fed79ce92bff4b6be
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-01-05 08:17:18 -08:00
Jeremy A. Puhlman
245afbc8bd
cdrkit: remove ${PN} from ${PN}-dev RDEPENDS
...
If you add -dev packages to an image, as in an
sdk, ${PN}-dev is pulled in, which depends on ${PN}
which no longer exists in the new package layout.
Error:
Problem: conflicting requests
- nothing provides cdrkit = 1.1.11-r0.1 needed by cdrkit-dev-1.1.11-r0.1.corei7_64
(try to add '--skip-broken' to skip uninstallable packages)
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-12-24 15:48:38 -08:00
Alexander Kanavin
83754792c0
libid3tag: add from oe-core
...
Signed-off-by: Alexander Kanavin <alex@linutronix.de >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-12-03 08:08:18 -08:00
Richard Purdie
b402a3076f
recipes: Update SRC_URI branch and protocols
...
This patch updates SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls as generated by the conversion script
in OE-Core.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-11-03 06:57:49 -07:00
Khem Raj
a1ac306208
libcdio: Fix build with ncurses 6.3+
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-11-01 05:45:17 -07:00
Oleksandr Kravchuk
f3b2c00e3b
libcdio-paranoia: update to 10.2+2.0.1
...
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-10-16 09:50:38 -07:00
Marek Vasut
d80652bd72
yavta: Upgrade to latest version and drop downstream patch
...
Upgrade yavta to latest version and drop downstream patch from 2014
which was never upstreamed and no longer applies to upstream either.
The patch had sufficient time to make it upstream.
Signed-off-by: Marek Vasut <marex@denx.de >
Cc: Martin Jansa <Martin.Jansa@gmail.com >
Cc: Mike Crowe <mac@mcrowe.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-10-16 09:50:38 -07:00
Khem Raj
b005b9484a
pavucontrol: Inherit pkgconfig
...
Fixes
../pavucontrol-4.0/configure: line 6444: syntax error near unexpected token `GUILIBS,'
../pavucontrol-4.0/configure: line 6444: `PKG_CHECK_MODULES(GUILIBS, gtkmm-3.0 >= 3.0 sigc++-2.0 libcanberra-gtk3 >= 0.16 )'
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-09-24 08:12:35 -07:00
wangmy
0595d7bc3e
live555: upgrade 20210809 -> 20210824
...
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-08-26 10:10:57 -07:00
wangmy
ea1b56df9b
live555: upgrade 20210720 -> 20210809
...
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-08-23 22:00:39 -07:00
Michael Opdenacker
344bb081f5
opus-tools: update to 0.2, move to meta-multimedia and fix license
...
The license in version 0.1.8 was already BSD-2-Clause and GPLv2
(for the "opusinfo" command).
The license checksum change is due to trivial changes on the license
text ("https" instead of "http" and whitespace changes).
This new version now DEPENDs on "libopusenc" and "opusfile" too,
but this required to move the recipe to meta-multimedia instead.
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-08-12 10:25:19 -07:00
Martin Jansa
c61dc077bb
Convert to new override syntax
...
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2021-08-03 10:21:25 -07:00
zhengruoqin
4ad2b2be56
live555: upgrade 20210710 -> 20210720
...
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-07-27 09:52:23 -07:00
Andreas Müller
3d198001a2
jack: upgrade 1.19.18 -> 1.19.19
...
Changes:
* Add jack_position_t::tick_double, and flags around it
* Add zalsa "-w" argument to wait for soundcard to be available
* Bump internal protocol version to 9 (due to struct alignment)
* Fix alignment of fields for atomic accesses
* Fix build for platforms needing __STDC_FORMAT_MACROS
* Fix compilation of documentation
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-07-27 09:52:23 -07:00
wangmy
4047b6e3f5
live555: upgrade 20210406 -> 20210710
...
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-07-16 09:23:04 -07:00