summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2021-12-06 03:21:20 -0500
committergraysky2021-12-06 03:21:20 -0500
commitc2794face51429ebd942d08b88d223ce576ae91b (patch)
tree5c6f74da5e86d922f213bf12797c47e767d18388
parent2e825992dab56ea2f35fd93fb4030441e0a769e0 (diff)
downloadaur-c2794face51429ebd942d08b88d223ce576ae91b.tar.gz
Update to 4.3.3-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac0f74a6cf51..cf485bdb1639 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-shinobi
- pkgdesc = FFmpeg from the 4.3 release branch for use with Shinobi
- pkgver = 4.3.2
- pkgrel = 5
+ pkgdesc = FFmpeg from the release/4.3 branch for use with Shinobi
+ pkgver = 4.3.3
+ pkgrel = 1
url = https://ffmpeg.org/
arch = x86_64
arch = aarch64
@@ -82,7 +82,7 @@ pkgbase = ffmpeg-shinobi
provides = libswresample.so
provides = libswscale.so
conflicts = ffmpeg
- source = git+https://git.ffmpeg.org/ffmpeg.git#tag=f719f869907764e6412a6af6e178c46e5f915d25
+ source = git+https://git.ffmpeg.org/ffmpeg.git#tag=a77521cd5d27e955b16e8097eecefc779ffdcb6d
source = vmaf-model-path.patch
source = 0001-configure-use-no-narrowing-for-cuda-llvm-compilation.patch::https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/52cc323735ced6e8095cfd3acea0e36e35c76eb2
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6a6d5414cc49..ab5801547845 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,15 @@
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
# Contributor: Paul Mattal <paul@archlinux.org>
+# optionally modify to fit your specific hardware
+#export CFLAGS+=" -march=haswell -mtune=haswell"
+#export CXXFLAGS="${CFLAGS}"
+
pkgname=ffmpeg-shinobi
_pkgname=ffmpeg
-pkgver=4.3.2
-pkgrel=5
-pkgdesc='FFmpeg from the 4.3 release branch for use with Shinobi'
+pkgver=4.3.3
+pkgrel=1
+pkgdesc='FFmpeg from the release/4.3 branch for use with Shinobi'
arch=(x86_64 aarch64 armv6h armv7h)
url=https://ffmpeg.org/
license=(GPL3)
@@ -105,7 +109,7 @@ provides=(
conflicts=(
ffmpeg
)
-_tag=f719f869907764e6412a6af6e178c46e5f915d25
+_tag=a77521cd5d27e955b16e8097eecefc779ffdcb6d
source=(
git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
vmaf-model-path.patch