public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markus Meier" <maekke@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libpano13/
Date: Sat, 25 Dec 2021 10:40:25 +0000 (UTC)	[thread overview]
Message-ID: <1640428822.baa9425ea12922d8c1de8eeabea3c2352c41e1db.maekke@gentoo> (raw)

commit:     baa9425ea12922d8c1de8eeabea3c2352c41e1db
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 25 10:40:22 2021 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sat Dec 25 10:40:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa9425e

media-libs/libpano13: version bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Markus Meier <maekke <AT> gentoo.org>

 media-libs/libpano13/Manifest                    |  1 +
 media-libs/libpano13/libpano13-2.9.21_rc3.ebuild | 33 ++++++++++++++++++++++++
 media-libs/libpano13/metadata.xml                |  3 +++
 3 files changed, 37 insertions(+)

diff --git a/media-libs/libpano13/Manifest b/media-libs/libpano13/Manifest
index 94094ae5d3a5..9d9ec6566b81 100644
--- a/media-libs/libpano13/Manifest
+++ b/media-libs/libpano13/Manifest
@@ -1 +1,2 @@
 DIST libpano13-2.9.20.tar.gz 3564544 BLAKE2B aabf9d8a3dac5b01e4a5bdb6d5ad6b56ea3e672f143b002c06b7108fae19cd6a00e8b524a4c18cbe16c65f41242fc12e7b19dd71c00bf6b553db65472fe8798d SHA512 18da5cb3760f06df8007622a64c4121c3acdadf8b02faa2125f319acde30532378cec5d97ccd5a65d6d2c1960c1b4946c80ffa850da2dc790051f5c0b76f8a86
+DIST libpano13-2.9.21_rc3.tar.gz 2801535 BLAKE2B e4b2ea3894b4b53e6bbaaea39370254ad3bd1a981a1857376ff96e801cf167115ceacbe3ef4c790c3dcd380e3b0ec4a6d2b3d116e212f22cc4a56eb373f3447f SHA512 d344b81b56ba6e7dd38c0826e7e085ad5e20f5d2b09b27369ffae1e30d8f5bc03ab00d656d472069429b843d2e1eeceb173eeac39ee31a3622ca851387daef04

diff --git a/media-libs/libpano13/libpano13-2.9.21_rc3.ebuild b/media-libs/libpano13/libpano13-2.9.21_rc3.ebuild
new file mode 100644
index 000000000000..5d5496338675
--- /dev/null
+++ b/media-libs/libpano13/libpano13-2.9.21_rc3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit cmake
+
+DESCRIPTION="Helmut Dersch's panorama toolbox library"
+HOMEPAGE="http://panotools.sourceforge.net/"
+SRC_URI="mirror://sourceforge/panotools/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0/3"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="java suitesparse"
+
+DEPEND="media-libs/libpng:0=
+	media-libs/tiff:0
+	sys-libs/zlib
+	virtual/jpeg:0
+	java? ( >=virtual/jdk-1.8:* )
+	suitesparse? ( sci-libs/suitesparse )"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
+
+src_configure() {
+	local mycmakeargs=(
+		-DSUPPORT_JAVA_PROGRAMS=$(usex java)
+		-DUSE_SPARSE_LEVMAR=$(usex suitesparse)
+	)
+	cmake_src_configure
+}

diff --git a/media-libs/libpano13/metadata.xml b/media-libs/libpano13/metadata.xml
index 41d76d208afb..abb57c7dc0b1 100644
--- a/media-libs/libpano13/metadata.xml
+++ b/media-libs/libpano13/metadata.xml
@@ -8,4 +8,7 @@
 	<upstream>
 		<remote-id type="sourceforge">panotools</remote-id>
 	</upstream>
+	<use>
+		<flag name="suitesparse">Use Sparse Levenberg Marquardt algorithm instead of dense Levenberg Marquardt algorithm</flag>
+	</use>
 </pkgmetadata>


             reply	other threads:[~2021-12-25 10:40 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-25 10:40 Markus Meier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-20  5:36 [gentoo-commits] repo/gentoo:master commit in: media-libs/libpano13/ Markus Meier
2024-05-19 17:38 Arthur Zamarin
2024-05-18  3:19 Sam James
2024-05-18  3:19 Sam James
2024-05-17 18:54 Markus Meier
2023-09-18 16:39 Markus Meier
2023-09-18 16:13 Markus Meier
2023-03-31 11:40 Arthur Zamarin
2022-12-19 19:31 Markus Meier
2022-12-18  8:34 Sam James
2022-10-08 19:15 Sam James
2022-01-01 17:06 Markus Meier
2021-10-01 23:42 Sam James
2021-09-26 17:52 Sam James
2021-09-26 17:52 Sam James
2021-07-12 18:16 Markus Meier
2021-05-09  6:19 Markus Meier
2021-05-09  6:00 Sam James
2021-05-09  6:00 Sam James
2021-05-09  4:05 Sam James
2021-04-06 18:09 Markus Meier
2020-06-22 18:13 Markus Meier
2019-12-13  0:43 David Seifert
2019-05-20 17:22 Aaron Bauman
2018-04-26  5:02 Matt Turner

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=1640428822.baa9425ea12922d8c1de8eeabea3c2352c41e1db.maekke@gentoo \
    --to=maekke@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