[notify] ffmpeg: 4.0.1 -> 4.0.2 libsdl2 is now an optional dependency

This commit is contained in:
Danny Rawlins 2018-07-22 20:42:11 +10:00
parent 0c4c60fb2e
commit 5a7d5ccf91
3 changed files with 8 additions and 10 deletions

View File

@ -1,7 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ffmpeg
-rwxr-xr-x root/root usr/bin/ffplay
-rwxr-xr-x root/root usr/bin/ffprobe
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/libavcodec/
@ -188,8 +187,6 @@ drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/ffmpeg-scaler.1.gz
-rw-r--r-- root/root usr/share/man/man1/ffmpeg-utils.1.gz
-rw-r--r-- root/root usr/share/man/man1/ffmpeg.1.gz
-rw-r--r-- root/root usr/share/man/man1/ffplay-all.1.gz
-rw-r--r-- root/root usr/share/man/man1/ffplay.1.gz
-rw-r--r-- root/root usr/share/man/man1/ffprobe-all.1.gz
-rw-r--r-- root/root usr/share/man/man1/ffprobe.1.gz
drwxr-xr-x root/root usr/share/man/man3/

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30gpZQvoWbk+eeJV+fyuL8Z9PIGiLJs2vVjmzF3Tge9RAQ6kMxrsosUtOzCK+1Jb8ouxaUoNPrY36w7BnOPXeAs=
SHA256 (Pkgfile) = ed7fc128e90c24bc64b9c3e929d1fd0535874b9376137fc4e56b03aa7c811cf4
SHA256 (.footprint) = 8758c6076dbe8f13615e4a1c89aa6c1a57f49e5b2485959629d53bae80536055
SHA256 (ffmpeg-4.0.1.tar.bz2) = 7ee591b1e7fb66f055fa514fbd5d98e092ddb3dbe37d2e50ea5c16ab51c21670
RWSagIOpLGJF34gu98QHInXR6rBQjTqr7VQX5eU/GsNscxu6a1Fwha2XyfpVpbzHK21uF1y7KGwryThYhXeTQHIMHUxH6Rv/Hgc=
SHA256 (Pkgfile) = 848764c3fe932b2cefcff11b109fe61af444f890839dcf24f25d5d424d57d396
SHA256 (.footprint) = f9640d14924185830470ea3290dff7dd6517aa5e40049ff5a7b4aa8582391ea4
SHA256 (ffmpeg-4.0.2.tar.bz2) = 346c51735f42c37e0712e0b3d2f6476c86ac15863e4445d9e823fe396420d056
SHA256 (ffmpeg-x264-10bit.sh) = dde9627c41800235fbcfe0f74d2181be96239a82cd2d0d277715dddb57eb9cb3
SHA256 (CVE-2018-6621.patch) = e3b9aff1fe9aef2d7153d7517f9c349beef27c2859bf1fb01076eeab263a445e

View File

@ -1,11 +1,11 @@
# Description: Complete solution to record, convert and stream audio and video.
# URL: http://ffmpeg.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: libsdl2 yasm
# Optional: alsa-lib fdk-aac gnutls lame libass libsdl2 libtheora libva libvdpau libvorbis libvpx libwebp opus x264 x265
# Depends on: yasm
# Optional: alsa-lib fdk-aac gnutls lame libass libsdl2 libtheora libva libvdpau libvorbis libvpx libwebp opus x264 x265 pulseaudio
name=ffmpeg
version=4.0.1
version=4.0.2
release=1
source=(https://ffmpeg.org/releases/$name-$version.tar.bz2
ffmpeg-x264-10bit.sh
@ -28,6 +28,7 @@ build() {
[ -e '/usr/lib/pkgconfig/vpx.pc' ] && PKGMK_FFMPEG+=' --enable-libvpx'
[ -e '/usr/lib/pkgconfig/vorbis.pc' ] && PKGMK_FFMPEG+=' --enable-libvorbis'
[ -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'
if [ -e '/usr/lib/pkgconfig/gnutls.pc' ]; then