From: "Markus Meier" <maekke@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/luminance-hdr/
Date: Mon, 2 Jan 2017 19:41:01 +0000 (UTC) [thread overview]
Message-ID: <1483386043.182941584c4e757da15ae92ff49c5dd9079c82de.maekke@gentoo> (raw)
commit: 182941584c4e757da15ae92ff49c5dd9079c82de
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 2 19:40:43 2017 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Mon Jan 2 19:40:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18294158
media-gfx/luminance-hdr: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-gfx/luminance-hdr/Manifest | 1 -
media-gfx/luminance-hdr/luminance-hdr-2.3.0.ebuild | 79 ----------------------
2 files changed, 80 deletions(-)
diff --git a/media-gfx/luminance-hdr/Manifest b/media-gfx/luminance-hdr/Manifest
index b8ffbf1..fb5f9c6 100644
--- a/media-gfx/luminance-hdr/Manifest
+++ b/media-gfx/luminance-hdr/Manifest
@@ -1,2 +1 @@
-DIST luminance-hdr-2.3.0.tar.bz2 5398576 SHA256 dada0795b58843912bcb57ce61dcd615bcb9f9437b610a37ff813ad2c899c676 SHA512 6806782bec25cde92eeafc1e6a6aeb801226c0db27bd9163829b4556209267a9f5f0ecaae934fbb42a25a780cd131bc34880bc48d6d68867fe1ab117bb4cde08 WHIRLPOOL 8f1430b0e46d53e79e7ba565b73e190b0ad6efb9f2937f8612b0ddda4d442fbc4c31b055a4904c48338e00dc8719cefb94b7f43fff040255f403ebeb4e8aac95
DIST luminance-hdr-2.4.0.tar.bz2 10507522 SHA256 14014eadab099944f051dd99447f6f47d455ffb0e4e0272d93a8e71fd96ad401 SHA512 aa14a13d12ba382f5f8dcb79a57aa68864678db62f036ac2d8b8959da76f20b938481932a6fff3861eb6dbc5a1d4f06bc1f3e3ca9a6ce4f7a27a9db736aa8702 WHIRLPOOL 24c377d8f0b420fde96b1e9055d631668c8285068cec7d5763e94ac91ad24bae2d1cd74ee55b25a28142aaa6ddf3761159ccf28044b690ce817251699234eb8f
diff --git a/media-gfx/luminance-hdr/luminance-hdr-2.3.0.ebuild b/media-gfx/luminance-hdr/luminance-hdr-2.3.0.ebuild
deleted file mode 100644
index 77a843a..00000000
--- a/media-gfx/luminance-hdr/luminance-hdr-2.3.0.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit cmake-utils toolchain-funcs eutils flag-o-matic
-
-MY_P=${P/_/.}
-DESCRIPTION="Luminance HDR is a graphical user interface that provides a workflow for HDR imaging"
-HOMEPAGE="http://qtpfsgui.sourceforge.net"
-SRC_URI="mirror://sourceforge/qtpfsgui/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-LANGS=" cs de es fi fr hi hu id it pl ro ru sk tr zh"
-IUSE="cpu_flags_x86_sse2 ${LANGS// / linguas_} openmp"
-
-DEPEND="
- >=media-gfx/exiv2-0.14
- media-libs/lcms:2
- media-libs/libpng
- >=media-libs/libraw-0.13.4
- >=media-libs/openexr-1.2.2-r2
- >=media-libs/tiff-3.8.2-r2
- sci-libs/fftw:3.0[threads]
- sci-libs/gsl
- virtual/jpeg
- dev-qt/qtcore:4
- dev-qt/qtgui:4
- dev-qt/qtsql:4
- dev-qt/qtwebkit:4"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS BUGS Changelog README TODO )
-
-S=${WORKDIR}/${MY_P}
-
-pkg_pretend() {
- if use cpu_flags_x86_sse2 ; then
- append-flags -msse2
- else
- eerror "This package requires a CPU supporting the SSE2 instruction set."
- die "SSE2 support missing"
- fi
-
- if use openmp ; then
- tc-has-openmp || die "Please switch to an openmp compatible compiler"
- fi
-}
-
-src_prepare() {
- # Don't try to define the git version of the release
- epatch "${FILESDIR}"/${PN}-2.3.0_beta1-no-git.patch
-
- # Don't install extra docs and fix install dir
- epatch "${FILESDIR}"/${PN}-2.2.1-docs.patch
-
- # Fix openmp automagic support
- epatch "${FILESDIR}"/${PN}-2.2.1-openmp-automagic.patch
-}
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_use openmp OPENMP)
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
-
- for lang in ${LANGS} ; do
- if ! use linguas_${lang} ; then
- rm -f "${D}"/usr/share/${PN}/i18n/{lang,qt}_${lang}.qm || die
- fi
- done
-}
next reply other threads:[~2017-01-02 19:41 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-02 19:41 Markus Meier [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-07 10:37 [gentoo-commits] repo/gentoo:master commit in: media-gfx/luminance-hdr/ Andreas Sturmlechner
2022-11-16 3:56 John Helmert III
2022-11-16 3:56 John Helmert III
2022-09-04 12:23 David Seifert
2022-05-14 21:30 David Seifert
2022-02-28 23:58 Sam James
2022-02-28 5:21 Sam James
2021-10-16 23:15 Andreas K. Hüttel
2020-10-17 21:09 Andreas K. Hüttel
2020-10-16 17:29 Andreas K. Hüttel
2020-06-06 23:18 Andreas K. Hüttel
2019-10-21 12:47 Thomas Deutschmann
2019-10-11 10:09 Agostino Sarubbo
2018-06-16 7:04 Andreas Sturmlechner
2018-06-07 10:13 Agostino Sarubbo
2018-06-03 14:32 Andreas Sturmlechner
2018-01-08 17:31 Ulrich Müller
2018-01-08 17:31 Ulrich Müller
2016-12-31 22:20 Agostino Sarubbo
2016-02-18 18:07 Markus Meier
2015-10-01 14:21 Michael Palimaka
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=1483386043.182941584c4e757da15ae92ff49c5dd9079c82de.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