Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 158377 Details for
Bug 229387
media-gfx/aqsis-1.4.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for aqsis-1.4.0_beta1
aqsis-1.4.0_beta1.ebuild (text/plain), 2.30 KB, created by
Chris Foster
on 2008-06-25 13:28:34 UTC
(
hide
)
Description:
ebuild for aqsis-1.4.0_beta1
Filename:
MIME Type:
Creator:
Chris Foster
Created:
2008-06-25 13:28:34 UTC
Size:
2.30 KB
patch
obsolete
># 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.2.0-r1.ebuild,v 1.2 2008/04/15 01:54:19 mr_bones_ Exp $ > >inherit versionator multilib eutils > >DESCRIPTION="Open source RenderMan-compliant 3D rendering solution" >HOMEPAGE="http://www.aqsis.org" >#MY_P="${PN}-$(delete_version_separator 3 ${PV})" >#SRC_URI="http://download.aqsis.org/stable/source/tar/${MY_P}.tar.gz" >SRC_URI="http://download.aqsis.org/builds/testing/source/tar/aqsis-1.3.0-2008-06-24.tar.gz" > >#S="${WORKDIR}/${PN}-$(get_version_component_range 1-3 ${PV})" >S="${WORKDIR}/aqsis-1.3.0" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="nofltk openexr" > >RDEPEND=" > >=media-libs/tiff-3.7.1 > >=sys-libs/zlib-1.1.4 > !nofltk? ( >=x11-libs/fltk-1.1.0 ) > openexr? ( media-libs/openexr )" > >DEPEND=" > ${RDEPEND} > dev-libs/libxslt > >=dev-libs/boost-1.34.0 > >=sys-devel/flex-2.5.4 > >=sys-devel/bison-1.35 > >=dev-util/cmake-2.4" > >src_compile() { > > if ! use nofltk ; 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//'))" > fltk_flags=" > -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 > fltk_flags="-DAQSIS_USE_FLTK:BOOL=OFF" > fi > > if use openexr ; then > exr_flags="-DAQSIS_USE_OPENEXR:BOOL=ON" > else > exr_flags="-DAQSIS_USE_OPENEXR:BOOL=OFF" > fi > > # The aqsis build system prevents in-source builds, so we make a seperate > # directory inside ${S} to perform the build. > mkdir _build > cd _build > > cmake -DAQSIS_BOOST_LIB_SUFFIX:STRING=-mt \ > ${fltk_flags} \ > ${exr_flags} \ > -DAQSIS_USE_RPATH:BOOL=OFF \ > -DLIBDIR:STRING=$(get_libdir) \ > -DSYSCONFDIR:STRING=/etc \ > -DCMAKE_INSTALL_PREFIX:PATH=/usr \ > ${S} > > emake || die "Compilation failed" >} > >src_install() { > cd _build > emake install DESTDIR=${D} > cd .. > dodoc AUTHORS INSTALL README ReleaseNotes > # TODO: Make sure examples are installed. >} > >pkg_postinst() { > ewarn "The fltk USE flag has been changed to nofltk. this was because most" > ewarn "users want the GUI, but if you do not, be sure to change the flag." >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 229387
:
158377
|
158443