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