From 9bf49c9d2acc79e6c42d8f22e069e7dae79a2608 Mon Sep 17 00:00:00 2001 From: Taner Sener Date: Wed, 28 Sep 2022 04:58:45 +0100 Subject: [PATCH] external library update --- scripts/android/libaom.sh | 2 +- scripts/android/srt.sh | 2 +- scripts/apple/libpng.sh | 2 +- scripts/apple/srt.sh | 2 +- scripts/linux/libaom.sh | 2 +- scripts/linux/srt.sh | 2 +- scripts/source.sh | 12 ++++++------ 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/scripts/android/libaom.sh b/scripts/android/libaom.sh index 6ca78b5..f539187 100755 --- a/scripts/android/libaom.sh +++ b/scripts/android/libaom.sh @@ -56,4 +56,4 @@ make -j$(get_cpu_count) || return 1 make install || return 1 # CREATE PACKAGE CONFIG MANUALLY -create_libaom_package_config "3.4.0" || return 1 +create_libaom_package_config "3.5.0" || return 1 diff --git a/scripts/android/srt.sh b/scripts/android/srt.sh index e6f3fe5..fad3c47 100644 --- a/scripts/android/srt.sh +++ b/scripts/android/srt.sh @@ -59,4 +59,4 @@ make -j$(get_cpu_count) || return 1 make install || return 1 # CREATE PACKAGE CONFIG MANUALLY -create_srt_package_config "1.5.0" || return 1 \ No newline at end of file +create_srt_package_config "1.5.1" || return 1 \ No newline at end of file diff --git a/scripts/apple/libpng.sh b/scripts/apple/libpng.sh index 149632c..bf61984 100755 --- a/scripts/apple/libpng.sh +++ b/scripts/apple/libpng.sh @@ -41,4 +41,4 @@ make -j$(get_cpu_count) || return 1 make install || return 1 # CREATE PACKAGE CONFIG MANUALLY -create_libpng_package_config "1.6.37" || return 1 +create_libpng_package_config "1.6.38" || return 1 diff --git a/scripts/apple/srt.sh b/scripts/apple/srt.sh index 54e0ede..6785f5d 100644 --- a/scripts/apple/srt.sh +++ b/scripts/apple/srt.sh @@ -51,4 +51,4 @@ make -j$(get_cpu_count) || return 1 make install || return 1 # MANUALLY COPY PKG-CONFIG FILES -cp ./*.pc "${INSTALL_PKG_CONFIG_DIR}" || return 1 \ No newline at end of file +cp ./*.pc "${INSTALL_PKG_CONFIG_DIR}" || return 1 diff --git a/scripts/linux/libaom.sh b/scripts/linux/libaom.sh index 89d609e..d4a23bf 100755 --- a/scripts/linux/libaom.sh +++ b/scripts/linux/libaom.sh @@ -42,4 +42,4 @@ make -j$(get_cpu_count) || return 1 make install || return 1 # CREATE PACKAGE CONFIG MANUALLY -create_libaom_package_config "3.4.0" || return 1 +create_libaom_package_config "3.5.0" || return 1 diff --git a/scripts/linux/srt.sh b/scripts/linux/srt.sh index 73f25ab..f4a5084 100755 --- a/scripts/linux/srt.sh +++ b/scripts/linux/srt.sh @@ -46,4 +46,4 @@ make -j$(get_cpu_count) || return 1 make install || return 1 # CREATE PACKAGE CONFIG MANUALLY -create_srt_package_config "1.5.0" || return 1 \ No newline at end of file +create_srt_package_config "1.5.1" || return 1 \ No newline at end of file diff --git a/scripts/source.sh b/scripts/source.sh index b4240d9..eb9adaf 100755 --- a/scripts/source.sh +++ b/scripts/source.sh @@ -33,7 +33,7 @@ get_library_source() { ;; ffmpeg) SOURCE_REPO_URL="https://github.com/arthenica/FFmpeg" - SOURCE_ID="n5.1.1" + SOURCE_ID="n5.1.2" SOURCE_TYPE="TAG" ;; fontconfig) @@ -68,7 +68,7 @@ get_library_source() { ;; harfbuzz) SOURCE_REPO_URL="https://github.com/arthenica/harfbuzz" - SOURCE_ID="5.1.0" + SOURCE_ID="5.2.0" SOURCE_TYPE="TAG" ;; jpeg) @@ -93,7 +93,7 @@ get_library_source() { ;; libaom) SOURCE_REPO_URL="https://github.com/arthenica/libaom" - SOURCE_ID="v3.4.0" + SOURCE_ID="v3.5.0" SOURCE_TYPE="TAG" ;; libass) @@ -118,7 +118,7 @@ get_library_source() { ;; libpng) SOURCE_REPO_URL="https://github.com/arthenica/libpng" - SOURCE_ID="v1.6.37" + SOURCE_ID="v1.6.38" SOURCE_TYPE="TAG" ;; libsamplerate) @@ -178,7 +178,7 @@ get_library_source() { ;; openh264) SOURCE_REPO_URL="https://github.com/arthenica/openh264" - SOURCE_ID="v2.3.0" + SOURCE_ID="v2.3.1" SOURCE_TYPE="TAG" ;; openssl) @@ -223,7 +223,7 @@ get_library_source() { ;; srt) SOURCE_REPO_URL="https://github.com/arthenica/srt" - SOURCE_ID="v1.5.0" + SOURCE_ID="v1.5.1" SOURCE_TYPE="TAG" ;; tesseract)