Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 491354 Details for
Bug 629578
media-libs/lensfun-0.3.2 ebuild passes wrong/obsolete options to cmake
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
lensfun-0.3.2-r1.ebuild
lensfun-0.3.2-r1.ebuild (text/plain), 1.29 KB, created by
Alexander Miller
on 2017-09-02 01:06:49 UTC
(
hide
)
Description:
lensfun-0.3.2-r1.ebuild
Filename:
MIME Type:
Creator:
Alexander Miller
Created:
2017-09-02 01:06:49 UTC
Size:
1.29 KB
patch
obsolete
># Copyright 1999-2017 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >PYTHON_COMPAT=( python3_{4,5,6} ) > >inherit multilib python-single-r1 cmake-utils > >DESCRIPTION="lensfun: A library for rectifying and simulating photographic lens distortions" >HOMEPAGE="http://lensfun.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > >LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning. >SLOT="0" >KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" >IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test" > >RDEPEND=">=dev-libs/glib-2.40 > media-libs/libpng:0= > sys-libs/zlib:= > ${PYTHON_DEPS}" >DEPEND="${RDEPEND} > doc? ( > app-doc/doxygen > dev-python/docutils > )" > >REQUIRED_USE="${PYTHON_REQUIRED_USE}" > >DOCS=( README.md docs/mounts.txt ChangeLog ) > >src_configure() { > local mycmakeargs=( > -DCMAKE_INSTALL_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html > -DCMAKE_INSTALL_LIBDIR="${EPREFIX}"/usr/$(get_libdir) > -DSETUP_PY_INSTALL_PREFIX="${ED}"/usr > -DBUILD_LENSTOOL=ON > -DBUILD_DOC=$(usex doc ON OFF) > -DBUILD_FOR_SSE=$(usex cpu_flags_x86_sse ON OFF) > -DBUILD_FOR_SSE2=$(usex cpu_flags_x86_sse2 ON OFF) > -DBUILD_TESTS=$(usex test ON OFF) > -DBUILD_STATIC=OFF > ) > > cmake-utils_src_configure >}
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 629578
: 491354