Port details |
- py-pyvips Binding for the libvips image processing library
- 2.2.3 graphics
=2 2.2.3Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2019-11-12 21:21:51
- Last Update: 2024-06-18 04:00:12
- Commit Hash: b331d84
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://libvips.github.io/pyvips/
- https://github.com/libvips/pyvips
- Description:
- This module wraps the libvips image processing library.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pyvips>0:graphics/py-pyvips@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/graphics/py-pyvips/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/py-pyvips
- pkg install py311-pyvips
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-pyvips listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pyvips
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1715842784
SHA256 (pyvips-2.2.3.tar.gz) = 43bceced0db492654c93008246a58a508e0373ae1621116b87b322f2ac72212f
SIZE (pyvips-2.2.3.tar.gz) = 56626
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-cffi>=1.13 : devel/py-cffi@py311
- py311-pkgconfig>=0,1 : devel/py-pkgconfig@py311
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-cffi>=1.13 : devel/py-cffi@py311
- py311-pkgconfig>=0,1 : devel/py-pkgconfig@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libvips.so : graphics/vips
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_py-pyvips
- USES:
- gnome python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.3 18 Jun 2024 04:00:12
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-pyvips: Clean up Makefile
- Remove outdated OSVERSION check
Tested on: 13.3-RELEASE (Clang 17) |
2.2.3 19 May 2024 17:15:49
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-pyvips: Update to 2.2.3
Changes: https://github.com/libvips/pyvips/blob/master/CHANGELOG.rst |
2.2.2_1 13 May 2024 14:01:57
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-pyvips: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
2.2.2 21 Feb 2024 15:07:52
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-pyvips: Update to 2.2.2
- Update WWW
Changes: https://github.com/libvips/pyvips/blob/master/CHANGELOG.rst |
2.2.1_1 26 Jul 2023 00:48:20
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
2.2.1_1 20 Jul 2023 17:42:37
    |
Muhammad Moinur Rahman (bofh)  |
graphics/py-pyvips: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
2.2.1_1 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.2.1_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2.2.1 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.2.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.2.1 20 Jul 2022 14:22:04
    |
Tobias C. Berner (tcberner)  |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
2.2.1 21 Jun 2022 16:36:22
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-pyvips: Update to 2.2.1
- Strip shared library
Changes: https://github.com/libvips/pyvips/blob/master/CHANGELOG.rst |
2.2.0 16 Jun 2022 13:59:53
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-pyvips: Update to 2.2.0
Changes: https://github.com/libvips/pyvips/blob/master/CHANGELOG.rst |
2.1.16 21 Nov 2021 21:15:25
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-pyvips: Update to 2.1.16
Changes: https://github.com/libvips/pyvips/blob/master/CHANGELOG.rst |
2.1.15_1 27 Sep 2021 15:55:52
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-pyvips: Fix *_DEPENDS
- Sort *_DEPENDS
- Update WWW
- Bump PORTREVISION for dependency change
- Take maintainership |
2.1.15 24 Sep 2021 16:15:41
    |
Danilo Egea Gondolfo (danilo)  |
graphics/py-pyvips: Update to 2.1.15
Drop maintainership. |
2.1.14_1 06 Sep 2021 18:03:30
    |
Matthias Fechner (mfechner)  |
graphics/vips: Update to 8.11.3
Bump depending ports
Changelog:
https://github.com/libvips/libvips/releases
PR: 258242
Approved by: danilo (maintainer) |
2.1.14 19 May 2021 19:56:16
    |
Danilo Egea Gondolfo (danilo)  |
graphics/py-pyvips: Update to 2.1.14 |
2.1.12 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.1.12 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.1.12 15 Jul 2020 21:39:23
  |
danilo  |
- Update to 2.1.12 |
2.1.11 28 Apr 2020 21:16:29
  |
danilo  |
- Update to 2.1.11 |
2.1.8 12 Nov 2019 21:21:48
  |
danilo  |
- Rename graphics/py-vips to graphics/py-pyvips. pyvips is the actual name of
this software
- Add LICENSE_FILE
- Add missing RUN_DEPENDS
Reported by: koobs |