git: 545c7dcb6bd8 - main - x11/wallutils: drop libheif < 1.12 workaround after 92593edb3e4d
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Jul 2022 15:34:39 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=545c7dcb6bd824913e0033392c04f523e8b6a83c commit 545c7dcb6bd824913e0033392c04f523e8b6a83c Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-07-29 15:31:07 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-07-29 15:33:55 +0000 x11/wallutils: drop libheif < 1.12 workaround after 92593edb3e4d --- x11/wallutils/files/patch-libheif-1.10 | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/x11/wallutils/files/patch-libheif-1.10 b/x11/wallutils/files/patch-libheif-1.10 deleted file mode 100644 index 49335b84e64b..000000000000 --- a/x11/wallutils/files/patch-libheif-1.10 +++ /dev/null @@ -1,16 +0,0 @@ -Drop after graphics/libheif is updated to 1.12 or later. -https://github.com/strukturag/libheif/commit/115c96a96a58 - -vendor/github.com/xyproto/heic/heic.go:269:37: could not determine kind of name for C.heif_suberror_Wrong_tile_image_pixel_depth - ---- vendor/github.com/xyproto/heic/heic.go.orig 2021-11-12 12:53:21 UTC -+++ vendor/github.com/xyproto/heic/heic.go -@@ -266,8 +266,6 @@ const ( - - SuberrorInvalidPixiBox = C.heif_suberror_Invalid_pixi_box - -- SuberrorWrongTileImagePixelDepth = C.heif_suberror_Wrong_tile_image_pixel_depth -- - // --- Unsupported_feature --- - - // Image was coded with an unsupported compression method.