• Wispy2891@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 day ago

    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
      link
      fedilink
      English
      arrow-up
      1
      ·
      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.