mangayomi-mirror/linux/packaging/deb
Mehakdeep Singh 6a9eecbc18 fix(linux): declare deb dependencies so libmpv2 is installed (#700)
the deb make_config had the dependency key misspelled as 'depencencies',
so fastforge never wrote a Depends: field into the package. installing the
.deb therefore didn't pull in libmpv2, and the app failed to launch with:
  libmpv.so.2: cannot open shared object file: No such file or directory

renaming the key to 'dependencies' (what fastforge actually reads) makes
the .deb depend on libwebkit2gtk-4.1-0 and libmpv2, so apt/discover install
them automatically. the package names were already correct for the ubuntu
24.04 base, just under the wrong key.
2026-07-14 12:23:07 -07:00
..
make_config.yaml fix(linux): declare deb dependencies so libmpv2 is installed (#700) 2026-07-14 12:23:07 -07:00