ffmpeg: add soft dependency dav1d

This commit is contained in:
Danny Rawlins 2021-01-23 17:47:14 +11:00
parent be5cddf805
commit 110bc0f531
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/axxi6gox4Y3uo6DF1XxJi7H6JJhh1btpOwQAtvwtqwjOxDo2e1sPfGlfu7/+481rMPVUga00/rTgVzOV30Egw4=
SHA256 (Pkgfile) = 0d832253ae106a25e314a8f0aed7d09ad26769a2466ecaa1bcb36f4a85fca233
RWSE3ohX2g5d/a7NtYPEhu32QhVlote5r0Kdt85UvSdZGSwxPAMGw8jXWv91SRsS3sv6t+rgbuvDVnUQXzJKvM6uH31Q0Ft8hQs=
SHA256 (Pkgfile) = 95f30beaff948163e4cb5c3552688a7c32f48f6bffc5ddffcfa6fa65e3d35e0d
SHA256 (.footprint) = 1a5b306065c022b6ca275f55e491138d73998ac2fb0d9d795198ed76e5516e7d
SHA256 (ffmpeg-4.3.1.tar.bz2) = f4a4ac63946b6eee3bbdde523e298fca6019d048d6e1db0d1439a62cea65f0d9
SHA256 (ffmpeg-x264-10bit.sh) = dde9627c41800235fbcfe0f74d2181be96239a82cd2d0d277715dddb57eb9cb3

View File

@ -2,7 +2,7 @@
# URL: http://ffmpeg.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: yasm
# Optional: alsa-lib cuda fdk-aac ffnvcodec-headers gnutls gsm jack jack-audio-connection-kit lame libass libsdl2 libtheora libva libvdpau libvorbis libvpx libwebp opus pulseaudio x264 x265
# Optional: alsa-lib cuda dav1d fdk-aac ffnvcodec-headers gnutls gsm jack jack-audio-connection-kit lame libass libsdl2 libtheora libva libvdpau libvorbis libvpx libwebp opus pulseaudio x264 x265
name=ffmpeg
version=4.3.1
@ -35,6 +35,7 @@ build() {
[ -e '/usr/lib/pkgconfig/theora.pc' ] && PKGMK_FFMPEG+=' --enable-libtheora'
[ -e '/usr/lib/pkgconfig/libpulse.pc' ] && PKGMK_FFMPEG+=' --enable-libpulse'
[ -e '/usr/lib/pkgconfig/fdk-aac.pc' ] && PKGMK_FFMPEG+=' --enable-libfdk-aac --enable-nonfree'
[ -e '/usr/lib/pkgconfig/dav1d.pc' ] && PKGMK_FFMPEG+=' --enable-libdav1d'
if [ -e '/usr/lib/pkgconfig/gnutls.pc' ]; then
PKGMK_FFMPEG+=' --enable-gnutls'