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 1A4FA139085 for ; Mon, 6 Feb 2017 13:41:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 132EDE0D30; Mon, 6 Feb 2017 13:41:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D29CCE0D30 for ; Mon, 6 Feb 2017 13:41:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E12B3412CB for ; Mon, 6 Feb 2017 13:41:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3FF33DC7 for ; Mon, 6 Feb 2017 13:41:35 +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: <1486388458.836369743b23ce8f4973458be9ec3d9ab1c40bd9.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsixel/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsixel/Manifest media-libs/libsixel/libsixel-1.7.3.ebuild X-VCS-Directories: media-libs/libsixel/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 836369743b23ce8f4973458be9ec3d9ab1c40bd9 X-VCS-Branch: master Date: Mon, 6 Feb 2017 13:41: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-Archives-Salt: 9568c934-8475-4450-bd75-08d6afeda63c X-Archives-Hash: e8f44e979e273f95b7f6a70abcec2722 commit: 836369743b23ce8f4973458be9ec3d9ab1c40bd9 Author: Akinori Hattori gentoo org> AuthorDate: Mon Feb 6 13:40:58 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Mon Feb 6 13:40:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83636974 media-libs/libsixel: new upstream release Package-Manager: portage-2.3.3 media-libs/libsixel/Manifest | 1 + media-libs/libsixel/libsixel-1.7.3.ebuild | 48 +++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/media-libs/libsixel/Manifest b/media-libs/libsixel/Manifest index a5462e9..d6bcd7a 100644 --- a/media-libs/libsixel/Manifest +++ b/media-libs/libsixel/Manifest @@ -1 +1,2 @@ DIST libsixel-1.7.2.tar.gz 4760634 SHA256 8e6af162314728d13dfa87b6b3c795a3807032a0df25a0ce6c7ad9c24ab5c12a SHA512 9716ec45ba29cab6603896f717a6b21111ebacb48744009c8c032d6fd8dbb8f7444f27bc9f5c6f419a771544582ce5828e6b1870ea2cc37d917030c4c88de091 WHIRLPOOL 2061cf7dc15198bee8df0c3cd83b8810e60af4c6d33ad2e3bb5d119437a44c0c331ed7882a5d7ad5f5ec8cdc98a8eee0d19560c1f612a98ce56e728c0d755d7e +DIST libsixel-1.7.3.tar.gz 4766335 SHA256 5a6e369b839e406a85cb54f2700e48d211a78618d7d4b6e3cd81d97dfda9ade9 SHA512 f7b6b9748389f140ce2f6cf0eeb74ab5063c21455c72013a7e066981439bb1ada7b3e9b68a7b3b57c49205271f32ffb8d6d002a4f2af45b1381dd015873b4e91 WHIRLPOOL 06afcdf0a92bf11fed829d42183dbcac5495b3bf162dacf87363c5f6e13214966a9af03419f8ad0ff63dfa9896158693d92811cbdee6a7217bf62190e5ea2bce diff --git a/media-libs/libsixel/libsixel-1.7.3.ebuild b/media-libs/libsixel/libsixel-1.7.3.ebuild new file mode 100644 index 00000000..c9ebc20 --- /dev/null +++ b/media-libs/libsixel/libsixel-1.7.3.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +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/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT public-domain" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~x86" +IUSE="curl gd gtk jpeg png" + +RDEPEND="curl? ( net-misc/curl ) + gd? ( media-libs/gd ) + gtk? ( x11-libs/gdk-pixbuf:2 ) + jpeg? ( virtual/jpeg:0 ) + png? ( media-libs/libpng:0 )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_configure() { + econf \ + $(use_with curl libcurl) \ + $(use_with gd) \ + $(use_with gtk gdk-pixbuf2) \ + $(use_with jpeg) \ + $(use_with png) \ + --with-bashcompletiondir=$(get_bashcompdir) \ + --disable-python +} + +src_test() { + emake test +} + +src_install() { + default + + cd images + docompress -x /usr/share/doc/${PF}/images + docinto images + dodoc egret.jpg map{8,16}.png snake.jpg vimperator3.png +}