summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2007-03-03 17:21:51 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2007-03-03 17:21:51 +0000
commit062daef886255636df56b8b1853557d2f0062f9a (patch)
tree1b928f6f2d3c890a4d758220b2b8f125e56d7bae /media-gfx
parentInitial version. (diff)
downloadgentoo-2-062daef886255636df56b8b1853557d2f0062f9a.tar.gz
gentoo-2-062daef886255636df56b8b1853557d2f0062f9a.tar.bz2
gentoo-2-062daef886255636df56b8b1853557d2f0062f9a.zip
Improve einfo explanation for enblend and sift USE flags for bug 141617. Thanks to Tim Harder <thorium90 at gmail dot com>.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/hugin/ChangeLog6
-rw-r--r--media-gfx/hugin/hugin-0.6.1.ebuild5
2 files changed, 9 insertions, 2 deletions
diff --git a/media-gfx/hugin/ChangeLog b/media-gfx/hugin/ChangeLog
index 72e24638df98..dd7e10c37f47 100644
--- a/media-gfx/hugin/ChangeLog
+++ b/media-gfx/hugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/hugin
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.16 2007/02/23 00:46:09 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.17 2007/03/03 17:21:51 vanquirius Exp $
+
+ 03 Mar 2007; Marcelo Goes <vanquirius@gentoo.org> hugin-0.6.1.ebuild:
+ Improve einfo explanation for enblend and sift USE flags for bug 141617.
+ Thanks to Tim Harder <thorium90 at gmail dot com>.
*hugin-0.6.1 (23 Feb 2007)
diff --git a/media-gfx/hugin/hugin-0.6.1.ebuild b/media-gfx/hugin/hugin-0.6.1.ebuild
index 8123394f9682..6d691af0a173 100644
--- a/media-gfx/hugin/hugin-0.6.1.ebuild
+++ b/media-gfx/hugin/hugin-0.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.6.1.ebuild,v 1.1 2007/02/23 00:46:09 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.6.1.ebuild,v 1.2 2007/03/03 17:21:51 vanquirius Exp $
inherit wxwidgets eutils
@@ -31,10 +31,13 @@ pkg_setup() {
if ! use enblend; then
einfo "It is recommended to emerge this package with the"
einfo "enblend use flag to install media-gfx/enblend"
+ einfo "that blends the seams between images in a panorama."
fi
if ! use sift; then
einfo "It is recommended to emerge this package with the"
einfo "sift use flag to install media-gfx/autopano-sift"
+ einfo "that produces control points between images in a"
+ einfo "panorama."
fi
}