commit: b0c6f58aeb6ea64523e7180df8ccb1e67ffbd4c1 Author: mikko_laine <mikko.laine <AT> gmail <DOT> com> AuthorDate: Sat Dec 13 21:33:21 2014 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sat Dec 13 21:33:21 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b0c6f58a
sci-astronomy/mosstack: pyAstroStack renamed to Mosstack and version bumped to 0.6.1 Package-Manager: portage-2.2.14 --- sci-astronomy/mosstack/ChangeLog | 10 +++++++++ sci-astronomy/mosstack/metadata.xml | 20 +++++++++++++++++ sci-astronomy/mosstack/mosstack-0.6.1.ebuild | 33 ++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+) diff --git a/sci-astronomy/mosstack/ChangeLog b/sci-astronomy/mosstack/ChangeLog new file mode 100644 index 0000000..91c7755 --- /dev/null +++ b/sci-astronomy/mosstack/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-astronomy/mosstack +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*mosstack-0.6.1 (13 Dec 2014) + + 13 Dec 2014; Mikko Laine <[email protected]> +metadata.xml, + +mosstack-0.6.1.ebuild: + sci-astronomy/mosstack: pyAstroStack renamed to Mosstack and version bumped to + 0.6.1 diff --git a/sci-astronomy/mosstack/metadata.xml b/sci-astronomy/mosstack/metadata.xml new file mode 100644 index 0000000..e425fd5 --- /dev/null +++ b/sci-astronomy/mosstack/metadata.xml @@ -0,0 +1,20 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>[email protected]</email> + <name>Mikko Laine</name> + </maintainer> + <longdescription> + An open source stacking software for astronomical images taken with a DSLR + camera. Mosstack can calibrate, debayer, register, align and stack photos + taken with modern DSLR's from Canon. It has a command line user interface + inspired by AstroSurf IRIS and a graphical user interface written with PyQt4 + </longdescription> + <use> + <flag name="opencl">Enables OpenCL support and pulls in pyopencl. This makes + some operations much faster but requires specific hardware and drivers.</flag> + <flag name="qt4">Pulls in PyQt4. Program works on command line interface + without it but for GUI the library is required.</flag> + </use> +</pkgmetadata> diff --git a/sci-astronomy/mosstack/mosstack-0.6.1.ebuild b/sci-astronomy/mosstack/mosstack-0.6.1.ebuild new file mode 100644 index 0000000..c589368 --- /dev/null +++ b/sci-astronomy/mosstack/mosstack-0.6.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +PYTHON_COMPAT=( python{3_2,3_3} ) + +inherit distutils-r1 + +DESCRIPTION="Stacking software for astronomical images" +HOMEPAGE="https://sites.google.com/site/mosstack" +SRC_URI="http://bitbucket.org/mikko_laine/pyastrostack/downloads/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="opencl qt4" + +DEPEND=">=dev-python/numpy-1.8.0[${PYTHON_USEDEP}] + dev-python/cython[${PYTHON_USEDEP}]" + +RDEPEND=">=dev-python/pillow-2.3.0[${PYTHON_USEDEP}] + sci-libs/scikits_image[${PYTHON_USEDEP}] + >media-gfx/imagemagick-6.8.0.0 + sci-astronomy/sextractor + media-gfx/dcraw + media-libs/exiftool + dev-python/astropy[${PYTHON_USEDEP}] + opencl? ( >=dev-python/pyopencl-2013.1[${PYTHON_USEDEP}] ) + qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] )" + +DOCS=( CHANGES.txt README.txt )
