this post was submitted on 30 Jul 2025
704 points (95.7% liked)

Technology

73495 readers
2823 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. 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.
  9. Check for duplicates before posting, duplicates may be removed
  10. 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
[–] JackbyDev@programming.dev 4 points 2 days ago (4 children)

~11 months ago they relicensed from GPL 3 to CC BY-NC-ND.

[–] bss03 3 points 1 day ago (3 children)

Oh. Time for a fork. -ND variants are not Free Software / Open Source.

[–] JackbyDev@programming.dev 3 points 1 day ago (2 children)

Having read a lot of the thread it sounds like that's sort of what's going on with the version on the AUR. Sounds like it is the old GPL v3 version and the dev doesn't wanna put the new CC BY-NC-ND version on the AUR themselves because they don't want to make an account there (understandable, not saying they should have to).

The whole situation is sort of sad, but ultimately devs working on free (as in money, I now -ND is not libre) software need to do what they need to do to remain sane. If it's a CC BY-NC-ND emulator without Linux support versus no emulator at all I think we'd all want the first.

I hope this thread can be an eye opener for folks to remember to treat volunteer devs with respect. (Not implying anyone here was part of the problem.)

[–] Wispy2891@lemmy.world 1 points 1 day ago (1 children)

No, on aur there's duckstation which is the old GPL3 version (stuck to one year ago) and duckstation-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 two

  1. Documentation 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

  2. 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)

[–] JackbyDev@programming.dev 1 points 1 day ago

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.