Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2024 22:50:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   =?UTF-8?B?W0J1ZyAyODIwNjFdIGF1ZGlvL2FyZG91cjogVXBkYXRlIDguNi4w?= =?UTF-8?B?IOKGkiA4LjkuMA==?=
Message-ID:  <bug-282061-21822-euRyJ1vkx7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-282061-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-282061-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282061

--- 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=3Dboost-libs>0:devel/boost-libs instead of
LIB_DEPENDS=3Dlibboost_date_time.so:devel/boost-libs.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282061-21822-euRyJ1vkx7>