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 6FF30138334 for ; Mon, 23 Jul 2018 13:16:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65B94E0901; Mon, 23 Jul 2018 13:16:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 30EE3E08EB for ; Mon, 23 Jul 2018 13:15:59 +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 EF0DA335CD2 for ; Mon, 23 Jul 2018 13:15:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0382A39C for ; Mon, 23 Jul 2018 13:15:57 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1532351732.821ef63e1bc4b51601c0155856c477f7df193231.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsixel/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsixel/libsixel-1.8.1.ebuild X-VCS-Directories: media-libs/libsixel/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 821ef63e1bc4b51601c0155856c477f7df193231 X-VCS-Branch: master Date: Mon, 23 Jul 2018 13:15:57 +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-Archives-Salt: e288abfc-1485-4a0e-a950-fb0a504bf629 X-Archives-Hash: 02d3adb6e8d3871da96ab344a7454408 commit: 821ef63e1bc4b51601c0155856c477f7df193231 Author: Akinori Hattori gentoo org> AuthorDate: Mon Jul 23 13:10:22 2018 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Mon Jul 23 13:15:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=821ef63e media-libs/libsixel: add static-libs USE flag Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-libs/libsixel/libsixel-1.8.1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/media-libs/libsixel/libsixel-1.8.1.ebuild b/media-libs/libsixel/libsixel-1.8.1.ebuild index 12cd9a6cec3..c05386adb4e 100644 --- a/media-libs/libsixel/libsixel-1.8.1.ebuild +++ b/media-libs/libsixel/libsixel-1.8.1.ebuild @@ -7,12 +7,12 @@ inherit bash-completion-r1 DESCRIPTION="A lightweight, fast implementation of DEC SIXEL graphics codec" HOMEPAGE="https://github.com/saitoha/libsixel" -SRC_URI="https://github.com/saitoha/libsixel/releases/download/v${PV}/${P}.tar.gz" +SRC_URI="https://github.com/saitoha/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="MIT public-domain" SLOT="0" KEYWORDS="~amd64 ~ia64 ~x86" -IUSE="curl gd gtk jpeg png" +IUSE="curl gd gtk jpeg png static-libs" RDEPEND="curl? ( net-misc/curl ) gd? ( media-libs/gd ) @@ -29,6 +29,7 @@ src_configure() { $(use_with gtk gdk-pixbuf2) \ $(use_with jpeg) \ $(use_with png) \ + $(use_enable static-libs static) \ --with-bashcompletiondir=$(get_bashcompdir) \ --disable-python } @@ -39,6 +40,7 @@ src_test() { src_install() { default + use static-libs || find "${ED}" -name '*.la' -delete || die cd images docompress -x /usr/share/doc/${PF}/images