diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index 6e8f87753aca..1059c7573639 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -1,104 +1,103 @@ PORTNAME= vips -PORTVERSION= 8.12.2 -PORTREVISION= 11 +PORTVERSION= 8.13.0 CATEGORIES= graphics MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Free image processing system LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz RUN_DEPENDS= bash:shells/bash USES= compiler:c++11-lang cpe gettext gmake gnome libtool localbase pathfix pkgconfig python shebangfix USE_GNOME= glib20 CONFIGURE_ARGS= --disable-introspection \ --without-doxygen \ --without-imagequant \ --without-nifti \ --without-openslide \ --without-pdfium GNU_CONFIGURE= yes USE_LDCONFIG= yes PLIST_SUB= VERSION=${PORTVERSION:R} SHEBANG_FILES= tools/vips-${PORTVERSION:R} tools/vipsprofile OPTIONS_DEFINE= CFITSIO DEBUG DOCS FFTW GIF GSF HEIF JPEG JXL LCMS2 LIBEXIF LIBRSVG2 MATIO OPENEXR ORC PANGO PNG POPPLER TIFF WEBP X11 OPTIONS_RADIO= MAGICK OPTIONS_RADIO_MAGICK= IMAGEMAGICK GRAPHMAGICK OPTIONS_DEFAULT=CFITSIO FFTW GIF GSF HEIF IMAGEMAGICK JPEG JXL LCMS2 LIBEXIF LIBRSVG2 MATIO OPENEXR ORC PANGO PNG POPPLER TIFF WEBP X11 GSF_DESC= Structured file formats support ORC_DESC= ORC language support MATIO_DESC= Matlab MAT format support CFITSIO_CONFIGURE_WITH= cfitsio CFITSIO_LIB_DEPENDS= libcfitsio.so:astro/cfitsio DEBUG_CONFIGURE_ENABLE= debug DEBUG_INSTALL_TARGET_OFF= install-strip DOCS_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc DOCS_CONFIGURE_ENABLE= gtk-doc gtk-doc-html FFTW_CONFIGURE_WITH= fftw FFTW_LIB_DEPENDS= libfftw3.so:math/fftw3 GIF_CONFIGURE_WITH= giflib GIF_LIB_DEPENDS= libgif.so:graphics/giflib GRAPHMAGICK_CONFIGURE_ON= --with-magickpackage=GraphicsMagick GRAPHMAGICK_LIB_DEPENDS=libGraphicsMagick.so:graphics/GraphicsMagick GSF_CONFIGURE_WITH= gsf GSF_USE= GNOME=libgsf HEIF_CONFIGURE_WITH= heif HEIF_LIB_DEPENDS= libheif.so:graphics/libheif IMAGEMAGICK_CONFIGURE_ON= --with-magickpackage=MagickCore JPEG_CONFIGURE_WITH= jpeg JPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg JPEG_USES= jpeg JXL_CONFIGURE_WITH= libjxl JXL_LIB_DEPENDS= libjxl.so:graphics/libjxl LCMS2_CONFIGURE_WITH= lcms LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2 LIBEXIF_CONFIGURE_WITH= libexif LIBEXIF_LIB_DEPENDS= libexif.so:graphics/libexif LIBRSVG2_CONFIGURE_WITH=rsvg LIBRSVG2_USE= GNOME=cairo,librsvg2 MATIO_CONFIGURE_WITH= matio MATIO_LIB_DEPENDS= libmatio.so:math/matio OPENEXR_CONFIGURE_WITH= OpenEXR OPENEXR_LIB_DEPENDS= libImath.so:math/Imath libOpenEXR.so:graphics/openexr ORC_CONFIGURE_WITH= orc ORC_LIB_DEPENDS= liborc-0.4.so:devel/orc PANGO_CONFIGURE_WITH= pangoft2 PANGO_USE= GNOME=pango PNG_CONFIGURE_WITH= png PNG_LIB_DEPENDS= libpng.so:graphics/png POPPLER_CONFIGURE_WITH= poppler POPPLER_LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib POPPLER_USE= GNOME=cairo TIFF_CONFIGURE_WITH= tiff TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff WEBP_CONFIGURE_WITH= libwebp WEBP_LIB_DEPENDS= libwebp.so:graphics/webp X11_CONFIGURE_WITH= x .include .if ${PORT_OPTIONS:MIMAGEMAGICK} .if ${PORT_OPTIONS:MX11} USES+= magick:7 .else USES+= magick:7,nox11 .endif .endif .if !${PORT_OPTIONS:MGRAPHMAGICK} && !${PORT_OPTIONS:MIMAGEMAGICK} CONFIGURE_ARGS+=--without-magick .endif .include diff --git a/graphics/vips/distinfo b/graphics/vips/distinfo index 905e40f6784b..6b29cbb4654c 100644 --- a/graphics/vips/distinfo +++ b/graphics/vips/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643970990 -SHA256 (vips-8.12.2.tar.gz) = 565252992aff2c7cd10c866c7a58cd57bc536e03924bde29ae0f0cb9e074010b -SIZE (vips-8.12.2.tar.gz) = 17821667 +TIMESTAMP = 1660576722 +SHA256 (vips-8.13.0.tar.gz) = b7e1d50dcf571165beecd36adece6eca6701c2a9e131c675143d8b9418dbdd81 +SIZE (vips-8.13.0.tar.gz) = 17892132 diff --git a/graphics/vips/pkg-descr b/graphics/vips/pkg-descr index d7dbb42b5f57..316159f87943 100644 --- a/graphics/vips/pkg-descr +++ b/graphics/vips/pkg-descr @@ -1,9 +1,10 @@ VIPS's a free image processing system. It aims to be about half way between Excel and Photoshop. It's obviously much smaller than these two, but it's not a toy either (about 200k lines of code). It's very bad at photo retouching, but it's great (much better than programs like Photoshop, I think) at all the other things you use photoshop for. It's particularly good with large images (ie. images larger than the amount of RAM in your machine), and for working with colour. WWW: https://libvips.github.io/libvips +WWW: https://github.com/libvips/libvips diff --git a/graphics/vips/pkg-plist b/graphics/vips/pkg-plist index bf7161ce3f01..f135b12f29f7 100644 --- a/graphics/vips/pkg-plist +++ b/graphics/vips/pkg-plist @@ -1,158 +1,158 @@ bin/batch_crop bin/batch_image_convert bin/batch_rubber_sheet bin/light_correct bin/shrink_width bin/vips bin/vips-%%VERSION%% bin/vipsedit bin/vipsheader bin/vipsprofile bin/vipsthumbnail include/vips/VConnection8.h include/vips/VError8.h include/vips/VImage8.h include/vips/VInterpolate8.h +include/vips/VRegion8.h include/vips/almostdeprecated.h include/vips/arithmetic.h include/vips/basic.h include/vips/buf.h include/vips/colour.h include/vips/connection.h include/vips/conversion.h include/vips/convolution.h include/vips/create.h include/vips/dbuf.h include/vips/debug.h include/vips/deprecated.h include/vips/dispatch.h include/vips/draw.h include/vips/enumtypes.h include/vips/error.h include/vips/foreign.h include/vips/format.h include/vips/freqfilt.h include/vips/gate.h include/vips/generate.h include/vips/header.h include/vips/histogram.h include/vips/image.h include/vips/interpolate.h include/vips/intl.h include/vips/mask.h include/vips/memory.h include/vips/morphology.h include/vips/mosaicing.h include/vips/object.h include/vips/operation.h include/vips/private.h include/vips/rect.h include/vips/region.h include/vips/resample.h include/vips/sbuf.h include/vips/semaphore.h -include/vips/soname.h include/vips/thread.h include/vips/threadpool.h include/vips/transform.h include/vips/type.h include/vips/util.h include/vips/vector.h include/vips/version.h include/vips/video.h include/vips/vips.h include/vips/vips7compat.h include/vips/vips8 lib/libvips-cpp.a lib/libvips-cpp.so lib/libvips-cpp.so.42 -lib/libvips-cpp.so.42.14.2 +lib/libvips-cpp.so.42.15.0 lib/libvips.a lib/libvips.so lib/libvips.so.42 -lib/libvips.so.42.14.2 +lib/libvips.so.42.15.0 libdata/pkgconfig/vips-cpp.pc libdata/pkgconfig/vips.pc man/man1/batch_crop.1.gz man/man1/batch_image_convert.1.gz man/man1/batch_rubber_sheet.1.gz man/man1/light_correct.1.gz man/man1/vips.1.gz man/man1/vipsedit.1.gz man/man1/vipsheader.1.gz man/man1/vipsprofile.1.gz man/man1/vipsthumbnail.1.gz -%%PORTDOCS%%share/gtk-doc/html/libvips/Cite.md.html +%%PORTDOCS%%share/gtk-doc/html/libvips/Cite.html %%PORTDOCS%%share/gtk-doc/html/libvips/Combine.png -%%PORTDOCS%%share/gtk-doc/html/libvips/Examples.md.html -%%PORTDOCS%%share/gtk-doc/html/libvips/How-it-opens-files.md.html -%%PORTDOCS%%share/gtk-doc/html/libvips/How-it-works.md.html -%%PORTDOCS%%share/gtk-doc/html/libvips/Making-image-pyramids.md.html +%%PORTDOCS%%share/gtk-doc/html/libvips/Examples.html +%%PORTDOCS%%share/gtk-doc/html/libvips/How-it-opens-files.html +%%PORTDOCS%%share/gtk-doc/html/libvips/How-it-works.html +%%PORTDOCS%%share/gtk-doc/html/libvips/Making-image-pyramids.html %%PORTDOCS%%share/gtk-doc/html/libvips/Memtrace.png %%PORTDOCS%%share/gtk-doc/html/libvips/Sequence.png %%PORTDOCS%%share/gtk-doc/html/libvips/Sink.png -%%PORTDOCS%%share/gtk-doc/html/libvips/Using-vipsthumbnail.md.html +%%PORTDOCS%%share/gtk-doc/html/libvips/Using-vipsthumbnail.html %%PORTDOCS%%share/gtk-doc/html/libvips/Vips-smp.png %%PORTDOCS%%share/gtk-doc/html/libvips/VipsForeignSave.html %%PORTDOCS%%share/gtk-doc/html/libvips/VipsImage.html %%PORTDOCS%%share/gtk-doc/html/libvips/VipsInterpolate.html %%PORTDOCS%%share/gtk-doc/html/libvips/VipsObject.html %%PORTDOCS%%share/gtk-doc/html/libvips/VipsOperation.html %%PORTDOCS%%share/gtk-doc/html/libvips/VipsRegion.html %%PORTDOCS%%share/gtk-doc/html/libvips/VipsSbuf.html %%PORTDOCS%%share/gtk-doc/html/libvips/VipsTargetCustom.html %%PORTDOCS%%share/gtk-doc/html/libvips/VipsThreadState.html %%PORTDOCS%%share/gtk-doc/html/libvips/annotation-glossary.html %%PORTDOCS%%share/gtk-doc/html/libvips/api-index-full.html -%%PORTDOCS%%share/gtk-doc/html/libvips/binding.md.html +%%PORTDOCS%%share/gtk-doc/html/libvips/binding.html %%PORTDOCS%%share/gtk-doc/html/libvips/ch01.html %%PORTDOCS%%share/gtk-doc/html/libvips/ch02.html %%PORTDOCS%%share/gtk-doc/html/libvips/ch03.html %%PORTDOCS%%share/gtk-doc/html/libvips/ch04.html %%PORTDOCS%%share/gtk-doc/html/libvips/extending.html %%PORTDOCS%%share/gtk-doc/html/libvips/file-format.html %%PORTDOCS%%share/gtk-doc/html/libvips/func-list.html %%PORTDOCS%%share/gtk-doc/html/libvips/home.png %%PORTDOCS%%share/gtk-doc/html/libvips/index.html %%PORTDOCS%%share/gtk-doc/html/libvips/interconvert.png %%PORTDOCS%%share/gtk-doc/html/libvips/left-insensitive.png %%PORTDOCS%%share/gtk-doc/html/libvips/left.png %%PORTDOCS%%share/gtk-doc/html/libvips/libvips-arithmetic.html %%PORTDOCS%%share/gtk-doc/html/libvips/libvips-basic.html %%PORTDOCS%%share/gtk-doc/html/libvips/libvips-buf.html %%PORTDOCS%%share/gtk-doc/html/libvips/libvips-colour.html %%PORTDOCS%%share/gtk-doc/html/libvips/libvips-conversion.html %%PORTDOCS%%share/gtk-doc/html/libvips/libvips-convolution.html %%PORTDOCS%%share/gtk-doc/html/libvips/libvips-create.html %%PORTDOCS%%share/gtk-doc/html/libvips/libvips-draw.html %%PORTDOCS%%share/gtk-doc/html/libvips/libvips-error.html %%PORTDOCS%%share/gtk-doc/html/libvips/libvips-freqfilt.html -%%PORTDOCS%%share/gtk-doc/html/libvips/libvips-from-C++.md.html +%%PORTDOCS%%share/gtk-doc/html/libvips/libvips-from-C++.html %%PORTDOCS%%share/gtk-doc/html/libvips/libvips-generate.html %%PORTDOCS%%share/gtk-doc/html/libvips/libvips-header.html %%PORTDOCS%%share/gtk-doc/html/libvips/libvips-histogram.html %%PORTDOCS%%share/gtk-doc/html/libvips/libvips-memory.html %%PORTDOCS%%share/gtk-doc/html/libvips/libvips-morphology.html %%PORTDOCS%%share/gtk-doc/html/libvips/libvips-mosaicing.html %%PORTDOCS%%share/gtk-doc/html/libvips/libvips-rect.html %%PORTDOCS%%share/gtk-doc/html/libvips/libvips-resample.html %%PORTDOCS%%share/gtk-doc/html/libvips/libvips-semaphore.html %%PORTDOCS%%share/gtk-doc/html/libvips/libvips-transform.html %%PORTDOCS%%share/gtk-doc/html/libvips/libvips-type.html %%PORTDOCS%%share/gtk-doc/html/libvips/libvips-util.html %%PORTDOCS%%share/gtk-doc/html/libvips/libvips-version.html %%PORTDOCS%%share/gtk-doc/html/libvips/libvips-vips.html %%PORTDOCS%%share/gtk-doc/html/libvips/libvips.devhelp2 %%PORTDOCS%%share/gtk-doc/html/libvips/object-tree.html %%PORTDOCS%%share/gtk-doc/html/libvips/owl.jpg %%PORTDOCS%%share/gtk-doc/html/libvips/right-insensitive.png %%PORTDOCS%%share/gtk-doc/html/libvips/right.png %%PORTDOCS%%share/gtk-doc/html/libvips/style.css %%PORTDOCS%%share/gtk-doc/html/libvips/tn_owl.jpg %%PORTDOCS%%share/gtk-doc/html/libvips/up-insensitive.png %%PORTDOCS%%share/gtk-doc/html/libvips/up.png %%PORTDOCS%%share/gtk-doc/html/libvips/using-cli.html %%PORTDOCS%%share/gtk-doc/html/libvips/using-from-c.html %%PORTDOCS%%share/gtk-doc/html/libvips/using-threads.html share/locale/de/LC_MESSAGES/vips%%VERSION%%.mo share/locale/en_GB/LC_MESSAGES/vips%%VERSION%%.mo