public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: media-plugins/qt-heif-image-plugin/
@ 2020-05-17 14:44 Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2020-05-17 14:44 UTC (permalink / raw
  To: gentoo-commits

commit:     e3317753ad4b7ed0dad425511ec342c12232be01
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Sat May 16 17:59:13 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat May 16 17:59:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e3317753

media-plugins/qt-heif-image-plugin: new package

Informatin from project page:

Any application that (directly or indirectly) uses QImageReader
to open image files should automatically be able to use this plugin.

This has been successfully used with the following:
LXImage-Qt
nomacs

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>

 media-plugins/qt-heif-image-plugin/Manifest        |  1 +
 media-plugins/qt-heif-image-plugin/metadata.xml    | 21 +++++++++++++++++++++
 .../qt-heif-image-plugin-0.3.3.ebuild              | 22 ++++++++++++++++++++++
 3 files changed, 44 insertions(+)

diff --git a/media-plugins/qt-heif-image-plugin/Manifest b/media-plugins/qt-heif-image-plugin/Manifest
new file mode 100644
index 0000000..d0ee8e7
--- /dev/null
+++ b/media-plugins/qt-heif-image-plugin/Manifest
@@ -0,0 +1 @@
+DIST qt-heif-image-plugin-0.3.3.tar.gz 16449 BLAKE2B f304e26ff60d0fbe840a40c3782543f9db17e7f8fd429b93b0de6663d85110cceff1b67bab996ae63cad12ee06608c74ce9c5e180f154e3df8fee2ccdcd849a9 SHA512 ba617d11e73d73dee5220b668918e313b6d856cabc1567b9221ddb2b3d35c4bfefadcd9e4485bdc7c280be104d09c3580e245d9a8f72c9fac397ebe84fe55e2f

diff --git a/media-plugins/qt-heif-image-plugin/metadata.xml b/media-plugins/qt-heif-image-plugin/metadata.xml
new file mode 100644
index 0000000..bcbf5a0
--- /dev/null
+++ b/media-plugins/qt-heif-image-plugin/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>torokhov-s-a@yandex.ru</email>
+    <name>Sergey Torokhov</name>
+  </maintainer>
+  <longdescription>
+    This is a Qt image plugin for HEIF images, wrapping libheif.
+    It enables existing Qt applications to open and save .heic files.
+
+    Any application that (directly or indirectly) uses QImageReader
+    to open image files should automatically be able to use this plugin.
+
+    This has been successfully used with the following:
+    <pkg>media-gfx/lximage-qt</pkg>, <pkg>media-gfx/nomacs</pkg>
+  </longdescription>
+  <upstream>
+    <remote-id type="github">jakar/qt-heif-image-plugin</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/media-plugins/qt-heif-image-plugin/qt-heif-image-plugin-0.3.3.ebuild b/media-plugins/qt-heif-image-plugin/qt-heif-image-plugin-0.3.3.ebuild
new file mode 100644
index 0000000..a7e32f3
--- /dev/null
+++ b/media-plugins/qt-heif-image-plugin/qt-heif-image-plugin-0.3.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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:0/1.6
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-plugins/qt-heif-image-plugin/
  2020-10-16 12:59 [gentoo-commits] repo/proj/guru:master commit in: media-plugins/qt-heif-image-plugin/ Andrew Ammerlaan
@ 2020-10-16 12:59 ` Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2020-10-16 12:59 UTC (permalink / raw
  To: gentoo-commits

commit:     18e4bfab07a2b637698dee6a64339ebb0cdd3e9d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Oct 16 12:59:33 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Oct 16 12:59:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=18e4bfab

media-plugins/qt-heif-image-plugin: cleanup old

makes repoman happy

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 .../qt-heif-image-plugin-0.3.3.ebuild              | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/media-plugins/qt-heif-image-plugin/qt-heif-image-plugin-0.3.3.ebuild b/media-plugins/qt-heif-image-plugin/qt-heif-image-plugin-0.3.3.ebuild
deleted file mode 100644
index a7e32f3c..00000000
--- a/media-plugins/qt-heif-image-plugin/qt-heif-image-plugin-0.3.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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:0/1.6
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: media-plugins/qt-heif-image-plugin/
@ 2020-10-16 12:59 Andrew Ammerlaan
  2020-10-16 12:59 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Ammerlaan @ 2020-10-16 12:59 UTC (permalink / raw
  To: gentoo-commits

commit:     18e4bfab07a2b637698dee6a64339ebb0cdd3e9d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Oct 16 12:59:33 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Oct 16 12:59:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=18e4bfab

media-plugins/qt-heif-image-plugin: cleanup old

makes repoman happy

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 .../qt-heif-image-plugin-0.3.3.ebuild              | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/media-plugins/qt-heif-image-plugin/qt-heif-image-plugin-0.3.3.ebuild b/media-plugins/qt-heif-image-plugin/qt-heif-image-plugin-0.3.3.ebuild
deleted file mode 100644
index a7e32f3c..00000000
--- a/media-plugins/qt-heif-image-plugin/qt-heif-image-plugin-0.3.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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:0/1.6
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: media-plugins/qt-heif-image-plugin/
@ 2021-03-13 12:26 Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-03-13 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     8100f53f14c87e845fd5c1c12c02f87ba6bdf8ec
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Fri Mar 12 22:08:48 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar 12 22:08:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8100f53f

media-plugins/qt-heif-image-plugin: fix for >=media-libs/libheif-1.10.0

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>

 .../qt-heif-image-plugin-0.3.3-r2.ebuild           | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/media-plugins/qt-heif-image-plugin/qt-heif-image-plugin-0.3.3-r2.ebuild b/media-plugins/qt-heif-image-plugin/qt-heif-image-plugin-0.3.3-r2.ebuild
new file mode 100644
index 00000000..6ebace0c
--- /dev/null
+++ b/media-plugins/qt-heif-image-plugin/qt-heif-image-plugin-0.3.3-r2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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.10.0:0=[libde265]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}/${P}_RGB88.patch" )


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: media-plugins/qt-heif-image-plugin/
  2021-09-20  9:22 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2021-09-20  9:41 ` Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-09-20  9:41 UTC (permalink / raw
  To: gentoo-commits

commit:     3964f61b15e3c03d2079fab0f4a242b333df6274
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 20 09:22:34 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Sep 20 09:22:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3964f61b

media-plugins/qt-heif-image-plugin: drop libde265 flag dep, enable unconditionally

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 media-plugins/qt-heif-image-plugin/qt-heif-image-plugin-0.3.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/qt-heif-image-plugin/qt-heif-image-plugin-0.3.3-r2.ebuild b/media-plugins/qt-heif-image-plugin/qt-heif-image-plugin-0.3.3-r2.ebuild
index 6ebace0cf..2bb490796 100644
--- a/media-plugins/qt-heif-image-plugin/qt-heif-image-plugin-0.3.3-r2.ebuild
+++ b/media-plugins/qt-heif-image-plugin/qt-heif-image-plugin-0.3.3-r2.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
 RDEPEND="
 	dev-qt/qtcore
 	dev-qt/qtgui
-	>=media-libs/libheif-1.10.0:0=[libde265]
+	>=media-libs/libheif-1.10.0:0=
 "
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: media-plugins/qt-heif-image-plugin/
@ 2023-10-26  1:24 Haelwenn Monnier
  0 siblings, 0 replies; 6+ messages in thread
From: Haelwenn Monnier @ 2023-10-26  1:24 UTC (permalink / raw
  To: gentoo-commits

commit:     4b7ee6db7ae6806661033d68dff819abd542ae9a
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Tue Oct 24 17:12:21 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
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 <torokhov-s-a <AT> 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"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-10-26  1:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-16 12:59 [gentoo-commits] repo/proj/guru:master commit in: media-plugins/qt-heif-image-plugin/ Andrew Ammerlaan
2020-10-16 12:59 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2023-10-26  1:24 [gentoo-commits] repo/proj/guru:master " Haelwenn Monnier
2021-09-20  9:22 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-09-20  9:41 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-03-13 12:26 Andrew Ammerlaan
2020-05-17 14:44 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox