1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: ruby-vips
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Jongmin Kim <jmkim@pukyong.ac.kr>,
Utkarsh Gupta <utkarsh@debian.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 12),
gem2deb,
libglib2.0-dev,
libvips-dev,
ruby-ffi,
ruby-rspec
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-vips
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-vips.git
Homepage: https://github.com/jcupitt/ruby-vips
Rules-Requires-Root: no
XS-Ruby-Versions: all
XB-Ruby-Versions: ${ruby:Versions}
Package: ruby-vips
Architecture: all
Depends: ruby | ruby-interpreter,
libglib2.0-dev,
libvips-dev,
ruby-ffi,
${misc:Depends},
${shlibs:Depends}
Description: Ruby extension for the vips image processing library
This package provides a binding for the vips image processing library.
It is extremely fast and it can process huge images without loading the
whole image in memory.
|