- Update graphics/vips to 8.9.2
- Add DEBUG option - Update WWW PR: 243674
This commit is contained in:
parent
35ec20a170
commit
cec872775b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533272
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= nip2
|
||||
PORTVERSION= 8.7.1
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= https://github.com/libvips/${PORTNAME}/releases/download/v${PORTVERSION}/
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= vips
|
||||
PORTVERSION= 1.0.9
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= mops@punkt.de
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= photoflow
|
||||
DISTVERSION= 0.2.8-1398
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= ruby-vips
|
||||
PORTVERSION= 2.0.17
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= vips
|
||||
PORTVERSION= 8.8.3
|
||||
PORTREVISION= 6
|
||||
PORTVERSION= 8.9.2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/
|
||||
|
||||
@ -19,7 +18,7 @@ LIB_DEPENDS= libgirepository-1.0.so:devel/gobject-introspection \
|
||||
libfreetype.so:print/freetype2 \
|
||||
libexpat.so:textproc/expat2
|
||||
|
||||
USES= compiler:c++11-lang cpe gettext gmake gnome libtool \
|
||||
USES= compiler:c++11-lang cpe gettext gmake gnome libtool localbase \
|
||||
pathfix pkgconfig python shebangfix
|
||||
|
||||
SHEBANG_FILES= tools/vips-${PORTVERSION:R} tools/vipsprofile
|
||||
@ -30,19 +29,18 @@ CONFIGURE_ARGS+= --without-nifti \
|
||||
--without-pdfium \
|
||||
--without-imagequant
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
PLIST_SUB= VERSION="${PORTVERSION:R}"
|
||||
|
||||
OPTIONS_DEFINE= DOCS X11 GSF FFTW ORC LCMS2 OPENEXR HEIF POPPLER LIBRSVG2 MATIO CFITSIO WEBP PANGO TIFF GIF PNG JPEG LIBEXIF
|
||||
OPTIONS_DEFINE= DEBUG DOCS X11 GSF FFTW ORC LCMS2 OPENEXR HEIF POPPLER LIBRSVG2 MATIO CFITSIO WEBP PANGO TIFF GIF PNG JPEG LIBEXIF
|
||||
OPTIONS_RADIO= MAGICK
|
||||
OPTIONS_RADIO_MAGICK= IMAGEMAGICK GRAPHMAGICK
|
||||
OPTIONS_DEFAULT= X11 GSF FFTW ORC LCMS2 OPENEXR HEIF POPPLER LIBRSVG2 MATIO CFITSIO WEBP PANGO TIFF GIF PNG JPEG LIBEXIF IMAGEMAGICK
|
||||
|
||||
DEBUG_CONFIGURE_ENABLE= debug
|
||||
DEBUG_INSTALL_TARGET_OFF= install-strip
|
||||
|
||||
DOCS_CONFIGURE_ENABLE= gtk-doc gtk-doc-html
|
||||
DOCS_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1573299741
|
||||
SHA256 (vips-8.8.3.tar.gz) = c5e4dd5a5c6a777c129037d19ca606769b3f1d405fcc9c8eeda906a61491f790
|
||||
SIZE (vips-8.8.3.tar.gz) = 16983973
|
||||
TIMESTAMP = 1587980523
|
||||
SHA256 (vips-8.9.2.tar.gz) = ae8491b1156cd2eb9cbbaa2fd6caa1dc9ed3ded0b70443d28cd7fea798ab2a27
|
||||
SIZE (vips-8.9.2.tar.gz) = 17238831
|
||||
|
@ -6,4 +6,4 @@ 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: http://jcupitt.github.io/libvips/
|
||||
WWW: https://libvips.github.io/libvips
|
||||
|
@ -9,6 +9,7 @@ bin/vipsedit
|
||||
bin/vipsheader
|
||||
bin/vipsprofile
|
||||
bin/vipsthumbnail
|
||||
include/vips/VConnection8.h
|
||||
include/vips/VError8.h
|
||||
include/vips/VImage8.h
|
||||
include/vips/VInterpolate8.h
|
||||
@ -18,6 +19,7 @@ include/vips/basic.h
|
||||
include/vips/buf.h
|
||||
include/vips/cimg_funcs.h
|
||||
include/vips/colour.h
|
||||
include/vips/connection.h
|
||||
include/vips/conversion.h
|
||||
include/vips/convolution.h
|
||||
include/vips/create.h
|
||||
@ -48,6 +50,7 @@ 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
|
||||
@ -66,11 +69,11 @@ lib/girepository-1.0/Vips-8.0.typelib
|
||||
lib/libvips-cpp.a
|
||||
lib/libvips-cpp.so
|
||||
lib/libvips-cpp.so.42
|
||||
lib/libvips-cpp.so.42.11.2
|
||||
lib/libvips-cpp.so.42.12.2
|
||||
lib/libvips.a
|
||||
lib/libvips.so
|
||||
lib/libvips.so.42
|
||||
lib/libvips.so.42.11.2
|
||||
lib/libvips.so.42.12.2
|
||||
libdata/pkgconfig/vips-cpp.pc
|
||||
libdata/pkgconfig/vips.pc
|
||||
man/man1/batch_crop.1.gz
|
||||
@ -100,6 +103,8 @@ share/gir-1.0/Vips-8.0.gir
|
||||
%%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
|
||||
@ -108,9 +113,18 @@ share/gir-1.0/Vips-8.0.gir
|
||||
%%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/colour-management.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/compiled-language-which-can-call-c.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/cropping.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/documentation.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/dynamic-langauge-without-ffi.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/dynamic-language-with-ffi.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/extending.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/file-format.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/final-suggestion.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/full-decompression.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/func-list.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/gobject-introspection.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
|
||||
@ -141,11 +155,18 @@ share/gir-1.0/Vips-8.0.gir
|
||||
%%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/linear-light.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/looping.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/object-tree.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/output-directory.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/output-format-and-options.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/owl.jpg
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/random-access-via-load-library.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/right-insensitive.png
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/right.png
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/sequential-access.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/style.css
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/thumbnail-size.html
|
||||
%%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
|
||||
|
Loading…
Reference in New Issue
Block a user