public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/coin: ChangeLog coin-2.4.6.ebuild
@ 2007-10-21 13:18 Carsten Lohrke (carlo)
  0 siblings, 0 replies; only message in thread
From: Carsten Lohrke (carlo) @ 2007-10-21 13:18 UTC (permalink / raw
  To: gentoo-commits

carlo       07/10/21 13:18:03

  Modified:             ChangeLog
  Added:                coin-2.4.6.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.3.15)

Revision  Changes    Path
1.22                 media-libs/coin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/coin/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/coin/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/coin/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/coin/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	22 Jul 2007 09:41:34 -0000	1.21
+++ ChangeLog	21 Oct 2007 13:18:03 -0000	1.22
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/coin
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/coin/ChangeLog,v 1.21 2007/07/22 09:41:34 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/coin/ChangeLog,v 1.22 2007/10/21 13:18:03 carlo Exp $
+
+*coin-2.4.6 (21 Oct 2007)
+
+  21 Oct 2007; Carsten Lohrke <carlo@gentoo.org> +coin-2.4.6.ebuild:
+  Version bump.
 
   22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; coin-2.4.5.ebuild:
   Drop virtual/x11 references.



1.1                  media-libs/coin/coin-2.4.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/coin/coin-2.4.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/coin/coin-2.4.6.ebuild?rev=1.1&content-type=text/plain

Index: coin-2.4.6.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/coin/coin-2.4.6.ebuild,v 1.1 2007/10/21 13:18:03 carlo Exp $

inherit eutils

MY_P="${P/c/C}"
S="${WORKDIR}/${MY_P}"

DESCRIPTION="Coin3D is a high-level 3D graphics toolkit, fully compatible with SGI Open Inventor 2.1."
HOMEPAGE="http://www.coin3d.org/"
SRC_URI="ftp://ftp.coin3d.org/pub/coin/src/all/${MY_P}.tar.gz"

LICENSE="|| ( GPL-2 PEL )"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="bzip2 debug doc fontconfig openal opengl X zlib" # java javascript

RDEPEND="media-libs/freetype
	bzip2?	( app-arch/bzip2 )
	fontconfig? ( media-libs/fontconfig )
	openal?	( media-libs/openal )
	opengl? ( virtual/opengl virtual/glu )
	X?      ( x11-libs/libXt x11-libs/libXext )
	zlib? 	( sys-libs/zlib )"
	# java?	( virtual/jdk )
	# javascript? ( dev-lang/spidermonkey )
DEPEND="${RDEPEND}
	app-doc/doxygen"

src_compile() {
	# "waiting" for someone needing mesa, instead opengl
	# simage currently not in the repository
	# java and javascript support fails for differnt reasons
	# otherwise hopefully sensible defaults and enough use flags
	local myconf="--enable-optimization \
			--enable-3ds-import \
			--enable-vrml97 \
			--enable-man  \
			--disable-html-help \
			--without-mesa \
			--without-simage \
			--with-doxygen \
			--with-freetype \
			$(use_enable debug) \
			$(use_enable debug symbols) \
			$(use_enable doc html) \
			$(use_with bzip2) \
			$(use_with fontconfig) \
			$(use_with openal) \
			$(use_with opengl) \
			$(use_with opengl glu) \
			$(use_with X x) \
			$(use_with zlib ) \
			--disable-java-wrapper \
			--disable-javascript-api \
			--without-spidermokey"
			# $(use_enable java java-wrapper) \
			# $(use_enable javascript javascript-api) \
			# $(use_with javascript spidermonkey) \

	econf ${myconf} htmldir="${ROOT}usr/share/doc/${PF}/html" || die "econf failed"
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS NEWS README* RELNOTES THANKS

	# Waiting for a maintainer to fix, see #117756.
	rm -f "${D}"/usr/share/man/man3/_var_tmp* "${D}"/usr/sharedoc/coin-2.4.4/html/dir__*
}



-- 
gentoo-commits@gentoo.org mailing list



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

only message in thread, other threads:[~2007-10-21 13:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-21 13:18 [gentoo-commits] gentoo-x86 commit in media-libs/coin: ChangeLog coin-2.4.6.ebuild Carsten Lohrke (carlo)

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