public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libpano13: ChangeLog libpano13-2.9.17_beta2.ebuild
@ 2010-05-19 21:10 Markus Meier (maekke)
  0 siblings, 0 replies; only message in thread
From: Markus Meier (maekke) @ 2010-05-19 21:10 UTC (permalink / raw
  To: gentoo-commits

maekke      10/05/19 21:10:04

  Modified:             ChangeLog
  Added:                libpano13-2.9.17_beta2.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.20                 media-libs/libpano13/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpano13/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpano13/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpano13/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpano13/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	14 Feb 2010 09:46:43 -0000	1.19
+++ ChangeLog	19 May 2010 21:10:04 -0000	1.20
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/libpano13
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libpano13/ChangeLog,v 1.19 2010/02/14 09:46:43 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libpano13/ChangeLog,v 1.20 2010/05/19 21:10:04 maekke Exp $
+
+*libpano13-2.9.17_beta2 (19 May 2010)
+
+  19 May 2010; Markus Meier <maekke@gentoo.org>
+  +libpano13-2.9.17_beta2.ebuild:
+  version bump
 
 *libpano13-2.9.17_beta1-r1 (14 Feb 2010)
 



1.1                  media-libs/libpano13/libpano13-2.9.17_beta2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpano13/libpano13-2.9.17_beta2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpano13/libpano13-2.9.17_beta2.ebuild?rev=1.1&content-type=text/plain

Index: libpano13-2.9.17_beta2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libpano13/libpano13-2.9.17_beta2.ebuild,v 1.1 2010/05/19 21:10:04 maekke Exp $

EAPI=2

inherit eutils versionator java-pkg-opt-2 multilib

DESCRIPTION="Helmut Dersch's panorama toolbox library"
HOMEPAGE="http://panotools.sf.net"
SRC_URI="mirror://sourceforge/panotools/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="java static-libs"
DEPEND="
	media-libs/jpeg
	media-libs/libpng
	media-libs/tiff
	sys-libs/zlib
	java? ( >=virtual/jdk-1.3 )"
RDEPEND="${DEPEND}"

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

src_configure() {
	econf \
		$(use_with java java ${JAVA_HOME}) \
		$(use_enable static-libs static)
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc README README.linux AUTHORS NEWS doc/*.txt
	if ! use static-libs; then
		find "${D}"/usr/$(get_libdir) -name '*.la' -delete || die
	fi
}

pkg_postinst() {
	ewarn "you should remerge all reverse dependencies (media-gfx/hugin and"
	ewarn "media-gfx/autopano-sift-C) as they might not work anymore"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-19 21:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-19 21:10 [gentoo-commits] gentoo-x86 commit in media-libs/libpano13: ChangeLog libpano13-2.9.17_beta2.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