libvpx-devel: update to 1.15.2

This commit is contained in:
Herby Gillot
2025-12-20 12:58:48 -05:00
committed by Christopher Nielsen
parent f858fd3951
commit 61cd33681f
2 changed files with 12 additions and 16 deletions
+2 -2
View File
@@ -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}
@@ -1,22 +1,18 @@
#==================================================================================================
# From: Dean M Greer <Gcenx@github.com>
#
# 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%%-*}"
- ;;