ChangeLog

# ChangeLog for media-gfx/giram
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/giram/ChangeLog,v 1.9 2006/12/10 03:30:54 vanquirius Exp $

10 Dec 2006; Marcelo Goes
-files/giram-0.3.4-fbsd.patch, +files/giram-0.3.5-tool_disc.diff,
-giram-0.3.4.ebuild, giram-0.3.5.ebuild:
Add patch to change static int DiscWithHoleFlag to int DiscWithHoleFlag in
tool_disc.c, allowing giram to compile with gcc-4.1.1. Fixes bug 154273,
reported by Andrey Grozin . Also, removing old
ebuild.

15 Dec 2005; Marcelo Goes -giram-0.3.3.ebuild,
giram-0.3.5.ebuild:
Remove old ebuild, mark 0.3.5 x86 stable.

19 Aug 2005; Marcelo Goes giram-0.3.5.ebuild:
Use elibtoolize to avoid warning messages regarding libtool.

*giram-0.3.5 (13 Aug 2005)

13 Aug 2005; Marcelo Goes
+files/giram-0.3.4-fbsd.patch, +files/giram-0.3.5-fbsd.patch,
giram-0.3.4.ebuild, +giram-0.3.5.ebuild:
0.3.5 version bump, using patches from FreeBSD. Also backported patches to
0.3.4. Should fix bug 49829. Thanks to Andre Hinrichs
and others for reporting.

18 Nov 2003; Brandy Westcott brandy@gentoo.org giram-0.3.4.ebuild:
Fixed povfront segfaulting if no config file existed.

*giram-0.3.4 (17 Oct 2002)

17 Oct 2002; Ryan Phillips giram-0.3.4.ebuild :

version bump

*giram-0.3.3 (23 July 2002)

23 Jyly 2002; Thomas Otvald Jensen ChangeLog :

Initial release...

This is my very first ebuild package, so please be gentle if something
obvious-for-the-expert-guru is missing.

I have added two additional "USE" flags for building: 'bishop3d' and 'vik'.
I don't think anyone will need it, but it's there!

Manifest

AUX giram-0.3.5-fbsd.patch 5157 RMD160 481015500dbb08a0ddda8816208c23702e06f8ef SHA1 e66e98f6c652aa20a90827f8eaedb6ad175a3317 SHA256 cf8db868540d0d206d35193bd30335fef7c0ed35cab4d83926b19de24a81d12f
AUX giram-0.3.5-tool_disc.diff 319 RMD160 2823cb11642634b54f61a6837fcd380090b61f75 SHA1 ee10fd43a8e1976495248baed780addb6efa530e SHA256 0e948f39f263ee5ab7697d4e8ec8346af77e843670be9187c7091cc93c962208
DIST giram-0.3.5.tar.gz 1028404 RMD160 4535ff962ceb68f774e2d8b3176dac9dd9eceed1 SHA1 f8ecdd1a954315cb9e1356af3b8a3b20fb9f9b41 SHA256 8dc6edddb1437476626f9c1ae5e308ea10e5e5d064e441a310b32df763daddd8
EBUILD giram-0.3.5.ebuild 1299 RMD160 e46d4fe9d26bf3a2b080c6863d7f2ab080295c95 SHA1 057f5833bdd0c161a42831cccd7eca34ac310604 SHA256 e0bb6e020f01108a00b395118db5ff74bba78d091b931647bb55be5022a65c31
MISC ChangeLog 1872 RMD160 f8df8a9bedfb9532bf76778e2a5b310e0fff8e2f SHA1 24535b11a200b36490ae91cca8e2d6dd0b0d0c71 SHA256 06c19c34f42e65a60ae76d407880f51fa80a02309e6d39624a3b0ff8efc47c67
MISC metadata.xml 161 RMD160 60f70b15d67f0e6aafc59833b2f0a30e30b51765 SHA1 1c35398222ef7ed670c31965e42cca77fe4b1da6 SHA256 e8daadc5e27e3ef1148993b5b48d96e93bc36d798a1f416693f7f8c84be427e1

files

giram-0.3.5.ebuild

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/giram/giram-0.3.5.ebuild,v 1.4 2006/12/10 03:30:54 vanquirius Exp $

inherit eutils libtool

DESCRIPTION="Giram (Giram is really a modeller). A 3d modeller for POV-ray"
HOMEPAGE="http://www.giram.org"
SRC_URI="http://www.giram.org/downloads/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""

RDEPEND=">=x11-libs/gtk+-2.0.0
>=dev-libs/glib-2.0.0
media-gfx/povray"

DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0"

src_unpack() {
unpack ${A}
epatch "${FILESDIR}"/${P}-fbsd.patch
# bug 154273
epatch "${FILESDIR}"/${PN}-0.3.5-tool_disc.diff
cd "${S}"/povfront
sed -i -e "s:strlen (g_config_file_to_parse) == 0:g_config_file_to_parse == NULL:" povfront.c
cd "${S}"; elibtoolize
}

src_compile() {
./configure \
--host=${CHOST} \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--with-tutorial-path=/usr/share/doc/${PF} \
--enable-bishop-s3d --enable-vik-specials || die "./configure failed"
emake || die
}

src_install () {
make DESTDIR="${D}" install || die
dodoc AUTHORS BUGS ANNOUNCE CONTRIBUTORS ChangeLog HACKING IDEAS NEWS README TODO
}

metadata.xml




graphics