Update ffmpeg-libfdk_aac to 4.2.1

This commit is contained in:
Martchus 2019-09-15 00:39:13 +02:00
parent a668e8ee5f
commit f26b7b93b0
1 changed files with 11 additions and 5 deletions

View File

@ -9,8 +9,8 @@
_name=ffmpeg _name=ffmpeg
pkgname=ffmpeg-libfdk_aac pkgname=ffmpeg-libfdk_aac
pkgver=4.2 pkgver=4.2.1
pkgrel=2 pkgrel=1
epoch=1 epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video (with libfdk-aac support)' pkgdesc='Complete solution to record, convert and stream audio and video (with libfdk-aac support)'
arch=('x86_64') arch=('x86_64')
@ -88,14 +88,20 @@ provides=(
"ffmpeg=$pkgver" "ffmpeg=$pkgver"
) )
conflicts=("$_name") conflicts=("$_name")
source=("git+https://git.ffmpeg.org/ffmpeg.git#tag=n${pkgver}") source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=cbb3c9497549f8856d8cd37ac63af1406a784e58)
sha256sums=('SKIP') sha256sums=(SKIP)
pkgver() {
cd ffmpeg
git describe --tags | sed 's/^n//'
}
build() { build() {
cd $_name cd $_name
./configure \ ./configure \
--prefix='/usr' \ --prefix=/usr \
--disable-debug \ --disable-debug \
--disable-static \ --disable-static \
--disable-stripping \ --disable-stripping \