ffmpeg: Update from 3.3.2 to 3.3.3
[termux-packages] / packages / ffmpeg / build.sh
index 2e81cd0..4512e0b 100644 (file)
@@ -1,14 +1,14 @@
 TERMUX_PKG_HOMEPAGE=https://ffmpeg.org
 TERMUX_PKG_DESCRIPTION="Tools and libraries to manipulate a wide range of multimedia formats and protocols"
 # NOTE: mpv has to be rebuilt and version bumped after updating ffmpeg.
-TERMUX_PKG_VERSION=3.3
+TERMUX_PKG_VERSION=3.3.3
 TERMUX_PKG_SRCURL=https://www.ffmpeg.org/releases/ffmpeg-${TERMUX_PKG_VERSION}.tar.xz
-TERMUX_PKG_SHA256=599e7f7c017221c22011c4037b88bdcd1c47cd40c1e466838bc3c465f3e9569d
+TERMUX_PKG_SHA256=d2a9002cdc6b533b59728827186c044ad02ba64841f1b7cd6c21779875453a1e
 TERMUX_PKG_FOLDERNAME=ffmpeg-$TERMUX_PKG_VERSION
 # libbz2 is used by matroska decoder:
 # libvpx is the VP8 & VP9 video encoder for WebM, see
 # https://trac.ffmpeg.org/wiki/Encode/VP8 and https://trac.ffmpeg.org/wiki/Encode/VP9
-TERMUX_PKG_DEPENDS="openssl, libbz2, libx264, libx265, xvidcore, libvorbis, libmp3lame, libopus, libvpx"
+TERMUX_PKG_DEPENDS="libbz2, libx264, libx265, xvidcore, libvorbis, libmp3lame, libopus, libvpx, libgnutls"
 TERMUX_PKG_INCLUDE_IN_DEVPACKAGE="share/ffmpeg/examples"
 TERMUX_PKG_CONFLICTS="libav"
 
@@ -50,6 +50,7 @@ termux_step_configure () {
                --disable-symver \
                --disable-lzma \
                --enable-cross-compile \
+               --enable-gnutls \
                --enable-gpl \
                --enable-libmp3lame \
                --enable-libvorbis \
@@ -58,8 +59,6 @@ termux_step_configure () {
                --enable-libx265 \
                --enable-libxvid \
                --enable-libvpx \
-               --enable-nonfree \
-               --enable-openssl \
                --enable-shared \
                --prefix=$TERMUX_PREFIX \
                --target-os=android \