* [gentoo-commits] gentoo-x86 commit in media-gfx/hugin: hugin-0.8.0_rc3.ebuild ChangeLog
@ 2009-06-10 5:41 Markus Meier (maekke)
0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2009-06-10 5:41 UTC (permalink / raw
To: gentoo-commits
maekke 09/06/10 05:41:48
Modified: ChangeLog
Added: hugin-0.8.0_rc3.ebuild
Log:
version bump to 0.8.0_rc3, witch (experimental) lapack support
(Portage version: 2.2_rc33/cvs/Linux i686)
Revision Changes Path
1.63 media-gfx/hugin/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?r1=1.62&r2=1.63
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog 24 May 2009 10:07:59 -0000 1.62
+++ ChangeLog 10 Jun 2009 05:41:48 -0000 1.63
@@ -1,6 +1,12 @@
# ChangeLog for media-gfx/hugin
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.62 2009/05/24 10:07:59 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.63 2009/06/10 05:41:48 maekke Exp $
+
+*hugin-0.8.0_rc3 (10 Jun 2009)
+
+ 10 Jun 2009; Markus Meier <maekke@gentoo.org> +hugin-0.8.0_rc3.ebuild,
+ +files/hugin-0.8.0_rc3-as-needed.patch:
+ version bump to 0.8.0_rc3, witch (experimental) lapack support
24 May 2009; Markus Meier <maekke@gentoo.org> hugin-0.7.0.ebuild,
hugin-0.7.0-r1.ebuild, +files/hugin-0.7.0-gcc44.patch:
1.1 media-gfx/hugin/hugin-0.8.0_rc3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/hugin-0.8.0_rc3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/hugin-0.8.0_rc3.ebuild?rev=1.1&content-type=text/plain
Index: hugin-0.8.0_rc3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.8.0_rc3.ebuild,v 1.1 2009/06/10 05:41:48 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.gz"
LICENSE="GPL-2 SIFT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
LANGS=" bg ca cs de en_GB es fr hu it ja ko nl pl pt_BR ru sk sl sv uk zh_CN zh_TW"
IUSE="lapack +sift $(echo ${LANGS//\ /\ linguas_})"
DEPEND="
app-arch/zip
|| ( >=dev-libs/boost-1.34 =dev-libs/boost-1.33*[threads] )
>=media-gfx/enblend-3.0_p20080807
media-gfx/exiv2
media-libs/jpeg
>=media-libs/libpano13-2.9.14
media-libs/libpng
media-libs/openexr
media-libs/tiff
sys-libs/zlib
x11-libs/wxGTK:2.8
lapack? ( virtual/lapack )
sift? ( media-gfx/autopano-sift-C )"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"
PATCHES=( "${FILESDIR}"/${P}-as-needed.patch )
DOCS="AUTHORS README TODO"
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
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/hugin: hugin-0.8.0_rc3.ebuild ChangeLog
@ 2009-06-19 9:20 Tiziano Mueller (dev-zero)
0 siblings, 0 replies; 2+ messages in thread
From: Tiziano Mueller (dev-zero) @ 2009-06-19 9:20 UTC (permalink / raw
To: gentoo-commits
dev-zero 09/06/19 09:20:29
Modified: hugin-0.8.0_rc3.ebuild ChangeLog
Log:
Added patch to unset LAPACK_LIBRARIES if lapack is not found, otherwise cmake sets it to NOTFOUND leading to an error.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.2 media-gfx/hugin/hugin-0.8.0_rc3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/hugin-0.8.0_rc3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/hugin-0.8.0_rc3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/hugin-0.8.0_rc3.ebuild?r1=1.1&r2=1.2
Index: hugin-0.8.0_rc3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.8.0_rc3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hugin-0.8.0_rc3.ebuild 10 Jun 2009 05:41:48 -0000 1.1
+++ hugin-0.8.0_rc3.ebuild 19 Jun 2009 09:20:29 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.8.0_rc3.ebuild,v 1.1 2009/06/10 05:41:48 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.8.0_rc3.ebuild,v 1.2 2009/06/19 09:20:29 dev-zero Exp $
EAPI="2"
WX_GTK_VER="2.8"
@@ -34,7 +34,7 @@
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"
-PATCHES=( "${FILESDIR}"/${P}-as-needed.patch )
+PATCHES=( "${FILESDIR}"/${P}-as-needed.patch "${FILESDIR}"/${P}-unset_lapack.patch)
DOCS="AUTHORS README TODO"
src_install() {
1.65 media-gfx/hugin/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?r1=1.64&r2=1.65
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog 10 Jun 2009 06:02:16 -0000 1.64
+++ ChangeLog 19 Jun 2009 09:20:29 -0000 1.65
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/hugin
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.64 2009/06/10 06:02:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.65 2009/06/19 09:20:29 dev-zero Exp $
+
+ 19 Jun 2009; Tiziano Müller <dev-zero@gentoo.org> hugin-0.8.0_rc3.ebuild,
+ +files/hugin-0.8.0_rc3-unset_lapack.patch:
+ Added patch to unset LAPACK_LIBRARIES if lapack is not found, otherwise
+ cmake sets it to NOTFOUND leading to an error.
*hugin-0.8.0_rc3 (10 Jun 2009)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-19 9:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-10 5:41 [gentoo-commits] gentoo-x86 commit in media-gfx/hugin: hugin-0.8.0_rc3.ebuild ChangeLog Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2009-06-19 9:20 Tiziano Mueller (dev-zero)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox