public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vips/
Date: Mon, 18 Sep 2023 16:58:19 +0000 (UTC)	[thread overview]
Message-ID: <1695056168.c12d969f9e801ed2fff34e58707af043ac6dcc79.ionen@gentoo> (raw)

commit:     c12d969f9e801ed2fff34e58707af043ac6dcc79
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 16:56:03 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 16:56:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12d969f

media-libs/vips: add 8.14.5

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 media-libs/vips/Manifest           |   1 +
 media-libs/vips/vips-8.14.5.ebuild | 159 +++++++++++++++++++++++++++++++++++++
 2 files changed, 160 insertions(+)

diff --git a/media-libs/vips/Manifest b/media-libs/vips/Manifest
index e5b1b6d09481..def4d44ddacc 100644
--- a/media-libs/vips/Manifest
+++ b/media-libs/vips/Manifest
@@ -1 +1,2 @@
 DIST vips-8.14.4.tar.xz 18662704 BLAKE2B 215c9625e1c4aae30b8a85a43ff885fb355c24bb2a12defe3002e0412afcbe0b10dfac36bd34af3f43dc33a435b3336e4a34015fd7aa2b9d2397d1af1f755858 SHA512 1843deb64613aeb0f97b5db0b5181c38e8b32a56e480814f409d28dcb65e2798a558fb92ce57380a80a078496553dcd0f3edf6dab48f2694d519b880577b3639
+DIST vips-8.14.5.tar.xz 18652928 BLAKE2B 033359fcb7e52ec11daf7cf85641789e3c4b858644bce6290742920cbee8a1d8bc2f56ffdcd52ccb6d4da9f8bf24fbab626e121bba063eb97201af28eb440d57 SHA512 ceea6e4d378ac99eb026293e91da530b91febbd5d775b57ab807bcd60f39ca44a088161a713e31b972694d3797d4acaa97028f0e1d3ce4d9db7f8078c005dbe1

