[Bug 59628] New: vkd3d binary packages: please resume Debian builds
http://bugs.winehq.org/show_bug.cgi?id=59628 Bug ID: 59628 Summary: vkd3d binary packages: please resume Debian builds Product: Packaging Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-packages Assignee: wine-bugs@list.winehq.org Reporter: kolAflash@kolahilft.de CC: dimesio@earthlink.net Distribution: --- vkd3d builds for Debian used to be provided here: https://dl.winehq.org/wine-builds/debian/pool/main/v/vkd3d/ This stopped after vkd3d-1.2 / Debian-12. I guess there's a reasonable reason why the builds stopped. So this is just a kind question, asking if it may be possible to resume the builds :-) FTR: Debian-13 ships only the outdated vkd3d-1.2. (current version as of 2026-04-07 would be vkd3d-1.19) https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033733 https://packages.debian.org/search?keywords=vkd3d&searchon=sourcenames&suite... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59628 --- Comment #1 from kolAflash <kolAflash@kolahilft.de> --- WORKAROUND (Debian-13): mkdir ~/opt/vkd3d/build; cd ~/opt/vkd3d/build tar -xf vkd3d-1.19.tar.xz mkdir 64; cd 64 ../vkd3d-*/configure --prefix="$(readlink -f ../../)" --without-ncurses --disable-tests --disable-doxygen make -j16 install cd .. mkdir 32; cd 32 CFLAGS=-m32 PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig sh ../vkd3d-*/configure --prefix="$(readlink -f ../../)" --libdir="$(readlink -f ../../)/lib32" --without-ncurses --disable-tests --disable-doxygen make -j16 install LD_LIBRARY_PATH="${HOME}"/opt/vkd3d/lib:"${HOME}"/opt/vkd3d/lib32 wine PROGRAM.EXE -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59628 Rosanne DiMesio <dimesio@earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|UNCONFIRMED |RESOLVED --- Comment #2 from Rosanne DiMesio <dimesio@earthlink.net> --- The vkd3d packages were discontinued because vkd3d has been bundled with wine since wine-7.4. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla