* [gentoo-commits] gentoo-x86 commit in media-libs/leptonica: leptonica-1.72.ebuild metadata.xml ChangeLog leptonica-1.70.ebuild leptonica-1.68.ebuild leptonica-1.69.ebuild
@ 2015-05-01 23:24 James Le Cuirot (chewi)
0 siblings, 0 replies; only message in thread
From: James Le Cuirot (chewi) @ 2015-05-01 23:24 UTC (permalink / raw
To: gentoo-commits
chewi 15/05/01 23:24:02
Modified: metadata.xml ChangeLog
Added: leptonica-1.72.ebuild
Removed: leptonica-1.70.ebuild leptonica-1.68.ebuild
leptonica-1.69.ebuild
Log:
Taking over maintainership as I am in close contact with
upstream. Version bump with multilib support. Drop some old unused
versions.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9C6D7DE4)
Revision Changes Path
1.4 media-libs/leptonica/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/leptonica/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/leptonica/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/leptonica/metadata.xml?r1=1.3&r2=1.4
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/leptonica/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml 13 May 2014 14:16:04 -0000 1.3
+++ metadata.xml 1 May 2015 23:24:02 -0000 1.4
@@ -2,11 +2,16 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
- <email>tomka@gentoo.org</email>
- <name>Thomas Kahle</name>
+ <email>chewi@gentoo.org</email>
+ <name>James Le Cuirot</name>
</maintainer>
<use>
<flag name="webp">Adds support for the WebP image format</flag>
<flag name="utils">Install command-line utilities</flag>
</use>
+ <longdescription>
+ Leptonica is a pedagogically-oriented open source site
+ containing software that is broadly useful for image
+ processing and image analysis applications.
+ </longdescription>
</pkgmetadata>
1.36 media-libs/leptonica/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/leptonica/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/leptonica/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/leptonica/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/leptonica/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 24 Feb 2015 08:48:36 -0000 1.35
+++ ChangeLog 1 May 2015 23:24:02 -0000 1.36
@@ -1,6 +1,14 @@
# ChangeLog for media-libs/leptonica
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/leptonica/ChangeLog,v 1.35 2015/02/24 08:48:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/leptonica/ChangeLog,v 1.36 2015/05/01 23:24:02 chewi Exp $
+
+*leptonica-1.72 (01 May 2015)
+
+ 01 May 2015; James Le Cuirot <chewi@gentoo.org> +leptonica-1.72.ebuild,
+ -files/leptonica-1.68-zlib-include.patch, -leptonica-1.68.ebuild,
+ -leptonica-1.69.ebuild, -leptonica-1.70.ebuild, metadata.xml:
+ Taking over maintainership as I am in close contact with upstream. Version
+ bump with multilib support. Drop some old unused versions.
24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> leptonica-1.71-r1.ebuild:
Stable for alpha, wrt bug #524542
1.1 media-libs/leptonica/leptonica-1.72.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/leptonica/leptonica-1.72.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/leptonica/leptonica-1.72.ebuild?rev=1.1&content-type=text/plain
Index: leptonica-1.72.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/leptonica/leptonica-1.72.ebuild,v 1.1 2015/05/01 23:24:02 chewi Exp $
EAPI=5
inherit autotools-multilib
DESCRIPTION="C library for image processing and analysis"
HOMEPAGE="http://code.google.com/p/leptonica/"
SRC_URI="http://www.leptonica.com/source/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="gif jpeg jpeg2k png static-libs test tiff utils webp zlib"
# N.B. Tests need some features enabled:
REQUIRED_USE="test? ( jpeg png tiff )"
DEPEND="gif? ( media-libs/giflib:=[${MULTILIB_USEDEP}] )
jpeg? ( virtual/jpeg:=[${MULTILIB_USEDEP}] )
jpeg2k? ( media-libs/openjpeg:2=[${MULTILIB_USEDEP}] )
png? ( media-libs/libpng:=[${MULTILIB_USEDEP}]
sys-libs/zlib:=[${MULTILIB_USEDEP}] )
tiff? ( media-libs/tiff:=[${MULTILIB_USEDEP}] )
webp? ( media-libs/libwebp:=[${MULTILIB_USEDEP}] )
zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] )"
RDEPEND="${DEPEND}"
DOCS=( README version-notes )
src_prepare() {
# unhtmlize docs
local X
for X in ${DOCS[@]}; do
awk '/<\/pre>/{s--} {if (s) print $0} /<pre>/{s++}' \
"${X}.html" > "${X}" || die 'awk failed'
rm -f -- "${X}.html"
done
# Don't spam /tmp.
sed -i -r 's/(#define\s+ADD_LEPTONICA_SUBDIR\s+)0/\11/' \
src/environ.h || die
autotools-utils_src_prepare
}
multilib_src_configure() {
local myeconfargs=(
$(use_with gif giflib)
$(use_with jpeg)
$(use_with jpeg2k libopenjpeg)
$(use_with png libpng)
$(use_with tiff libtiff)
$(use_with webp libwebp)
$(use_with zlib)
$(use_enable static-libs static)
$(multilib_native_use_enable utils programs)
)
autotools-utils_src_configure
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-05-01 23:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-01 23:24 [gentoo-commits] gentoo-x86 commit in media-libs/leptonica: leptonica-1.72.ebuild metadata.xml ChangeLog leptonica-1.70.ebuild leptonica-1.68.ebuild leptonica-1.69.ebuild James Le Cuirot (chewi)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox