View Issue Details

IDProjectCategoryView StatusLast Update
0001124ardourbugspublic2008-11-20 23:47
Reportermelodyman Assigned Topaul  
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Summary0001124: /usr/lib64/ladspa doesn't seem to be a directory ardour looks in (a 64bit tweak)
DescriptionIn ardour 0.99, I don't think the program looks in "/usr/lib64/ladspa" for plugins. On 64-bit systems, this can be confusing for people who are used to having to configure libraries to be installed in the "/usr/lib64" directory.
                       -melodyman
TagsNo tags attached.

Activities

2006-05-14 14:30

 

ardour-lib64-ladspa.patch (399 bytes)   
--- libs/ardour/plugin_manager.cc~	2006-04-26 08:44:34.000000000 -0700
+++ libs/ardour/plugin_manager.cc	2006-05-13 09:18:00.000000000 -0700
@@ -107,7 +107,7 @@
 	_ladspa_plugin_info.clear ();
 
 	if (ladspa_path.length() == 0) {
-		ladspa_path = "/usr/local/lib/ladspa:/usr/lib/ladspa";
+		ladspa_path = "/usr/local/lib64/ladspa:/usr/lib64/ladspa";
 	}
 
 	ladspa_discover_from_path (ladspa_path);
ardour-lib64-ladspa.patch (399 bytes)   

green

2006-05-14 14:31

reporter   ~0002508

My quick hack was to conditionally apply ardour-lib64-ladspa.patch for x86-64 builds. This should really be done with a macro and configury magic.

taybin

2006-11-02 04:31

administrator   ~0002552

This has been fixed in ardour2.

paul

2006-11-02 04:49

administrator   ~0002557

see taybin's note.

Issue History

Date Modified Username Field Change
2005-10-14 21:36 melodyman New Issue
2005-10-14 21:36 melodyman E-mail => chadguitar@sbcglobal.net
2005-10-14 21:36 melodyman Name => Chad Kelley
2006-05-14 14:30 green File Added: ardour-lib64-ladspa.patch
2006-05-14 14:31 green Note Added: 0002508
2006-11-02 04:31 taybin Note Added: 0002552
2006-11-02 04:49 paul Status new => resolved
2006-11-02 04:49 paul Resolution open => fixed
2006-11-02 04:49 paul Assigned To => paul
2006-11-02 04:49 paul Note Added: 0002557
2008-11-20 23:47 seablade Status resolved => closed