Skip to content

Commit

Permalink
lsix: update to 1.9.1.
Browse files Browse the repository at this point in the history
1.9.1

Turns out ImageMagick 7 has deprecated using magick convert as
well, which is silly. Our solution: alias both convert and montage
to do the right thing for IM7. This is uglier than the previous
solution, but that's okay if it works.

1.9

Use IM7's 'magick' binary if it exists. Closes #73. Closes #78.
  • Loading branch information
0-wiz-0 committed Jun 30, 2024
1 parent a722d3c commit 47401a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions graphics/lsix/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.27 2024/06/23 03:42:34 wiz Exp $
# $NetBSD: Makefile,v 1.28 2024/06/30 21:58:12 wiz Exp $

DISTNAME= lsix-1.8.2
PKGREVISION= 4
DISTNAME= lsix-1.9.1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=hackerb9/}

Expand Down
8 changes: 4 additions & 4 deletions graphics/lsix/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2024/01/03 15:33:37 pin Exp $
$NetBSD: distinfo,v 1.6 2024/06/30 21:58:12 wiz Exp $

BLAKE2s (lsix-1.8.2.tar.gz) = c78377fb21c013fee4f6f1d19f43e2361773344c70cca004f406d93f7ccf64d0
SHA512 (lsix-1.8.2.tar.gz) = 735b1b052123aee2562a41f6aa3c386a0e1cc147e09add4b33092a68071ed95b8f77461a803e6a212ab445ba56ca37d0fed616296437c07235d38ac0c1ba06b8
Size (lsix-1.8.2.tar.gz) = 554540 bytes
BLAKE2s (lsix-1.9.1.tar.gz) = aabae6d6f56b8704bff32979d3c33083dd0920a2767f30c90615d9b39cca0509
SHA512 (lsix-1.9.1.tar.gz) = 4b63d9656f3d0b2f477d048eef7454539092742ef53639c6cc41ae90f9458064884c19584c7d7112732dc1c37a56b46a0201ad1633804e54ba828779bedbf1e5
Size (lsix-1.9.1.tar.gz) = 554567 bytes

0 comments on commit 47401a1

Please sign in to comment.