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 7C467138359 for ; Mon, 3 Aug 2020 22:29:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD2F3E0B13; Mon, 3 Aug 2020 22:29:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7750E0B13 for ; Mon, 3 Aug 2020 22:29:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD19634EF33 for ; Mon, 3 Aug 2020 22:29:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FFE7274 for ; Mon, 3 Aug 2020 22:29:35 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1596493738.a875d63b47cb68ceea0915be3e3807b8b515ed66.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-telegram/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/pidgin-telegram/pidgin-telegram-1.4.2.ebuild x11-plugins/pidgin-telegram/pidgin-telegram-1.4.3.ebuild X-VCS-Directories: x11-plugins/pidgin-telegram/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: a875d63b47cb68ceea0915be3e3807b8b515ed66 X-VCS-Branch: master Date: Mon, 3 Aug 2020 22:29:35 +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: 91bee995-2e4a-4a99-9c89-16fde098e207 X-Archives-Hash: 08c0b4baca0c3fcb9bd516b2d4d94792 commit: a875d63b47cb68ceea0915be3e3807b8b515ed66 Author: Conrad Kostecki gentoo org> AuthorDate: Mon Aug 3 22:28:42 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Aug 3 22:28:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a875d63b x11-plugins/pidgin-telegram: add png use flag Closes: https://bugs.gentoo.org/735116 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Conrad Kostecki gentoo.org> x11-plugins/pidgin-telegram/pidgin-telegram-1.4.2.ebuild | 6 ++++-- x11-plugins/pidgin-telegram/pidgin-telegram-1.4.3.ebuild | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.2.ebuild b/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.2.ebuild index 21c27ac8d19..5d6f31afd45 100644 --- a/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.2.ebuild +++ b/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/majn/telegram-purple/releases/download/v${PV}/telegr LICENSE="GPL-2+" KEYWORDS="amd64 x86" SLOT="0" -IUSE="gcrypt libressl +nls +webp" +IUSE="gcrypt libressl +nls +png +webp" RDEPEND="net-im/pidgin sys-libs/zlib:= @@ -19,6 +19,7 @@ RDEPEND="net-im/pidgin libressl? ( dev-libs/libressl:0= ) !libressl? ( dev-libs/openssl:0= ) ) + png? ( media-libs/libpng:0= ) webp? ( media-libs/libwebp:= )" DEPEND="${RDEPEND}" @@ -43,6 +44,7 @@ src_configure() { local myeconfargs=( $(use_enable gcrypt) $(use_enable nls translation) + $(use_enable png libpng) $(use_enable webp libwebp) ) diff --git a/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.3.ebuild b/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.3.ebuild index dbf8c2bf6f0..a7a509ac64c 100644 --- a/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.3.ebuild +++ b/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.3.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/majn/telegram-purple/releases/download/v${PV}/telegr LICENSE="GPL-2+" KEYWORDS="~amd64 ~x86" SLOT="0" -IUSE="gcrypt libressl +nls +webp" +IUSE="gcrypt libressl +nls +png +webp" RDEPEND=" net-im/pidgin @@ -20,6 +20,7 @@ RDEPEND=" libressl? ( dev-libs/libressl:0= ) !libressl? ( dev-libs/openssl:0= ) ) + png? ( media-libs/libpng:0= ) webp? ( media-libs/libwebp:= ) " @@ -47,6 +48,7 @@ src_configure() { local myeconfargs=( $(use_enable gcrypt) $(use_enable nls translation) + $(use_enable png libpng) $(use_enable webp libwebp) )