diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2018-08-19 20:29:18 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2018-08-19 20:30:42 +1000 |
commit | a4bf1685c9d0a7af1b64ce4c7aa856cbff4eed33 (patch) | |
tree | 0b66e799e7b46f1169fd41ee04278b7d64c6a6f9 | |
parent | 7b4884a3cb99dcbdee2e69353d89872985253fcc (diff) | |
download | contrib-a4bf1685c9d0a7af1b64ce4c7aa856cbff4eed33.tar.gz contrib-a4bf1685c9d0a7af1b64ce4c7aa856cbff4eed33.tar.xz |
ffmpeg: --enable-avresample
-rw-r--r-- | ffmpeg/.footprint | 8 | ||||
-rw-r--r-- | ffmpeg/.signature | 6 | ||||
-rw-r--r-- | ffmpeg/Pkgfile | 5 |
3 files changed, 14 insertions, 5 deletions
diff --git a/ffmpeg/.footprint b/ffmpeg/.footprint index 3d8fb25fd..26c288f3b 100644 --- a/ffmpeg/.footprint +++ b/ffmpeg/.footprint @@ -34,6 +34,9 @@ drwxr-xr-x root/root usr/include/libavformat/ -rw-r--r-- root/root usr/include/libavformat/avformat.h -rw-r--r-- root/root usr/include/libavformat/avio.h -rw-r--r-- root/root usr/include/libavformat/version.h +drwxr-xr-x root/root usr/include/libavresample/ +-rw-r--r-- root/root usr/include/libavresample/avresample.h +-rw-r--r-- root/root usr/include/libavresample/version.h drwxr-xr-x root/root usr/include/libavutil/ -rw-r--r-- root/root usr/include/libavutil/adler32.h -rw-r--r-- root/root usr/include/libavutil/aes.h @@ -141,6 +144,10 @@ lrwxrwxrwx root/root usr/lib/libavfilter.so.7 -> libavfilter.so.7.16.100 lrwxrwxrwx root/root usr/lib/libavformat.so -> libavformat.so.58.12.100 lrwxrwxrwx root/root usr/lib/libavformat.so.58 -> libavformat.so.58.12.100 -rwxr-xr-x root/root usr/lib/libavformat.so.58.12.100 +-rw-r--r-- root/root usr/lib/libavresample.a +lrwxrwxrwx root/root usr/lib/libavresample.so -> libavresample.so.4.0.0 +lrwxrwxrwx root/root usr/lib/libavresample.so.4 -> libavresample.so.4.0.0 +-rwxr-xr-x root/root usr/lib/libavresample.so.4.0.0 -rw-r--r-- root/root usr/lib/libavutil.a lrwxrwxrwx root/root usr/lib/libavutil.so -> libavutil.so.56.14.100 lrwxrwxrwx root/root usr/lib/libavutil.so.56 -> libavutil.so.56.14.100 @@ -162,6 +169,7 @@ drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libavdevice.pc -rw-r--r-- root/root usr/lib/pkgconfig/libavfilter.pc -rw-r--r-- root/root usr/lib/pkgconfig/libavformat.pc +-rw-r--r-- root/root usr/lib/pkgconfig/libavresample.pc -rw-r--r-- root/root usr/lib/pkgconfig/libavutil.pc -rw-r--r-- root/root usr/lib/pkgconfig/libpostproc.pc -rw-r--r-- root/root usr/lib/pkgconfig/libswresample.pc diff --git a/ffmpeg/.signature b/ffmpeg/.signature index c5eae0893..66912625b 100644 --- a/ffmpeg/.signature +++ b/ffmpeg/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF34gu98QHInXR6rBQjTqr7VQX5eU/GsNscxu6a1Fwha2XyfpVpbzHK21uF1y7KGwryThYhXeTQHIMHUxH6Rv/Hgc= -SHA256 (Pkgfile) = 848764c3fe932b2cefcff11b109fe61af444f890839dcf24f25d5d424d57d396 -SHA256 (.footprint) = f9640d14924185830470ea3290dff7dd6517aa5e40049ff5a7b4aa8582391ea4 +RWSagIOpLGJF30WHb4JLQgN9ZmuEnXVr1CejqdVVEZwk0OBGNnpNu5RfNLzkoDYyfC924s/gvZQwuuH9k6EhzJfAJLWs0PZfhgY= +SHA256 (Pkgfile) = 5e74990b5701c3271edc568602ca0a8eff79e261f30010952058ee1205ee8f1a +SHA256 (.footprint) = b9b93f667176f5b6f6bb74386480e91678143edc9dd3cdb17af67cff46211a71 SHA256 (ffmpeg-4.0.2.tar.bz2) = 346c51735f42c37e0712e0b3d2f6476c86ac15863e4445d9e823fe396420d056 SHA256 (ffmpeg-x264-10bit.sh) = dde9627c41800235fbcfe0f74d2181be96239a82cd2d0d277715dddb57eb9cb3 SHA256 (CVE-2018-6621.patch) = e3b9aff1fe9aef2d7153d7517f9c349beef27c2859bf1fb01076eeab263a445e diff --git a/ffmpeg/Pkgfile b/ffmpeg/Pkgfile index b0dc07876..2702247ec 100644 --- a/ffmpeg/Pkgfile +++ b/ffmpeg/Pkgfile @@ -6,7 +6,7 @@ name=ffmpeg version=4.0.2 -release=1 +release=2 source=(https://ffmpeg.org/releases/$name-$version.tar.bz2 ffmpeg-x264-10bit.sh CVE-2018-6621.patch) @@ -49,7 +49,8 @@ build() { --enable-avfilter \ --enable-postproc \ --enable-pthreads \ - --enable-swresample + --enable-swresample \ + --enable-avresample make make DESTDIR=$PKG install install-man |