extra/ffmpeg to 4.0.2-3

This commit is contained in:
Kevin Mihelich 2018-09-21 19:00:45 +00:00
parent ac289378c8
commit f3e5cbe255

View file

@ -1,4 +1,3 @@
# $Id$
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Ionut Biru <ibiru@archlinux.org>
@ -7,12 +6,12 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - use -fPIC in host cflags for armv7 to fix print_options.c compile
# - remove makedepends on ffnvcodec-headers, remove --enable-nvenc
# - remove makedepends on ffnvcodec-headers, remove --enable-nvenc, --enable-nvdec
# - remove depends on aom, remove --enable-libaom
pkgname=ffmpeg
pkgver=4.0.2
pkgrel=2
pkgrel=3
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video'
arch=('x86_64')
@ -32,8 +31,7 @@ makedepends=('git' 'ladspa' 'yasm')
optdepends=('ladspa: LADSPA filters')
provides=(
'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
'libswscale.so'
'libavutil.so' 'libpostproc.so' 'libswresample.so' 'libswscale.so'
)
source=("git+https://git.ffmpeg.org/ffmpeg.git#tag=n${pkgver}")
sha256sums=('SKIP')
@ -48,7 +46,6 @@ build() {
--disable-debug \
--disable-static \
--disable-stripping \
--enable-avresample \
--enable-fontconfig \
--enable-gmp \
--enable-gnutls \