Search Criteria
Package Details: msvc-wine-git 18.5.1.a99ef92-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/msvc-wine-git.git (read-only, click to copy) |
|---|---|
| Package Base: | msvc-wine-git |
| Description: | MSVC compiler with CMake toolchains. Compiler work in Wine64 |
| Upstream URL: | https://github.com/mstorsjo/msvc-wine |
| Licenses: | EULA |
| Conflicts: | msvc-wine |
| Provides: | msvc-arm64-cmake, msvc-x64-cmake, msvc-x86-cmake |
| Submitter: | sr.team |
| Maintainer: | sr.team |
| Last Packager: | sr.team |
| Votes: | 8 |
| Popularity: | 0.89 |
| First Submitted: | 2021-11-29 21:05 (UTC) |
| Last Updated: | 2026-04-27 05:37 (UTC) |
Dependencies (13)
- bash (bash-gitAUR, bash-devel-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- wine (wine-stable-nextAUR, wine-stableAUR, wine-valveAUR, wine-pure-gitAUR, wine-pure-gitAUR, wine-tkg-staging-ntsync-binAUR, wine-asahi-gitAUR, wine-gitAUR, wine-staging-gitAUR, wine-tkg-staging-binAUR, wine-tkg-staging-wow64-binAUR, wine-cachyosAUR, wine32AUR, wine-staging)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- msitools (msitools-gitAUR) (make)
- python (make)
- python-simplejson (make)
- python-six (make)
- sed (sed-gitAUR, uutils-sedAUR) (make)
- lld (llvm-gitAUR) (optional) – Required by MSVC+LLD CMake toolchains/vcpkg triplets (lld-link); workaround for link.exe hangs under Wine
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (optional) – Required by clang-cl and MSVC+LLD CMake toolchains/vcpkg triplets (llvm-lib, llvm-mt, llvm-rc); supports the link.exe-hang workaround under Wine
- samba (ksmbd-toolsAUR) (optional) – Need to generate debug symbols (Debug and RelWithDebInfo build types)
Required by (1)
- dxvk-msvc-git (optional)
Latest Comments
1 2 Next › Last »
sr.team commented on 2026-04-27 04:51 (UTC)
@xAsh, I think we can add commit hash from mstorsjo/msvc-wine, but do not sure is its a good solution, because currently we use MSVC version, with commit hash its will be a mix of MSVC + mstorsjo/msvc-wine commit hash version
xAsh commented on 2026-03-29 13:24 (UTC)
could we have commit hash info in the pkgver? XX.X.X without revision hash feels so awkward for a -git pkg
ccom1 commented on 2026-01-25 07:56 (UTC)
Sorry, didn't realize that you fixed the regex, I forgot to update the hash locally.
RealOrRandom commented on 2025-06-17 19:41 (UTC)
Here's a fixed regexp:
sed 's/\.\([^.]*\) (.*)$/.r\1/'sr.team commented on 2024-08-26 06:10 (UTC)
@JL2210, yes, you can add
--major=19at line 51 in PKGBUILDJL2210 commented on 2024-08-25 19:10 (UTC) (edited on 2024-08-25 19:27 (UTC) by JL2210)
Would it be possible to install vs2019 alongside 2022? I have a program that can't be built with vs2022.
Guess I can just edit the PKGBUILD, sorry
sr.team commented on 2024-03-16 20:22 (UTC)
@Neightro my misstake. Removed this conflict
Neightro commented on 2024-03-16 18:20 (UTC)
How come this package conflicts with itself? I've seen that done on the AUR before for packages that require extra steps before building, though I don't see anything like that documented here.
sr.team commented on 2024-02-12 07:50 (UTC)
@jaap, thanks for you're correct
jaap commented on 2024-02-11 20:36 (UTC)
Could you replace the regexes that update BASE to the following?
This prevents makes sure only the variable assignments to be changed instead of also setting SDKBASE for example
1 2 Next › Last »