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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2814F158086 for ; Thu, 21 Oct 2021 18:08:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DA9FE0857; Thu, 21 Oct 2021 18:08:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04C2AE0815 for ; Thu, 21 Oct 2021 18:08:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05BDF34368F for ; Thu, 21 Oct 2021 18:08:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79905168 for ; Thu, 21 Oct 2021 18:08:31 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1634839697.261af8f6bc4a5a3a2d902cd0b0770a7ac91715b8.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ghostscript-gpl/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/ghostscript-gpl/ghostscript-gpl-9.55.0-r1.ebuild app-text/ghostscript-gpl/ghostscript-gpl-9.55.0.ebuild X-VCS-Directories: app-text/ghostscript-gpl/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 261af8f6bc4a5a3a2d902cd0b0770a7ac91715b8 X-VCS-Branch: master Date: Thu, 21 Oct 2021 18:08:31 +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: 356d88fe-c09c-4594-894e-c973a855a2cf X-Archives-Hash: b1819e035b856ded5897a4048df76ee0 commit: 261af8f6bc4a5a3a2d902cd0b0770a7ac91715b8 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Oct 21 15:26:57 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Oct 21 18:08:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=261af8f6 app-text/ghostscript-gpl: drop USE=jpg2000 New PDF interpreter requires JPX support. Closes: https://bugs.gentoo.org/819117 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann gentoo.org> ...ostscript-gpl-9.55.0.ebuild => ghostscript-gpl-9.55.0-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.55.0.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.55.0-r1.ebuild similarity index 97% rename from app-text/ghostscript-gpl/ghostscript-gpl-9.55.0.ebuild rename to app-text/ghostscript-gpl/ghostscript-gpl-9.55.0-r1.ebuild index b79047df112..9f00300df38 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.55.0.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.55.0-r1.ebuild @@ -24,7 +24,7 @@ fi LICENSE="AGPL-3 CPL-1.0" SLOT="0/$(ver_cut 1-2)" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="cups dbus gtk +jpeg2k l10n_de static-libs unicode X" +IUSE="cups dbus gtk l10n_de static-libs unicode X" LANGS="ja ko zh-CN zh-TW" for X in ${LANGS} ; do @@ -38,13 +38,13 @@ DEPEND=" >=media-libs/jbig2dec-0.19:= >=media-libs/lcms-2.6:2 >=media-libs/libpng-1.6.2:0= + >=media-libs/openjpeg-2.1.0:2= >=media-libs/tiff-4.0.1:0= >=sys-libs/zlib-1.2.7 virtual/jpeg:0 cups? ( >=net-print/cups-1.3.8 ) dbus? ( sys-apps/dbus ) gtk? ( || ( x11-libs/gtk+:3 x11-libs/gtk+:2 ) ) - jpeg2k? ( >=media-libs/openjpeg-2.1.0:2= ) unicode? ( net-dns/libidn:0= ) X? ( x11-libs/libXt x11-libs/libXext ) " @@ -137,7 +137,7 @@ src_configure() { --enable-dynamic \ --enable-freetype \ --enable-fontconfig \ - $(use_enable jpeg2k openjpeg) \ + --enable-openjpeg \ --disable-compile-inits \ --with-drivers=ALL \ --with-fontpath="$FONTPATH" \