Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 614458 Details for
Bug 708500
media-libs/libmypaint-1.6.1: stabilisation then cleanup (was: depends on python2)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild bump to 1.5.0
libmypaint-1.5.0.ebuild (text/plain), 1.41 KB, created by
vltg0903
on 2020-02-18 23:45:22 UTC
(
hide
)
Description:
Ebuild bump to 1.5.0
Filename:
MIME Type:
Creator:
vltg0903
Created:
2020-02-18 23:45:22 UTC
Size:
1.41 KB
patch
obsolete
># Copyright 1999-2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 >PYTHON_COMPAT=( python{3_6,3_7,3_8} ) > >inherit autotools python-any-r1 xdg-utils toolchain-funcs > >MY_PV=${PV/_beta/-beta.} >MY_P=${PN}-${MY_PV} > >DESCRIPTION="Library for making brushstrokes" >HOMEPAGE="https://github.com/mypaint/libmypaint" >SRC_URI="https://github.com/mypaint/libmypaint/releases/download/v${MY_PV}/${MY_P}.tar.xz" > >LICENSE="ISC" >SLOT="0/$(ver_cut 1-2)" # https://github.com/mypaint/libmypaint/wiki/Versioning >KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" >IUSE="gegl introspection nls openmp" > >CDEPEND=" > dev-libs/glib:2 > dev-libs/json-c:= > gegl? ( > media-libs/babl > >=media-libs/gegl-0.4.14:0.4[introspection?] > ) > introspection? ( >=dev-libs/gobject-introspection-1.32 ) > openmp? ( sys-devel/gcc:*[openmp] ) > nls? ( sys-devel/gettext ) > " >DEPEND="${CDEPEND} > ${PYTHON_DEPS} > nls? ( dev-util/intltool ) > " >RDEPEND="${CDEPEND} > !<media-gfx/mypaint-1.2.1 > " > >S="${WORKDIR}"/${MY_P} > >src_prepare() { > xdg_environment_reset > default > eautoreconf >} > >src_configure() { > tc-ld-disable-gold # bug 589266 > econf \ > --disable-debug \ > --disable-docs \ > $(use_enable gegl) \ > --disable-gperftools \ > $(use_enable nls i18n) \ > $(use_enable introspection) \ > $(use_enable openmp) \ > --disable-profiling >} > >src_install() { > default > find "${D}" -name '*.la' -type f -delete || die >}
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 708500
: 614458