Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 613276 Details for
Bug 708706
media-libs/libiptcdata-1.0.5 version bump and python3 support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
libiptcdata-1.0.5.ebuild
libiptcdata-1.0.5.ebuild (text/plain), 1.18 KB, created by
Francesco Riosa
on 2020-02-11 11:30:15 UTC
(
hide
)
Description:
libiptcdata-1.0.5.ebuild
Filename:
MIME Type:
Creator:
Francesco Riosa
Created:
2020-02-11 11:30:15 UTC
Size:
1.18 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_7,3_8} ) > >inherit eutils python-single-r1 > >DESCRIPTION="library for International Press Telecommunications Council (IPTC) metadata" >HOMEPAGE="https://github.com/ianw/libiptcdata http://libiptcdata.sourceforge.net" >SRC_URI="https://github.com/ianw/${PN}/releases/download/release_1_0_5/${P}.tar.gz" > >LICENSE="LGPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" >IUSE="doc examples nls python" > >RDEPEND="python? ( ${PYTHON_DEPS} ) > nls? ( virtual/libintl )" >DEPEND="${RDEPEND} > nls? ( >=sys-devel/gettext-0.13.1 ) > doc? ( >=dev-util/gtk-doc-1 )" > >REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" > >pkg_setup() { > use python && python-single-r1_pkg_setup >} > >src_configure () { > econf \ > $(use_enable nls) \ > $(use_enable python) \ > $(use_enable doc gtk-doc) >} > >src_install () { > emake DESTDIR="${D}" install > dodoc AUTHORS ChangeLog NEWS README TODO > > if use examples; then > insinto /usr/share/doc/${PF}/python > doins python/README > doins -r python/examples > fi > > find "${D}" -name '*.la' -delete || die "failed to remove *.la files" >}
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 708706
: 613276