Skip to content

Commit

Permalink
Update to the latest vcpkg environment
Browse files Browse the repository at this point in the history
This updates 
* protobuf 
* libusb 
* libmad
* portaudio

See:
mixxxdj/vcpkg#66
  • Loading branch information
daschuer authored May 4, 2023
1 parent c54b497 commit 01a49fe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions tools/macos_buildenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ THIS_SCRIPT_NAME=${BASH_SOURCE[0]}
if [ -n "${BUILDENV_ARM64}" ]; then
if [ -n "${BUILDENV_RELEASE}" ]; then
BUILDENV_BRANCH="2.4-rel"
BUILDENV_NAME="mixxx-deps-rel-2.4-arm64-osx-min1100-ef81bbb"
BUILDENV_SHA256="8c980189a3dbe54911adb7bc9ab6b7f0eef4cc30bdbd94ee454b188f89edf6cc"
BUILDENV_NAME="mixxx-deps-rel-2.4-arm64-osx-min1100-5adfbef"
BUILDENV_SHA256="17c9e5d552b160fe0e3de605ee6533f27f9ce43bd7d443f3c0fc315bed1a81a2"
else
BUILDENV_BRANCH="2.4"
BUILDENV_NAME="mixxx-deps-2.4-arm64-osx-min1100-e2a51b1"
BUILDENV_SHA256="8d41191d7ea61b3b37f3bf448f7a092dacb1d359ab46a3a580e60616936aec6e"
BUILDENV_NAME="mixxx-deps-2.4-arm64-osx-min1100-65126fd"
BUILDENV_SHA256="1274cd167eb8966e86b86f8f65c6fd7d28f6b3b0ec7f9fd6527ece4588463749"
fi
else
if [ -n "${BUILDENV_RELEASE}" ]; then
BUILDENV_BRANCH="2.4-rel"
BUILDENV_NAME="mixxx-deps-rel-2.4-x64-osx-min1012-ef81bbb"
BUILDENV_SHA256="cad82c94198663a2b525c2b003ee77ae3df1ecd1a04b95b99c6f21962a36f410"
BUILDENV_NAME="mixxx-deps-rel-2.4-x64-osx-min1012-5adfbef"
BUILDENV_SHA256="5b2fc067b37cc206090531cb7dfe6f9e0be699de0183629f0838706acd73171e"
else
BUILDENV_BRANCH="2.4"
BUILDENV_NAME="mixxx-deps-2.4-x64-osx-min1012-e2a51b1"
BUILDENV_SHA256="60de6ac952a70b7d1a03736aea2be616f43ac36ffc764fe129753e40b738a0bb"
BUILDENV_NAME="mixxx-deps-2.4-x64-osx-min1012-65126fd"
BUILDENV_SHA256="c20872e2f73977db7d7b4b7199eed449fe7710da891076c2e8a079ea3d38d5ce"
fi
fi

Expand Down
10 changes: 5 additions & 5 deletions tools/windows_buildenv.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@ECHO OFF
SETLOCAL ENABLEDELAYEDEXPANSION
REM this í is just to force some editors to recognize this file as ANSI, not UTF8.
REM this is just to force some editors to recognize this file as ANSI, not UTF8.

CALL :REALPATH "%~dp0\.."
SET MIXXX_ROOT=%RETVAL%
Expand All @@ -23,12 +23,12 @@ IF NOT DEFINED INSTALL_ROOT (

IF DEFINED BUILDENV_RELEASE (
SET BUILDENV_BRANCH=2.4-rel
SET BUILDENV_NAME=mixxx-deps-rel-2.4-x64-windows-ef81bbb
SET BUILDENV_SHA256=27328ef1b084f181f04cefde17bcc5c4611701586eba22f6e5400c82d2ba10cb
SET BUILDENV_NAME=mixxx-deps-rel-2.4-x64-windows-5adfbef
SET BUILDENV_SHA256=b4b9ba62c6e99255f5591760bfce420a4a9c9a09885225b453f96d75f4d38bc5
) ELSE (
SET BUILDENV_BRANCH=2.4
SET BUILDENV_NAME=mixxx-deps-2.4-x64-windows-e2a51b1
SET BUILDENV_SHA256=cd988e808506404d547496010b849520c4faeafb24a23158b1c0195e70451f91
SET BUILDENV_NAME=mixxx-deps-2.4-x64-windows-65126fd
SET BUILDENV_SHA256=812ebfed6b59e79ae040f3bc80041046a4bbd7bb33a0ef07c1cddc02ec0f0d1f
)

IF "%~1"=="" (
Expand Down

0 comments on commit 01a49fe

Please sign in to comment.