Skip to content

Commit 9bd427e

Browse files
author
Markus Perl
committed
libtiff 4.7.0, FreeType2 2.13.3, srt 1.5.4
1 parent c62093d commit 9bd427e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: build ffmpeg
2424
run: |
2525
while sleep 300; do echo "=====[ $SECONDS seconds still running ]====="; done &
26-
SKIPINSTALL=yes VERBOSE=yes SKIPRAV1E=yes ./build-ffmpeg --build --enable-gpl-and-non-free
26+
SKIPINSTALL=yes VERBOSE=yes ./build-ffmpeg --build --enable-gpl-and-non-free
2727
kill %1
2828
- name: check shared library
2929
run: |

build-ffmpeg

+3-3
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ fi
879879
## image library
880880
##
881881

882-
if build "libtiff" "4.6.0"; then
882+
if build "libtiff" "4.7.0"; then
883883
download "https://download.osgeo.org/libtiff/tiff-$CURRENT_PACKAGE_VERSION.tar.xz"
884884
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static --disable-dependency-tracking --disable-lzma --disable-webp --disable-zstd --without-x
885885
execute make -j $MJOBS
@@ -940,7 +940,7 @@ if build "libsdl" "2.30.1"; then
940940
build_done "libsdl" $CURRENT_PACKAGE_VERSION
941941
fi
942942

943-
if build "FreeType2" "2.13.2"; then
943+
if build "FreeType2" "2.13.3"; then
944944
download "https://downloads.sourceforge.net/freetype/freetype-$CURRENT_PACKAGE_VERSION.tar.xz"
945945
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
946946
execute make -j $MJOBS
@@ -951,7 +951,7 @@ fi
951951
CONFIGURE_OPTIONS+=("--enable-libfreetype")
952952

953953
if $NONFREE_AND_GPL; then
954-
if build "srt" "1.5.3"; then
954+
if build "srt" "1.5.4"; then
955955
download "https://github.com/Haivision/srt/archive/v$CURRENT_PACKAGE_VERSION.tar.gz" "srt-$CURRENT_PACKAGE_VERSION.tar.gz"
956956
export OPENSSL_ROOT_DIR="${WORKSPACE}"
957957
export OPENSSL_LIB_DIR="${WORKSPACE}"/lib

0 commit comments

Comments
 (0)