summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2020-08-17 22:17:24 +0200
committerkfg2020-08-17 22:17:24 +0200
commit25e25e4178e4c25ebde2cb8f478f6822a76d164f (patch)
tree67e43b4b9bcff513ac631aaca22e2e7070112602
parent1161cdd18149ad339fe954f9a2fc39eac650318b (diff)
downloadaur-25e25e4178e4c25ebde2cb8f478f6822a76d164f.tar.gz
Added avisynthplus and rebuild for x264 and libvpx
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7e4a4229706..777b4b80e688 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = mingw-w64-ffmpeg
pkgdesc = Complete solution to record, convert and stream audio and video (mingw-w64)
pkgver = 4.3.1
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://ffmpeg.org/
arch = any
license = GPL3
+ makedepends = mingw-w64-avisynthplus
makedepends = mingw-w64-gcc
makedepends = mingw-w64-pkg-config
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index e27c3223d21d..7d652cbfdb3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-ffmpeg
pkgver=4.3.1
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc="Complete solution to record, convert and stream audio and video (mingw-w64)"
arch=('any')
@@ -45,9 +45,7 @@ depends=(
# TODO: Add vmaf dependency
#'mingw-w64-vmaf'
options=(!strip !buildflags staticlibs)
-# TODO: Add avisynth dependency
-#'mingw-w64-avisynthplus'
-makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'git' 'yasm')
+makedepends=('mingw-w64-avisynthplus' 'mingw-w64-gcc' 'mingw-w64-pkg-config' 'git' 'yasm')
_tag=6b6b9e593dd4d3aaf75f48d40a13ef03bdef9fdb
#source=("git+https://git.ffmpeg.org/ffmpeg.git#tag=n${pkgver}"
source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
@@ -90,6 +88,7 @@ build() {
--enable-gmp \
--enable-gnutls \
--enable-gpl \
+ --enable-avisynth \
--enable-libaom \
--enable-libass \
--enable-libbluray \
@@ -123,8 +122,6 @@ build() {
--disable-doc \
--x86asmexe=yasm
-# TODO: Add avisynth dependency
-# --enable-avisynth \
# TODO: Add vmaf dependency
# --enable-libvmaf \