]> Netolish git repositories - gentoo-repo.git/commitdiff
Cleanup options. master
authorJiří Netolický <netolish@netolish.cz>
Sun, 19 Apr 2026 10:14:12 +0000 (12:14 +0200)
committerJiří Netolický <netolish@netolish.cz>
Sun, 19 Apr 2026 10:14:12 +0000 (12:14 +0200)
gui-apps/swayimg/swayimg-5.2.ebuild

index 4fcd263f3f2f1b22c02ce18251257e051e235a70..98b7046befb821fc09868d199dad03a974d2c53e 100644 (file)
@@ -15,9 +15,10 @@ SLOT="0"
 
 KEYWORDS="~amd64"
 
-IUSE="wayland gif heif jpeg jpegxl openexr png raw sixel svg tiff webp"
+IUSE="wayland avif gif heif jpeg jpegxl openexr png raw sixel svg tiff webp"
 
 RDEPEND="
+    avif? ( media-libs/libavif:= )
        heif? ( media-libs/libheif:= )
        jpeg? ( media-libs/libjpeg-turbo:= )
        jpegxl? ( media-libs/libjxl:= )
@@ -35,6 +36,8 @@ DEPEND="${RDEPEND}"
 src_configure() {
        sed -i "s/'doc' \/ 'swayimg'/'doc' \/ 'swayimg-${PV}'/" meson.build
        local emesonargs=(
+               $(meson_feature avif)
+               $(meson_feature gif)
                $(meson_feature heif)
                $(meson_feature jpeg)
                $(meson_feature png)