ffmpeg: clean up patches (#525630)
This commit is contained in:
@@ -482,9 +482,6 @@ stdenv.mkDerivation (
|
||||
hash = "sha256-OLiQHKBNp2p63ZmzBBI4GEGz3WSSP+rMd8ITfZSVRgY=";
|
||||
})
|
||||
]
|
||||
++ optionals (lib.versionAtLeast version "7.1" && lib.versionOlder version "7.1.1") [
|
||||
./fix-fate-ffmpeg-spec-disposition-7.1.patch
|
||||
]
|
||||
++ optionals (lib.versionAtLeast version "7.1.1") [
|
||||
# Expose a private API for Chromium / Qt WebEngine.
|
||||
(fetchpatch2 {
|
||||
@@ -492,19 +489,6 @@ stdenv.mkDerivation (
|
||||
hash = "sha256-DbH6ieJwDwTjKOdQ04xvRcSLeeLP2Z2qEmqeo8HsPr4=";
|
||||
})
|
||||
]
|
||||
++ optionals (lib.versionAtLeast version "7.1" && lib.versionOlder version "7.1.4") [
|
||||
(fetchpatch2 {
|
||||
name = "lcevcdec-4.0.0-compat.patch";
|
||||
url = "https://code.ffmpeg.org/FFmpeg/FFmpeg/commit/fa23202cc7baab899894e8d22d82851a84967848.patch";
|
||||
hash = "sha256-Ixkf1xzuDGk5t8J/apXKtghY0X9cfqSj/q987zrUuLQ=";
|
||||
})
|
||||
]
|
||||
++ optionals (lib.versionAtLeast version "7.1.1" && lib.versionOlder version "7.1.3") [
|
||||
(fetchpatch2 {
|
||||
url = "https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/d8ffec5bf9a2803f55cc0822a97b7815f24bee83";
|
||||
hash = "sha256-lmSI5arShb2/W84FMnSNs3lb6rd5vWdUSzfU8oza0Ic=";
|
||||
})
|
||||
]
|
||||
++ optionals (lib.versionOlder version "7.1.2") [
|
||||
(fetchpatch2 {
|
||||
name = "unbreak-svt-av1-3.0.0.patch";
|
||||
|
||||
Reference in New Issue
Block a user