diff --git a/scripts/android/cpu-features.sh b/scripts/android/cpu-features.sh index af069d5..09471bb 100755 --- a/scripts/android/cpu-features.sh +++ b/scripts/android/cpu-features.sh @@ -7,4 +7,4 @@ make -C "$(get_cmake_build_directory)" || return 1 make -C "$(get_cmake_build_directory)" install || return 1 # CREATE PACKAGE CONFIG MANUALLY -create_cpufeatures_package_config "0.6.0" || return 1 +create_cpufeatures_package_config "0.7.0" || return 1 diff --git a/scripts/android/fontconfig.sh b/scripts/android/fontconfig.sh index c490f35..33c933c 100755 --- a/scripts/android/fontconfig.sh +++ b/scripts/android/fontconfig.sh @@ -37,4 +37,4 @@ make -j$(get_cpu_count) || return 1 make install || return 1 # CREATE PACKAGE CONFIG MANUALLY -create_fontconfig_package_config "2.13.94" || return 1 +create_fontconfig_package_config "2.14.0" || return 1 diff --git a/scripts/android/freetype.sh b/scripts/android/freetype.sh index 03943f0..1068488 100755 --- a/scripts/android/freetype.sh +++ b/scripts/android/freetype.sh @@ -37,4 +37,4 @@ make -j$(get_cpu_count) || return 1 make install || return 1 # CREATE PACKAGE CONFIG MANUALLY -create_freetype_package_config "24.1.18" || return 1 +create_freetype_package_config "24.3.18" || return 1 diff --git a/scripts/android/libaom.sh b/scripts/android/libaom.sh index 6078f97..6ca78b5 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.2.0" || return 1 +create_libaom_package_config "3.4.0" || return 1 diff --git a/scripts/android/libiconv.sh b/scripts/android/libiconv.sh index a4dd556..aef5f39 100755 --- a/scripts/android/libiconv.sh +++ b/scripts/android/libiconv.sh @@ -26,4 +26,4 @@ make -j$(get_cpu_count) || return 1 make install || return 1 # CREATE PACKAGE CONFIG MANUALLY -create_libiconv_package_config "1.16.2" || return 1 +create_libiconv_package_config "1.17" || return 1 diff --git a/scripts/android/libvpx.sh b/scripts/android/libvpx.sh index 162a7d4..f17a4a7 100755 --- a/scripts/android/libvpx.sh +++ b/scripts/android/libvpx.sh @@ -53,6 +53,7 @@ overwrite_file "${BASEDIR}"/tools/patch/make/libvpx/configure.sh "${BASEDIR}"/sr --enable-optimizations \ --enable-better-hw-compatibility \ --enable-runtime-cpu-detect \ + --enable-vp9-highbitdepth \ ${ASM_OPTIONS} \ --enable-vp8 \ --enable-vp9 \ diff --git a/scripts/android/libxml2.sh b/scripts/android/libxml2.sh index eaa497c..2fc5afb 100755 --- a/scripts/android/libxml2.sh +++ b/scripts/android/libxml2.sh @@ -34,4 +34,4 @@ make -j$(get_cpu_count) || return 1 make install || return 1 # CREATE PACKAGE CONFIG MANUALLY -create_libxml2_package_config "2.9.12" || return 1 +create_libxml2_package_config "2.10.2" || return 1 diff --git a/scripts/android/srt.sh b/scripts/android/srt.sh index b12bdca..e6f3fe5 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.4.4" || return 1 \ No newline at end of file +create_srt_package_config "1.5.0" || return 1 \ No newline at end of file diff --git a/scripts/android/zimg.sh b/scripts/android/zimg.sh index 97b71b1..c340581 100644 --- a/scripts/android/zimg.sh +++ b/scripts/android/zimg.sh @@ -22,4 +22,4 @@ make -j$(get_cpu_count) || return 1 make install || return 1 # CREATE PACKAGE CONFIG MANUALLY -create_zimg_package_config "3.0.3" || return 1 +create_zimg_package_config "3.0.4" || return 1 diff --git a/scripts/apple/fontconfig.sh b/scripts/apple/fontconfig.sh index 06dc1ee..292207e 100755 --- a/scripts/apple/fontconfig.sh +++ b/scripts/apple/fontconfig.sh @@ -34,4 +34,4 @@ make -j$(get_cpu_count) || return 1 make install || return 1 # CREATE PACKAGE CONFIG MANUALLY -create_fontconfig_package_config "2.13.94" || return 1 +create_fontconfig_package_config "2.14.0" || return 1 diff --git a/scripts/apple/freetype.sh b/scripts/apple/freetype.sh index dc77a6d..c566449 100755 --- a/scripts/apple/freetype.sh +++ b/scripts/apple/freetype.sh @@ -41,4 +41,4 @@ make -j$(get_cpu_count) || return 1 make install || return 1 # CREATE PACKAGE CONFIG MANUALLY -create_freetype_package_config "24.1.18" || return 1 +create_freetype_package_config "24.3.18" || return 1 diff --git a/scripts/apple/libvpx.sh b/scripts/apple/libvpx.sh index 18b79ea..fdedf4b 100755 --- a/scripts/apple/libvpx.sh +++ b/scripts/apple/libvpx.sh @@ -66,6 +66,7 @@ esac --enable-pic \ --enable-optimizations \ --enable-better-hw-compatibility \ + --enable-vp9-highbitdepth \ ${ASM_OPTIONS} \ --enable-vp8 \ --enable-vp9 \ diff --git a/scripts/apple/libxml2.sh b/scripts/apple/libxml2.sh index a4c4065..9eb25b6 100755 --- a/scripts/apple/libxml2.sh +++ b/scripts/apple/libxml2.sh @@ -28,4 +28,4 @@ make -j$(get_cpu_count) || return 1 make install || return 1 # CREATE PACKAGE CONFIG MANUALLY -create_libxml2_package_config "2.9.12" || return 1 +create_libxml2_package_config "2.10.2" || return 1 diff --git a/scripts/function.sh b/scripts/function.sh index 59b6e08..b847b32 100755 --- a/scripts/function.sh +++ b/scripts/function.sh @@ -1776,6 +1776,7 @@ print_custom_libraries() { get_external_library_license_path() { case $1 in 1) echo "${BASEDIR}/src/$(get_library_name "$1")/LICENSE.TXT" ;; + 12) echo "${BASEDIR}/src/$(get_library_name "$1")/Copyright" ;; 35) echo "${BASEDIR}/src/$(get_library_name "$1")/LICENSE.txt" ;; 3 | 42) echo "${BASEDIR}/src/$(get_library_name "$1")/COPYING.LESSERv3" ;; 5 | 44) echo "${BASEDIR}/src/$(get_library_name "$1")/$(get_library_name "$1")/COPYING" ;; diff --git a/scripts/linux/libaom.sh b/scripts/linux/libaom.sh index 8d6419c..89d609e 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.2.0" || return 1 +create_libaom_package_config "3.4.0" || return 1 diff --git a/scripts/linux/srt.sh b/scripts/linux/srt.sh index d1c8b19..73f25ab 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.4.4" || return 1 \ No newline at end of file +create_srt_package_config "1.5.0" || return 1 \ No newline at end of file diff --git a/scripts/linux/zimg.sh b/scripts/linux/zimg.sh index 4fc6d30..c95d347 100755 --- a/scripts/linux/zimg.sh +++ b/scripts/linux/zimg.sh @@ -21,4 +21,4 @@ make -j$(get_cpu_count) || return 1 make install || return 1 # CREATE PACKAGE CONFIG MANUALLY -create_zimg_package_config "3.0.3" || return 1 +create_zimg_package_config "3.0.4" || return 1 diff --git a/scripts/source.sh b/scripts/source.sh index bec2696..454d2a7 100755 --- a/scripts/source.sh +++ b/scripts/source.sh @@ -18,17 +18,17 @@ get_library_source() { ;; cpu-features) SOURCE_REPO_URL="https://github.com/tanersener/cpu_features" - SOURCE_ID="v0.6.0" + SOURCE_ID="v0.7.0" SOURCE_TYPE="TAG" ;; dav1d) SOURCE_REPO_URL="https://github.com/tanersener/dav1d" - SOURCE_ID="0.9.2" + SOURCE_ID="1.0.0" SOURCE_TYPE="TAG" ;; expat) SOURCE_REPO_URL="https://github.com/tanersener/libexpat" - SOURCE_ID="R_2_4_2" + SOURCE_ID="R_2_4_8" SOURCE_TYPE="TAG" ;; ffmpeg) @@ -39,17 +39,17 @@ get_library_source() { ;; fontconfig) SOURCE_REPO_URL="https://github.com/tanersener/fontconfig" - SOURCE_ID="2.13.94" + SOURCE_ID="2.14.0" SOURCE_TYPE="TAG" ;; freetype) SOURCE_REPO_URL="https://github.com/tanersener/freetype2" - SOURCE_ID="VER-2-11-1" + SOURCE_ID="VER-2-12-1" SOURCE_TYPE="TAG" ;; fribidi) SOURCE_REPO_URL="https://github.com/tanersener/fribidi" - SOURCE_ID="v1.0.11" + SOURCE_ID="v1.0.12" SOURCE_TYPE="TAG" ;; giflib) @@ -69,12 +69,12 @@ get_library_source() { ;; harfbuzz) SOURCE_REPO_URL="https://github.com/tanersener/harfbuzz" - SOURCE_ID="3.2.0" + SOURCE_ID="5.1.0" SOURCE_TYPE="TAG" ;; jpeg) SOURCE_REPO_URL="https://github.com/tanersener/libjpeg-turbo" - SOURCE_ID="2.1.2" + SOURCE_ID="2.1.4" SOURCE_TYPE="TAG" ;; kvazaar) @@ -94,7 +94,7 @@ get_library_source() { ;; libaom) SOURCE_REPO_URL="https://github.com/tanersener/libaom" - SOURCE_ID="v3.2.0" + SOURCE_ID="v3.4.0" SOURCE_TYPE="TAG" ;; libass) @@ -154,37 +154,37 @@ get_library_source() { ;; libvpx) SOURCE_REPO_URL="https://github.com/tanersener/libvpx" - SOURCE_ID="v1.11.0" + SOURCE_ID="v1.12.0" SOURCE_TYPE="TAG" ;; libwebp) SOURCE_REPO_URL="https://github.com/tanersener/libwebp" - SOURCE_ID="v1.2.1" + SOURCE_ID="v1.2.4" SOURCE_TYPE="TAG" ;; libxml2) SOURCE_REPO_URL="https://github.com/tanersener/libxml2" - SOURCE_ID="v2.9.12" + SOURCE_ID="v2.10.2" SOURCE_TYPE="TAG" ;; nettle) SOURCE_REPO_URL="https://github.com/tanersener/nettle" - SOURCE_ID="nettle_3.7.3_release_20210606" + SOURCE_ID="nettle_3.8.1_release_20220727" SOURCE_TYPE="TAG" ;; opencore-amr) SOURCE_REPO_URL="https://github.com/tanersener/opencore-amr" - SOURCE_ID="v0.1.5" + SOURCE_ID="v0.1.6" SOURCE_TYPE="TAG" ;; openh264) SOURCE_REPO_URL="https://github.com/tanersener/openh264" - SOURCE_ID="v2.1.1" + SOURCE_ID="v2.3.0" SOURCE_TYPE="TAG" ;; openssl) SOURCE_REPO_URL="https://github.com/tanersener/openssl" - SOURCE_ID="openssl-3.0.1" + SOURCE_ID="openssl-3.0.5" SOURCE_TYPE="TAG" ;; opus) @@ -219,12 +219,12 @@ get_library_source() { ;; speex) SOURCE_REPO_URL="https://github.com/tanersener/speex" - SOURCE_ID="Speex-1.2.0" + SOURCE_ID="Speex-1.2.1" SOURCE_TYPE="TAG" ;; srt) SOURCE_REPO_URL="https://github.com/tanersener/srt" - SOURCE_ID="v1.4.4" + SOURCE_ID="v1.5.0" SOURCE_TYPE="TAG" ;; tesseract) @@ -264,7 +264,7 @@ get_library_source() { ;; zimg) SOURCE_REPO_URL="https://github.com/tanersener/zimg" - SOURCE_ID="release-3.0.3" + SOURCE_ID="release-3.0.4" SOURCE_TYPE="TAG" ;; esac