Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 249595 Details for
Bug 339761
media-gfx/lightzone-4.0 - Open-source digital darkroom software
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
lightzone-3.9 (new package)
lightzone-3.9.ebuild (text/plain), 1.30 KB, created by
Sergey Zolotorev
on 2010-10-04 21:18:14 UTC
(
hide
)
Description:
lightzone-3.9 (new package)
Filename:
MIME Type:
Creator:
Sergey Zolotorev
Created:
2010-10-04 21:18:14 UTC
Size:
1.30 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >EAPI=3 > >DESCRIPTION="Photo editing for professional photographers who like things made simple" >HOMEPAGE="http://www.lightcrafts.com/lightzone/" >MY_PN="${PN/lightzone/LightZone}" >SRC_URI="http://www.lightcrafts.com/SWdownloads/${MY_PN}-${PV}.tar.gz" > >LICENSE="lightcrafts" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >S="${WORKDIR}/${MY_PN}" > >DEPEND="virtual/libc" >RDEPEND="${DEPEND}" > >RESTRICT="strip" > >src_unpack() { > unpack ${A} > > cd ${S} || die > > # Reset 'firstrun' flag > rm .install4j/firstrun || die > > # Unpack jars > cd jre > jar_files="lib/rt.jar lib/charsets.jar lib/plugin.jar lib/deploy.jar lib/ext/localedata.jar lib/jsse.jar" > for jar_file in ${jar_files} ; do > if [ -f "${jar_file}.pack" ]; then > bin/unpack200 -r ${jar_file}.pack ${jar_file} || die "Error unpacking jar file" > fi > done > cd - || die > > # Replace LightZone.log path > sed -i 's/"$prg_dir\/LightZone.log"/\/var\/log\/lightzone.log/g' LightZone || die >} > >src_install() { > dodir /opt/${MY_PN} # use ${MY_PN} to avoid warning > mv ${S} ${D}/opt || die > > doicon LightZone_32.png > make_wrapper lightzone /opt/${MY_PN}/LightZone > make_desktop_entry lightzone "LightZone" LightZone_32 "Graphics;2DGraphics;RasterGraphics" >}
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 339761
:
249595
|
249669
|
255537