Re: git: e07cd0e5fd42 - main - graphics/webp: Move USES=jpeg under IMGCONV
Date: Tue, 21 Jun 2022 21:47:07 UTC
Hi. > The branch main has been updated by adamw: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=e07cd0e5fd4211550db6ca7a7ec1e64d3f45731e > > commit e07cd0e5fd4211550db6ca7a7ec1e64d3f45731e > Author: Adam Weinberger <adamw@FreeBSD.org> > AuthorDate: 2022-06-21 21:23:44 +0000 > Commit: Adam Weinberger <adamw@FreeBSD.org> > CommitDate: 2022-06-21 21:25:24 +0000 > > graphics/webp: Move USES=jpeg under IMGCONV > > The jpeg library is only needed for the image conversion library. I > missed it in the original patch. > > PR: 264798 > --- > graphics/webp/Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/graphics/webp/Makefile b/graphics/webp/Makefile > index 9353471148c9..a28f084e08c3 100644 > --- a/graphics/webp/Makefile > +++ b/graphics/webp/Makefile > @@ -13,7 +13,7 @@ COMMENT= Google WebP image format conversion tool > LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/COPYING > > -USES= compiler:c11 jpeg libtool localbase > +USES= compiler:c11 libtool localbase > > CONFIGURE_ARGS= --enable-libwebpdecoder \ > --enable-libwebpdemux \ > @@ -35,6 +35,7 @@ IMGCONV_CONFIGURE_ON= build_cwebp=yes build_dwebp=yes build_gif2webp=yes build_i > IMGCONV_LIB_DEPENDS= libgif.so:graphics/giflib \ > libpng.so:graphics/png \ > libtiff.so:graphics/tiff > +INGCONV_USES= jpeg Maybe typo of IMGCONV_USES? > X11_CONFIGURE_OFF= build_vwebp=no > X11_CONFIGURE_ON= build_vwebp=yes > X11_USE= GL=glut -- Tomoaki AOKI <junchoon@dec.sakura.ne.jp>