From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/
Date: Fri, 8 Nov 2024 18:16:32 +0000 (UTC) [thread overview]
Message-ID: <1731089766.7848a164f5dc4b6e8822581c7109e49fd907378d.pacho@gentoo> (raw)
commit: 7848a164f5dc4b6e8822581c7109e49fd907378d
Author: Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Wed Oct 30 20:07:27 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Nov 8 18:16:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7848a164
media-gfx/shotwell: Bump to 0.32.10
Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39162
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
media-gfx/shotwell/Manifest | 1 +
media-gfx/shotwell/shotwell-0.32.10.ebuild | 92 ++++++++++++++++++++++++++++++
2 files changed, 93 insertions(+)
diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 327114fa4557..222a967b2e1d 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,3 +1,4 @@
+DIST shotwell-0.32.10.tar.xz 35339616 BLAKE2B b68c755605df75ce5edd82d042690fc09236996e030973331a2fc8ecbf078e6c2ffd48d46bfd0a74783cd7fc7ced035a7ba685c2fdf488394ead850b717a2ff5 SHA512 adb670417a698d53f5fd865b70cd394be2779d9ada4a1bbcc3c1af67cd7e39ca79a303beec447156bd902dc415ceaa14205544505489abc0027464ab01029304
DIST shotwell-0.32.4.tar.xz 35335296 BLAKE2B 32be135643f165f32f315c332a4f0b34cd724285e7239eadbb250253b27ce97fb15d314f68a5392d88224a0b97f7f6ef8789c1f6c40051c26a25b9012e860b90 SHA512 516ab26d6620429175097886a1874d2eaf0513f6ef732bef5ee07ef8cd200028b34d98f4eb09b47a621f5313de42a5f415185d76853de478e0b5e0c4e89eea69
DIST shotwell-0.32.7.tar.xz 35339216 BLAKE2B db87ee9c161f57dad638b47c37fb2737c95645e987e2bab81697895d9a28f14ab22b4669f218ea0baadfc0e1115f45fb9b094f546299083d83d2486fa1c15f98 SHA512 3cb9c9f2981ead8410f42680f6b4976d3b2efcfe7ded4d5217d28ebb8e5c968062a004ad3353affa13e94d996208ebf26c01f4beaf03a2ef6a1bc43960488d14
DIST shotwell-0.32.9.tar.xz 35341312 BLAKE2B 81229b088c18b73e7039d8c1e644d0280988d888af798a8f8560a83ef24138772561609cbf9d502b07dfc1bb7f0acafe1b829af7a6213bbca623dd67f0893229 SHA512 9fc4027271c0d31660aa0579a3369ad25d87454efa5fb95a17a85e962232e0e35f28ab9e2fa63aef5aa9b89d895c7a97d3edffdd862bbaa5af29d1325a19a2d0
diff --git a/media-gfx/shotwell/shotwell-0.32.10.ebuild b/media-gfx/shotwell/shotwell-0.32.10.ebuild
new file mode 100644
index 000000000000..1cbc27d4c8ad
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.32.10.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson optfeature vala xdg
+
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/shotwell"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~sparc ~x86"
+IUSE="opencv udev"
+
+DEPEND="
+ >=x11-libs/gtk+-3.22.0:3
+ >=dev-libs/glib-2.40.0:2
+ >=dev-libs/libgee-0.8.5:0.8=
+ >=net-libs/webkit-gtk-2.26:4.1
+ net-libs/libsoup:3.0
+ >=dev-libs/json-glib-0.7.6
+ >=dev-libs/libxml2-2.6.32:2
+ x11-libs/gdk-pixbuf:2
+ >=dev-db/sqlite-3.5.9:3
+ >=media-libs/gstreamer-1.20:1.0
+ >=media-libs/gst-plugins-base-1.20:1.0
+ >=media-libs/libgphoto2-2.5:=
+ udev? ( >=dev-libs/libgudev-145:= )
+ >=media-libs/gexiv2-0.12.3
+ >=media-libs/libraw-0.13.2:=
+ >=media-libs/libexif-0.6.16
+ app-crypt/libsecret
+ >=dev-libs/libportal-0.5:=[gtk,vala]
+ media-libs/libwebp:=
+
+ >=app-crypt/gcr-3:0=[gtk]
+ x11-libs/cairo
+ opencv? ( >=media-libs/opencv-4.0.0:= )
+"
+RDEPEND="${DEPEND}
+ media-plugins/gst-plugins-gdkpixbuf:1.0
+ media-plugins/gst-plugins-meta:1.0
+"
+BDEPEND="
+ $(vala_depend)
+ dev-libs/appstream-glib
+ dev-libs/glib
+ dev-util/gdbus-codegen
+ dev-util/itstool
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+ net-libs/libsoup:3.0[vala]
+ media-libs/gexiv2[vala]
+ app-crypt/gcr:0[vala]
+"
+
+src_prepare() {
+ default
+ vala_setup
+ xdg_environment_reset
+}
+
+src_configure() {
+ local emesonargs=(
+ -Dunity_support=false
+ # -Dpublishers # In 0.30.2 all get compiled in anyways, even if restricted list, affects only runtime support
+ #trace
+ #measure
+ -Ddupe_detection=true
+ $(meson_use udev)
+ -Dinstall_apport_hook=false
+ $(meson_use opencv face_detection)
+ -Dfatal_warnings=false
+ )
+ meson_src_configure
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+
+ optfeature "Enable support for the AVIF format" media-libs/libavif[gdk-pixbuf]
+ optfeature "Enable support for the HEIF format" media-libs/libheif[gdk-pixbuf]
+ optfeature "Enable support for the JPEG format" x11-libs/gdk-pixbuf[jpeg]
+ optfeature "Enable support for the TIFF format" x11-libs/gdk-pixbuf[tiff]
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
next reply other threads:[~2024-11-08 18:16 UTC|newest]
Thread overview: 126+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-08 18:16 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-20 20:37 [gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/ Arthur Zamarin
2024-11-08 18:16 Pacho Ramos
2024-10-17 11:56 Pacho Ramos
2024-10-17 11:56 Pacho Ramos
2024-07-16 8:41 Pacho Ramos
2024-07-16 8:41 Pacho Ramos
2024-03-02 22:33 Mart Raudsepp
2024-02-18 6:09 Arthur Zamarin
2024-01-08 7:03 Sam James
2023-12-18 10:19 Pacho Ramos
2023-11-24 12:37 Pacho Ramos
2023-08-30 7:57 Arthur Zamarin
2023-07-22 17:56 Matt Turner
2023-06-19 15:30 Matt Turner
2023-06-17 17:17 Arthur Zamarin
2023-06-03 18:01 Arthur Zamarin
2023-06-03 2:23 Sam James
2023-05-22 14:49 Matt Turner
2023-05-10 14:46 Matt Turner
2023-05-02 19:03 Arthur Zamarin
2023-05-02 18:52 Arthur Zamarin
2023-05-02 18:44 Arthur Zamarin
2023-04-23 1:41 Matt Turner
2023-03-05 20:33 Matt Turner
2022-11-23 17:52 Jakov Smolić
2022-11-07 7:26 Sam James
2022-11-05 5:59 Arthur Zamarin
2022-10-31 2:56 Matt Turner
2022-10-01 17:16 Matt Turner
2022-09-27 0:20 Matt Turner
2022-07-29 2:59 Sam James
2022-06-07 10:06 Florian Schmaus
2022-05-28 5:45 Sam James
2022-05-28 1:27 Sam James
2022-05-28 1:20 Sam James
2022-05-18 16:27 Matt Turner
2022-04-05 16:03 Nicolas Bock
2022-04-03 19:16 Matt Turner
2022-02-08 4:45 Sam James
2021-12-17 17:50 Mart Raudsepp
2021-12-08 10:14 Yixun Lan
2021-11-06 4:09 Sam James
2021-10-04 1:25 Sam James
2021-08-19 3:01 Matt Turner
2021-07-26 7:15 Matt Turner
2021-07-10 15:40 Sam James
2021-05-25 18:51 Matt Turner
2021-04-13 16:12 Matt Turner
2021-04-01 16:44 Thomas Deutschmann
2021-03-12 8:01 Mikle Kolyada
2020-11-08 10:17 Mart Raudsepp
2020-11-07 15:23 Mart Raudsepp
2020-08-30 18:09 Sam James
2020-08-30 15:17 Thomas Deutschmann
2020-08-22 9:40 Mart Raudsepp
2020-07-04 15:07 Mart Raudsepp
2020-06-29 15:42 Mikle Kolyada
2020-06-28 14:19 Thomas Deutschmann
2020-05-17 16:50 Mart Raudsepp
2020-04-14 10:49 Mart Raudsepp
2020-04-14 9:49 Mart Raudsepp
2020-04-11 9:11 Mart Raudsepp
2020-01-28 9:39 Mart Raudsepp
2020-01-27 9:45 Mikle Kolyada
2020-01-26 22:39 Thomas Deutschmann
2020-01-04 9:36 Mart Raudsepp
2019-12-23 22:02 Mart Raudsepp
2019-08-23 19:33 Mart Raudsepp
2019-08-22 18:11 Mart Raudsepp
2019-08-22 18:11 Mart Raudsepp
2019-08-04 22:35 Aaron Bauman
2019-07-28 6:42 Mart Raudsepp
2019-05-18 22:08 Mart Raudsepp
2019-03-17 9:16 Mart Raudsepp
2019-03-06 19:36 Mart Raudsepp
2018-12-02 17:27 Mart Raudsepp
2018-06-27 22:20 Nicolas Bock
2018-06-27 22:20 Nicolas Bock
2018-06-27 22:20 Nicolas Bock
2018-06-26 20:07 Nicolas Bock
2018-05-22 21:55 Nicolas Bock
2018-05-16 12:22 Agostino Sarubbo
2018-05-15 1:46 Thomas Deutschmann
2018-05-08 19:29 Nicolas Bock
2018-04-25 12:30 Nicolas Bock
2018-04-25 12:30 Nicolas Bock
2018-04-25 12:30 Nicolas Bock
2018-04-24 18:11 Nicolas Bock
2018-04-13 11:13 Nicolas Bock
2018-02-22 12:04 Agostino Sarubbo
2018-02-13 20:11 Thomas Deutschmann
2018-02-06 11:03 Nicolas Bock
2018-01-09 22:50 Nicolas Bock
2017-12-24 14:35 Nicolas Bock
2017-11-10 20:29 Nicolas Bock
2017-10-24 12:41 Nicolas Bock
2017-10-04 11:43 Nicolas Bock
2017-08-11 11:21 Nicolas Bock
2017-07-16 7:54 Nicolas Bock
2017-06-02 1:28 Nicolas Bock
2017-06-01 20:02 Nicolas Bock
2017-05-20 12:18 Nicolas Bock
2017-04-27 22:08 Mart Raudsepp
2017-04-23 21:23 Agostino Sarubbo
2017-04-12 0:30 Mart Raudsepp
2017-02-15 20:38 Mart Raudsepp
2017-01-04 22:37 Gilles Dartiguelongue
2017-01-04 22:37 Gilles Dartiguelongue
2016-11-12 12:23 Gilles Dartiguelongue
2016-11-09 23:27 Gilles Dartiguelongue
2016-11-09 23:27 Gilles Dartiguelongue
2016-10-31 9:51 Pacho Ramos
2016-10-08 9:51 Pacho Ramos
2016-10-08 9:51 Pacho Ramos
2016-09-17 13:32 Pacho Ramos
2016-09-17 13:32 Pacho Ramos
2016-07-30 10:50 Pacho Ramos
2016-07-02 17:12 Pacho Ramos
2016-05-28 15:49 Pacho Ramos
2016-05-28 15:49 Pacho Ramos
2016-02-01 21:05 Pacho Ramos
2015-10-12 14:30 Justin Lecher
2015-10-11 7:05 Justin Lecher
2015-10-10 14:15 Justin Lecher
2015-10-10 11:17 Justin Lecher
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=1731089766.7848a164f5dc4b6e8822581c7109e49fd907378d.pacho@gentoo \
--to=pacho@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