diff --git a/media-libs/vips/vips-8.14.5.ebuild b/media-libs/vips/vips-8.14.5.ebuild
new file mode 100644
index 000000000000..50110eca65bc
--- /dev/null
+++ b/media-libs/vips/vips-8.14.5.ebuild
@@ -0,0 +1,159 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+inherit meson python-single-r1 vala
+
+DESCRIPTION="VIPS Image Processing Library"
+HOMEPAGE="https://libvips.github.io/libvips/"
+SRC_URI="https://github.com/libvips/libvips/releases/download/v${PV}/${P}.tar.xz"
+
+LICENSE="LGPL-2.1+ MIT"
+SLOT="0/42" # soname
+KEYWORDS="~amd64 ~x86"
+IUSE="
+	deprecated doc exif fftw fits fontconfig graphicsmagick gsf gtk-doc heif
+	imagemagick imagequant +introspection +jpeg jpeg2k jpegxl lcms matio
+	openexr +orc pango pdf +png python svg test tiff vala webp
+"
+REQUIRED_USE="
+	fontconfig? ( pango )
+	graphicsmagick? ( imagemagick )
+	python? ( ${PYTHON_REQUIRED_USE} )
+	test? ( jpeg png webp )
+	vala? ( introspection )
+"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-libs/glib:2
+	dev-libs/expat
+	virtual/libintl
+	exif? ( media-libs/libexif )
+	fftw? ( sci-libs/fftw:3.0= )
+	fits? ( sci-libs/cfitsio:= )
+	fontconfig? ( media-libs/fontconfig )
+	gsf? ( gnome-extra/libgsf:= )
+	heif? ( media-libs/libheif:= )
+	imagemagick? (
+		graphicsmagick? ( media-gfx/graphicsmagick:= )
+		!graphicsmagick? ( media-gfx/imagemagick:= )
+	)
+	imagequant? ( media-gfx/libimagequant )
+	introspection? ( dev-libs/gobject-introspection )
+	jpeg? ( media-libs/libjpeg-turbo:= )
+	jpeg2k? ( media-libs/openjpeg:= )
+	jpegxl? ( media-libs/libjxl )
+	lcms? ( media-libs/lcms:2 )
+	matio? ( sci-libs/matio:= )
+	openexr? ( media-libs/openexr:= )
+	orc? ( dev-lang/orc )
+	pango? (
+		x11-libs/cairo
+		x11-libs/pango
+	)
+	pdf? (
+		app-text/poppler[cairo]
+		x11-libs/cairo
+	)
+	png? ( media-libs/libpng:= )
+	python? (
+		${PYTHON_DEPS}
+		$(python_gen_cond_dep 'dev-python/pycairo[${PYTHON_USEDEP}]')
+	)
+	svg? (
+		gnome-base/librsvg:2
+		sys-libs/zlib:=
+		x11-libs/cairo
+	)
+	tiff? ( media-libs/tiff:= )
+	webp? ( media-libs/libwebp:= )
+"
+DEPEND="
+	${RDEPEND}
+	pango? ( x11-base/xorg-proto )
+	pdf? ( x11-base/xorg-proto )
+	svg? ( x11-base/xorg-proto )
+	test? (
+		tiff? ( media-libs/tiff[jpeg] )
+	)
+"
+BDEPEND="
+	dev-util/glib-utils
+	sys-devel/gettext
+	doc? (
+		app-doc/doxygen
+		media-gfx/graphviz
+	)
+	gtk-doc? ( dev-util/gtk-doc )
+	python? ( ${PYTHON_DEPS} )
+	vala? ( $(vala_depend) )
+"
+
+pkg_setup() {
+	use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+	default
+
+	use vala && vala_setup
+
+	sed -i "s/'vips-doc'/'${PF}'/" cplusplus/meson.build || die
+
+	sed -i "/subdir('fuzz')/d" meson.build || die
+}
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use deprecated)
+		$(meson_use doc doxygen)
+		-Dexamples=false
+		$(meson_use gtk-doc gtk_doc)
+		$(meson_use introspection)
+		$(meson_use vala vapi)
+		-Dcgif=disabled # not packaged, and not used to view gif (only saving)
+		$(meson_feature exif)
+		$(meson_feature fftw)
+		$(meson_feature fits cfitsio)
+		$(meson_feature fontconfig)
+		$(meson_feature gsf)
+		$(meson_feature heif)
+		$(meson_feature imagemagick magick)
+		-Dmagick-package=$(usex graphicsmagick GraphicsMagick MagickCore)
+		$(meson_feature imagequant)
+		$(meson_feature jpeg)
+		$(meson_feature jpeg2k openjpeg)
+		$(meson_feature jpegxl jpeg-xl)
+		$(meson_feature lcms)
+		$(meson_feature matio)
+		-Dnifti=disabled # not packaged
+		$(meson_feature openexr)
+		-Dopenslide=disabled # not packaged
+		$(meson_feature orc)
+		$(meson_feature pango pangocairo)
+		-Dpdfium=disabled # not packaged, can use poppler instead
+		$(meson_feature png)
+		$(meson_feature pdf poppler)
+		-Dquantizr=disabled # not packaged, can use imagequant instead
+		-Dspng=disabled # not packaged, can use libpng instead
+		$(meson_feature svg rsvg)
+		$(meson_feature tiff)
+		$(meson_feature webp)
+		$(meson_feature svg zlib) # zlib is currently only used by svgload.c
+	)
+
+	meson_src_configure
+}
+
+src_install() {
+	meson_src_install
+
+	if use python; then
+		python_fix_shebang "${ED}"/usr/bin/vipsprofile
+	else
+		rm -- "${ED}"/usr/{bin/vipsprofile,share/man/man1/vipsprofile.1} || die
+	fi
+}


             reply	other threads:[~2023-09-18 16:58 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-18 16:58 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-31 23:51 [gentoo-commits] repo/gentoo:master commit in: media-libs/vips/ Ionen Wolkens
2024-12-19 18:56 Sam James
2024-12-16  8:42 Ionen Wolkens
2024-11-24 15:47 Jakov Smolić
2024-11-24 11:01 Ionen Wolkens
2024-11-04 16:15 Ionen Wolkens
2024-10-19 16:53 Ionen Wolkens
2024-10-03 14:04 Ionen Wolkens
2024-09-03 12:31 Ionen Wolkens
2024-04-27 12:11 Ionen Wolkens
2024-04-03  9:14 Arthur Zamarin
2024-03-13 12:56 Ionen Wolkens
2024-02-22  6:16 Ionen Wolkens
2024-01-31 22:47 Ionen Wolkens
2024-01-29 16:47 Arthur Zamarin
2024-01-24  8:35 Michał Górny
2024-01-16  5:46 Viorel Munteanu
2024-01-10 22:02 Ionen Wolkens
2024-01-10 22:01 Ionen Wolkens
2023-12-18 18:43 Ionen Wolkens
2023-11-11 21:21 Ionen Wolkens
2023-10-27 15:20 Michał Górny
2023-10-10 20:20 Ionen Wolkens
2023-09-12 16:15 Ionen Wolkens
2023-08-15 15:09 Ionen Wolkens
2023-08-06  4:32 Ionen Wolkens
2023-07-20 15:32 Ionen Wolkens
2023-07-14 21:32 Ionen Wolkens
2023-05-21 20:43 Ionen Wolkens
2023-05-13  9:16 Ionen Wolkens
2023-05-12 10:58 Ionen Wolkens
2023-05-12  9:02 Ionen Wolkens
2018-01-28 16:29 Mikle Kolyada
2018-01-13 18:51 Ulrich Müller
2017-03-22  7:17 Michał Górny
2016-09-14 10:49 Andrew Savchenko
2016-03-20 19:12 Fabian Groffen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1695056168.c12d969f9e801ed2fff34e58707af043ac6dcc79.ionen@gentoo \
    --to=ionen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox