summaryrefslogtreecommitdiff
path: root/pkg/ffmpeg/patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-01-03 12:57:00 -0800
committerMichael Forney <mforney@mforney.org>2020-01-03 12:59:36 -0800
commit979ec8e98ba1bf83bef4915cb4178c56d5fcb71d (patch)
tree0d680e666a6b384046a2e2605d3537de85dec8a1 /pkg/ffmpeg/patch
parenta695987176b9106cf37367dcc7f7b73f38f6087e (diff)
ffmpeg: Remove version.sh patch
For build reproducibility, we don't use version.sh anymore, and instead create it ourselves.
Diffstat (limited to 'pkg/ffmpeg/patch')
-rw-r--r--pkg/ffmpeg/patch/0001-Fix-build-with-LibreSSL.patch (renamed from pkg/ffmpeg/patch/0002-Fix-build-with-LibreSSL.patch)0
-rw-r--r--pkg/ffmpeg/patch/0001-version.sh-Replace-all-slashes.patch25
-rw-r--r--pkg/ffmpeg/patch/0002-libavformat-tls_libtls-handle-TLS_WANT_POLLIN-and-TL.patch (renamed from pkg/ffmpeg/patch/0003-libavformat-tls_libtls-handle-TLS_WANT_POLLIN-and-TL.patch)0
3 files changed, 0 insertions, 25 deletions
diff --git a/pkg/ffmpeg/patch/0002-Fix-build-with-LibreSSL.patch b/pkg/ffmpeg/patch/0001-Fix-build-with-LibreSSL.patch
index 5e4a070c..5e4a070c 100644
--- a/pkg/ffmpeg/patch/0002-Fix-build-with-LibreSSL.patch
+++ b/pkg/ffmpeg/patch/0001-Fix-build-with-LibreSSL.patch
diff --git a/pkg/ffmpeg/patch/0001-version.sh-Replace-all-slashes.patch b/pkg/ffmpeg/patch/0001-version.sh-Replace-all-slashes.patch
deleted file mode 100644
index d970c36f..00000000
--- a/pkg/ffmpeg/patch/0001-version.sh-Replace-all-slashes.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 333db73f3ce45055c77bf951153c8fddb3de5e42 Mon Sep 17 00:00:00 2001
-From: Michael Forney <mforney@mforney.org>
-Date: Sat, 2 Jul 2016 11:58:07 -0700
-Subject: [PATCH] version.sh: Replace all slashes
-
----
- ffbuild/version.sh | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/ffbuild/version.sh b/ffbuild/version.sh
-index edc4dd33c5..331aa385c3 100755
---- a/ffbuild/version.sh
-+++ b/ffbuild/version.sh
-@@ -49,7 +49,7 @@ NEW_REVISION="#define FFMPEG_VERSION \"$version\""
- OLD_REVISION=$(cat "$2" 2> /dev/null | head -4 | tail -1)
-
- # String used for preprocessor guard
--GUARD=$(echo "$2" | sed 's/\//_/' | sed 's/\./_/' | tr '[:lower:]' '[:upper:]' | sed 's/LIB//')
-+GUARD=$(echo "$2" | sed 's/\//_/g' | sed 's/\./_/' | tr '[:lower:]' '[:upper:]' | sed 's/LIB//')
-
- # Update version header only on revision changes to avoid spurious rebuilds
- if test "$NEW_REVISION" != "$OLD_REVISION"; then
---
-2.14.2
-
diff --git a/pkg/ffmpeg/patch/0003-libavformat-tls_libtls-handle-TLS_WANT_POLLIN-and-TL.patch b/pkg/ffmpeg/patch/0002-libavformat-tls_libtls-handle-TLS_WANT_POLLIN-and-TL.patch
index 521b5288..521b5288 100644
--- a/pkg/ffmpeg/patch/0003-libavformat-tls_libtls-handle-TLS_WANT_POLLIN-and-TL.patch
+++ b/pkg/ffmpeg/patch/0002-libavformat-tls_libtls-handle-TLS_WANT_POLLIN-and-TL.patch