this post was submitted on 30 Jul 2025
704 points (95.7% liked)
Technology
73495 readers
2865 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
No, on aur there's
duckstation
which is the old GPL3 version (stuck to one year ago) andduckstation-git
which downloads that git with latest license and compiles on the end user machine. Both versions respect the dev intentions of "no packages" as it downloads the code and compiles it. The problem that it was about were probably twoDocumentation on how to compile is insufficient. It depends on many libraries but doesn't say which exact version which causes issues at compile. Someone did the guesswork and wrote "instructions" (the pkgbuild file) for everyone but it's not the main dev and it breaks often
Because it downloads the code from git, it might be an issue if it's not tagged correctly, users get the latest commit instead of latest release and that's undesirable (didn't check for this case, but it was an issue for other emulators where non devs could run buggy code and complain about non-issues)
Oh, that's weird, you'd think there'd be a way to tell whatever is on air to download a specific tag. Or like one that downloads the other indirectly. I haven't looked into pkgbuild or aur.