[Bug 282061] audio/ardour: Update 8.6.0 → 8.9.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Oct 2024 22:50:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282061 --- Comment #7 from Vladimir Druzenko <vvd@FreeBSD.org> --- (In reply to Florian Walpen from comment #6) Ye, I already fixed this: @@ -332,6 +332,7 @@ share/applications/%%ARDOUR_MAJOR%%.desktop %%DATADIR%%/midi_maps/Korg_taktile.map %%DATADIR%%/midi_maps/M-Audio_Axiom25.map %%DATADIR%%/midi_maps/M-Audio_Axiom61.map +%%DATADIR%%/midi_maps/M-Audio_Axiom_49_mkII.map %%DATADIR%%/midi_maps/M-Audio_Axiom_AIR_Mini_32.map %%DATADIR%%/midi_maps/M-Audio_Axiom_Air_25_2015_Model_Transport_Only.map %%DATADIR%%/midi_maps/M-Audio_Oxygen49.map @@ -850,6 +851,7 @@ share/applications/%%ARDOUR_MAJOR%%.desktop %%DATADIR%%/scripts/create_drum_tracks.lua %%DATADIR%%/scripts/delete_xrun_markers.lua %%DATADIR%%/scripts/dm10studio.lua +%%DATADIR%%/scripts/duplicate_to_grid.lua %%DATADIR%%/scripts/export_mp4chaps.lua %%DATADIR%%/scripts/jump_to_marker.lua %%DATADIR%%/scripts/lfo_automation.lua Ofc better to test it before commit. Also I found it doesn't link to libboost_date_time.so, but require devel/boost-libs for build. Testing build with BUILD_DEPENDS=boost-libs>0:devel/boost-libs instead of LIB_DEPENDS=libboost_date_time.so:devel/boost-libs. -- You are receiving this mail because: You are on the CC list for the bug.