Search Criteria
Package Details: split700 2.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/split700.git (read-only, click to copy) |
|---|---|
| Package Base: | split700 |
| Description: | Extracts BRR samples from SNES SPC700 format (*.spc) |
| Upstream URL: | https://github.com/gocha/split700 |
| Licenses: | MIT |
| Submitter: | Auerhuhn |
| Maintainer: | Auerhuhn |
| Last Packager: | Auerhuhn |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-06-06 18:57 (UTC) |
| Last Updated: | 2024-04-14 21:06 (UTC) |
Latest Comments
i8degrees commented on 2025-10-01 15:11 (UTC)
To anybody whom is trying to build this software and encounters the same error as I did,
I chose to resolve the issue by appending
-DCMAKE_POLICY_VERSION_MINIMUM=3.5to the end of thebuildfunction wherecmakeis called to configure the project. If I were the package maintainer, I might consider modifying the source tree's top-levelCMakeLists.txtas per the suggestion from the error.Here is a
gitcompatible patch that one may apply directly from within the source tree that is checked out when I ranpamac install split700at/var/tmp/pamac-build-<user>/split700,Alternatively, you may make the modification directly using the
ekey binding when it asks you what to do right before building the package.Cheers!