ChangeLog

# ChangeLog for media-gfx/aqsis
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/aqsis/ChangeLog,v 1.16 2008/08/23 10:36:27 maekke Exp $

23 Aug 2008; Markus Meier -aqsis-1.2.0-r1.ebuild:
old

*aqsis-1.4.0 (05 Aug 2008)

05 Aug 2008; Markus Meier -aqsis-1.2.0.ebuild,
-aqsis-1.3.0_p20080707.ebuild, +aqsis-1.4.0.ebuild:
version bump to 1.4.0, bug #232699; remove old

*aqsis-1.3.0_p20080707 (07 Jul 2008)

07 Jul 2008; Markus Meier
-aqsis-1.3.0_p20080627.ebuild, +aqsis-1.3.0_p20080707.ebuild:
bump to latest snapshot, this should fix bug #230171

28 Jun 2008; Markus Meier
aqsis-1.3.0_p20080627.ebuild:
use cmake-utils eclass

*aqsis-1.3.0_p20080627 (28 Jun 2008)

28 Jun 2008; Markus Meier
+aqsis-1.3.0_p20080627.ebuild:
version bump, bug #229387

*aqsis-1.2.0-r1 (14 Apr 2008)

14 Apr 2008; Markus Meier
+files/aqsis-1.2.0-gcc43.patch, +aqsis-1.2.0-r1.ebuild:
fix gcc-4.3 building by Peter Alfredsen in bug #217662

16 Jan 2008; Markus Meier -aqsis-1.0.1.ebuild,
aqsis-1.2.0.ebuild:
make repoman happy and remove old

23 Feb 2007; Luca Barbato ChangeLog:
useflag and keywords updated

*aqsis-1.2.0 (22 Feb 2007)

22 Feb 2007; Luca Barbato +aqsis-1.2.0.ebuild:
New version, thanks to Chris Foster and
Alan Jones , for the ebuild and for testing and
bugfixing as shown in bug #161800

22 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

06 Oct 2006; Michael Sterrett -aqsis-1.0.0.ebuild:
clean out old, non-modX ebuild

19 Dec 2005; Marcelo Goes -aqsis-0.9.3.ebuild,
aqsis-1.0.0.ebuild, aqsis-1.0.1.ebuild:
Remove old ebuild, remove unnecessary src_compile(), do not install
COPYING/INSTALL, use make install instead of einstall.

*aqsis-1.0.1 (14 Dec 2005)

14 Dec 2005; Luca Barbato +aqsis-1.0.1.ebuild:
New version

*aqsis-1.0.0 (20 Jan 2005)

20 Jan 2005; Luca Barbato +aqsis-1.0.0.ebuild:
New version

*aqsis-0.9.3 (13 Jan 2005)

13 Jan 2005; Luca Barbato +metadata.xml,
+aqsis-0.9.3.ebuild:
First commit

Manifest

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

AUX aqsis-1.2.0-gcc43.patch 8195 RMD160 39bcbfb17b9393e8237500100152fac1462d1d6e SHA1 0ea69ffb7e83533e478e0113e15f7463471e019a SHA256 4bb5307cf1b350b6300b9628de9e76888559a61eb77c196b9fa92bbc63f0b0c2
DIST aqsis-1.4.0.tar.gz 2586658 RMD160 e5a43b945e66f8664fbff0bd0e763075117eacb7 SHA1 aa33a939ab37b414585a68e51a664783a0aee9ea SHA256 f631e2fb1a4c7ba6d80f39e19feb5fca52418bf8e3a33655d55db61f0619fba6
EBUILD aqsis-1.4.0.ebuild 2018 RMD160 db1b1c17275987749d8720134f5615aaab3ceafd SHA1 3b33d0beb470b069107c505586bc939c6a96aa87 SHA256 ed290d811ad9d505bf0eb22eaa096ec57eacbf555f96e1523a857aac687676a7
MISC ChangeLog 2435 RMD160 202c0f0a14a26cf13eb1d7aa6a733c49962c61b1 SHA1 c0783d6904b184181eb260bebe8a7948aa7de11c SHA256 29534254cc63ead486a55404f8e9d34b82506f6494c69fda14f6b8e0aa517403
MISC metadata.xml 161 RMD160 60f70b15d67f0e6aafc59833b2f0a30e30b51765 SHA1 1c35398222ef7ed670c31965e42cca77fe4b1da6 SHA256 e8daadc5e27e3ef1148993b5b48d96e93bc36d798a1f416693f7f8c84be427e1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkiv6HwACgkQkKaRLQcq0GLsmACeI0RprNkKuf+YI77FKGmqaTuj
brEAnjkTXP3lAkmIegpj4usG9JTe9KBL
=MfcX
-----END PGP SIGNATURE-----

aqsis-1.4.0.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/aqsis/aqsis-1.4.0.ebuild,v 1.1 2008/08/05 22:23:31 maekke Exp $

EAPI="1"

inherit versionator multilib eutils cmake-utils

DESCRIPTION="Open source RenderMan-compliant 3D rendering solution"
HOMEPAGE="http://www.aqsis.org"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="+fltk openexr"

if [[ "${P}" == *_p* ]] ; then
# snapshot
_PV=($(get_version_components ${PV}))
DATE="${_PV[3]/p/}"
DATE="${DATE:0:4}-${DATE:4:2}-${DATE:6:2}"
MY_P="${PN}-$(get_version_component_range 1-3)-${DATE}"
SRC_URI="http://download.aqsis.org/builds/testing/source/tar/${MY_P}.tar.gz"
S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"
else
SRC_URI="mirror://sourceforge/aqsis/${P}.tar.gz"
fi

RDEPEND="
>=dev-libs/boost-1.34.0
>=media-libs/tiff-3.7.1
>=sys-libs/zlib-1.1.4
fltk? ( >=x11-libs/fltk-1.1.0 )
openexr? ( media-libs/openexr )"

DEPEND="
${RDEPEND}
dev-libs/libxslt
>=dev-util/cmake-2.4.6
>=sys-devel/bison-1.35
>=sys-devel/flex-2.5.4"

src_compile() {
if use fltk ; then
# hack to get fltk library/include paths
# (upstream doesn't autodetect the gentoo install path for fltk)
fltk_version="$(get_version_component_range 1-2 \
$(best_version x11-libs/fltk | sed -e 's/^x11-libs\/fltk//'))"
mycmakeargs="${mycmakeargs}
-DAQSIS_USE_FLTK:BOOL=ON
-DAQSIS_FLTK_INCLUDE_DIR:PATH=/usr/include/fltk-${fltk_version}
-DAQSIS_FLTK_LIBRARIES_DIR:PATH=/usr/$(get_libdir)/fltk-${fltk_version}"
else
mycmakeargs="${mycmakeargs} -DAQSIS_USE_FLTK:BOOL=OFF"
fi

mycmakeargs="${mycmakeargs}
-DAQSIS_BOOST_LIB_SUFFIX:STRING=-mt
-DAQSIS_USE_OPENEXR:BOOL=$(use openexr && echo ON || echo OFF)
-DAQSIS_USE_RPATH:BOOL=OFF
-DLIBDIR:STRING=$(get_libdir)
-DSYSCONFDIR:STRING=/etc
-DCMAKE_INSTALL_PREFIX:PATH=/usr"

cmake-utils_src_compile
}

src_install() {
DOCS="AUTHORS INSTALL README ReleaseNotes"
cmake-utils_src_install
}

files

metadata.xml




graphics