mangayomi-mirror/linux
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
..
bundle/lib chore: update libmtorrentserver binaries 2026-04-13 14:10:28 +01:00
flutter chore: update dependencies and configure platform-specific plugin registration 2026-06-25 10:47:01 +01:00
packaging fix(linux): declare deb dependencies so libmpv2 is installed (#700) 2026-07-14 12:23:07 -07:00
.gitignore Added Linux platform support , fix anime duplicate subtitle 2023-08-30 22:11:31 +01:00
CMakeLists.txt Added Linux torrent server lib ffi 2024-01-24 18:38:53 +01:00
main.cc Added Linux platform support , fix anime duplicate subtitle 2023-08-30 22:11:31 +01:00
mangayomi.desktop Update mangayomi.desktop 2025-07-11 07:33:21 +02:00
my_application.cc added deep links for repo urls 2025-02-12 15:48:36 +01:00
my_application.h Added Linux platform support , fix anime duplicate subtitle 2023-08-30 22:11:31 +01:00