From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libexif/
Date: Wed, 17 Jun 2020 01:11:10 +0000 (UTC) [thread overview]
Message-ID: <1592355611.8e0bf10d15211a298201e01836069c5ec605bc37.whissi@gentoo> (raw)
commit: 8e0bf10d15211a298201e01836069c5ec605bc37
Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Fri May 22 05:37:15 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Jun 17 01:00:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0bf10d
media-libs/libexif: Security bump to 0.6.22
Bug: https://bugs.gentoo.org/708728
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
media-libs/libexif/Manifest | 1 +
media-libs/libexif/libexif-0.6.22.ebuild | 49 ++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/media-libs/libexif/Manifest b/media-libs/libexif/Manifest
index ef98f6409b6..01957043eef 100644
--- a/media-libs/libexif/Manifest
+++ b/media-libs/libexif/Manifest
@@ -1 +1,2 @@
DIST libexif-0.6.21.tar.bz2 1368435 BLAKE2B 151e3ddcdd45759fd70be91db27511f48a9b7d5de72c8af510e5a231e2f053f8b5d62d1269a1206e419461b07fb723788492604f1f1142edcb5ab7a0876dd307 SHA512 4e0fe2abe85d1c95b41cb3abe1f6333dc3a9eb69dba106a674a78d74a4d5b9c5a19647118fa1cc2d72b98a29853394f1519eda9e2889eb28d3be26b21c7cfc35
+DIST libexif-0.6.22.tar.gz 2741296 BLAKE2B df57aa0ff7d20faa47ea34f4d8164c33b113887bc2179405481b2c12c0d0336dc9e5321a260ffda64d974bfa9ac6af55c0cfb4cc9a57a941c17944a3d049befd SHA512 e399804c9d67072861988638349115c585546be20f15c4d26bb6f411ff4ee5bce979c1a41305c1456ecc2f830837349f93cfa4136b7a864e0486cecd3607b469
diff --git a/media-libs/libexif/libexif-0.6.22.ebuild b/media-libs/libexif/libexif-0.6.22.ebuild
new file mode 100644
index 00000000000..ae678a6c78c
--- /dev/null
+++ b/media-libs/libexif/libexif-0.6.22.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit libtool multilib-minimal
+
+DESCRIPTION="Library for parsing, editing, and saving EXIF data"
+HOMEPAGE="https://libexif.github.io/ https://github.com/libexif/libexif"
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PN}-${PV//./_}-release/${P}.tar.gz"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE="doc nls static-libs"
+
+RDEPEND="nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+ doc? ( app-doc/doxygen )
+ nls? ( sys-devel/gettext )"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.6.13-pkgconfig.patch
+)
+
+src_prepare() {
+ default
+ sed -i -e '/FLAGS=/s:-g::' configure || die #390249
+ elibtoolize # For *-bsd
+}
+
+multilib_src_configure() {
+ ECONF_SOURCE=${S} econf \
+ $(use_enable doc docs) \
+ $(use_enable nls) \
+ $(use_enable static-libs static) \
+ --with-doc-dir="${EPREFIX}"/usr/share/doc/${PF}
+}
+
+multilib_src_install() {
+ emake DESTDIR="${D}" install
+}
+
+multilib_src_install_all() {
+ find "${D}" -name '*.la' -delete || die
+ rm -f "${ED}"/usr/share/doc/${PF}/{ABOUT-NLS,COPYING} || die
+}
next reply other threads:[~2020-06-17 1:11 UTC|newest]
Thread overview: 69+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-17 1:11 Thomas Deutschmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-09 5:36 [gentoo-commits] repo/gentoo:master commit in: media-libs/libexif/ Sam James
2024-11-08 5:11 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
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=1592355611.8e0bf10d15211a298201e01836069c5ec605bc37.whissi@gentoo \
--to=whissi@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