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 3326B15ACFB for ; Tue, 18 Apr 2023 04:38:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71619E01B5; Tue, 18 Apr 2023 04:38:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 306C4E01B5 for ; Tue, 18 Apr 2023 04:38: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 685CB335D55 for ; Tue, 18 Apr 2023 04:38:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3A5BA1D for ; Tue, 18 Apr 2023 04:38:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1681792697.f799a00525182088ea3f6479dab5fe2ab6a869a4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libwmf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libwmf/libwmf-0.2.13-r1.ebuild media-libs/libwmf/libwmf-0.2.13.ebuild X-VCS-Directories: media-libs/libwmf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f799a00525182088ea3f6479dab5fe2ab6a869a4 X-VCS-Branch: master Date: Tue, 18 Apr 2023 04:38:51 +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: e2520041-c65c-425c-843b-9bfcd1eb56f4 X-Archives-Hash: e84e24ab20f28b1e4a74774ace2a33ee commit: f799a00525182088ea3f6479dab5fe2ab6a869a4 Author: Sam James gentoo org> AuthorDate: Tue Apr 18 04:38:17 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 18 04:38:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f799a005 media-libs/libwmf: add unstaged fixups Signed-off-by: Sam James gentoo.org> ...ibwmf-0.2.13.ebuild => libwmf-0.2.13-r1.ebuild} | 25 ++++++++++++---------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/media-libs/libwmf/libwmf-0.2.13.ebuild b/media-libs/libwmf/libwmf-0.2.13-r1.ebuild similarity index 83% rename from media-libs/libwmf/libwmf-0.2.13.ebuild rename to media-libs/libwmf/libwmf-0.2.13-r1.ebuild index 46d011d65fc0..5c0afaef42ab 100644 --- a/media-libs/libwmf/libwmf-0.2.13.ebuild +++ b/media-libs/libwmf/libwmf-0.2.13-r1.ebuild @@ -9,33 +9,36 @@ DESCRIPTION="A library for reading vector images in Microsoft's Windows Metafile HOMEPAGE="https://github.com/caolanm/libwmf http://wvware.sourceforge.net/" SRC_URI="https://github.com/caolanm/libwmf/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" LICENSE="LGPL-2" SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="debug doc expat X" -RDEPEND="app-text/ghostscript-gpl +RDEPEND=" + app-text/ghostscript-gpl media-fonts/urw-fonts media-libs/freetype:2= - media-libs/libpng:0= + media-libs/libpng:= + media-libs/libjpeg-turbo sys-libs/zlib:= x11-libs/gdk-pixbuf:2 - virtual/jpeg:0= expat? ( dev-libs/expat ) !expat? ( dev-libs/libxml2:2= ) - X? ( x11-libs/libX11 + X? ( + x11-libs/libX11 x11-libs/libXt - x11-libs/libXpm )" - + x11-libs/libXpm + ) +" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" -DOCS=( "AUTHORS" "BUILDING" "ChangeLog" "CREDITS" "INSTALL" "NEWS" "README" "TODO" ) +DOCS=( AUTHORS BUILDING ChangeLog CREDITS INSTALL NEWS README TODO ) PATCHES=( - "${FILESDIR}"/${PN}-0.2.8.4-build.patch - "${FILESDIR}"/${PN}-0.2.8.4-libpng-1.5.patch - "${FILESDIR}"/${PN}-0.2.8.4-pngfix.patch + "${FILESDIR}"/${PN}-0.2.8.4-build.patch + "${FILESDIR}"/${PN}-0.2.8.4-libpng-1.5.patch + "${FILESDIR}"/${PN}-0.2.8.4-pngfix.patch ) src_prepare() {