1
0
Fork 0
forked from alt-gnome/iris
  • Vala 93.3%
  • Meson 4.4%
  • Swift 1.7%
  • Nix 0.3%
  • CSS 0.1%
  • Other 0.1%
Find a file
2026-02-21 20:01:44 +03:00
.forgejo/workflows workflow: test flatpak repo 2026-02-12 00:48:10 +03:00
build-aux build-aux(altlinux): fix files section 2026-02-14 21:48:40 +03:00
data chore: add tooltips to buttons without text 2026-02-21 19:22:59 +03:00
po chore: i18n 2026-02-21 19:24:02 +03:00
src chore: add tooltips to buttons without text 2026-02-21 19:22:59 +03:00
subprojects chore: libapi-base-5 -> libapi-base-6 2026-02-11 21:06:42 +03:00
.gitignore Add MACOS support + m3u8 parser written in SWIFT 2026-02-15 12:36:01 +03:00
flake.lock Add MACOS support + m3u8 parser written in SWIFT 2026-02-15 12:36:01 +03:00
flake.nix 0.1.3 2026-02-21 15:07:15 +03:00
LICENSE chore: add LICENSE 2026-01-25 04:35:01 +03:00
meson.build 0.1.3 2026-02-21 15:07:15 +03:00
meson.options Add MACOS support + m3u8 parser written in SWIFT 2026-02-15 12:36:01 +03:00
README.md chore: use forgejo callout in README.md 2026-02-21 20:00:14 +03:00
README.ru.md chore: use forgejo callout in README.ru.md 2026-02-21 20:01:44 +03:00
TODO.md Authorization, hCaptcha 2025-07-18 03:42:50 +03:00

YummyAnime GTK

GTK client for yummy-ani.me

Note

The project is under active development. If you find a bug, please check its reproducibility and report it in the Issues section.

Due to the peculiarities of WebKitGTK, some players may not work.

Installation

Flatpak (nightly build)

flatpak remote-add yummy-anime-gtk https://yummy-anime-gtk.x1z53.space/repo --no-gpg-verify --user
flatpak install yummy-anime-gtk

If an error occurs during installation

Error: The application space.x1z53.yummy-anime-gtk/x86_64/master requires the runtime environment org.gnome.Platform/x86_64/49, which could not be found.

First you need to install the platform itself.

flatpak install org.gnome.Platform/x86_64/49

From Sisyphus (stable build)

apt-get update
apt-get install yummy-anime-gtk

From ALT Linux Space repository (nightly build)

apt-repo add https://altlinux.space/api/packages/rirusha/alt/group/libapi-base-nightly.repo
apt-repo add https://altlinux.space/api/packages/x1z53/alt/group/yummy-anime-gtk/sisyphus.repo
apt-get update
apt-get install yummy-anime-gtk

Manual build

Build dependencies

Runtime dependencies

  • libwebp-pixbuf-loader

Build

meson setup _build --prefix=/usr
Devel mode

Mode without net connections, can be used only for debug. Get response from fake client.

meson setup _build --prefix=/usr --Dis_devel=true

Install

meson install -C _build

Uninstall

sudo ninja uninstall -C _build

Inspiration

X1Z53