public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libexif/
Date: Sun, 09 Feb 2025 05:36:14 +0000 (UTC)	[thread overview]
Message-ID: <1739078570.e92acc2da13aa7787333ea3295dc415d0271d335.sam@gentoo> (raw)

commit:     e92acc2da13aa7787333ea3295dc415d0271d335
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  9 05:22:50 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 05:22:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e92acc2d

media-libs/libexif: add 0.6.25

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libexif/Manifest              |  1 +
 media-libs/libexif/libexif-0.6.25.ebuild | 57 ++++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/media-libs/libexif/Manifest b/media-libs/libexif/Manifest
index 3bed04290fc6..a684418e6bc5 100644
--- a/media-libs/libexif/Manifest
+++ b/media-libs/libexif/Manifest
@@ -1 +1,2 @@
 DIST libexif-0.6.24.tar.bz2 1992163 BLAKE2B 75d3a2b4fefd7b7706226e70d31250ef7e99eeb81a4839ddc36cc9e3180534542d8a02851f8e6fd5034bbc925a616ead8c4bfb0cce8bc5886c3ec54811914a6b SHA512 35c9e7af2c3d44a638dc6bbe8f96962d41c0f3fe4a257494f7a73baefab9aba507477175289ccf9002a66cc16ca53d5d1f44d6fef9e014b27f687ecdc58f5111
+DIST libexif-0.6.25.tar.xz 1291276 BLAKE2B 8c9aa7d6b36b7d1a7f66ad9fa62ac4eb2f708f7df9917a6563230de7642e8ae961c41439f5948aece17942f167ada40d3850a63b7bbc5833bc647a12a27a6d46 SHA512 99fc1aa468968cbf2dd69a53ec451d3524b80fb01ad3abe4188d9c295b10812f531271655475bce681558745652a8c8b977e682f240e65e4f7e97992fdbfdcd2

diff --git a/media-libs/libexif/libexif-0.6.25.ebuild b/media-libs/libexif/libexif-0.6.25.ebuild
new file mode 100644
index 000000000000..1d6d6c33cbea
--- /dev/null
+++ b/media-libs/libexif/libexif-0.6.25.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools multilib-minimal
+
+DESCRIPTION="Library for parsing, editing, and saving EXIF data"
+HOMEPAGE="https://libexif.github.io/"
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="doc nls"
+
+RDEPEND="nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	virtual/pkgconfig
+	doc? ( app-text/doxygen )
+	nls? ( sys-devel/gettext )"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-0.6.13-pkgconfig.patch
+)
+
+QA_CONFIG_IMPL_DECL_SKIP=(
+	localtime_s # bug #898318
+)
+
+src_prepare() {
+	default
+
+	# bug #390249
+	sed -i -e '/FLAGS=/s:-g::' configure.ac || die
+
+	# Previously elibtoolize for BSD
+	eautoreconf
+}
+
+multilib_src_configure() {
+	ECONF_SOURCE="${S}" econf \
+		$(multilib_native_use_enable doc docs) \
+		$(use_enable nls) \
+		--with-doc-dir="${EPREFIX}"/usr/share/doc/${PF}
+}
+
+multilib_src_install() {
+	emake DESTDIR="${D}" install
+}
+
+multilib_src_install_all() {
+	find "${ED}" -name '*.la' -delete || die
+
+	rm -f "${ED}"/usr/share/doc/${PF}/{ABOUT-NLS,COPYING} || die
+}


             reply	other threads:[~2025-02-09  5:36 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-09  5:36 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-08  5:11 [gentoo-commits] repo/gentoo:master commit in: media-libs/libexif/ Eli Schwartz
2023-01-28 19:14 Arthur Zamarin
2022-08-30 19:06 Sam James
2022-04-17 18:32 Sam James
2022-02-19 14:03 Arthur Zamarin
2022-02-19 13:37 Arthur Zamarin
2022-02-19 13:22 Jakov Smolić
2022-02-19 13:15 Jakov Smolić
2022-02-19 12:42 Arthur Zamarin
2022-02-19  9:15 Arthur Zamarin
2022-02-19  8:47 Arthur Zamarin
2021-11-26  5:19 Sam James
2021-10-17  7:15 Michał Górny
2021-10-16 22:05 Sam James
2021-10-14  3:25 Sam James
2021-10-13 20:37 Sam James
2021-10-13  6:01 Agostino Sarubbo
2021-10-13  3:23 Sam James
2021-10-13  3:23 Sam James
2021-09-12 21:29 Sam James
2021-05-26  1:01 Yixun Lan
2021-01-25 22:05 Sam James
2021-01-18 16:39 Sam James
2021-01-18 16:39 Sam James
2020-12-27  9:29 Andreas Sturmlechner
2020-12-21  8:19 Benda XU
2020-11-22 12:26 Sergei Trofimovich
2020-11-16 21:27 Sam James
2020-11-16 21:26 Sam James
2020-11-16 21:26 Sam James
2020-11-16 21:26 Sam James
2020-11-16  0:42 Sam James
2020-11-16  0:22 Sam James
2020-11-16  0:11 Sam James
2020-11-15 10:41 Sam James
2020-11-15  9:24 Sam James
2020-06-24 17:22 Sergei Trofimovich
2020-06-23 17:25 Sergei Trofimovich
2020-06-22  6:57 Agostino Sarubbo
2020-06-21 17:08 Agostino Sarubbo
2020-06-21 17:03 Agostino Sarubbo
2020-06-21 16:58 Agostino Sarubbo
2020-06-20 16:40 Mart Raudsepp
2020-06-20 13:48 Thomas Deutschmann
2020-06-17  1:11 Thomas Deutschmann
2019-05-23  3:27 Aaron Bauman
2019-03-28 15:01 Aaron Bauman
2019-03-28  9:03 Tobias Klausmann
2019-03-27 23:44 Thomas Deutschmann
2019-03-25 22:18 Sergei Trofimovich
2019-03-24 20:25 Sergei Trofimovich
2019-03-24 20:12 Sergei Trofimovich
2019-03-24 19:44 Sergei Trofimovich
2019-03-21 20:39 Markus Meier
2019-03-21  7:26 Sergei Trofimovich
2019-03-20 20:59 Agostino Sarubbo
2019-01-15 21:21 Sergei Trofimovich
2018-10-12 16:12 Mikle Kolyada
2018-10-02 10:58 Tobias Klausmann
2018-09-24 18:17 Markus Meier
2018-09-22 11:14 Sergei Trofimovich
2018-09-19 19:51 Sergei Trofimovich
2018-09-19 17:35 Thomas Deutschmann
2018-09-19  7:43 Mikle Kolyada
2018-09-18 17:15 Matt Turner
2018-09-18 17:15 Matt Turner
2018-09-18  9:23 Andreas Sturmlechner
2017-01-29 19:14 Fabian Groffen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1739078570.e92acc2da13aa7787333ea3295dc415d0271d335.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox