Browse Source

Misc

tags/1.9.4
falkTX 10 years ago
parent
commit
a751137dea
5 changed files with 17 additions and 11 deletions
  1. +4
    -0
      ReleaseNotes
  2. +1
    -1
      data/windows/README
  3. +4
    -4
      data/windows/build-win32.sh
  4. +4
    -4
      data/windows/build-win64.sh
  5. +4
    -2
      data/windows/create-wineprefixes.sh

+ 4
- 0
ReleaseNotes View File

@@ -1,5 +1,7 @@
# --- Release Notes for Carla 1.9.x ---

0. THIS IS A BETA RELEASE!

1. LADISH does not support multi-client JACK applications.
To prevent any issues Carla will switch to single-client mode automatically.

@@ -12,3 +14,5 @@
Be sure to report any issues.

5. Carla "PRO" theme, Carla-Control and ZynAddSubFX internal plugin are not available for Windows at this point.

6. Carla-Control is not available at this point (needs to be reworked for the 2.0 codebase).

+ 1
- 1
data/windows/README View File

@@ -2,7 +2,7 @@

Carla is an audio plugin host, with support for many audio drivers and plugin formats.
It has some nice features like automation of parameters via MIDI CC and full OSC control.
Currently supports LADSPA, DSSI, LV2, and VST plugin formats, plus GIG, SF2 and SFZ sounds banks.
Currently supports LADSPA, DSSI, LV2, VST2/3 and AU plugin formats, plus GIG, SF2 and SFZ sounds banks.

For a complete and updated description of Carla, please check:
http://kxstudio.sourceforge.net/KXStudio:Applications:Carla

+ 4
- 4
data/windows/build-win32.sh View File

@@ -5,7 +5,7 @@ set -e
MINGW=i686-w64-mingw32
MINGW_PATH=/opt/mingw32

JOBS="-j 2"
JOBS="-j 8"

if [ ! -f Makefile ]; then
cd ../..
@@ -74,9 +74,9 @@ cp ../../source/backend/*.dll Carla/backend/
cp ../../source/discovery/*.exe Carla/discovery/
# mv CarlaControl/carla_control.exe CarlaControl/CarlaControl.exe

rm -f Carla/imageformats/*.so
# rm -f Carla/imageformats/*.so

cp $WINEPREFIX/drive_c/windows/system32/python33.dll Carla/
cp $WINEPREFIX/drive_c/Python33/python33.dll Carla/
cp $WINEPREFIX/drive_c/Python33/Lib/site-packages/PyQt5/libEGL.dll Carla/
cp $WINEPREFIX/drive_c/Python33/Lib/site-packages/PyQt5/libGLESv2.dll Carla/
cp $WINEPREFIX/drive_c/Python33/Lib/site-packages/PyQt5/icuin49.dll Carla/
@@ -92,7 +92,7 @@ cp -r $WINEPREFIX/drive_c/Python33/Lib/site-packages/PyQt5/plugins/imageformats/
cp -r $WINEPREFIX/drive_c/Python33/Lib/site-packages/PyQt5/plugins/iconengines/ Carla/
cp -r $WINEPREFIX/drive_c/Python33/Lib/site-packages/PyQt5/plugins/platforms/ Carla/

# cp $WINEPREFIX/drive_c/windows/system32/python33.dll CarlaControl/
# cp $WINEPREFIX/drive_c/Python33/python33.dll CarlaControl/
# cp $WINEPREFIX/drive_c/Python33/Lib/site-packages/PyQt5/libEGL.dll CarlaControl/
# cp $WINEPREFIX/drive_c/Python33/Lib/site-packages/PyQt5/libGLESv2.dll CarlaControl/
# cp $WINEPREFIX/drive_c/Python33/Lib/site-packages/PyQt5/icuin49.dll CarlaControl/


+ 4
- 4
data/windows/build-win64.sh View File

@@ -5,7 +5,7 @@ set -e
MINGW=x86_64-w64-mingw32
MINGW_PATH=/opt/mingw64

JOBS="-j 2"
JOBS="-j 8"

if [ ! -f Makefile ]; then
cd ../..
@@ -75,9 +75,9 @@ cp ../../source/backend/*.dll Carla/backend/
cp ../../source/discovery/*.exe Carla/discovery/
# mv CarlaControl/carla_control.exe CarlaControl/CarlaControl.exe

rm -f Carla/imageformats/*.so
# rm -f Carla/imageformats/*.so

cp $WINEPREFIX/drive_c/drive_c/Python33/python33.dll Carla/
cp $WINEPREFIX/drive_c/Python33/python33.dll Carla/
cp $WINEPREFIX/drive_c/Python33/Lib/site-packages/PyQt5/libEGL.dll Carla/
cp $WINEPREFIX/drive_c/Python33/Lib/site-packages/PyQt5/libGLESv2.dll Carla/
cp $WINEPREFIX/drive_c/Python33/Lib/site-packages/PyQt5/icuin49.dll Carla/
@@ -93,7 +93,7 @@ cp -r $WINEPREFIX/drive_c/Python33/Lib/site-packages/PyQt5/plugins/imageformats/
cp -r $WINEPREFIX/drive_c/Python33/Lib/site-packages/PyQt5/plugins/iconengines/ Carla/
cp -r $WINEPREFIX/drive_c/Python33/Lib/site-packages/PyQt5/plugins/platforms/ Carla/

# cp $WINEPREFIX/drive_c/drive_c/Python33/python33.dll CarlaControl/
# cp $WINEPREFIX/drive_c/Python33/python33.dll CarlaControl/
# cp $WINEPREFIX/drive_c/Python33/Lib/site-packages/PyQt5/libEGL.dll CarlaControl/
# cp $WINEPREFIX/drive_c/Python33/Lib/site-packages/PyQt5/libGLESv2.dll CarlaControl/
# cp $WINEPREFIX/drive_c/Python33/Lib/site-packages/PyQt5/icuin49.dll CarlaControl/


+ 4
- 2
data/windows/create-wineprefixes.sh View File

@@ -13,8 +13,9 @@ winetricks fontsmooth=rgb

# cd data/windows/python
# msiexec /i python-3.3.5.msi /qn
# wine PyQt4-4.10.4-gpl-Py3.3-Qt4.8.5-x32.exe
# msiexec /i cx_Freeze-4.3.2.win32-py3.3.msi /qn
# wine PyQt4-4.10.4-gpl-Py3.3-Qt4.8.5-x32.exe
# wine PyQt5-5.2.1-gpl-Py3.3-Qt5.2.0-x32.exe
# cd ../../..

export WINEARCH=win64
@@ -27,6 +28,7 @@ winetricks fontsmooth=rgb

# cd data/windows/python
# msiexec /i python-3.3.5.amd64.msi /qn
# wine PyQt4-4.10.4-gpl-Py3.3-Qt4.8.5-x64.exe
# msiexec /i cx_Freeze-4.3.2.win-amd64-py3.3.msi /qn
# wine PyQt4-4.10.4-gpl-Py3.3-Qt4.8.5-x64.exe
# wine PyQt5-5.2.1-gpl-Py3.3-Qt5.2.1-x64.exe
# cd ../../..

Loading…
Cancel
Save