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] dev/maekke:master commit in: media-gfx/multiblend/
Date: Sun, 13 May 2012 10:08:00 +0000 (UTC)	[thread overview]
Message-ID: <1336903857.05186cf27bf8394ef734968037e6aaa1e49a5d4e.maekke@gentoo> (raw)

commit:     05186cf27bf8394ef734968037e6aaa1e49a5d4e
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sun May 13 10:10:57 2012 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sun May 13 10:10:57 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/maekke.git;a=commit;h=05186cf2

initial multiblend ebuild

---
 media-gfx/multiblend/Manifest              |    3 ++
 media-gfx/multiblend/metadata.xml          |   12 ++++++++++
 media-gfx/multiblend/multiblend-0.4.ebuild |   34 ++++++++++++++++++++++++++++
 3 files changed, 49 insertions(+), 0 deletions(-)

diff --git a/media-gfx/multiblend/Manifest b/media-gfx/multiblend/Manifest
new file mode 100644
index 0000000..e73fd58
--- /dev/null
+++ b/media-gfx/multiblend/Manifest
@@ -0,0 +1,3 @@
+DIST multiblend0.4.tar.gz 23093 RMD160 f8ecf6142e40b232571bd4b836cb3aee113b6d5c SHA1 bf502f418c52096a6cad59a811ec319fdad96c36 SHA256 ea6a6e274570b01f188587831a62dc3b82ed1044d9d0b183eabf6a20c1e17a14
+EBUILD multiblend-0.4.ebuild 705 RMD160 dbe731e013dc6db8b36fd4cb92aae9b5cb2e78d3 SHA1 885f4921dc274de2e56ce6a445b23119e79075e8 SHA256 e745983afb17f5bef78283c0a7a578941de1b4a765c891993c58cded770f4f74
+MISC metadata.xml 551 RMD160 61a5b38a6bbb28db0d562bb468ea9ba2e370070d SHA1 0364cf2888abd9c492f0830d52806052313bbeab SHA256 89788217142ce1d6a88288d2b95ef993d9fdc278b145fc32481af00c73403097

diff --git a/media-gfx/multiblend/metadata.xml b/media-gfx/multiblend/metadata.xml
new file mode 100644
index 0000000..80d42a1
--- /dev/null
+++ b/media-gfx/multiblend/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+<email>maekke@gentoo.org</email>
+<name>Markus Meier</name>
+</maintainer>
+<longdescription lang="en">
+multiblend is a multi-level image blender for the seamless blending of panoramic images, such as those created with PTAssembler (my personal favourite), Hugin, or PTGui. It is a significantly faster drop-in alternative to Enblend, although it lacks Enblend's advanced features.
+</longdescription>
+</pkgmetadata>
+

diff --git a/media-gfx/multiblend/multiblend-0.4.ebuild b/media-gfx/multiblend/multiblend-0.4.ebuild
new file mode 100644
index 0000000..63c8ed8
--- /dev/null
+++ b/media-gfx/multiblend/multiblend-0.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit toolchain-funcs
+
+DESCRIPTION="multiblend is a multi-level image blender for the seamless blending
+of panoramic images"
+HOMEPAGE="http://horman.net/multiblend/"
+SRC_URI="http://horman.net/multiblend/${PN}${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="media-libs/libpng
+	media-libs/tiff
+	virtual/jpeg"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${PN}"
+
+src_compile() {
+	local libs="-ltiff -ltiffxx -ljpeg -lpng"
+	$(tc-getCXX) ${CXXFLAGS} ${LDFLAGS} ${PN}.cpp ${libs} -o ${PN} || die
+}
+
+src_install() {
+	dobin ${PN}
+	dodoc changelog.txt readme.txt
+}



             reply	other threads:[~2012-05-13 10:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-13 10:08 Markus Meier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-11-18  9:53 [gentoo-commits] dev/maekke:master commit in: media-gfx/multiblend/ Markus Meier
2013-03-28 18:21 Markus Meier
2013-11-24 12:32 Markus Meier
2014-09-15 21:08 Markus Meier
2015-08-18 19:50 Markus Meier
2015-08-18 19:52 Markus Meier
2015-08-18 19:52 Markus Meier

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=1336903857.05186cf27bf8394ef734968037e6aaa1e49a5d4e.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