Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 552226 Details for
Bug 669264
media-gfx/cura-3.5.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
curaengine 3.5.1 ebuild
curaengine-3.5.1.ebuild (text/plain), 864 bytes, created by
qwertyqwertyq
on 2018-10-22 01:18:40 UTC
(
hide
)
Description:
curaengine 3.5.1 ebuild
Filename:
MIME Type:
Creator:
qwertyqwertyq
Created:
2018-10-22 01:18:40 UTC
Size:
864 bytes
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >inherit cmake-utils > >MY_PN="CuraEngine" > >DESCRIPTION="A 3D model slicing engine for 3D printing" >HOMEPAGE="https://github.com/Ultimaker/CuraEngine" >SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" > >LICENSE="AGPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="doc test" > >RDEPEND="${PYTHON_DEPS} > ~dev-libs/libarcus-${PV}:* > dev-libs/protobuf" >DEPEND="${RDEPEND} > doc? ( app-doc/doxygen )" > >DOCS=( README.md ) > >S="${WORKDIR}/${MY_PN}-${PV}" > >src_configure() { > local mycmakeargs=( "-DBUILD_TESTS=$(usex test ON OFF)" ) > cmake-utils_src_configure >} > >src_compile() { > cmake-utils_src_make > if use doc; then > doxygen > mv docs/html . || die > find html -name '*.md5' -or -name '*.map' -delete || die > DOCS+=( html ) > fi >}
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 669264
:
552214
|
552216
|
552218
|
552220
|
552222
|
552224
| 552226 |
552228
|
552230
|
552232