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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5328A15806E for ; Mon, 22 May 2023 14:49:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57C84E0A45; Mon, 22 May 2023 14:49:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 384B8E0A45 for ; Mon, 22 May 2023 14:49:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32745340C3C for ; Mon, 22 May 2023 14:49:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91A10A67 for ; Mon, 22 May 2023 14:49:09 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1684766946.db14834cf07ac373b983e5880f9dbf299d27e2f5.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/shotwell/shotwell-0.32.1.ebuild X-VCS-Directories: media-gfx/shotwell/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: db14834cf07ac373b983e5880f9dbf299d27e2f5 X-VCS-Branch: master Date: Mon, 22 May 2023 14:49:09 +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: 1524378b-9798-4005-85d1-10bd274388ac X-Archives-Hash: 5d8ce54061804f6d0ed924685ae528a3 commit: db14834cf07ac373b983e5880f9dbf299d27e2f5 Author: Cristian Othón Martínez Vera cfuga mx> AuthorDate: Thu May 18 22:41:23 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon May 22 14:49:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db14834c media-gfx/shotwell: suggest gdk-pixbuf loaders for supported file types Signed-off-by: Cristian Othón Martínez Vera cfuga.mx> Closes: https://github.com/gentoo/gentoo/pull/31088 Signed-off-by: Matt Turner gentoo.org> media-gfx/shotwell/shotwell-0.32.1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/media-gfx/shotwell/shotwell-0.32.1.ebuild b/media-gfx/shotwell/shotwell-0.32.1.ebuild index 5be584be1de2..63235d2bfa5c 100644 --- a/media-gfx/shotwell/shotwell-0.32.1.ebuild +++ b/media-gfx/shotwell/shotwell-0.32.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit gnome.org gnome2-utils meson vala xdg +inherit gnome.org gnome2-utils meson optfeature vala xdg DESCRIPTION="Open source photo manager for GNOME" HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell" @@ -79,6 +79,11 @@ 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() {