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 C0978158086 for ; Sun, 7 Nov 2021 23:42:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 820642BC097; Sun, 7 Nov 2021 23:42:09 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66EF12BC097 for ; Sun, 7 Nov 2021 23:42:09 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF068342F1E for ; Sun, 7 Nov 2021 23:42:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E7461BA for ; Sun, 7 Nov 2021 23:42:04 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1636328465.2e5709fed29d931551453d0fd12bc04a89751cdb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsvg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtsvg/Manifest dev-qt/qtsvg/qtsvg-5.15.2-r11.ebuild X-VCS-Directories: dev-qt/qtsvg/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2e5709fed29d931551453d0fd12bc04a89751cdb X-VCS-Branch: master Date: Sun, 7 Nov 2021 23:42:04 +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: d9e85a8f-3a03-4c3d-aa94-3358525096e2 X-Archives-Hash: ec55a06cb234e267dc21341677c565dd commit: 2e5709fed29d931551453d0fd12bc04a89751cdb Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 16 15:04:03 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 7 23:41:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e5709fe dev-qt/qtsvg: 5.15.2-r15 version bump at KDE 24128cdf Multiple fixes requested for revdeps like QGIS etc. "Limit font size to avoid numerous overflows" See also: https://codereview.qt-project.org/c/qt/qtsvg/+/362066 "Support font size not in pixels" QTBUG: https://bugreports.qt.io/browse/QTBUG-97422 "Fix text x/y when the length is not in pixels" QTBUG: https://bugreports.qt.io/browse/QTBUG-97421 "Fix parsing of arc elements in paths" QTBUG: https://bugreports.qt.io/browse/QTBUG-92184 "Fix parsing of animation clock values" QTBUG: https://bugreports.qt.io/browse/QTBUG-94878 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtsvg/Manifest | 1 + dev-qt/qtsvg/qtsvg-5.15.2-r11.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-qt/qtsvg/Manifest b/dev-qt/qtsvg/Manifest index 72cbe7e4c43..a5b8f503a5b 100644 --- a/dev-qt/qtsvg/Manifest +++ b/dev-qt/qtsvg/Manifest @@ -1 +1,2 @@ +DIST qtsvg-5.15.2-24128cdf.tar.gz 2779708 BLAKE2B 5e52a0b1c7b3e21ab58b2e6e091c8fc85d5432e247313f74bd8c4d8899cd2634e3242d5d328174d3702544d050504dd3870c1c075a2b7a87c268c371c95b0c76 SHA512 c0840608ff66b0f335f8e5d883a5f8c113de91608ea8b613743c4881a103ff1c9981337c29a0e272ca2bccd4077df9cd8fde320e09eec1e8f6a3eead5cb75198 DIST qtsvg-5.15.2-cfc61697.tar.gz 2779382 BLAKE2B cd75575741b05cb1ec1b206d1d338c011c718923339d1cb169f0f537f21931e32042f10574e70b5c64d4fc352dfa56adc8b852dafa5131198630afe6bb806580 SHA512 1f8b52c713b4c6d4974af46ebe6519ea597f72ac0c4b80e061f714ff30449e6fdae94eb9705f3c1b857c5ad0647e5875260ee40051cec78321caf7b944fd3d70 diff --git a/dev-qt/qtsvg/qtsvg-5.15.2-r11.ebuild b/dev-qt/qtsvg/qtsvg-5.15.2-r11.ebuild new file mode 100644 index 00000000000..720674fb492 --- /dev/null +++ b/dev-qt/qtsvg/qtsvg-5.15.2-r11.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KDE_ORG_COMMIT=24128cdf8bef53eddf31a5709bbbc46293006b1c +inherit qt5-build + +DESCRIPTION="SVG rendering library for the Qt5 framework" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +fi + +IUSE="" + +RDEPEND=" + =dev-qt/qtcore-${QT5_PV}* + =dev-qt/qtgui-${QT5_PV}* + =dev-qt/qtwidgets-${QT5_PV}* + sys-libs/zlib:= +" +DEPEND="${RDEPEND} + test? ( =dev-qt/qtxml-${QT5_PV}* ) +"