Files
cuetools.net/.gitmodules
Wolfgang Stöggl 63a84f4331 Update WavPack to 5.4.0
- Used the following commands, to switch the WavPack submodule to
  upstream dbry/WavPack repo and checkout commit 2ce3c06 (5.4.0):
    git submodule set-url ThirdParty/WavPack \
    https://github.com/dbry/WavPack.git
    git submodule update --init --recursive --remote ThirdParty/WavPack
    pushd ThirdParty/WavPack/
    git checkout 2ce3c069be548e82ea9c05741ace6583e549c6de
    popd
- Add patch based on commits of GitHub repo gchudov/WavPack
  "Converted projects to work with VS2017 and configured wavpackdll for
  use with CUETools."
  (commits c2d60b1, 9b59bcd), which is applied using:
  git apply --directory=ThirdParty/WavPack \
  ThirdParty/submodule_WavPack_CUETools_VS2017.patch
- A patch for compiling with VS2019 is provided too:
  ThirdParty/submodule_WavPack_CUETools_VS2019.patch
- Add info on how to apply the patch to README.md
- Update GitHub actions accordingly for applying the patch to the
  checked out dbry/WavPack submodule
2021-04-28 21:31:53 +02:00

22 lines
794 B
Plaintext

[submodule "ThirdParty/taglib-sharp"]
path = ThirdParty/taglib-sharp
url = https://github.com/gchudov/taglib-sharp.git
[submodule "ThirdParty/flac"]
path = ThirdParty/flac
url = https://github.com/xiph/flac.git
[submodule "ThirdParty/MAC_SDK"]
path = ThirdParty/MAC_SDK
url = https://github.com/gchudov/MAC_SDK.git
[submodule "ThirdParty/openclnet"]
path = ThirdParty/openclnet
url = https://github.com/gchudov/openclnet.git
[submodule "ThirdParty/WavPack"]
path = ThirdParty/WavPack
url = https://github.com/dbry/WavPack.git
[submodule "ThirdParty/WindowsMediaLib"]
path = ThirdParty/WindowsMediaLib
url = https://github.com/gchudov/WindowsMediaLib.git
[submodule "ThirdParty/FFmpeg.AutoGen"]
path = ThirdParty/FFmpeg.AutoGen
url = https://github.com/Ruslan-B/FFmpeg.AutoGen.git