mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
- Update from 7.40.4 to 7.40.5
- Convert USE=python=yes to USES - Add devel/gobject-introspection to LIB_DEPENDS - Take maintainership
This commit is contained in:
parent
ea3e71c436
commit
196df1dc68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365263
@ -2,12 +2,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= vips
|
||||
PORTVERSION= 7.40.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 7.40.5
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= danilo@FreeBSD.org
|
||||
COMMENT= Free image processing system
|
||||
|
||||
LICENSE= LGPL21
|
||||
@ -23,7 +22,8 @@ LIB_DEPENDS= libcfitsio.so:${PORTSDIR}/astro/cfitsio \
|
||||
libtiff.so:${PORTSDIR}/graphics/tiff \
|
||||
libwebp.so:${PORTSDIR}/graphics/webp \
|
||||
libfftw3.so:${PORTSDIR}/math/fftw3 \
|
||||
libmatio.so:${PORTSDIR}/math/matio
|
||||
libmatio.so:${PORTSDIR}/math/matio \
|
||||
libgirepository-1.0.so:${PORTSDIR}/devel/gobject-introspection
|
||||
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
|
||||
USES= gettext gmake libtool pathfix pkgconfig shebangfix
|
||||
@ -46,7 +46,7 @@ OPTIONS_DEFAULT= PYTHON
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
DOCS_CONFIGURE_ENABLE= docs
|
||||
PYTHON_USE= python=yes
|
||||
PYTHON_USES= python
|
||||
PYTHON_CONFIGURE_WITH= python
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (vips-7.40.4.tar.gz) = 19b7dca6ba37e52b33405a4627009eff0688facda12c252ed58c4e288acda41c
|
||||
SIZE (vips-7.40.4.tar.gz) = 3478814
|
||||
SHA256 (vips-7.40.5.tar.gz) = f6c8810d592fce6af88837da455d2c0e86288bec231e2abbc8ed113584d9c38c
|
||||
SIZE (vips-7.40.5.tar.gz) = 3509942
|
||||
|
@ -66,11 +66,11 @@ include/vips/vipscpp.h
|
||||
lib/libvips.a
|
||||
lib/libvips.so
|
||||
lib/libvips.so.38
|
||||
lib/libvips.so.38.0.2
|
||||
lib/libvips.so.38.0.3
|
||||
lib/libvipsCC.a
|
||||
lib/libvipsCC.so
|
||||
lib/libvipsCC.so.38
|
||||
lib/libvipsCC.so.38.0.2
|
||||
lib/libvipsCC.so.38.0.3
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/VDisplay.py
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/VDisplay.pyc
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/VDisplay.pyo
|
||||
@ -105,6 +105,13 @@ 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/binding.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/ch04.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/extending.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/libvips-type.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/libvips-vips.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/using-cli.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/using-from-c.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/figs/arch.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/figs/interconvert.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanual.css
|
||||
@ -183,6 +190,8 @@ man/man1/vipsthumbnail.1.gz
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/up.png
|
||||
share/locale/de/LC_MESSAGES/vips%%VERSION%%.mo
|
||||
share/locale/en_GB/LC_MESSAGES/vips%%VERSION%%.mo
|
||||
lib/girepository-1.0/Vips-8.0.typelib
|
||||
share/gir-1.0/Vips-8.0.gir
|
||||
%%PORTDOCS%%@dirrm share/gtk-doc/html/libvips
|
||||
%%PORTDOCS%%@dirrmtry share/gtk-doc/html
|
||||
%%PORTDOCS%%@dirrmtry share/gtk-doc
|
||||
|
Loading…
Reference in New Issue
Block a user