summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Tobias2020-05-27 19:31:35 +1000
committerDaniel Tobias2020-05-27 19:31:35 +1000
commite857ff7c95199f1a4b901f96a34dfd3aaf544178 (patch)
tree63c336d69dce25eb451e7e64cd74fdae7abfe07a
parentc6d72afde063bdc2a2206e55dcb062d1e5afcf66 (diff)
downloadaur-e857ff7c95199f1a4b901f96a34dfd3aaf544178.tar.gz
ffmpeg 4.2.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66d1e6eb67d5..734e52ea8018 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = ffmpeg-headless
pkgdesc = Complete solution to record, convert and stream audio and video; optimised for server (headless) systems
- pkgver = 4.2.2
+ pkgver = 4.2.3
pkgrel = 1
epoch = 1
- url = http://ffmpeg.org/
+ url = https://ffmpeg.org/
arch = i686
arch = x86_64
arch = armv7h
@@ -50,8 +50,8 @@ pkgbase = ffmpeg-headless
provides = libswscale.so
provides = ffmpeg
conflicts = ffmpeg
- source = https://ffmpeg.org/releases/ffmpeg-4.2.2.tar.xz
- sha256sums = cb754255ab0ee2ea5f66f8850e1bd6ad5cac1cd855d0a2f4990fb8c668b0d29c
+ source = https://ffmpeg.org/releases/ffmpeg-4.2.3.tar.xz
+ sha256sums = 9df6c90aed1337634c1fb026fb01c154c29c82a64ea71291ff2da9aacb9aad31
pkgname = ffmpeg-headless
diff --git a/PKGBUILD b/PKGBUILD
index ca1d1503a2ce..84fb0abbad49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
_pkgname=ffmpeg
pkgname=ffmpeg-headless
-pkgver=4.2.2
+pkgver=4.2.3
pkgrel=1
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video; optimised for server (headless) systems'
-arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
-url='http://ffmpeg.org/'
-license=('GPL3')
+arch=(i686 x86_64 armv7h armv6h aarch64)
+url=https://ffmpeg.org/
+license=(GPL3)
depends=(
aom
bzip2
@@ -60,7 +60,7 @@ provides=(
)
conflicts=('ffmpeg')
source=("https://ffmpeg.org/releases/${_pkgname}-${pkgver}.tar.xz")
-sha256sums=('cb754255ab0ee2ea5f66f8850e1bd6ad5cac1cd855d0a2f4990fb8c668b0d29c')
+sha256sums=('9df6c90aed1337634c1fb026fb01c154c29c82a64ea71291ff2da9aacb9aad31')
prepare() {
cd ${_pkgname}-${pkgver}
@@ -76,6 +76,7 @@ build() {
--disable-debug \
--disable-static \
--disable-stripping \
+ --disable-avisynth \
--disable-fontconfig \
--enable-gmp \
--enable-gnutls \
@@ -101,10 +102,12 @@ build() {
--disable-libpulse \
--disable-libsoxr \
--enable-libspeex \
+ --disable-libsrt \
--disable-libssh \
--enable-libtheora \
--enable-libv4l2 \
--disable-libvidstab \
+ --disable-libvmaf
--enable-libvorbis \
--enable-libvpx \
--enable-libwebp \