gpo.zugaina.org

Search Portage & Overlays:

media-video/wiliwili

跨平台第三方B站客户端

Screenshots

  • wiliwili-1.6.0-r1
    ~amd64
    glfw +hwaccel opencc +sdl2 +webp wayland +X

    View      Download      Browse     License: GPL-3 MPL-2.0 Apache-2.0 MIT GPL-2 BSD ZLIB   
    Overlay: gentoo-zh

ChangeLog

commit 5bd435444b32314e21135930d32b2711ed47a62b
Author: Zakk <zakk@gentoozh.org>
Date: Sun Jul 19 15:13:21 2026 +1000

media-video/wiliwili: drop noisy pkg_pretend hwaccel warning

pkg_pretend ewarned in both USE=hwaccel branches, so it fired on every emerge.
The USE=hwaccel (default-on) branch only notes the acceleration is useless
without OpenGL -- low-value noise that also trips the overlay's elog QA gate on
every merge. Drop it; keep the actionable USE=-hwaccel software-rendering warning.

commit cf6cc67787d6f25841e8a6d971517cc491ec72c3
Author: Zakk <zakk@gentoozh.org>
Date: Sun Jul 19 14:48:39 2026 +1000

media-video/wiliwili: fix depend-phase sandbox violation

submodule_uris(), called at global scope to build SRC_URI, split each SUBMODULES
line with `read <<<`. A here-string makes bash create a temp file; portage now
runs the depend (metadata) phase under sandbox (bug #978846, portage-3.0.81.2),
where the CWD may be unwritable, so mkstemp is denied and metadata generation
fails.

Split with an array instead, per PMS 8 \xc2\xa76 (a sourced ebuild must not modify
system state). SRC_URI is byte-identical (verified); no revbump. The in-function
`read <<<` in src_prepare runs in a writable WORKDIR and is left as-is. Same
class of fix as gentoo-zh/overlay#11131.

commit f9b06e31839e46d41a31e41e156fd0bc2d161713
Author: Zakk <zakk@gentoozh.org>
Date: Fri Jul 17 10:46:54 2026 +1000

treewide: HOMEPAGE and metadata.xml hygiene

http->https and moved/renamed HOMEPAGE URLs; document local USE flags, correct
remote-ids, fix the DOCTYPE line, and normalise metadata.xml whitespace. Pure
metadata: no SRC_URI, ebuild logic, or Manifest changes.

Signed-off-by: Zakk <zakk@gentoozh.org>

commit 9445527bca8267ab081166525fece7ecffc5364a
Author: liuyujielol <2073201758GD@gmail.com>
Date: Thu May 21 13:33:38 2026 +0800

media-video/wiliwili: new package, add 1.6.0

Signed-off-by: liuyujielol <2073201758GD@gmail.com>