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 C525313997D for ; Fri, 15 Nov 2019 02:33:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DDE5E0885; Fri, 15 Nov 2019 02:33:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D34A9E087C for ; Fri, 15 Nov 2019 02:33:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3F57634CE5D for ; Fri, 15 Nov 2019 02:33:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3A128B4 for ; Fri, 15 Nov 2019 02:32:59 +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: <1573785155.c8f12cd13a63a27485eafc9b511cba9b3f375ae2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libexif-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libexif-gtk/Manifest media-libs/libexif-gtk/libexif-gtk-0.4.0.ebuild X-VCS-Directories: media-libs/libexif-gtk/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c8f12cd13a63a27485eafc9b511cba9b3f375ae2 X-VCS-Branch: master Date: Fri, 15 Nov 2019 02:32:59 +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: 6af63717-a1a7-4e74-8233-4f5c32a9415b X-Archives-Hash: e240d7fdbd3c7d58208cf5a3b1c41391 commit: c8f12cd13a63a27485eafc9b511cba9b3f375ae2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 15 02:21:12 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 15 02:32:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f12cd1 media-libs/libexif-gtk: 0.4.0 version bump Closes: https://bugs.gentoo.org/507760 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libexif-gtk/Manifest | 1 + media-libs/libexif-gtk/libexif-gtk-0.4.0.ebuild | 49 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/media-libs/libexif-gtk/Manifest b/media-libs/libexif-gtk/Manifest index 9c44ebc474b..3531d9c9898 100644 --- a/media-libs/libexif-gtk/Manifest +++ b/media-libs/libexif-gtk/Manifest @@ -1 +1,2 @@ DIST libexif-gtk-0.3.5.tar.gz 396534 BLAKE2B 7ec81dee28893e42a80541b8d3c4129375c9fad2fa8c0a2c2b416eaebb0885d82cde51c2a7844b541c9c55e0f7d16380befcaee83fd0782e37a03289c76fc0c3 SHA512 c4df800f7bcc04fb27638ba56d8bda3ea27afadc94fae792a59673cef867f29976376f1ca00da899a7b2176ddb6f3e53bfe770a86171428cebe68bd413861baf +DIST libexif-gtk-0.4.0.tar.gz 452303 BLAKE2B 3058d2b4c2b383569eb84af00102029300bb7d3afe05891201b29f60c314339b662ac3b0d5155457a3a255c370ed0141b4e9d394d9575fdcbbcb832c05ca3ef3 SHA512 32b85e3fd5c712c266a869ce54edcfc9e9e013ffcc35e71166304af9950fa3d6d6b1d3540aab3358e621ec95f929cd260b5e2aa4789aa238644bc9a9a0bc41bd diff --git a/media-libs/libexif-gtk/libexif-gtk-0.4.0.ebuild b/media-libs/libexif-gtk/libexif-gtk-0.4.0.ebuild new file mode 100644 index 00000000000..82267ea7fee --- /dev/null +++ b/media-libs/libexif-gtk/libexif-gtk-0.4.0.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="GTK+ frontend to the libexif library (parsing, editing, and saving EXIF data)" +HOMEPAGE="https://libexif.github.io/" +SRC_URI="mirror://sourceforge/libexif/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +IUSE="nls static-libs" + +BDEPEND=" + virtual/pkgconfig +" +RDEPEND=" + >=media-libs/libexif-0.6.12 + x11-libs/gtk+:3 +" +DEPEND="${RDEPEND}" + +DOCS=( ChangeLog NEWS README ) + +PATCHES=( + "${FILESDIR}"/${PN}-0.3.5-confcheck.patch + "${FILESDIR}"/${PN}-0.3.5-gtk212.patch +) +src_prepare() { + default + AT_M4DIR="m4" eautoreconf +} + +src_configure() { + local myeconfargs=( + --with-gtk3 + $(use_enable static-libs static) + $(use_enable nls) + ) + econf "${myeconfargs[@]}" +} + +src_install() { + default + find "${D}" -name '*.la' -type f -delete || die +}