internethering / hering-overlay

richard hering's gentoo overlay
4 stars 4 forks source link

wineasio-0.9.2 not compiling after updating to new wine-packages #7

Closed anemal closed 6 years ago

anemal commented 6 years ago

After updating to the new wine-packages (I have virtual/wine-0-r5 and app-emulation/wine-vanilla-2.0.3) the ebuild wineasio-0.9.2.ebuild is not working anymore. I believe the Makefile and Makefile64 (maybe others as well) need to be patched to correctly link to the new locations of the wine-libs.

/usr/lib/wine-vanilla-2.0.3/wine/ /usr/lib32/wine-vanilla-2.0.3/wine/ /usr/lib64/wine-vanilla-2.0.3/wine/

Could you please help?

anemal commented 6 years ago

After experimenting with symlinks I found that manually setting the links /usr/lib32/wine -> wine-vanilla-2.0.3/wine/ /usr/lib32/libwine.so -> libwine.so.1.0 /usr/lib64/wine -> wine-vanilla-2.0.3/wine/ solve the problem. However, I'm not sure if this is now an issue of the new wine packages, eselect-wine or of wineasio? I set wine-vanilla with eselect. However, the according symlinks above have not been created by eselect and I'm not sure if they even should have.