public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/pixie: pixie-2.2.6.ebuild metadata.xml ChangeLog
@ 2009-12-28 20:58 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2009-12-28 20:58 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/12/28 20:58:09

  Modified:             metadata.xml ChangeLog
  Added:                pixie-2.2.6.ebuild
  Log:
  Version bump to 2.2.6, thanks to Mauro Toffanin and Enrico Tagliavini, bug #286126 (ebuild slightly polished by me).
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  media-gfx/pixie/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pixie/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pixie/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pixie/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/pixie/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml	2 Nov 2008 12:47:34 -0000	1.3
+++ metadata.xml	28 Dec 2009 20:58:08 -0000	1.4
@@ -1,8 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
-  <email>maintainer-needed@gentoo.org</email>
-</maintainer>
+  <herd>no-herd</herd>
+  <maintainer>
+    <email>flameeyes@gentoo.org</email>
+    <description>Proxying maintainer</description>
+  </maintainer>
+  <maintainer>
+    <email>toffanin.mauro@gmail.com</email>
+    <description>Proxied maintainer</description>
+  </maintainer>
+  <longdescription>
+    Pixie is an open source photorealistic renderer that uses a RenderMan-like
+    interface. Features include programmable shading, motion blur, depth of
+    field, raytracing, scan-line rendering, occlusion culling, global
+    illumination, caustics ...
+  </longdescription>
+  <use>
+    <flag name="static-libs">Compile static archives</flag>
+  </use>
 </pkgmetadata>



1.49                 media-gfx/pixie/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pixie/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pixie/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pixie/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/pixie/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	14 Nov 2008 19:01:06 -0000	1.48
+++ ChangeLog	28 Dec 2009 20:58:08 -0000	1.49
@@ -1,6 +1,13 @@
 # ChangeLog for media-gfx/pixie
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pixie/ChangeLog,v 1.48 2008/11/14 19:01:06 coldwind Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pixie/ChangeLog,v 1.49 2009/12/28 20:58:08 flameeyes Exp $
+
+*pixie-2.2.6 (28 Dec 2009)
+
+  28 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org> +pixie-2.2.6.ebuild,
+  +files/pixie-2.2.6-autotools.patch, +files/Makefile.shaders, metadata.xml:
+  Version bump to 2.2.6, thanks to Mauro Toffanin and Enrico Tagliavini, bug
+  #286126 (ebuild slightly polished by me).
 
   14 Nov 2008; Santiago M. Mola <coldwind@gentoo.org> pixie-2.2.2.ebuild:
   Restrict fltk dependency to SLOT 1.1 (bug #246445).



1.1                  media-gfx/pixie/pixie-2.2.6.ebuild

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

Index: pixie-2.2.6.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/pixie/pixie-2.2.6.ebuild,v 1.1 2009/12/28 20:58:08 flameeyes Exp $

EAPI="2"
inherit eutils multilib autotools

MY_PN="Pixie"
S="${WORKDIR}/${MY_PN}"

DESCRIPTION="RenderMan like photorealistic renderer."
HOMEPAGE="http://pixie.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-src-${PV}.tgz"

LICENSE="GPL-2"
IUSE="X static-libs"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"

RDEPEND="!mail-client/nmh
	media-libs/jpeg
	media-libs/tiff
	media-libs/libpng
	x11-libs/fltk:1.1[opengl]
	media-libs/openexr
	virtual/opengl
	sys-libs/zlib
	X? (
		x11-libs/libXext
		x11-libs/libICE
		x11-libs/libSM
		x11-libs/libX11
		x11-libs/libXau
		x11-libs/libxcb
		x11-libs/libXdmcp
		x11-libs/libXi
		x11-libs/libXmu
		x11-libs/libXt
	)"
DEPEND="${RDEPEND}
	sys-devel/flex
	sys-devel/bison"

src_prepare() {
	# FIX: missing @includedir@
	epatch "${FILESDIR}/${P}-autotools.patch"
	eautoreconf
}

src_configure() {
	econf \
		$(use_with X x) \
		$(use_enable static-libs static) \
		--includedir=/usr/include/pixie \
		--libdir=/usr/$(get_libdir)/pixie \
		--with-docdir=/usr/share/doc/${PF}/html \
		--with-shaderdir=/usr/share/Pixie/shaders \
		--with-ribdir=/usr/share/Pixie/ribs \
		--with-texturedir=/usr/share/Pixie/textures \
		--with-displaysdir=/usr/$(get_libdir)/pixie/displays \
		--with-modulesdir=/usr/$(get_libdir)/pixie/modules \
		--enable-openexr-threads \
		--mandir=/usr/share/man \
		--bindir=/usr/bin
}

src_compile() {
	emake || die "emake failed"

	# regenerating Pixie shaders
	einfo "Re-building Pixie Shaders for v${PV} format"
	emake -f "${FILESDIR}/Makefile.shaders" -C "${S}/shaders"
}

src_install() {
	emake DESTDIR="${D}" install || die "installation failed."

	# remove useless .la files
	find "${D}" -name '*.la' -delete || die

	dodoc README AUTHORS ChangeLog || die
}






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

only message in thread, other threads:[~2009-12-28 20:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-28 20:58 [gentoo-commits] gentoo-x86 commit in media-gfx/pixie: pixie-2.2.6.ebuild metadata.xml ChangeLog Diego Petteno (flameeyes)

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