summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMusee Ullah2020-08-13 01:08:03 -0500
committerMusee Ullah2020-08-13 01:09:09 -0500
commit90ee26204ddbafc1429de1531286f2863889ff44 (patch)
tree8152e1cf22421720825f80eabd6934525d00c9f3 /PKGBUILD
parentbf7a49662af58061f7f81197a6abe78296e64510 (diff)
downloadaur-ffmpeg-gl-transition.tar.gz
upgpkg: ffmpeg-gl-transition 14.3.1-1
sync to ffmpeg 4.3.1-1 arch release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 6 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a687714966bb..352d7b202e0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@
# Contributor: Paul Mattal <paul@archlinux.org>
pkgname=ffmpeg-gl-transition
-pkgver=4.2.3
+pkgver=4.3.1
pkgrel=1
epoch=1
-pkgdesc='Complete solution to record, convert and stream audio and video, with support for GL-transitions video filters'
+pkgdesc='Complete solution to record, convert and stream audio/video (w/ gl-transition patch)'
arch=(x86_64)
url=https://ffmpeg.org/
license=(GPL3)
@@ -38,6 +38,7 @@ depends=(
libmodplug
libomxil-bellagio
libpulse
+ librav1e.so
libraw1394
libsoxr
libssh
@@ -96,8 +97,9 @@ provides=(
ffmpeg
)
conflicts=(ffmpeg)
+_tag=6b6b9e593dd4d3aaf75f48d40a13ef03bdef9fdb
source=(
- git+https://git.ffmpeg.org/ffmpeg.git#tag=d3b963cc41824a3c5b2758ac896fb23e20a87875
+ git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
vmaf-model-path.patch
https://raw.githubusercontent.com/transitive-bullshit/ffmpeg-gl-transition/master/vf_gltransition.c
ffmpeg_vf_gltransition.patch)
@@ -115,14 +117,6 @@ pkgver() {
prepare() {
cd ffmpeg
- # lavf/mp3dec: don't adjust start time; packets are not adjusted
- # https://crbug.com/1062037
- git cherry-pick -n 460132c9980f8a1f501a1f69477bca49e1641233
-
- # backport avisynthplus support
- git show 6d8cddd1c67758636843f6a08295b3896c2e9ef8 -- libavformat/avisynth.c | git apply -
- git show 56f59246293de417d27ea7e27cb9a7727ee579fb -- libavformat/avisynth.c | git apply -
-
patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
cp "${srcdir}/vf_gltransition.c" libavfilter/
@@ -163,6 +157,7 @@ build() {
--enable-libopenjpeg \
--enable-libopus \
--enable-libpulse \
+ --enable-librav1e \
--enable-libsoxr \
--enable-libspeex \
--enable-libsrt \