public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Savchenko" <bircoph@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vips/
Date: Wed, 14 Sep 2016 10:49:06 +0000 (UTC)	[thread overview]
Message-ID: <1473850123.bb9ba317e15dcc9ac83f8a114295800121f62872.bircoph@gentoo> (raw)

commit:     bb9ba317e15dcc9ac83f8a114295800121f62872
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 14 10:38:31 2016 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Wed Sep 14 10:48:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb9ba317

media-libs/vips: 7.38 version bump

Update to 7.38, not the newest one, but better than other versions
from the tree, needed for nip2 update. See bugs 412447 and 453810.

Package-Manager: portage-2.3.0
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>

 media-libs/vips/Manifest           |  1 +
 media-libs/vips/metadata.xml       |  1 +
 media-libs/vips/vips-7.38.5.ebuild | 78 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 80 insertions(+)

diff --git a/media-libs/vips/Manifest b/media-libs/vips/Manifest
index ea74e1a..de774b0 100644
--- a/media-libs/vips/Manifest
+++ b/media-libs/vips/Manifest
@@ -1,2 +1,3 @@
 DIST vips-7.26.3.tar.gz 3163591 SHA256 9acbe13f391bde2e1748e62a3f2e07a4319ad07c2502cc1ee4422f0a6cbd12a0 SHA512 7f2a21e2fac863d2ac43dc4a90f33e34a84d27035050357dba599e8a368b013d04f8ca03155dfc882e77004399800ae35fd40fa1919478e0b6ad0ba970806cb2 WHIRLPOOL 155843e1ba719b705e3ef3b994de0aaf6f2ba2cdb620b47fae74c9e4b2605f73987270539e77241a4fcef85e881a477de8eedd3b2bc955050eac3f9984ff4a8a
 DIST vips-7.26.7.tar.gz 3180445 SHA256 efb1c21413f7b5c4d8c5f25bd81f3097805d989559aa0abe1615dbb0f6bb80e7 SHA512 f807b6076b44bf1b5724783af031c24441a66c543a9fe84bcf20e6327edfab3664fd7459aae4e68ce7046ba3e468be20d07c7b901a2e2136e128b8a39dffe660 WHIRLPOOL 0e5b8e388196eeba00aa18f407ef19500c0b20e10c68d8adc22e73926ac7d75172dfe157fe45143d7c78dfc4886d1eaa188cb0b8a44ead417c7c23a21882d65d
+DIST vips-7.38.5.tar.gz 3447505 SHA256 495dc8ca70910eca33a867f0a7e6903b076d6dd9fbdf2ddbb2ffd4270f0fe00e SHA512 99b3a3efb32a976d17e5ce7d7d79e8bb708c148e981f866a8997a07f641866ba237cd677de9f7cafab30afb182a5bde7cc130368c8ff5d8f413d38801a24ed37 WHIRLPOOL a40d38956a476e74669288ba14f6a5c49f5485221c90e8455702bbfde411a871a5f31cfdeefa1329a17f773a14668af187e92189e4f592dba459a0b20a3c16ba

diff --git a/media-libs/vips/metadata.xml b/media-libs/vips/metadata.xml
index 23529db..c950b99 100644
--- a/media-libs/vips/metadata.xml
+++ b/media-libs/vips/metadata.xml
@@ -7,6 +7,7 @@
 	</maintainer>
 	<use>
 		<flag name="fits">Enable support for the FITS image format through <pkg>sci-libs/cfitsio</pkg></flag>
+		<flag name='matio'>Enable support for reading images from Matlab files through <pkg>sci-libs/matio</pkg></flag>
 	</use>
 	<upstream>
 		<remote-id type="sourceforge">vips</remote-id>

diff --git a/media-libs/vips/vips-7.38.5.ebuild b/media-libs/vips/vips-7.38.5.ebuild
new file mode 100644
index 00000000..884c8af
--- /dev/null
+++ b/media-libs/vips/vips-7.38.5.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_{6,7} )
+inherit eutils versionator python-single-r1
+
+DESCRIPTION="VIPS Image Processing Library"
+SRC_URI="http://www.vips.ecs.soton.ac.uk/supported/$(get_version_component_range 1-2)/${P}.tar.gz"
+HOMEPAGE="http://www.vips.ecs.soton.ac.uk/index.php?title=VIPS"
+
+RESTRICT="mirror"
+LICENSE="LGPL-2.1"
+SLOT="1"
+KEYWORDS="~amd64 ~x86"
+IUSE="cxx debug exif fits fftw imagemagick jpeg lcms matio openexr
+	+orc png python static-libs tiff webp"
+
+RDEPEND=">=dev-libs/glib-2.6:2
+	dev-libs/libxml2
+	sys-libs/zlib
+	>=x11-libs/pango-1.8
+	fftw? ( sci-libs/fftw:3.0 )
+	imagemagick? ( || ( >=media-gfx/imagemagick-5.0.0
+		media-gfx/graphicsmagick[imagemagick] ) )
+	lcms? ( media-libs/lcms )
+	matio? ( >=sci-libs/matio-1.3.4 )
+	openexr? ( >=media-libs/openexr-1.2.2 )
+	exif? ( >=media-libs/libexif-0.6 )
+	tiff? ( media-libs/tiff:0= )
+	jpeg? ( virtual/jpeg:0= )
+	fits? ( sci-libs/cfitsio )
+	png? ( >=media-libs/libpng-1.2.9:0= )
+	python? ( ${PYTHON_DEPS} )
+	webp? ( media-libs/libwebp )
+	orc? ( >=dev-lang/orc-0.4.11 )"
+DEPEND="${RDEPEND}
+	dev-util/gtk-doc-am"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+pkg_setup() {
+	use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+	econf \
+		$(use_enable debug) \
+		$(use_enable cxx) \
+		$(use_with fftw) \
+		$(use_with lcms) \
+		$(use_with openexr OpenEXR) \
+		$(use_with matio ) \
+		$(use_with exif libexif) \
+		$(use_with imagemagick magick) \
+		$(use_with png) \
+		$(use_with tiff) \
+		$(use_with fits cfitsio) \
+		$(use_with jpeg) \
+		$(use_with orc) \
+		$(use_with python) \
+		$(use_with webp libwebp) \
+		$(use_enable static-libs static)
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+	dodoc AUTHORS ChangeLog NEWS THANKS TODO
+
+	# 314101
+	mv "${ED}"/usr/share/doc/${PN}/* "${ED}"/usr/share/doc/${PF} || die
+	rmdir "${ED}"/usr/share/doc/${PN}/ || die
+	dosym /usr/share/doc/${PF} /usr/share/doc/${PN}
+
+	use python && python_optimize
+	prune_libtool_files
+}


             reply	other threads:[~2016-09-14 10:49 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-14 10:49 Andrew Savchenko [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-18 16:58 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-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=1473850123.bb9ba317e15dcc9ac83f8a114295800121f62872.bircoph@gentoo \
    --to=bircoph@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