Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 278623 Details for
Bug 373479
media-libs/lensfun - Lensfun plugin for GIMP
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
easy lensfun live ebuild
lensfun-9999.ebuild (text/plain), 1.33 KB, created by
Florian Manschwetus
on 2011-06-29 16:22:50 UTC
(
hide
)
Description:
easy lensfun live ebuild
Filename:
MIME Type:
Creator:
Florian Manschwetus
Created:
2011-06-29 16:22:50 UTC
Size:
1.33 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r1.ebuild,v 1.8 2011/06/01 19:47:11 ranger Exp $ > >EAPI=2 ># PYTHON_BDEPEND="2" > >inherit python subversion > >DESCRIPTION="lensfun: A library for rectifying and simulating photographic lens distortions" >HOMEPAGE="http://lensfun.berlios.de/" >#SRC_URI="mirror://berlios/lensfun/${P}.tar.bz2" > >LICENSE="LGPL-3" >SLOT="0" >KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86" >IUSE="debug doc" > >ESVN_REPO_URI="http://svn.berlios.de/svnroot/repos/lensfun/trunk/" > >RDEPEND=" > >=dev-libs/glib-2.0 > >=media-libs/libpng-1.0" >DEPEND="${RDEPEND} > =dev-lang/python-2* > doc? ( >=app-doc/doxygen-1.5.0 )" > >pkg_setup() { > python_set_active_version 2 >} > >src_prepare() { > # disable stripping, remove ricer CFLAGS > sed -i \ > -e 's:-s -O3 -fomit-frame-pointer -funroll-loops::g' \ > -e 's:GCC.LDFLAGS.release = -s:GCC.LDFLAGS.release =:g' \ > build/tibs/compiler/gcc.mak || die >} > >src_configure() { > local myconf="" > use debug && myconf="--mode=debug" > # econf does NOT work > ./configure --prefix=/usr --docdir="/usr/share/doc/${PF}" --vectorization= ${myconf} || die >} > >src_compile() { > emake all V=1 || die >} > >src_install() { > emake DESTDIR="${D}" install || die > # TODO remove docs if ! use doc >}
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 373479
: 278623