summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-06-26 00:58:43 +0000
committerDaniel Bermond2018-06-26 01:00:03 +0000
commitcaf030d7be5c23d4476e404763d8bd5cb99d3eb1 (patch)
tree92ef6ad2906be4df35cc388868fcdaf216d88141
parentaeef32e835e99bccd7ab0ec9dd16c6b1763e076f (diff)
downloadaur-caf030d7be5c23d4476e404763d8bd5cb99d3eb1.tar.gz
depends: switch aom-git to libaom
libaom 1.0.0 was released and now upstream ffmpeg is accepting to compile with this stable version, which was not possible with libaom 0.1.0. This will remove the dependency on a -git package, which is good and desirable when possible.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58e1129810ef..e815a5534c7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-full
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)
pkgver = 4.0.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.ffmpeg.org/
arch = i686
arch = x86_64
@@ -83,7 +83,7 @@ pkgbase = ffmpeg-full
depends = libdrm
depends = libvdpau
depends = chromaprint-fftw
- depends = aom-git
+ depends = libaom
depends = codec2
depends = flite1-patched
depends = libilbc
diff --git a/PKGBUILD b/PKGBUILD
index 69e32c823822..854528d612ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ffmpeg-full
_srcname=ffmpeg
pkgver=4.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)'
arch=('i686' 'x86_64')
url='http://www.ffmpeg.org/'
@@ -23,7 +23,7 @@ depends=(
'libxv' 'libx11' 'libxext' 'zlib' 'libomxil-bellagio' 'libva' 'libdrm'
'libvdpau'
# AUR:
- 'chromaprint-fftw' 'aom-git' 'codec2' 'flite1-patched' 'libilbc' 'kvazaar'
+ 'chromaprint-fftw' 'libaom' 'codec2' 'flite1-patched' 'libilbc' 'kvazaar'
'openh264' 'libopenmpt-svn' 'shine' 'vo-amrwbenc' 'xavs' 'ndi-sdk' 'libmysofa'
'rockchip-mpp'
)