1736b1d424
Avoid .sh file extension
2022-12-03 15:03:44 +01:00
c53b19c039
Add zeroconf/mdns support
2022-12-02 17:32:11 +01:00
1edc3d3e05
Linux packaging fix (ctrl-interfaces path)
2022-11-19 19:27:03 +01:00
d521c2ede6
src-tree cleanup: separate surfaces from libraries
...
libardourcp and now libardour_midisurface are not control
surfaces, but helper libraries for those.
They need to be deployed to the library folder (shared between
ctrl surfaces) and not scanned as ctrl surfaces at runtime.
2022-11-19 00:09:17 +01:00
ae6bf4bc7d
Deploy LRDF presets (if any)
2022-10-11 17:07:33 +02:00
4d76d72af4
Update bundled media URL
2022-10-11 15:24:17 +02:00
908bcf3150
Fix bundling Ardour media for Linux packages
2022-10-05 16:59:56 +02:00
e14bef1619
Fix unzip, allow to overwrite .daw-meta.xml file
2022-10-04 20:39:14 +02:00
bbe68542e8
fetch and include MIDI bundled content during packaging of Ardour
2022-10-04 11:01:59 -06:00
8f18af8412
Revert "add code to linux packaging to download bundled content"
...
We're not going to bundle content in the download package.
This reverts commit 7b855f0cc5
.
2022-09-10 12:05:22 -06:00
3a06fd85f1
Update Mixbus content URL (use local server)
2022-09-08 17:02:18 +02:00
7b855f0cc5
add code to linux packaging to download bundled content
2022-08-30 23:30:35 -06:00
340446b3fd
remove checks/tests for JACK and QJackctl during installation
...
We discourage the use of JACK by first time users these days, and it's really not
our job to make sure it is installed correctly
2022-08-19 16:00:57 -06:00
luz paz
3d395585c1
Fix various typos
...
Found via `codespell -q 3 -S *.po,./share/patchfiles,./libs -L ba,buss,busses,doubleclick,hsi,ontop,ro,seh,siz,sord,sur,te,trough,ue`
Follow-up to 364f2f078
2022-04-08 19:51:02 +02:00
b14acfc3dd
Fix permissions of bundled content
2022-03-22 21:31:21 +01:00
9b21c2be54
Bundle autotune plugin (with mixbus)
2022-02-07 18:54:38 +01:00
3e59902573
Yet another media-clip bundle fix
2022-01-17 20:38:40 +01:00
7e36daecd6
Fix bundling media content
2022-01-17 20:04:52 +01:00
0481b10d97
Bundle Mixbus Media
2022-01-17 19:50:34 +01:00
5741e63205
Bundle media-folder as-is (for now)
...
Note that windows uses ./waf install which already deploys
the files. Only mac and Linux bundles need special-casing.
2021-12-21 22:21:03 +01:00
a74b4e8ef0
No more wine
2021-07-03 19:07:25 +02:00
3b1c52dbd0
Override Ubuntu global menu
...
This causes a crash in libappmenu-gtk-module.so
-> gtk_widget_get_toplevel() and apart from that breaks
ardour's layout with status-bar at the top.
2021-06-21 05:23:01 +02:00
82764a6da7
Clarify installer question (XT and ACE)
2021-06-01 19:40:52 +02:00
5cd26221ce
Symlink libraries, strip ABI suffix
...
This exposes libs directly for plugins that may dynamically
load e.g. `libcurl.so` at runtime.
2021-03-23 14:55:24 +01:00
c6545e3436
Really fix typos
2020-10-23 19:51:52 +02:00
00f288742f
Fix typos in e9144d1542
2020-10-23 16:10:52 +02:00
e9144d1542
Bundle LV2 ontology with ardour binaries
...
This is needed for LV2 classes inheritance and to expand
properties of parent classes.
https://github.com/iurie-sw/geonkick/issues/130#issuecomment-714416342
2020-10-22 13:43:10 +02:00
e2639a1a58
Fix path to LV2s
2020-10-02 13:58:10 +02:00
3ed9a712b9
Bundle VST3 scanner with binary packages
2020-09-18 18:54:45 +02:00
81fb723561
Only ask about Harrison LV2s when they're present
...
This fixes an issue with the ARM installer asking about the
plugins which are currently N/A for ARM.
2020-08-21 21:28:56 +02:00
3bb374a473
Update Harrison plugin URL, use the resource server.
2020-08-03 17:04:26 +02:00
1421512510
Allow to skip installing 3rd party plugins
2020-07-19 22:05:38 +02:00
5ae0039e5b
Don't allow to run Linux installer on other unices
...
e.g. on MacOS, BUNDLE_DIR variable is not set correctly, resulting
in the whole hard drive content being copied to /opt
2020-07-16 20:38:51 +02:00
b0867b97ad
Don't bundle x42-plugins with Ardour windows binaries
...
This also allows to selectively include gratis plugins
2020-06-11 22:25:52 +02:00
69f6c9771e
Really bundle web-surface data with Linux and Mac builds
...
This fix copy/paste/edit bug in 5d3554408
2020-04-21 22:43:46 +02:00
5d3554408d
Include web-surface data in linux and mac bundles
2020-04-21 00:29:21 +02:00
0402f1a43d
Don't copy symlink versioned libs into bundle
2020-04-20 03:42:15 +02:00
0f1b98c155
Linux installer: exclude backends from library compatibility test
...
Engine backends are loaded dynamically, and Ardour can start without
them. This is manly to relax the requirement of having libpulse.so.
libardour itself depends on libasound, so the ALSA backend is always
present, and the jack-backend dynamically dlopen()s libjack.
2020-04-09 15:47:11 +02:00
6c6bea26ad
Fix Linux installer - #7977
...
ldd may not print errors to stderr (Debian GLIBC 2.28-10 doesn't),
and hence the current check did nothing on debian and derivative
systems. While on other GNU/Linux distros (e.g. openSuSe),
other errors do show up (e.g. checking session-utils shell script
-> "not a dynamic executable")
This explicitly checks for missing libraries hopefully in a
distro independent way.
2020-04-05 23:53:50 +02:00
e219a6cd1e
Source-tree consistency (headless tools at top-level)
...
This move ardour-lua session tool to top-level, next to
headless/hardev.
2020-03-26 19:00:41 +01:00
180843f9bd
Also move Lua scripts to share subfolder
2020-02-23 20:48:02 +01:00
54c4d3adc5
Clean up top-level source tree
...
Collect architecture independent data in 'share' subfolder.
This also matches the install path
2020-02-23 16:21:55 +01:00
4c055f3469
Fix linux installer script
2020-01-03 04:33:33 +01:00
241a16717e
installer-script ARM CPU support
2020-01-03 02:25:10 +01:00
65b6f39e21
Undo habits of a Serif font lover
2019-12-05 23:33:27 +01:00
5e66a54c51
Bundle ArdourSans with packages
2019-12-04 19:02:00 +01:00
487503cab8
Package VAMP pYIN plugin
2019-09-02 14:35:23 +02:00
2dae4fc5e1
Bundle x42-tuner, drop rule-based midifilter
2019-08-20 03:44:02 +02:00
c81cbd8f30
Linux-bundle: use build-stack only
...
This fixes an issue with libpulse indirectly adding libasync
2019-07-25 22:37:13 +02:00
77fbe22e55
Package PA backend when available
2019-07-25 21:00:12 +02:00