On Thu, Sep 02, 2021 at 12:11:43PM -0500, Zebediah Figura (she/her) wrote: > On 9/2/21 12:08 PM, Florian Weimer wrote: > > * Zebediah Figura: > > > > > (2) If we use dynamic libraries, should dependencies be included in > > > the main wine package, or packaged separately? > > > > Aren't many of them already packages separately? For example > > mingw32-libpng and mingw32-gnutls? > > Thanks, I wasn't aware of these. I had tried to search for Fedora mingw > packages, but didn't realize that looking up "mingw" on rpmfind.net wasn't > enough :-/ > > Note that this ties into (3) though. It would presumably be enough for > static libraries, but we need specially named shared libraries, and we can't > "just" use these packages since as far as I'm aware there's no standardized > way to find them. Why does wine need to use special names ? In terms of locating them, you can find them using pkg-config eg $ i686-w64-mingw32-pkg-config --variable prefix zlib /usr/i686-w64-mingw32/sys-root/mingw tells you the install prefix under which it lives, and you'll find the dll in the bin/ sub-directory /usr/i686-w64-mingw32/sys-root/mingw/bin/zlib1.dll or the import lib at /usr/i686-w64-mingw32/sys-root/mingw/lib/libz.dll.a Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :| _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure