https://bugs.winehq.org/show_bug.cgi?id=50363
Bug ID: 50363 Summary: commit 497c902857241ec340e562ec3490a344704440dc removes libwine.so Product: Wine Version: 6.0-rc1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winelib Assignee: wine-bugs@winehq.org Reporter: davejplater@gmail.com Distribution: ---
I don't know what the policy is regarding building vst plugins against the wine API but the removal of the link libwine.so prevents carla and lmms from building the vst plugin handlers. I maintain both packages in openSUSE and have made a workaround to enable the packages to build.
https://bugs.winehq.org/show_bug.cgi?id=50363
Dave Plater davejplater@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |497c902857241ec340e562ec349 | |0a344704440dc
https://bugs.winehq.org/show_bug.cgi?id=50363
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Alexandre Julliard julliard@winehq.org --- There should be no need to link to libwine, and winegcc should do the right thing automatically. If the plugins link to libwine explicitly this should be removed.
https://bugs.winehq.org/show_bug.cgi?id=50363
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- BTW if the plugins are trying to load wine dynamically, this should now be done by dlopening ntdll.so. Check how this is done in loader/main.c.
https://bugs.winehq.org/show_bug.cgi?id=50363
--- Comment #3 from Dave Plater davejplater@gmail.com --- Carla just needs an extra LDFLAGS="-L/usr/lib/wine" but lmms are going to have to change their build to accommodate this. They use cmake and find_library() explicitly looks for libwine.so
https://bugs.winehq.org/show_bug.cgi?id=50363
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Austin English austinenglish@gmail.com --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=50363
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |RESOLVED
--- Comment #5 from Austin English austinenglish@gmail.com --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=50363
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Gijs Vermeulen gijsvrm@gmail.com --- Closing WONTFIX.