diff options
author | Markus Meier <maekke@gentoo.org> | 2009-10-02 22:44:16 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-10-02 22:44:16 +0000 |
commit | b84ee990ddb581dfa80e2342194992fe5c13c6a3 (patch) | |
tree | c0810d9feecf8736901453e1aaa45a982104f4d2 /media-gfx/autopano-sift-C | |
parent | Moved updated kmail ebuild from kde-testing overlay to the tree - thanks to M... (diff) | |
download | gentoo-2-b84ee990ddb581dfa80e2342194992fe5c13c6a3.tar.gz gentoo-2-b84ee990ddb581dfa80e2342194992fe5c13c6a3.tar.bz2 gentoo-2-b84ee990ddb581dfa80e2342194992fe5c13c6a3.zip |
version bump to 2.5.1_rc1
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/autopano-sift-C')
-rw-r--r-- | media-gfx/autopano-sift-C/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/autopano-sift-C/autopano-sift-C-2.5.1_rc1.ebuild | 27 |
2 files changed, 34 insertions, 1 deletions
diff --git a/media-gfx/autopano-sift-C/ChangeLog b/media-gfx/autopano-sift-C/ChangeLog index 9cc6f43560a6..9abe7c592c45 100644 --- a/media-gfx/autopano-sift-C/ChangeLog +++ b/media-gfx/autopano-sift-C/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/autopano-sift-C # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift-C/ChangeLog,v 1.5 2009/03/18 07:02:01 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift-C/ChangeLog,v 1.6 2009/10/02 22:44:16 maekke Exp $ + +*autopano-sift-C-2.5.1_rc1 (02 Oct 2009) + + 02 Oct 2009; Markus Meier <maekke@gentoo.org> + +autopano-sift-C-2.5.1_rc1.ebuild: + version bump to 2.5.1_rc1 18 Mar 2009; Joseph Jezak <josejx@gentoo.org> autopano-sift-C-2.5.0.ebuild: diff --git a/media-gfx/autopano-sift-C/autopano-sift-C-2.5.1_rc1.ebuild b/media-gfx/autopano-sift-C/autopano-sift-C-2.5.1_rc1.ebuild new file mode 100644 index 000000000000..7ff5a491cdea --- /dev/null +++ b/media-gfx/autopano-sift-C/autopano-sift-C-2.5.1_rc1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift-C/autopano-sift-C-2.5.1_rc1.ebuild,v 1.1 2009/10/02 22:44:16 maekke Exp $ + +inherit cmake-utils versionator + +DESCRIPTION="SIFT algorithm for automatic panorama creation in C" +HOMEPAGE="http://hugin.sourceforge.net/ http://user.cs.tu-berlin.de/~nowozin/autopano-sift/" +SRC_URI="mirror://sourceforge/hugin/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)" + +DEPEND=" + !media-gfx/autopano-sift + dev-libs/libxml2 + media-libs/jpeg + media-libs/libpano13 + media-libs/libpng + media-libs/tiff + sys-libs/zlib + " +RDEPEND="${DEPEND}" |