pinkbyte 14/08/12 08:28:48 Modified: ChangeLog Added: jbig2enc-0.28-r1.ebuild Log: Revision bump: add compatibility patch for >=media-libs/leptonica-1.70, wrt bug #513954 (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Revision Changes Path 1.4 media-libs/jbig2enc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbig2enc/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbig2enc/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbig2enc/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/jbig2enc/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 22 Sep 2013 06:45:53 -0000 1.3 +++ ChangeLog 12 Aug 2014 08:28:48 -0000 1.4 @@ -1,6 +1,13 @@ # ChangeLog for media-libs/jbig2enc -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jbig2enc/ChangeLog,v 1.3 2013/09/22 06:45:53 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/jbig2enc/ChangeLog,v 1.4 2014/08/12 08:28:48 pinkbyte Exp $ + +*jbig2enc-0.28-r1 (12 Aug 2014) + + 12 Aug 2014; Sergey Popov <[email protected]> +jbig2enc-0.28-r1.ebuild, + +files/jbig2enc-0.28-leptonica-1.70.patch: + Revision bump: add compatibility patch for >=media-libs/leptonica-1.70, wrt + bug #513954 22 Sep 2013; Agostino Sarubbo <[email protected]> jbig2enc-0.28.ebuild: Stable for x86, wrt bug #485256 1.1 media-libs/jbig2enc/jbig2enc-0.28-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbig2enc/jbig2enc-0.28-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbig2enc/jbig2enc-0.28-r1.ebuild?rev=1.1&content-type=text/plain Index: jbig2enc-0.28-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/jbig2enc/jbig2enc-0.28-r1.ebuild,v 1.1 2014/08/12 08:28:48 pinkbyte Exp $ EAPI="5" AUTOTOOLS_AUTORECONF=1 inherit autotools-utils DESCRIPTION="JBIG2 Encoder and libs" HOMEPAGE="https://github.com/agl/jbig2enc" SRC_URI="https://github.com/agl/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="gif jpeg png static-libs tiff webp" RDEPEND="media-libs/leptonica[gif?,jpeg?,png?,tiff?,webp?]" DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}/${P}-leptonica-1.70.patch" ) src_prepare() { # remove -Werror sed -i -e '/AM_INIT_AUTOMAKE/s/-Werror//' configure.ac || die 'sed on configure.ac failed' # prevent static linking and QA notice about insecure RUNPATHs sed -i -e '/jbig2_LDFLAGS/d' src/Makefile.am || die 'sed on src/Makefile.am failed' autotools-utils_src_prepare }
