public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsixel/
Date: Mon,  6 Feb 2017 13:41:35 +0000 (UTC)	[thread overview]
Message-ID: <1486388458.836369743b23ce8f4973458be9ec3d9ab1c40bd9.hattya@gentoo> (raw)

commit:     836369743b23ce8f4973458be9ec3d9ab1c40bd9
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  6 13:40:58 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> 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
+}


             reply	other threads:[~2017-02-06 13:41 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-06 13:41 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-28 12:23 [gentoo-commits] repo/gentoo:master commit in: media-libs/libsixel/ Arthur Zamarin
2025-05-28 12:23 Arthur Zamarin
2025-05-28 12:23 Arthur Zamarin
2025-05-28 12:23 Arthur Zamarin
2025-05-28 11:26 Sam James
2025-01-24 13:07 Akinori Hattori
2024-04-14  5:47 Akinori Hattori
2024-04-14  5:47 Akinori Hattori
2024-04-14  5:47 Akinori Hattori
2023-04-30  5:21 Akinori Hattori
2023-04-30  5:21 Akinori Hattori
2023-02-26 18:16 Arthur Zamarin
2023-01-13  4:40 Sam James
2023-01-13  3:50 Sam James
2023-01-12 22:00 Ionen Wolkens
2023-01-11 11:42 Ionen Wolkens
2022-12-11 11:35 Jakov Smolić
2022-12-11  2:44 Sam James
2022-12-11  2:37 Sam James
2022-08-12 13:34 Akinori Hattori
2022-08-12 11:55 Agostino Sarubbo
2022-08-08 12:34 Agostino Sarubbo
2022-05-17  7:56 WANG Xuerui
2021-10-02 13:12 Akinori Hattori
2021-10-01 13:52 Akinori Hattori
2020-04-30 12:59 Akinori Hattori
2020-04-30 12:59 Akinori Hattori
2020-04-30 12:59 Akinori Hattori
2020-03-01  2:02 Akinori Hattori
2018-07-23 13:15 Akinori Hattori
2018-07-23 13:15 Akinori Hattori
2018-07-23 13:15 Akinori Hattori
2018-07-23 13:15 Akinori Hattori
2018-07-23 13:15 Akinori Hattori
2018-06-23  7:15 Akinori Hattori
2018-06-23  7:15 Akinori Hattori
2018-01-02 11:08 Mike Frysinger
2017-02-06 13:41 Akinori Hattori
2016-09-15 13:45 Akinori Hattori
2016-09-15 13:45 Akinori Hattori
2016-04-10 13:07 Akinori Hattori
2016-03-12  7:38 Akinori Hattori
2016-02-27  5:58 Akinori Hattori
2015-11-29 15:42 Akinori Hattori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1486388458.836369743b23ce8f4973458be9ec3d9ab1c40bd9.hattya@gentoo \
    --to=hattya@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox