From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2980B138351 for ; Wed, 26 Feb 2020 11:49:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C9BEE0907; Wed, 26 Feb 2020 11:49:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FA83E0907 for ; Wed, 26 Feb 2020 11:49:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A4B3B34F36F for ; Wed, 26 Feb 2020 11:49:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DB46158 for ; Wed, 26 Feb 2020 11:49:27 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1582717741.57977e0d23776701bf3cb920cc4885f15d57179c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libiptcdata/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libiptcdata/Manifest media-libs/libiptcdata/libiptcdata-1.0.5.ebuild media-libs/libiptcdata/metadata.xml X-VCS-Directories: media-libs/libiptcdata/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 57977e0d23776701bf3cb920cc4885f15d57179c X-VCS-Branch: master Date: Wed, 26 Feb 2020 11:49:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cbb98d32-6e96-4928-97b9-4da391ec4adc X-Archives-Hash: 6dbdb3071900594f6339a7a0a7b4a580 commit: 57977e0d23776701bf3cb920cc4885f15d57179c Author: Francesco Riosa gmail com> AuthorDate: Tue Feb 11 16:37:30 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 26 11:49:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57977e0d media-libs/libiptcdata: 1.0.5 version bump This version is ABI and API compatible (no code change) to version 1.0.4. However build system has been updated and it's now possible to use python 3 Closes: https://bugs.gentoo.org/708706 Signed-off-by: Francesco Riosa gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14626 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libiptcdata/Manifest | 1 + media-libs/libiptcdata/libiptcdata-1.0.5.ebuild | 47 +++++++++++++++++++++++++ media-libs/libiptcdata/metadata.xml | 9 ++++- 3 files changed, 56 insertions(+), 1 deletion(-) diff --git a/media-libs/libiptcdata/Manifest b/media-libs/libiptcdata/Manifest index 54428519730..82ef7d2f682 100644 --- a/media-libs/libiptcdata/Manifest +++ b/media-libs/libiptcdata/Manifest @@ -1 +1,2 @@ DIST libiptcdata-1.0.4.tar.gz 569132 BLAKE2B acfac5b4f5945f38da47a5280b92939089f2efa8e4ceae9ad00d9d21c7f062445f63c74d61493e711102789edb8c98ffe49083635f67e836a87c32e1127371e5 SHA512 8656b2febaec133d1a8783252047672bebd58ae9ceab5477c4acfa35bcc381dfda08b655a957b962878af28c69deff77d920e780c84b4debdff2f980b3de94e8 +DIST libiptcdata-1.0.5.tar.gz 593779 BLAKE2B 7e5226a289fed5c2f4b662efaa693a8b38e95ac34bc1365af05d1af649be876d3e5b58fecea4818255879bd7518aa482cb623540601fb3c8065acd428439a29c SHA512 64ef44b1e639890004f31d5d42844ba25ed558f0a118f1dad9bc3f4dcad2457e51b825a13df849659b0e15afc78f528f330b03be94cdf156bd95b62dc419494a diff --git a/media-libs/libiptcdata/libiptcdata-1.0.5.ebuild b/media-libs/libiptcdata/libiptcdata-1.0.5.ebuild new file mode 100644 index 00000000000..e83c9fc1c5b --- /dev/null +++ b/media-libs/libiptcdata/libiptcdata-1.0.5.ebuild @@ -0,0 +1,47 @@ +# 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 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}" +BDEPEND="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 () { + local myeconfargs=( $(use_enable nls) + $(use_enable python) + $(use_enable doc gtk-doc) ) + econf "${myeconfargs[@]}" +} + +src_install () { + default + + if use examples; then + dodoc python/README + dodoc -r python/examples + fi + + find "${D}" -name '*.la' -delete || die "failed to remove *.la files" +} diff --git a/media-libs/libiptcdata/metadata.xml b/media-libs/libiptcdata/metadata.xml index ddce428cece..e578bbc2440 100644 --- a/media-libs/libiptcdata/metadata.xml +++ b/media-libs/libiptcdata/metadata.xml @@ -1,7 +1,14 @@ - + + vivo75@gmail.com + Francesco Riosa + + + proxy-maint@gentoo.org + Proxy Maintainers + libiptcdata is a library, written in C, for manipulating the International Press Telecommunications Council (IPTC) metadata stored