hattya 15/01/08 12:20:01
Modified: ChangeLog
Added: libsixel-1.4.5.ebuild
Removed: libsixel-1.3.5.ebuild libsixel-1.3.4.ebuild
libsixel-1.3.0.ebuild libsixel-1.3.3.ebuild
libsixel-1.3.2.ebuild
Log:
new upstream release
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
EC917A6D)
Revision Changes Path
1.9 media-libs/libsixel/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsixel/ChangeLog?rev=1.9&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsixel/ChangeLog?rev=1.9&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsixel/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsixel/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 29 Dec 2014 12:46:00 -0000 1.8
+++ ChangeLog 8 Jan 2015 12:20:01 -0000 1.9
@@ -1,6 +1,13 @@
# ChangeLog for media-libs/libsixel
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsixel/ChangeLog,v 1.8
2014/12/29 12:46:00 hattya Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsixel/ChangeLog,v 1.9
2015/01/08 12:20:01 hattya Exp $
+
+*libsixel-1.4.5 (08 Jan 2015)
+
+ 08 Jan 2015; Akinori Hattori <[email protected]> +libsixel-1.4.5.ebuild,
+ -libsixel-1.3.0.ebuild, -libsixel-1.3.2.ebuild, -libsixel-1.3.3.ebuild,
+ -libsixel-1.3.4.ebuild, -libsixel-1.3.5.ebuild:
+ new upstream release
*libsixel-1.4.4 (29 Dec 2014)
1.1 media-libs/libsixel/libsixel-1.4.5.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsixel/libsixel-1.4.5.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsixel/libsixel-1.4.5.ebuild?rev=1.1&content-type=text/plain
Index: libsixel-1.4.5.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libsixel/libsixel-1.4.5.ebuild,v
1.1 2015/01/08 12:20:01 hattya Exp $
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 ~x86"
IUSE="curl gd gtk jpeg png zsh-completion"
RDEPEND="curl? ( net-misc/curl )
gd? ( media-libs/gd )
gtk? ( x11-libs/gdk-pixbuf:2 )
jpeg? ( virtual/jpeg:0 )
png? ( media-libs/libpng )
zsh-completion? ( app-shells/zsh )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_configure() {
econf \
--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
use zsh-completion || rm -rf "${ED}"/usr/share/zsh
}