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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48E4A158089 for ; Tue, 24 Oct 2023 17:13:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AB442BC013; Tue, 24 Oct 2023 17:13:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 725A02BC013 for ; Tue, 24 Oct 2023 17:13:55 +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 9690F335C20 for ; Tue, 24 Oct 2023 17:13:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 165381295 for ; Tue, 24 Oct 2023 17:13:53 +0000 (UTC) From: "Sergey Torokhov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Torokhov" Message-ID: <1698167541.4b7ee6db7ae6806661033d68dff819abd542ae9a.SergeyTorokhov@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-plugins/qt-heif-image-plugin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-plugins/qt-heif-image-plugin/Manifest media-plugins/qt-heif-image-plugin/qt-heif-image-plugin-0.3.4.ebuild X-VCS-Directories: media-plugins/qt-heif-image-plugin/ X-VCS-Committer: SergeyTorokhov X-VCS-Committer-Name: Sergey Torokhov X-VCS-Revision: 4b7ee6db7ae6806661033d68dff819abd542ae9a X-VCS-Branch: dev Date: Tue, 24 Oct 2023 17:13:53 +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: df8a28ba-2384-460a-9655-afdaf6d2234a X-Archives-Hash: 8f6d2f96d360d46056620ce68e669fa1 commit: 4b7ee6db7ae6806661033d68dff819abd542ae9a Author: Sergey Torokhov yandex ru> AuthorDate: Tue Oct 24 17:12:21 2023 +0000 Commit: Sergey Torokhov yandex ru> CommitDate: Tue Oct 24 17:12:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b7ee6db media-plugins/qt-heif-image-plugin: 0.3.4 version bump Signed-off-by: Sergey Torokhov yandex.ru> media-plugins/qt-heif-image-plugin/Manifest | 1 + .../qt-heif-image-plugin-0.3.4.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/media-plugins/qt-heif-image-plugin/Manifest b/media-plugins/qt-heif-image-plugin/Manifest index d0ee8e7885..bf84023ebe 100644 --- a/media-plugins/qt-heif-image-plugin/Manifest +++ b/media-plugins/qt-heif-image-plugin/Manifest @@ -1 +1,2 @@ DIST qt-heif-image-plugin-0.3.3.tar.gz 16449 BLAKE2B f304e26ff60d0fbe840a40c3782543f9db17e7f8fd429b93b0de6663d85110cceff1b67bab996ae63cad12ee06608c74ce9c5e180f154e3df8fee2ccdcd849a9 SHA512 ba617d11e73d73dee5220b668918e313b6d856cabc1567b9221ddb2b3d35c4bfefadcd9e4485bdc7c280be104d09c3580e245d9a8f72c9fac397ebe84fe55e2f +DIST qt-heif-image-plugin-0.3.4.tar.gz 16736 BLAKE2B c2b923d543390c1c7cade8c435367bc7533066e6860e2242ea041592262d6d777e63284ba340580366f862921e7bbb53025998dd09cb3facd434a90722e57c3c SHA512 bdb2cf797d897408c31ffb4b84cd29ce5755a633ec38bbf8ce307f1ed0cc274203d11f3450450536ddc7f4ff4621f73d2c84fd7133dd00c16775f538133c03f5 diff --git a/media-plugins/qt-heif-image-plugin/qt-heif-image-plugin-0.3.4.ebuild b/media-plugins/qt-heif-image-plugin/qt-heif-image-plugin-0.3.4.ebuild new file mode 100644 index 0000000000..05e8aac816 --- /dev/null +++ b/media-plugins/qt-heif-image-plugin/qt-heif-image-plugin-0.3.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Qt plugin for HEIF images" +HOMEPAGE="https://github.com/jakar/qt-heif-image-plugin" +SRC_URI="https://github.com/jakar/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-qt/qtcore + dev-qt/qtgui + >=media-libs/libheif-1.13.0:0= +" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig"