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.

53 lines
1.5KB

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