Search Criteria
Package Details: libvips-git 8.0.beta.r23.g045678d-1
Git Clone URL: | https://aur.archlinux.org/libvips-git.git (read-only, click to copy) |
---|---|
Package Base: | libvips-git |
Description: | A fast image processing library with low memory needs. |
Upstream URL: | http://www.vips.ecs.soton.ac.uk |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | proudzhu |
Maintainer: | unusual_thoughts |
Last Packager: | unusual_thoughts |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2015-05-16 16:47 |
Last Updated: | 2017-01-13 05:23 |
Dependencies (20)
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer)
- libjpeg (libjpeg-droppatch, mozjpeg-git, libjpeg-turbo-git, libjpeg-turbo-minimal-git, mozjpeg, libjpeg-turbo)
- libpng (libpng-git, libpng-apng, libpng-minimal-git)
- libxml2 (libxml2-linenum, libxml2-git)
- fftw (fftw-mpich, fftw-mpi, fftw-amd) (make)
- git (git-git) (make)
- gobject-introspection (gobject-introspection-git) (make)
- gtk-doc (gtk-doc-git) (make)
- lcms2 (lcms2-git) (make)
- libexif (make)
- libtiff (libtiff-git, libtiff-minimal-git) (make)
- libwebp (libwebp-git) (make)
- openexr (make)
- swig (swig-git) (make)
- fftw (fftw-mpich, fftw-mpi, fftw-amd) (optional) – for fourier transforms support
- gobject-introspection (gobject-introspection-git) (optional) – for vips8 python binding
- lcms2 (lcms2-git) (optional) – transforming images with ICC profiles
- libexif (optional) – for EXIF metadata support
- libwebp (libwebp-git) (optional) – for WebP image support
- openexr (optional) – for OpenEXR image support(only read)
Required by (9)
- alltomp3-bin (requires libvips)
- dimension (requires libvips)
- imgproxy (requires libvips)
- photoflow-git (requires libvips)
- pixelchart (requires libvips)
- python-pyvips (requires libvips)
- ruby-ruby-vips (requires libvips)
- signal-desktop-beta (requires libvips)
- signal-desktop-noto (requires libvips)
Latest Comments
bozydar commented on 2019-11-10 20:29
Build error in Manjaro
libvips-git 8.0.beta.r23.g045678d-1
yaceben commented on 2019-02-08 00:39
adding autoreconf -fi before make should fix the problem from my previous comment
mewx commented on 2018-07-17 11:46
Could we clone only the latest commit (i.e. with depth = 1)?
shulhan commented on 2017-12-28 09:09
Build error on latest git,
tirithen commented on 2016-11-16 16:09
@proudzhu could we get this fix on line 32 changed?
qs9rx commented on 2016-08-07 20:51
==> Starting build()...
/tmp/packerbuild-1000/libvips-git/libvips-git/PKGBUILD: line 32: ./bootstrap.sh: No such file or directory
They use ./autogen.sh now. It builds fine if you simply replace the bootstrap.sh call with that.