Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.3KB

  1. #!/bin/bash
  2. set -e
  3. sudo apt-get install -y \
  4. pkg-config \
  5. pyqt5-dev-tools \
  6. python3-pyqt5.qtsvg \
  7. python3-rdflib \
  8. libgtk2.0-dev \
  9. libgtk-3-dev \
  10. libqt4-dev \
  11. qtbase5-dev \
  12. libasound2-dev \
  13. libpulse-dev \
  14. libmagic-dev \
  15. libgl1-mesa-dev \
  16. libx11-dev \
  17. liblo-static \
  18. fluidsynth-static \
  19. apple-x86-setup \
  20. mingw32-x-gcc \
  21. mingw32-x-fluidsynth \
  22. mingw32-x-liblo \
  23. mingw32-x-pkgconfig \
  24. mingw64-x-gcc \
  25. mingw64-x-fluidsynth \
  26. mingw64-x-liblo \
  27. mingw64-x-pkgconfig \
  28. wine-rt-dev
  29. mkdir /tmp/osx-macports-pkgs
  30. cd /tmp/osx-macports-pkgs
  31. wget https://launchpad.net/~kxstudio-team/+archive/ubuntu/builds/+files/apple-macports-flac_1.2.1-1_all.deb
  32. wget https://launchpad.net/~kxstudio-team/+archive/ubuntu/builds/+files/apple-macports-libiconv_1.14-0_all.deb
  33. wget https://launchpad.net/~kxstudio-team/+archive/ubuntu/builds/+files/apple-macports-liblo_0.26-1_all.deb
  34. wget https://launchpad.net/~kxstudio-team/+archive/ubuntu/builds/+files/apple-macports-libogg_1.3.0-1_all.deb
  35. wget https://launchpad.net/~kxstudio-team/+archive/ubuntu/builds/+files/apple-macports-libsndfile_1.0.25-0_all.deb
  36. wget https://launchpad.net/~kxstudio-team/+archive/ubuntu/builds/+files/apple-macports-libvorbis_1.3.3-0_all.deb
  37. cd ~
  38. rm -r /tmp/osx-macports-pkgs