dev-ruby/ruby-vips - 2.3.0 (gentoo)

Search

Install

Install this version:

emerge -a =dev-ruby/ruby-vips-2.3.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-ruby/ruby-vips-2.3.0

Or alternatively:

emerge --autounmask-write -a =dev-ruby/ruby-vips-2.3.0

Package Information

Description:
A fast image processing library with low memory needs
Homepage:
https://github.com/libvips/ruby-vips
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.3.0 8 ~amd64 ~arm64 ~x86 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

USE_RUBY="ruby32 ruby33 ruby34 ruby40"

RUBY_FAKEGEM_GEMSPEC="ruby-vips.gemspec"

RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md"

RUBY_FAKEGEM_RECIPE_TEST="rspec3"

inherit ruby-fakegem

DESCRIPTION="A fast image processing library with low memory needs"
HOMEPAGE="https://github.com/libvips/ruby-vips"
SRC_URI="
	https://github.com/libvips/ruby-vips/archive/refs/tags/v${PV}.tar.gz
		-> ${P}.gh.tar.gz
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"

# See 'ffi_lib FFI.library_name("vips", ??)' in lib/vips.rb
VIPS_ABI="42"

RDEPEND="
	media-libs/vips:0/${VIPS_ABI}[introspection]
"

ruby_add_rdepend "
	>=dev-ruby/ffi-1.12
	dev-ruby/logger
"

all_ruby_prepare() {
	sed -e 's:require_relative ":require "./:' \
		-e 's:git ls-files -z:find * -print0:' \
		-i ${RUBY_FAKEGEM_GEMSPEC} || die
}

Inherited Eclasses

Dependencies

RDEPEND

	media-libs/vips:0/42[introspection]

Manifest for 2.3.0

Type File Size Source URLs
DIST ruby-vips-2.3.0.gh.tar.gz 5595101 bytes https://github.com/libvips/ruby-vips/archive/refs/tags/v2.3.0.tar.gz