diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 386bc37b3277ab..e6933a436feefe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,6 @@ jobs: vcpkg_triplet: x64-windows vcpkg_host_triplet: x64-windows vcpkg_overlay_ports: overlay/windows;overlay/ports - vcpkg_packages_extras: libid3tag libmad check_disk_space: Get-PSDrive - os: macos-11 vcpkg_path: /Users/runner/mixxx-vcpkg @@ -27,7 +26,6 @@ jobs: vcpkg_triplet: x64-osx-min1015 vcpkg_host_triplet: x64-osx-min1015 vcpkg_overlay_ports: overlay/osx:overlay/ports - vcpkg_packages_extras: vcpkg_cache: /Users/runner/.cache/vcpkg/archives check_disk_space: df -h env: diff --git a/vcpkg.json b/vcpkg.json index 7b57adb43fcfaf..10ceef2c5600f7 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -6,6 +6,52 @@ "license": "GPL-2.0-or-later", "supports": "!uwp", "dependencies": [ - "chromaprint" - ] + "ableton", + "benchmark", + "chromaprint", + "fdk-aac", + "ffmpeg", + "fftw3", + "grantlee", + "gtest", + "hidapi", + "hss1394", + "libdjinterop", + "libebur128", + "libflac", + "libkeyfinder", + "libmodplug", + "libogg", + "libopusenc", + "libsndfile[core]", + "libusb", + "libvorbis", + "lilv", + "mp3lame", + "ms-gsl", + "opus", + "opusfile", + "portaudio[asio]", + "portmidi", + "protobuf", + "pthreads", + "qt5compat", + "qtbase", + "qtdeclarative", + "qtsvg", + "qttranslations", + "qtkeychain-qt6", + "rubberband", + "soundtouch", + "taglib", + "wavpack", + { + "name": "libid3tag", + "platform": "!osx" + }, + { + "name": "libmad", + "platform": "!osx" + } + ] }