hasufell 14/04/22 13:09:39 Modified: ChangeLog Added: xpaint-2.9.10.2.ebuild Log: version bump (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Revision Changes Path 1.22 media-gfx/xpaint/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xpaint/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xpaint/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xpaint/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/xpaint/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 4 Mar 2014 03:10:04 -0000 1.21 +++ ChangeLog 22 Apr 2014 13:09:39 -0000 1.22 @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/xpaint # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xpaint/ChangeLog,v 1.21 2014/03/04 03:10:04 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xpaint/ChangeLog,v 1.22 2014/04/22 13:09:39 hasufell Exp $ + +*xpaint-2.9.10.2 (22 Apr 2014) + + 22 Apr 2014; Julian Ospald <[email protected]> +xpaint-2.9.10.2.ebuild, + +files/xpaint-2.9.10.2-QA2.patch: + version bump *xpaint-2.9.10 (04 Mar 2014) 1.1 media-gfx/xpaint/xpaint-2.9.10.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xpaint/xpaint-2.9.10.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xpaint/xpaint-2.9.10.2.ebuild?rev=1.1&content-type=text/plain Index: xpaint-2.9.10.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/xpaint/xpaint-2.9.10.2.ebuild,v 1.1 2014/04/22 13:09:39 hasufell Exp $ EAPI=5 inherit autotools eutils DESCRIPTION="Image editor with tiff, jpeg and png support" HOMEPAGE="http://sf-xpaint.sourceforge.net/" SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="jpeg2k pgf tiff" RDEPEND=" media-libs/fontconfig media-libs/freetype media-libs/libpng:0 x11-libs/libICE x11-libs/libX11 >=x11-libs/libXaw3dXft-1.6.2c x11-libs/libXext x11-libs/libXft x11-libs/libXmu x11-libs/libXpm x11-libs/libXt sys-libs/zlib virtual/jpeg jpeg2k? ( media-libs/openjpeg:0 ) pgf? ( media-libs/libpgf ) tiff? ( media-libs/tiff:0 )" DEPEND="${RDEPEND} sys-devel/flex sys-devel/bison virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${PN}-2.9.9.4-{QA1,submake,parallel-make}.patch \ "${FILESDIR}"/${PN}-2.9.10.2-QA2.patch eautoreconf } src_configure() { econf \ $(use_enable tiff) \ $(use_enable jpeg2k libopenjpeg) } src_compile() { # clean up emake clean emake -C util clean # parallel make still fails sometimes emake substads emake xpaint.1 default emake \ WITH_PGF="$(usex pgf "yes" "no")" \ CC="$(tc-getCC)" \ CXX="$(tc-getCXX)" \ -C util } src_install() { default emake \ WITH_PGF="$(usex pgf "yes" "no")" \ DESTDIR="${ED}" \ -C util install } pkg_postinst() { elog "optional dependencies:" elog " app-text/gv (external viewer for PostScript output)" elog " media-gfx/imagemagick (external viewer for pixel graphics)" elog " net-print/cups (printing)" }
