13
0
Commit Graph

1067 Commits

Author SHA1 Message Date
dd23aadd62
Merge branch 'ardour' 2024-11-18 15:28:24 +01:00
Alejandro Domínguez
27c6276ff8
Replace boost::bind with std::bind 2024-11-17 20:19:43 +01:00
64cc01b0b1
Merge branch 'ardour' 2024-11-10 23:49:01 +01:00
Alejandro Domínguez
ed1ab8622e
Replace boost::function with std::function 2024-11-06 23:08:44 +01:00
d0a7cd00b5
Merge branch 'ardour' 2024-10-20 19:31:53 +02:00
626a7cb506 manually fix conflicts during merge with ardour 2024-10-19 19:21:25 -06:00
7037d86a00
Add tool to reduce relince on boost
Inspired by https://github.com/Ardour/ardour/pull/914
2024-10-19 03:40:01 +02:00
8fbec13e9c script for once-ification
This still tends to require by-hand cleanups of bare #endif lines
2024-10-17 07:44:31 -06:00
fcf5bb88d5 cue editor/piano roll: starting to get mode buttons working and keybindings too 2024-10-17 07:44:30 -06:00
9c292ed6f4
Merge branch 'ardour' 2024-10-17 15:38:42 +02:00
0a0848b2d6
Set LiveTrax binary name when packaging 2024-10-16 20:21:19 +02:00
be4dab7336
Merge branch 'ardour' 2024-10-10 03:18:28 +02:00
4b83915335
Prefer bundled python for windows/gdb 2024-10-08 13:03:49 +02:00
2966b8781c
Merge branch 'ardour' 2024-07-24 02:33:37 +02:00
c2329c4708
Unify package scripts with VBM 2024-07-24 02:02:54 +02:00
88ce2980c5
T: fix bundling livetrax keys file 2024-07-15 23:15:08 +02:00
aa99474823
Merge branch 'ardour' 2024-06-06 15:26:21 +02:00
c000f77ce2
Windows installer: update links to manual 2024-06-06 15:25:50 +02:00
56a49ed5e3
Windows installer: fix livetrax manual link and welcome page 2024-06-06 15:15:49 +02:00
38e495ac0e
Merge branch 'ardour' 2024-05-31 18:34:17 +02:00
46086a24ef
Properly set DMG background for Trax and Mixbus 2024-05-31 18:33:56 +02:00
7269c1f91f
Merge branch 'ardour' 2024-05-31 15:50:40 +02:00
fb5ebc351c
Don't use Ardour Logo on Trax DMG 2024-05-31 15:49:41 +02:00
49cd23978b
Merge branch 'ardour' 2024-05-23 15:55:58 +02:00
3ce07580cb
Fix packaging gmsynth
Bug introduced in 75167ac347
2024-05-23 15:53:38 +02:00
a68baf8028
Merge branch 'ardour' 2024-05-22 18:37:12 +02:00
13814deba2
Backport Trax packaging 2024-05-22 18:36:15 +02:00
199fc6fd14
Merge branch 'ardour' 2024-05-20 22:02:53 +02:00
6e0c5e6a34
Unify build scripts w/derivative projects 2024-05-19 01:40:02 +02:00
ebcf3acaf0
Merge branch 'ardour' 2024-05-05 18:49:48 +02:00
dec7b9a9af
Fix macOS signing when excluding xjadeo 2024-05-05 18:49:12 +02:00
c731fcd0c1
Merge branch 'ardour' 2024-05-03 15:00:01 +02:00
233a82d5f9
Separate xjadeo and harvid packaging (and remove 32c)
This is mainly for the benefit of traxlive, which needs
ffmpeg to encode mp3 or import encoded files, without
support for video.
2024-05-03 03:52:57 +02:00
34dbea2843
Merge branch 'ardour' 2024-04-29 00:58:40 +02:00
ce4f91483b
Fix OSX packaging and signing for LiveTrax 2024-04-29 00:56:27 +02:00
0b9d003217
Add tentative mac icon file
This is a copy of Ardour.icns (needs to be replaced at some point)
2024-04-29 00:49:47 +02:00
9bafa8a216
Remove svn related part in bundle script 2024-04-29 00:42:12 +02:00
75167ac347
Bundle/package script updates for LiveTrax 2024-04-28 17:54:20 +02:00
c4ca52f9de
Update packaging of LiveTrax (amend 1bff623495) 2024-04-27 17:56:08 +02:00
87be6ae7e2
Fix windows packaging (no plugins, static libs) 2024-04-27 17:20:29 +02:00
7ab2591fab
Only sign Jadeo.app when bundled 2024-04-27 16:27:56 +02:00
975fea73eb
Exclude harvid/xjadeo from packages 2024-04-27 03:57:38 +02:00
1bff623495
Update packaging scripts for LiveTrax 2024-04-27 03:32:44 +02:00
97becda83a
Update icon rendering tool 2024-04-25 19:18:02 +02:00
15dc06b12a
Ardour non longer uses gtk modules 2024-04-04 17:06:22 +02:00
agfline
2b1349ffc2
Update libAAF import tool 2024-03-10 21:53:36 +01:00
c7eef61e78
Make it easier to use Ardour --gdb on linux 2024-02-24 21:49:21 +01:00
0bd1a10709
Allow Ardour to run in recent gdb, amend a44124937e 2024-02-17 15:46:09 +01:00
a44124937e
Allow to use ardour --gdb on modern systems
gdb indirectl tdepends on recent glib, so we have to set
LD_LIBRARY_PATH after gdb has started. This fixes:

```
gdb: symbol lookup error: /lib64/libbabeltrace.so.1: undefined symbol: g_string_free_and_steal
```
2024-02-14 15:29:22 +01:00
24929a2475
Fix packaging windows debug builds (>2GB) 2024-01-29 18:56:50 +01:00