Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
rosegarden
rosegarden-10.02-plugin-lib64path.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rosegarden-10.02-plugin-lib64path.patch of Package rosegarden
Index: src/sound/LADSPAPluginFactory.cpp =================================================================== --- src/sound/LADSPAPluginFactory.cpp.orig 2011-12-11 22:09:29.000000000 +0200 +++ src/sound/LADSPAPluginFactory.cpp 2012-03-08 10:16:04.934978704 +0200 @@ -565,7 +565,7 @@ LADSPAPluginFactory::getPluginPath() path = cpath; if (path == "") { - path = "/usr/local/lib/ladspa:/usr/lib/ladspa"; + path = "/usr/local/lib/ladspa:/usr/lib/ladspa:/usr/local/lib64/ladspa:/usr/lib64/ladspa"; char *home = getenv("HOME"); if (home) path = std::string(home) + "/.ladspa:" + path; Index: src/sound/DSSIPluginFactory.cpp =================================================================== --- src/sound/DSSIPluginFactory.cpp.orig 2011-12-11 22:09:29.000000000 +0200 +++ src/sound/DSSIPluginFactory.cpp 2012-03-08 10:16:04.935978674 +0200 @@ -234,7 +234,7 @@ DSSIPluginFactory::getPluginPath() path = cpath; if (path == "") { - path = "/usr/local/lib/dssi:/usr/lib/dssi"; + path = "/usr/local/lib/dssi:/usr/lib/dssi:/usr/local/lib64/dssi:/usr/lib64/dssi"; char *home = getenv("HOME"); if (home) path = std::string(home) + "/.dssi:" + path;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor