diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-04-24 19:48:59 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-04-24 19:48:59 -0400 |
commit | bef85cfc4c3cd87a91e50657329f011c6f1cb191 (patch) | |
tree | d85888b330c6f7e7397522c531255e2ffdac9062 /media-video/ffmpeg | |
parent | 7f56d70a6f99fc5b866630f15325b962a569776c (diff) | |
download | gentoo-overlay-bef85cfc4c3cd87a91e50657329f011c6f1cb191.tar.xz gentoo-overlay-bef85cfc4c3cd87a91e50657329f011c6f1cb191.zip |
media-video/ffmpeg: drop jxl patches
Diffstat (limited to 'media-video/ffmpeg')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999.ebuild | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index d967cf2..f942072 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -37,17 +37,6 @@ else # Release BDEPEND=" verify-sig? ( sec-keys/openpgp-keys-ffmpeg )" fi -JPEGXL_PATCHES=( -667b1a36939a69619b58d413ebf9d12d987d1d0d.patch -79658a2e9d821783a951a5d08ae6abac7bf24a40.patch -4f4dc78d2870ddd4d5e321e65b5de289a31258cf.patch -eadde927756bda5d0bcd5b198d020d5f78ddb132.patch -) -SRC_URI+=" - jpegxl? ( - ${JPEGXL_PATCHES[@]/#/https://github.com/thebombzen/FFmpeg/commit/} - ) -" FFMPEG_REVISION="${PV#*_p}" SLOT="0/${FFMPEG_SUBSLOT}" @@ -344,7 +333,6 @@ S=${WORKDIR}/${P/_/-} PATCHES=( "${FILESDIR}"/chromium-r1.patch - "${JPEGXL_PATCHES[@]/#/${DISTDIR}/}" ) MULTILIB_WRAPPED_HEADERS=( |