Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 121226 Details for
Bug 174727
media-gfx/sunflow (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Sunflow ebuild for version 0.07.2
sunflow-0.07.2.ebuild (text/plain), 2.34 KB, created by
Philipp Hagemeister
on 2007-06-05 10:36:31 UTC
(
hide
)
Description:
Sunflow ebuild for version 0.07.2
Filename:
MIME Type:
Creator:
Philipp Hagemeister
Created:
2007-06-05 10:36:31 UTC
Size:
2.34 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >JAVA_PKG_IUSE="doc source" > >inherit eutils java-pkg-2 java-ant-2 > >IUSE="blender doc examples gnome source" ># blender: Install blender exporter. ># doc: Install javadoc (plus README to the doc directory) ># examples: Install examples. Because they aren't always released with a sunflow version, they can be found at media-gfx/sunflow-examples. ># Not setting this flag means we need to patch the ant buildfile. ># gnome: calls GNOME reinitialization after installation/uninstallation ># source: Install a zip file of the source. This can be used for linking to code in an IDE. > >DESCRIPTION="A rendering system written in Java" >HOMEPAGE="http://sunflow.sf.net/" >SRC_URI="mirror://sourceforge/sunflow/sunflow-src-v${PV}.zip" > >SLOT="0" >LICENSE="MIT" >KEYWORDS="~amd64 ~ppc ~x86" > ># As the server VM is strongely suggested (and Sunflow warns if it finds the client VM), require the JDK to run. >RDEPEND=">=virtual/jdk-1.5 > dev-java/janino > blender? ( media-gfx/blender ) > examples? ( examples? ( || (media-gfx/sunflow-examples media-gfx/sunflow-examples-svn) ) ) > !media-gfx/sunflow-svn" > >DEPEND="${RDEPEND} > app-arch/unzip" > >S=${WORKDIR}/${PN} > >src_unpack() { > unpack "${A}" > cd "${S}" || die > > if use examples; then > # Copy from already installed examples > cp -r "/usr/share/${PN}/examples" . || die > else > # Fix build.xml > epatch "${FILESDIR}/build-noexamples.patch" || die > fi >} > >src_compile() { > eant || die >} > >src_install() { > dodir "/usr/share/sunflow" > > java-pkg_jarinto "/usr/share/sunflow" > java-pkg_newjar "${S}/release/sunflow.jar" > > java-pkg_jarfrom --into "${D}/usr/share/sunflow" "janino" || die > java-pkg_dolauncher "sunflow" "sunflow.jar" "sunflow.jar" --java_args "-Xmx2G -server" || die > > if use blender; then > insinto "/usr/share/blender/scripts" > doins "${S}/exporters/blender/sunflow_export.py" || die > fi > > insinto "/usr/share/pixmaps" > doins "${FILESDIR}/sunflow.svg" > doins "${FILESDIR}/sunflow.png" > insinto "/usr/share/applications" > doins "${FILESDIR}/sunflow.desktop" > > doman "${FILESDIR}/sunflow.1" > > if use doc; then > dodoc "${S}/README" > > java-pkg_dojavadoc "${S}/release/javadoc" > fi > > use source && java-pkg_dosrc "${S}/src/*" >} > > >pkg_postinst() { > use gnome && gnome2_pkg_postinst >} > >pkg_postrm() { > use gnome && gnome2_pkg_postrm >}
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 174727
:
116352
|
116353
|
116355
|
116356
|
116357
|
116682
|
116683
|
116684
|
116686
|
117837
|
117847
|
117849
|
121088
|
121090
|
121092
|
121225
| 121226 |
121228
|
121230
|
121232
|
121234
|
121235
|
121236
|
121238
|
121240
|
121243
|
121730