public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in media-gfx/hugin: hugin-2010.4.0.ebuild ChangeLog hugin-2010.4.0_rc3.ebuild hugin-2010.4.0_beta1.ebuild hugin-2010.4.0_beta2.ebuild hugin-2010.4.0_rc1.ebuild
@ 2011-01-01 23:24 99% Markus Meier (maekke)
  0 siblings, 0 replies; 1+ results
From: Markus Meier (maekke) @ 2011-01-01 23:24 UTC (permalink / raw
  To: gentoo-commits

maekke      11/01/01 23:24:11

  Modified:             ChangeLog
  Added:                hugin-2010.4.0.ebuild
  Removed:              hugin-2010.4.0_rc3.ebuild
                        hugin-2010.4.0_beta1.ebuild
                        hugin-2010.4.0_beta2.ebuild
                        hugin-2010.4.0_rc1.ebuild
  Log:
  version bump to 2010.4.0 final, remove beta/rc releases
  
  (Portage version: 2.1.9.27/cvs/Linux i686)

Revision  Changes    Path
1.107                media-gfx/hugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.107&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.107&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/ChangeLog?r1=1.106&r2=1.107

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog	28 Dec 2010 16:42:55 -0000	1.106
+++ ChangeLog	1 Jan 2011 23:24:11 -0000	1.107
@@ -1,6 +1,13 @@
 # ChangeLog for media-gfx/hugin
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.106 2010/12/28 16:42:55 maekke Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.107 2011/01/01 23:24:11 maekke Exp $
+
+*hugin-2010.4.0 (01 Jan 2011)
+
+  01 Jan 2011; Markus Meier <maekke@gentoo.org> -hugin-2010.4.0_beta1.ebuild,
+  -hugin-2010.4.0_beta2.ebuild, -hugin-2010.4.0_rc1.ebuild,
+  -hugin-2010.4.0_rc3.ebuild, +hugin-2010.4.0.ebuild:
+  version bump to 2010.4.0 final, remove beta/rc releases
 
 *hugin-2010.4.0_rc3 (28 Dec 2010)
 



1.1                  media-gfx/hugin/hugin-2010.4.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/hugin-2010.4.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/hugin-2010.4.0.ebuild?rev=1.1&content-type=text/plain

Index: hugin-2010.4.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-2010.4.0.ebuild,v 1.1 2011/01/01 23:24:11 maekke Exp $

EAPI=2
WX_GTK_VER="2.8"

inherit cmake-utils wxwidgets versionator

DESCRIPTION="GUI for the creation & processing of panoramic images"
HOMEPAGE="http://hugin.sf.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2 SIFT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

LANGS=" bg ca cs de en_GB es fi fr hu it ja ko nl pl pt_BR ru sk sl sv uk zh_CN zh_TW"
IUSE="lapack sift $(echo ${LANGS//\ /\ linguas_})"

CDEPEND="
	!!dev-util/cocom
	app-arch/zip
	>=dev-libs/boost-1.35.0-r5
	>=media-gfx/enblend-3.0_p20080807
	media-gfx/exiv2
	media-libs/freeglut
	>=media-libs/libpano13-2.9.17
	media-libs/libpng
	media-libs/openexr
	media-libs/tiff
	sys-libs/zlib
	virtual/jpeg
	x11-libs/wxGTK:2.8[opengl,-odbc]
	lapack? ( virtual/lapack )
	sift? ( media-gfx/autopano-sift-C )"
RDEPEND="${CDEPEND}
	media-libs/exiftool"
DEPEND="${CDEPEND}
	dev-util/pkgconfig"

S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)

pkg_setup() {
	DOCS="authors.txt README TODO"
	mycmakeargs=( $(cmake-utils_use_enable lapack LAPACK) )
}

src_install() {
	cmake-utils_src_install

	for lang in ${LANGS} ; do
		case ${lang} in
			ca) dir=ca_ES;;
			cs) dir=cs_CZ;;
			*) dir=${lang};;
		esac
		use linguas_${lang} || rm -r "${D}"/usr/share/locale/${dir}
	done
}

pkg_postinst() {
	elog "Please note that the sift USE-flag has been disabled by default"
	elog "as hugin ships its own control point generator with 2010.4"
}






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2011-01-01 23:24 99% [gentoo-commits] gentoo-x86 commit in media-gfx/hugin: hugin-2010.4.0.ebuild ChangeLog hugin-2010.4.0_rc3.ebuild hugin-2010.4.0_beta1.ebuild hugin-2010.4.0_beta2.ebuild hugin-2010.4.0_rc1.ebuild Markus Meier (maekke)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox