From 61cd33681f889cd630367d6eb8881442fca225ec Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Sat, 20 Dec 2025 12:58:48 -0500 Subject: [PATCH] libvpx-devel: update to 1.15.2 --- multimedia/libvpx-devel/Portfile | 4 ++-- .../files/patch-configure.sh.diff | 24 ++++++++----------- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/multimedia/libvpx-devel/Portfile b/multimedia/libvpx-devel/Portfile index dd8110e7857..56ff116aa63 100644 --- a/multimedia/libvpx-devel/Portfile +++ b/multimedia/libvpx-devel/Portfile @@ -6,7 +6,7 @@ PortGroup muniversal 1.0 name libvpx-devel conflicts libvpx set my_name libvpx -version 1.15.0 +version 1.15.2 revision 0 categories multimedia @@ -22,7 +22,7 @@ long_description The WebM VP8/VP9 codecs are being developed \ codec and includes a number of enhancements and new \ coding tools that have been added to improve coding efficiency. \ The VP9 encoder in this release is not, as yet, feature complete. -homepage http://webmproject.org/tools/ +homepage https://webmproject.org/tools/ distname ${my_name}-${version} dist_subdir ${my_name} diff --git a/multimedia/libvpx-devel/files/patch-configure.sh.diff b/multimedia/libvpx-devel/files/patch-configure.sh.diff index 32a2a6147f3..fc0e122054f 100644 --- a/multimedia/libvpx-devel/files/patch-configure.sh.diff +++ b/multimedia/libvpx-devel/files/patch-configure.sh.diff @@ -1,22 +1,18 @@ -#================================================================================================== -# From: Dean M Greer -# -# macOS High Sierra may have MacOSX10.14.SDK and MacOSX10.13.SDK available. So due to how this -# detection works, MacOSX10.14.SDK will be used causing an i386 build to fail. -#================================================================================================== ---- build/make/configure.sh.orig 2024-04-13 15:08:30.000000000 -0400 -+++ build/make/configure.sh 2024-04-13 15:13:50.000000000 -0400 -@@ -893,68 +893,9 @@ +--- ./build/make/configure.sh 2025-12-20 12:53:01 ++++ ./build/make/configure.sh 2025-12-20 12:54:27 +@@ -931,70 +931,11 @@ + if [ -d "${iphoneos_sdk_dir}" ]; then + add_cflags "-isysroot ${iphoneos_sdk_dir}" add_ldflags "-isysroot ${iphoneos_sdk_dir}" - fi - ;; +- fi +- ;; - *-darwin*) - osx_sdk_dir="$(show_darwin_sdk_path macosx)" - if [ -d "${osx_sdk_dir}" ]; then - add_cflags "-isysroot ${osx_sdk_dir}" - add_ldflags "-isysroot ${osx_sdk_dir}" -- fi -- ;; + fi + ;; esac case ${toolchain} in @@ -68,7 +64,7 @@ - add_cflags "-mmacosx-version-min=10.15" - add_ldflags "-mmacosx-version-min=10.15" - ;; -- *-darwin2[0-3]-*) +- *-darwin2[0-4]-*) - add_cflags "-arch ${toolchain%%-*}" - add_ldflags "-arch ${toolchain%%-*}" - ;;