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, 29 Nov 2015 15:42:48 +0000 (UTC) [thread overview]
Message-ID: <1448811747.fe1eef1b34ed283171f73d0d1025aac91be04e09.hattya@gentoo> (raw)
commit: fe1eef1b34ed283171f73d0d1025aac91be04e09
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 15:42:27 2015 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 15:42:27 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1eef1b
media-libs/libsixel: new upstream release
Package-Manager: portage-2.2.20.1
media-libs/libsixel/Manifest | 1 +
media-libs/libsixel/libsixel-1.5.2.ebuild | 46 +++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/media-libs/libsixel/Manifest b/media-libs/libsixel/Manifest
index f9e751b..46cb69b 100644
--- a/media-libs/libsixel/Manifest
+++ b/media-libs/libsixel/Manifest
@@ -1,2 +1,3 @@
DIST libsixel-1.4.12.tar.gz 4060158 SHA256 79ba3ed747aa5c02b28d16540bd399e9dfa897b824731584b664c6f9f3ef7148 SHA512 e210bff8a1944bdb0baa33e5cce402965bc82d776ed4e1a92ecc78063e9174ffa418ac7852560ccdddfdbca1fe215f34257efb42f36b5954ffa1d5f87c6d85fc WHIRLPOOL 396472c753b6fccdd69f62e95d5ba0d6d5c4eaf5f1e946f9142649ea8f222a71611250e4ce36cd5745f3a7ceddfaae2750cf0cb507e4ce5bc5225c4baeaea764
DIST libsixel-1.4.13.tar.gz 4061302 SHA256 9f69097ee798807038c39345c5f596b2d12a22cef16690e701a0fab77cab7b63 SHA512 668ed894986473d63386f2c867029fa74e4f56b57a9ab993d93340a802aab1842359d7600950d95d11e47e41725c1e04284d6b5142e1263e8c7285dcbf344336 WHIRLPOOL 882a5b9280092d16940a6b0b85df8ea87e8fef87b773ce066555ae32b63ac68d991a1912d8311ce254c1f66ce4ca359b904e6c56c3c9a5df5bd955f07ab564a1
+DIST libsixel-1.5.2.tar.gz 4731977 SHA256 f83a187a59753873dad630609bd895a33ef566df43ec93c0f8e2605d50ca60d1 SHA512 32d2c2683dcd7ec247d88552204e0bfc2d543565363a85ed965039ce26f8cb98b1d0b18ce5f0a621d161cee52b707d82f40626752490cf8d5ebca3e3e959f289 WHIRLPOOL 089d89e01785600c7b7851d484e142ba305f0d687ab506879283adffc3eb4dfd4c54d999f1590371127731dcb3789c4cc8419c6a3166511cf5bc8ea0a0298d54
diff --git a/media-libs/libsixel/libsixel-1.5.2.ebuild b/media-libs/libsixel/libsixel-1.5.2.ebuild
new file mode 100644
index 0000000..ef878d2
--- /dev/null
+++ b/media-libs/libsixel/libsixel-1.5.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+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 \
+ --disable-python \
+ --with-bashcompletiondir=$(get_bashcompdir) \
+ $(use_with curl libcurl) \
+ $(use_with gd) \
+ $(use_with gtk gdk-pixbuf2) \
+ $(use_with jpeg) \
+ $(use_with png)
+}
+
+src_test() {
+ emake test
+}
+
+src_install() {
+ default
+
+ docompress -x /usr/share/doc/${PF}/images
+ dodoc -r images
+}
next reply other threads:[~2015-11-29 15:42 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-29 15:42 Akinori Hattori [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-02-27 5:58 [gentoo-commits] repo/gentoo:master commit in: media-libs/libsixel/ Akinori Hattori
2016-03-12 7:38 Akinori Hattori
2016-04-10 13:07 Akinori Hattori
2016-09-15 13:45 Akinori Hattori
2016-09-15 13:45 Akinori Hattori
2017-02-06 13:41 Akinori Hattori
2017-02-06 13:41 Akinori Hattori
2018-01-02 11:08 Mike Frysinger
2018-06-23 7:15 Akinori Hattori
2018-06-23 7: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-07-23 13:15 Akinori Hattori
2020-03-01 2:02 Akinori Hattori
2020-04-30 12:59 Akinori Hattori
2020-04-30 12:59 Akinori Hattori
2020-04-30 12:59 Akinori Hattori
2021-10-01 13:52 Akinori Hattori
2021-10-02 13:12 Akinori Hattori
2022-05-17 7:56 WANG Xuerui
2022-08-08 12:34 Agostino Sarubbo
2022-08-12 11:55 Agostino Sarubbo
2022-08-12 13:34 Akinori Hattori
2022-12-11 2:37 Sam James
2022-12-11 2:44 Sam James
2022-12-11 11:35 Jakov Smolić
2023-01-11 11:42 Ionen Wolkens
2023-01-12 22:00 Ionen Wolkens
2023-01-13 3:50 Sam James
2023-01-13 4:40 Sam James
2023-02-26 18:16 Arthur Zamarin
2023-04-30 5:21 Akinori Hattori
2023-04-30 5:21 Akinori Hattori
2024-04-14 5:47 Akinori Hattori
2024-04-14 5:47 Akinori Hattori
2024-04-14 5:47 Akinori Hattori
2025-01-24 13:07 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=1448811747.fe1eef1b34ed283171f73d0d1025aac91be04e09.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