mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/ffmpeg to 4.2.3-1
This commit is contained in:
parent
e464e2d316
commit
0c75b4dcfe
1 changed files with 9 additions and 8 deletions
|
@ -12,8 +12,8 @@
|
||||||
# - remove depends on vmaf, remove --enable-vmaf
|
# - remove depends on vmaf, remove --enable-vmaf
|
||||||
|
|
||||||
pkgname=ffmpeg
|
pkgname=ffmpeg
|
||||||
pkgver=4.2.2
|
pkgver=4.2.3
|
||||||
pkgrel=8
|
pkgrel=1
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc='Complete solution to record, convert and stream audio and video'
|
pkgdesc='Complete solution to record, convert and stream audio and video'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -86,10 +86,12 @@ provides=(
|
||||||
libswresample.so
|
libswresample.so
|
||||||
libswscale.so
|
libswscale.so
|
||||||
)
|
)
|
||||||
source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=192d1d34eb3668fa27f433e96036340e1e5077a0
|
source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=d3b963cc41824a3c5b2758ac896fb23e20a87875
|
||||||
vmaf-model-path.patch)
|
vmaf-model-path.patch)
|
||||||
sha256sums=('SKIP'
|
sha256sums=(
|
||||||
'8dff51f84a5f7460f8893f0514812f5d2bd668c3276ef7ab7713c99b71d7bd8d')
|
SKIP
|
||||||
|
8dff51f84a5f7460f8893f0514812f5d2bd668c3276ef7ab7713c99b71d7bd8d
|
||||||
|
)
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd ffmpeg
|
cd ffmpeg
|
||||||
|
@ -100,9 +102,7 @@ pkgver() {
|
||||||
prepare() {
|
prepare() {
|
||||||
cd ffmpeg
|
cd ffmpeg
|
||||||
|
|
||||||
git cherry-pick -n dc0806dd25882f41f6085c8356712f95fded56c7
|
patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
|
||||||
|
|
||||||
patch -Np1 -i "${srcdir}/vmaf-model-path.patch"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -115,6 +115,7 @@ build() {
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-stripping \
|
--disable-stripping \
|
||||||
|
--enable-avisynth \
|
||||||
--enable-fontconfig \
|
--enable-fontconfig \
|
||||||
--enable-gmp \
|
--enable-gmp \
|
||||||
--enable-gnutls \
|
--enable-gnutls \
|
||||||
|
|
Loading…
Reference in a new issue