Skip to content

Commit

Permalink
graphics/oculante: update to 0.8.22
Browse files Browse the repository at this point in the history
0.8.22 (2024-05-19)
🪲 Bug Fixes
    Ensure spirv is not used when only using shaderc (03f9167e)
    Allow loading huge webp images and handle still frames differently (e4ebc2dc)
    Set window min size to 100x100 to prevent super tiny window (fixes #325) (d63d971c)

✨ Features
    add icns image support (internal png data only, load largest contained image) (0703d220)

🍏 Chore
    update avif-decode, evalexpr, exr, rfd, self_update, jxl-oxide, imageproc (a6c98436)
    Clean up warnings (ab2b03fe)
  • Loading branch information
0323pin committed May 20, 2024
1 parent 10f8009 commit 2fabd82
Show file tree
Hide file tree
Showing 3 changed files with 304 additions and 296 deletions.
6 changes: 3 additions & 3 deletions graphics/oculante/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.80 2024/05/12 08:35:53 pin Exp $
# $NetBSD: Makefile,v 1.81 2024/05/20 07:57:58 pin Exp $

DISTNAME= oculante-0.8.21
DISTNAME= oculante-0.8.22
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=woelper/}

Expand Down Expand Up @@ -31,7 +31,7 @@ RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.gtk3}/lib
# graphics/libjpeg-turbo location.
# Also note that the 'turbo' feature may require extra dependencies to build.
CARGO_NO_DEFAULT_FEATURES= YES
CARGO_FEATURES+= file_open avif_native
CARGO_FEATURES+= file_open avif_native notan/glsl-to-spirv

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/target/release/oculante \
Expand Down
Loading

0 comments on commit 2fabd82

Please sign in to comment.