summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2022-03-22 10:54:48 -0300
committerDaniel Bermond2022-03-22 10:54:48 -0300
commitf4b58efffafaf1ddbe2e60b2868896b60e84c001 (patch)
treeef35f024764a59d5984024e5edf3fb00187f2d92
parenta1b5465b7404705e9916d5b43bf109fd76e4455d (diff)
downloadaur-f4b58efffafaf1ddbe2e60b2868896b60e84c001.tar.gz
Refresh avisynthplus patch
-rw-r--r--.SRCINFO4
-rw-r--r--060-ffmpeg-fix-segfault-with-avisynthplus.patch2
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce45a25919db..ddc75b6a16ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffmpeg-git
pkgdesc = Complete solution to record, convert and stream audio and video (git version)
- pkgver = 5.1.r106355.ga24e6ca8bf
+ pkgver = 5.1.r106386.ge78173557d
pkgrel = 1
url = https://www.ffmpeg.org/
arch = x86_64
@@ -86,6 +86,6 @@ pkgbase = ffmpeg-git
source = 060-ffmpeg-fix-segfault-with-avisynthplus.patch
sha256sums = SKIP
sha256sums = 91973c465f01446a999f278f0c2a3763304994dba1ac35de0e4c72f12f39409e
- sha256sums = 887c2e440b159b7c3575a12eb17e1297b76f9468b65b96ef2674b7bb36b12fcf
+ sha256sums = 0d6b53940a81ebaf4e6b1a2208a178eb8a824d6a3d8e863bf9c4c7e0060d88ec
pkgname = ffmpeg-git
diff --git a/060-ffmpeg-fix-segfault-with-avisynthplus.patch b/060-ffmpeg-fix-segfault-with-avisynthplus.patch
index 1a43237953e4..8a8f9c743565 100644
--- a/060-ffmpeg-fix-segfault-with-avisynthplus.patch
+++ b/060-ffmpeg-fix-segfault-with-avisynthplus.patch
@@ -1,6 +1,6 @@
--- a/libavformat/avisynth.c
+++ b/libavformat/avisynth.c
-@@ -121,7 +121,7 @@ static av_cold void avisynth_atexit_handler(void);
+@@ -125,7 +125,7 @@ static av_cold void avisynth_atexit_handler(void);
static av_cold int avisynth_load_library(void)
{
diff --git a/PKGBUILD b/PKGBUILD
index 26db44ac5827..658f26f120c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: DrZaius <lou at fakeoutdoorsman.com>
pkgname=ffmpeg-git
-pkgver=5.1.r106355.ga24e6ca8bf
+pkgver=5.1.r106386.ge78173557d
pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video (git version)'
arch=('x86_64')
@@ -89,7 +89,7 @@ source=('git+https://git.ffmpeg.org/ffmpeg.git'
'060-ffmpeg-fix-segfault-with-avisynthplus.patch')
sha256sums=('SKIP'
'91973c465f01446a999f278f0c2a3763304994dba1ac35de0e4c72f12f39409e'
- '887c2e440b159b7c3575a12eb17e1297b76f9468b65b96ef2674b7bb36b12fcf')
+ '0d6b53940a81ebaf4e6b1a2208a178eb8a824d6a3d8e863bf9c4c7e0060d88ec')
prepare() {
patch -d ffmpeg -Np1 -i "${srcdir}/010-ffmpeg-add-av_stream_get_first_dts-for-chromium.patch"