1
0
forked from ports/opt

ffmpeg: add libjack as a soft dependency

This commit is contained in:
Danny Rawlins 2020-09-29 21:08:24 +10:00
parent 4e6bf273d8
commit 310f34ac0e
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/f2BMAup/HZVLkO+T0MN1rY3tyaBFgrJ6HJ6OkuHhc2UlwtC+jiZR8rFjnSmO0emgY1VBotJ1OpFff0N4Q+BOwc=
SHA256 (Pkgfile) = a252e5ea6c0cd4201210654b52b8dbbe504ea06be7287e12086afb3db37cb0ea
RWSE3ohX2g5d/YdUAFpHSBoDcEb0L/+ky42GFLKR0jPF+/rry6MvGj4apEyLBZ4xRVNh4STJt6Q66N3bTfkN2gOXfpZXDXuanw4=
SHA256 (Pkgfile) = 100d61960b661fd603e2402749480f3a2ecfa5f6c91daeaa0caec9e9a47aa221
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 fdk-aac ffnvcodec-headers gnutls lame libass libsdl2 libtheora libva libvdpau libvorbis libvpx libwebp opus x264 x265 pulseaudio gsm
# Optional: alsa-lib fdk-aac ffnvcodec-headers gnutls lame libass libsdl2 libtheora libva libvdpau libvorbis libvpx libwebp opus x264 x265 pulseaudio gsm jack jack-audio-connection-kit
name=ffmpeg
version=4.3.1
@ -21,6 +21,7 @@ build() {
[ -e '/usr/lib/pkgconfig/libwebp.pc' ] && PKGMK_FFMPEG+=' --enable-libwebp'
[ -e '/usr/lib/pkgconfig/vdpau.pc' ] && PKGMK_FFMPEG+=' --enable-vdpau'
[ -e '/usr/lib/pkgconfig/freetype2.pc' ] && PKGMK_FFMPEG+=' --enable-libfreetype'
[ -e '/usr/lib/pkgconfig/jack.pc' ] && PKGMK_FFMPEG+=' --enable-libjack'
[ -e '/usr/lib/pkgconfig/x264.pc' ] && PKGMK_FFMPEG+=' --enable-libx264'
[ -e '/usr/lib/pkgconfig/x265.pc' ] && PKGMK_FFMPEG+=' --enable-libx265'
[ -e '/usr/lib/pkgconfig/libass.pc' ] && PKGMK_FFMPEG+=' --enable-libass'