Date: Fri, 5 Jan 2024 20:38:25 GMT From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9c29ba330e11 - main - graphics/zimg: add JPEG support Message-ID: <202401052038.405KcPPt061000@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c29ba330e1160704a8d8f4a785f3f13259c79b5 commit 9c29ba330e1160704a8d8f4a785f3f13259c79b5 Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2024-01-05 20:38:06 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2024-01-05 20:38:06 +0000 graphics/zimg: add JPEG support --- graphics/zimg/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/graphics/zimg/Makefile b/graphics/zimg/Makefile index f35632ae1e8b..2223c7167437 100644 --- a/graphics/zimg/Makefile +++ b/graphics/zimg/Makefile @@ -1,6 +1,6 @@ PORTNAME= zimg PORTVERSION= 5.0.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -8,9 +8,14 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Image-generator that uses ASCII input files to create PNGs/EDFs WWW= https://zimg.sourceforge.net/ +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libgd.so:graphics/gd \ libpng.so:graphics/png +USES= jpeg + CONFLICTS_INSTALL= sekrit-twc-zimg-* # include/zimg.h GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401052038.405KcPPt061000>