Search Criteria
Package Details: source2viewer 17.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/source2viewer.git (read-only, click to copy) |
|---|---|
| Package Base: | source2viewer |
| Description: | Valve's Source 2 resource file format parser, decompiler, and exporter. |
| Upstream URL: | https://github.com/ValveResourceFormat/ValveResourceFormat |
| Licenses: | MIT, CC-BY-2.5 |
| Conflicts: | valveresourceformat |
| Replaces: | valveresourcefromat |
| Submitter: | HurricanePootis |
| Maintainer: | HurricanePootis |
| Last Packager: | HurricanePootis |
| Votes: | 1 |
| Popularity: | 0.000052 |
| First Submitted: | 2024-09-18 20:26 (UTC) |
| Last Updated: | 2026-01-02 21:17 (UTC) |
Dependencies (9)
- bash (bash-devel-gitAUR, bash-gitAUR)
- dotnet-runtime (dotnet-runtime-2.2AUR, dotnet-runtime-3.0AUR, dotnet-runtime-2.1AUR, dotnet-runtime-8.0.300-binAUR, dotnet-runtime-preview-binAUR, dotnet-runtime-binAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- hicolor-icon-theme (hicolor-icon-theme-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-cachyosAUR, wine32AUR, wine-tkg-staging-wow64-binAUR, wine-tkg-staging-binAUR, wine-photoshopAUR, wine-staging)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- dotnet-sdk-binAUR (dotnet-sdk-binAUR) (make)
- gendesk (make)
Latest Comments
vitaliikuzhdin commented on 2025-09-15 11:09 (UTC)
@HurricanePootis, I didn’t mean to duplicate anything, I only found your package after uploading mine. See the
provides,conflicts, andreplacesin my package; there’s an even stranger approach to packaging this that I was trying to replace, which IMO should definitely be deleted.I don’t mind having a single
pkgbase, so please do split it when you have time. Wine and the dependencies it pulls are quite large, and not every system handles them well, so it would be really nice if it weren’t mandatory.Also, could you review my
PKGBUILDand cherry-pick some of the practices I used? For example, restoring NuGet packages inprepare(), depending on the specific version of .NET, etc. Upstream also names the CLI binarySource2Viewer-CLI. Thanks in advance!HurricanePootis commented on 2025-09-14 21:25 (UTC) (edited on 2025-09-14 21:30 (UTC) by HurricanePootis)
@vitaliikuzhdin I am not going to remove the CLI from this package. I am going to split the package and I have submitted a delete request for your package.
If you wanted a split package, you should've asked for it in the comments.
vitaliikuzhdin commented on 2025-09-14 19:42 (UTC)
Could you please remove the CLI from this package? It does not require Wine and should be a standalone package, something like source2viewer-cli.
vitaliikuzhdin commented on 2025-07-30 11:34 (UTC)
Is there a reason this package is not named
source2viewer-cli? It would be quite difficult to find otherwise. Also, it seems that the standard practice is to depend ondotnet-runtime-9.0rather than just setting a minimum version requirement.