Skip to content

Commit

Permalink
Add all packages to the manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Nov 14, 2023
1 parent 73870fc commit 73f859c
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@ 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
vcpkg_bootstrap: ./bootstrap-vcpkg.sh
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:
Expand Down
50 changes: 48 additions & 2 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit 73f859c

Please sign in to comment.