summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-11-25 20:29:59 +1100
committerMichael Palimaka <kensington@gentoo.org>2017-11-25 20:32:34 +1100
commit701402b1682e96af88c2e1d3ae42e8b88e308a1e (patch)
tree04f0eebe735f1b27150d4e87326af0f2b043666b /dev-qt/qtimageformats
parentsys-devel/heirloom-devtools: Really commit patch for fixing gcc6 support (#59... (diff)
downloadgentoo-701402b1682e96af88c2e1d3ae42e8b88e308a1e.tar.gz
gentoo-701402b1682e96af88c2e1d3ae42e8b88e308a1e.tar.bz2
gentoo-701402b1682e96af88c2e1d3ae42e8b88e308a1e.zip
dev-qt: version bump 5.9.3
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'dev-qt/qtimageformats')
-rw-r--r--dev-qt/qtimageformats/Manifest3
-rw-r--r--dev-qt/qtimageformats/qtimageformats-5.9.3.ebuild23
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-qt/qtimageformats/Manifest b/dev-qt/qtimageformats/Manifest
index 095093956a63..378d10a854bf 100644
--- a/dev-qt/qtimageformats/Manifest
+++ b/dev-qt/qtimageformats/Manifest
@@ -1,2 +1,3 @@
DIST qtimageformats-opensource-src-5.7.1.tar.xz 2004376 SHA256 4f97a2a2b269f8a45576256ad9f452320c9c9de6d9c7cc1751fdeac36b0f77f4 SHA512 b70fe30b20da8f613f05ae68bf879956341206005d1eff3c34fc279da6b219ff7983d41c2c0c057c85500a2c5826286c63f4c209dc2db84d03848241257be553 WHIRLPOOL b9541ce413e908dea4ac70e62a53cb82b89df4feddd566f479e32ad473b7b320fad0eb8229e97a3d040f826e2513d5ee922b796d16e06b00243b9d96579b103e
-DIST qtimageformats-opensource-src-5.9.2.tar.xz 2093756 SHA256 3a626ca0ac7ffc56b59c4b3f66aac6bc76954054cedb6938b961562228eb9df3 SHA512 5f1b93c0e5fffa4c2c063d14c12ad97114a452b16814ca9ac45f00ec36308a09770b3b4d137cb5d19bd3aa3a6f576724084df5d0dad75236d49868af9243c9d2 WHIRLPOOL a1b7aa0925ab8136acdb2ba8c127a1c82b4ccb19a454b82f728099ae25704e3e564822e8fb419a0bb70b39962a271af9d27ca51974d4c33414d5526d793502b5
+DIST qtimageformats-opensource-src-5.9.2.tar.xz 2093756 BLAKE2B c699166e0c9b8cbad2b157063d1f48d44364468cc2e3687a47b6d1255465ae20c6f49a2992064803a6a7736146c4285643f3571babeb44f4a633b3b8d6f01eb6 SHA512 5f1b93c0e5fffa4c2c063d14c12ad97114a452b16814ca9ac45f00ec36308a09770b3b4d137cb5d19bd3aa3a6f576724084df5d0dad75236d49868af9243c9d2
+DIST qtimageformats-opensource-src-5.9.3.tar.xz 2102504 BLAKE2B 46fdbb00177e6feb7fdf38595026bb4b87053b6158e20ab06d7150e1b9ed88ef6ebca93cc396240194f2c6feca9613153abd88f49949f1e4956f9665d368e2a4 SHA512 521c805635084fba3746ee86ac7dfc94d2446114dd76aecad6a6f0cb97f49e443f078f2e0439a10a9d3d5fcd285136959b740707fb8d7776b0450f964950a864
diff --git a/dev-qt/qtimageformats/qtimageformats-5.9.3.ebuild b/dev-qt/qtimageformats/qtimageformats-5.9.3.ebuild
new file mode 100644
index 000000000000..3285265ebe1a
--- /dev/null
+++ b/dev-qt/qtimageformats/qtimageformats-5.9.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit qt5-build
+
+DESCRIPTION="Additional format plugins for the Qt image I/O system"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+ KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
+fi
+
+IUSE=""
+
+DEPEND="
+ ~dev-qt/qtcore-${PV}
+ ~dev-qt/qtgui-${PV}
+ media-libs/jasper:=
+ media-libs/libmng:=
+ media-libs/libwebp:=
+ media-libs/tiff:0
+"
+RDEPEND="${DEPEND}"