1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 20:22:38 +01:00

media-tv/kodi: bump to 21.0, rename patches for 20.5

This commit is contained in:
2024-04-06 16:09:43 +02:00
parent fc580f98d4
commit 2174bb9148
11 changed files with 50 additions and 40 deletions

View File

@@ -268,10 +268,10 @@ Please consider enabling IP_MULTICAST under Networking options.
"
PATCHES=(
"${FILESDIR}"/${PN}-20.3-VideoPlayerAudio-invalidate-previous-sync-type-after-Audio.patch
"${FILESDIR}"/${PN}-20.3-CDVDInputStreamFile-use-64K-read-chunk-size-when-filesystem.patch
"${FILESDIR}"/${PN}-20.3-swig-4.2.patch
"${FILESDIR}"/${PN}-20.3-binutils-2.41.patch
"${FILESDIR}"/${P}-VideoPlayerAudio-invalidate-previous-sync-type-after-Audio.patch
"${FILESDIR}"/${P}-CDVDInputStreamFile-use-64K-read-chunk-size-when-filesystem.patch
"${FILESDIR}"/${P}-swig-4.2.patch
"${FILESDIR}"/${P}-binutils-2.41.patch
)
pkg_setup() {
@@ -304,10 +304,10 @@ src_prepare() {
done
if use system-ffmpeg; then
eapply "${FILESDIR}"/${PN}-20.3-ffmpeg5.patch
eapply "${FILESDIR}"/${PN}-20.3-ffmpeg6.patch
eapply "${FILESDIR}"/${PN}-20.3-fix-crash-in-avcodec_parameters_from_context.patch
eapply "${FILESDIR}"/${PN}-20.3-smart_ptr-and-custom-destructor-for-AVCodecParameters.patch
eapply "${FILESDIR}"/${P}-ffmpeg5.patch
eapply "${FILESDIR}"/${P}-ffmpeg6.patch
eapply "${FILESDIR}"/${P}-fix-crash-in-avcodec_parameters_from_context.patch
eapply "${FILESDIR}"/${P}-smart_ptr-and-custom-destructor-for-AVCodecParameters.patch
fi
}