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: Sun, 10 Apr 2016 13:07:29 +0000 (UTC)	[thread overview]
Message-ID: <1460293624.15e61d9f8844cf4a43d8c14732c742725751a1bc.hattya@gentoo> (raw)

commit:     15e61d9f8844cf4a43d8c14732c742725751a1bc
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 13:07:04 2016 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 13:07:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e61d9f

media-libs/libsixel: new upstream release

Package-Manager: portage-2.2.26

 media-libs/libsixel/Manifest              |  1 +
 media-libs/libsixel/libsixel-1.6.1.ebuild | 48 +++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/media-libs/libsixel/Manifest b/media-libs/libsixel/Manifest
index 7a060f7..9b4758e 100644
--- a/media-libs/libsixel/Manifest
+++ b/media-libs/libsixel/Manifest
@@ -1 +1,2 @@
 DIST libsixel-1.6.0.tar.gz 4744476 SHA256 06bf22621112f7313d8f5f8a8bec80268969166acae988e449b7cb33883b15c0 SHA512 5e8cfaf67bf8b6b18173f69c230fa75fe7f56448345287ad95716f1e0f45d08a289703eab62897d947c13c13acbf4c08e9ff8fd177452a7ed11dbb6efc7490ea WHIRLPOOL fbd3d94e47bb0aa2dfe6ce2aa9add5e3ed9b5abf84f39f142c093229628d3ea7ac9553c8fa4c555935aed71a4939ce76ba349d7ece58a4e34c81363381a923d7
+DIST libsixel-1.6.1.tar.gz 4745924 SHA256 dfb03e764ff535fcb789f45487b5a284c8998e8202907eb3abc47385f88299ae SHA512 163799d864551c1d53823bf8f976afe20a825cc039361a636e5f08444c67a682c1fd297d83e5830d993ee703502e99cd31e6bb2f009933c1de89efb6c5429178 WHIRLPOOL 3b4e2fde4de40925f2975bbac234e856c1fe87fa2673782a501faa76f2375d69b8f501848cca4366ad5c2fa534decb6f67284cc3b326d83e982091d454ca599a

diff --git a/media-libs/libsixel/libsixel-1.6.1.ebuild b/media-libs/libsixel/libsixel-1.6.1.ebuild
new file mode 100644
index 0000000..2aa1813
--- /dev/null
+++ b/media-libs/libsixel/libsixel-1.6.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 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) \
+		--disable-python \
+		--with-bashcompletiondir=$(get_bashcompdir)
+}
+
+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:[~2016-04-10 13:07 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-10 13:07 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-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
2017-02-06 13:41 Akinori Hattori
2016-09-15 13:45 Akinori Hattori
2016-09-15 13:45 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=1460293624.15e61d9f8844cf4a43d8c14732c742725751a1bc.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