pkgsrc/graphics/gifski/Makefile
pin 1146c02721 graphics/gifski: update to 1.11.0
- Support for ffmpeg v5 and v6
 - Fixed an issue that caused too much dithering in frames with little motion
   and few colors
 - The command-line progress bar displays estimated file size
2023-05-01 15:11:23 +00:00

24 lines
600 B
Makefile

# $NetBSD: Makefile,v 1.7 2023/05/01 15:11:23 pin Exp $
DISTNAME= gifski-1.11.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=ImageOptim/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/ImageOptim/gifski/
COMMENT= GIF encoder based on libimagequant (pngquant)
LICENSE= gnu-agpl-v3
.include "cargo-depends.mk"
USE_TOOLS+= pkg-config
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/target/release/gifski \
${DESTDIR}${PREFIX}/bin
.include "../../lang/rust/cargo.mk"
.include "../../multimedia/ffmpeg5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"