Bug 2038747
| Summary: | RFE: Add support for Windows VSTs by building the Wine bridges | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Neal Gompa <ngompa13> |
| Component: | Carla | Assignee: | MartinKG <mgansser> |
| Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 35 | CC: | erich, freakinfedorafreak, mgansser |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-05-25 08:07:54 UTC | Type: | Enhancement |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Neal Gompa
2022-01-10 00:47:25 UTC
I have several professional VSTs that were designed for windows, which is not being read by my DAWs, Reaper and Ardour. This will be helpful for any music producer running fedora to be able to use commercial VSTs purchased from the popular musician sites. I am in the process of creating an rpm package with the bridges plugins, but the compilation fails. The problem is currently discussed in the Fedora devel forum [1]. https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Z2WCEB2JLRWA3UTZFFKFKS5NHIPHRY35/ Please support me in providing a Carla package with "Windows VSTs by building the Wine bridges" and provide me with a patch for this purpose. Thanks Martin The buildroot of x86_64 is not "multilib" and does not contain 32bit builds. Therfor I cannot provide a 32bit bridge package. You can try to compile the src.rpm package https://martinkg.fedorapeople.org/Packages/Carla/Carla-2.4.1-4.fc35.src.rpm on your own computer. $ rpmbuild -ba Carla-2.4.1-4.fc35.src.rpm Wouldn't a way to solve that would be to build the 64-bit bridge with the x86_64 package and the 32-bit bridge with the i686 package as subpackages that would then both be exported as multilib packages? I think I need more support here as I don't know how this should work. |