Commit Graph

502 Commits

Author SHA1 Message Date
psykose 3604086cb4 set some runtime script interpreters to /bin/sh
nothing in these scripts make use of bash features, and they are
actually posix sh, so use /bin/sh instead.
2023-05-15 12:21:12 +02:00
falkTX cf8d885999
Remove use of REAL_BUILD macro
Signed-off-by: falkTX <falktx@falktx.com>
2023-05-06 15:13:07 +02:00
falkTX b3a2098d8c Tweak JUCE build details 2023-02-10 21:31:22 +00:00
falkTX de6833ab60
Handle clap as format in carla-single script
Signed-off-by: falkTX <falktx@falktx.com>
2022-10-22 15:36:43 +01:00
Alexandros Theodotou 6995151580 fix pkgconfig files having bad includedir/libdir variables
The pkgconfig files are installed in $PREFIX/lib so using
libdir=${prefix}/lib/carla is confusing.

Most software pkgconfig files seem to match the includedir and
libdir variables with the actual includedir and libdir during
configuration.
2022-10-09 16:16:34 +01:00
falkTX 9844d76319
Fix a small leak
Signed-off-by: falkTX <falktx@falktx.com>
2022-09-24 19:25:08 +01:00
falkTX e3a0aad27a
Add missing file
Signed-off-by: falkTX <falktx@falktx.com>
2022-07-26 03:12:23 +01:00
falkTX 33ef884b28
Update included DPF
Signed-off-by: falkTX <falktx@falktx.com>
2022-07-25 17:56:52 +01:00
falkTX 08af009062
Update to JUCE 7.0.1, still to update to new playhead APIs
Signed-off-by: falkTX <falktx@falktx.com>
2022-07-13 01:04:44 +01:00
falkTX 3d3c4d8933
Update included DPF
Signed-off-by: falkTX <falktx@falktx.com>
2022-07-13 00:44:02 +01:00
falkTX e78faac205
Make macOS installer allowed to install without rosetta2
Signed-off-by: falkTX <falktx@falktx.com>
2022-06-19 08:47:57 +01:00
Filipe Coelho 2dd26df2ca
Merge branch 'main' into jsfx-2 2022-05-25 13:14:27 +02:00
falkTX c012c31be2 Update DPF
Signed-off-by: falkTX <falktx@falktx.com>
2022-05-25 01:05:02 +01:00
falkTX f22915f6ec
Bump version to 2.4.3
Signed-off-by: falkTX <falktx@falktx.com>
2022-04-15 11:20:10 +01:00
falkTX 01ac9538f6
Set new X-NSM-Exec desktop file properties
Signed-off-by: falkTX <falktx@falktx.com>
2022-04-15 11:05:30 +01:00
Felipe Kinoshita 000a2837f3 Move second image to it's own screenshot tag
The screenshot tag shouldn't contain more than one image
2022-02-08 18:42:26 +00:00
Jean Pierre Cimalando 1f2f87ad41 Implement JSFX (backend) 2022-01-05 06:19:59 +01:00
falkTX cb3cf83f9f
Move pkgconfig files to their own dir, tweak and install appdata
Signed-off-by: falkTX <falktx@falktx.com>
2021-11-24 10:21:48 +00:00
Elias 9c67ea4737
add app metainfo (#1535)
* add appdata

* move appdata into data subdir

* appdata: id change
2021-11-24 09:47:37 +00:00
Gideon van der Kolf 1ca04c2dbf Remove <br> from Windows readme. 2021-11-13 10:35:05 +00:00
Xeonacid 67e38d1247 Replace -lpthread with -pthread
According to Stack Overflow and GCC doc, -pthread is the correct way to use pthread.
This fix build error on riscv64.
2021-10-09 10:49:29 +01:00
falkTX 444fc97d18
Dynamic version for pkg-config files, for less maintenance
Signed-off-by: falkTX <falktx@falktx.com>
2021-08-07 22:54:40 +01:00
falkTX 1e9c9e7a10 Also specify NSLocalNetworkUsageDescription 2021-07-13 20:26:43 +01:00
falkTX 28c3c9aff8 Set NSMicrophoneUsageDescription in Carla.plist 2021-07-13 20:13:11 +01:00
falkTX 164c254b55
Bump version to 2.3.1
Signed-off-by: falkTX <falktx@falktx.com>
2021-07-13 18:55:13 +01:00
falkTX 377115d4c3
Bump version as 2.3.0
Signed-off-by: falkTX <falktx@falktx.com>
2021-04-13 10:23:02 +01:00
falkTX 2294a5c868
Bump version
Signed-off-by: falkTX <falktx@falktx.com>
2021-03-16 19:30:15 +00:00
falkTX 57c570a31f
Update static lv2 bundle too
Signed-off-by: falkTX <falktx@falktx.com>
2021-03-06 22:01:01 +00:00
falkTX 5b4753decf
Update midi file static lv2 bundle data
Signed-off-by: falkTX <falktx@falktx.com>
2021-03-05 11:27:38 +00:00
falkTX 80f053f7d7
Update static data of audiofile
Signed-off-by: falkTX <falktx@falktx.com>
2021-03-05 00:09:59 +00:00
falkTX a59e659dd3
Bump version
Signed-off-by: falkTX <falktx@falktx.com>
2021-02-14 17:45:27 +00:00
falkTX e493ff9b14
CLeanup
Signed-off-by: falkTX <falktx@falktx.com>
2021-02-14 17:40:46 +00:00
falkTX ce63084a5e
More tweaks for win32 make dist
Signed-off-by: falkTX <falktx@falktx.com>
2021-02-07 20:27:06 +00:00
falkTX 445a758ccd
Start work for new windows toolchain build
Signed-off-by: falkTX <falktx@falktx.com>
2021-01-30 23:36:42 +00:00
falkTX 3af8d7c7ae
Minor tweaks as used for testing 2021-01-11 18:57:07 +00:00
falkTX 6eb2eaa39d Show description for carla-plugins pkg 2021-01-10 21:18:33 +00:00
falkTX cff0cf76fb Create macOS dmg on make dist 2021-01-10 17:40:20 +00:00
falkTX 140d9480bc Remove old macOS data files 2021-01-10 17:22:20 +00:00
falkTX e9a7f3e5ea Fix make install, more make dist work 2021-01-10 17:19:20 +00:00
falkTX a128e0441e Use proper carla-control icon in some systems 2021-01-02 02:07:02 +00:00
falkTX 85732ff150 Create carla app bundle in "make dist" command 2021-01-01 05:48:09 +00:00
falkTX b105847cf8
Rework state path support in carla lv2 plugins 2020-12-30 21:47:03 +00:00
falkTX 74aaf02913
Expose inline-display in carla lv2 plugins 2020-12-30 16:21:21 +00:00
falkTX 90064c2684
Update pre-exported lv2-bundles to match latest changes 2020-12-30 16:03:22 +00:00
falkTX afa82a2b4e
Adjust static lv2 bundles for latest MOD file spec 2020-12-24 16:28:20 +00:00
falkTX e211b3afc4
Clear up situation with nogui and carla-osc-gui script 2020-12-24 15:34:10 +00:00
falkTX cd614a1d00 Fix unused variable 2020-12-21 01:11:08 +00:00
falkTX 70381bafcb Fix macOS dev environment 2020-12-20 19:47:20 +00:00
falkTX 8d9e0c13d6
Make it no longer needed to do "make BUILDING_FOR_WINDOWS=true" 2020-12-15 12:05:41 +00:00
falkTX 84296b3f31 More tweaks as needed for macOS 2020-12-13 20:47:30 +00:00