* [gentoo-commits] gentoo-x86 commit in media-gfx/pngcrush: ChangeLog pngcrush-1.7.17-r1.ebuild
@ 2011-10-08 19:12 Hanno Boeck (hanno)
0 siblings, 0 replies; only message in thread
From: Hanno Boeck (hanno) @ 2011-10-08 19:12 UTC (permalink / raw
To: gentoo-commits
hanno 11/10/08 19:12:43
Modified: ChangeLog
Added: pngcrush-1.7.17-r1.ebuild
Log:
pngcrush use bundled libpng 1.4, because it doesn't compile against
libpng 1.5.
(Portage version: 2.1.10.23/cvs/Linux x86_64)
Revision Changes Path
1.63 media-gfx/pngcrush/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngcrush/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngcrush/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngcrush/ChangeLog?r1=1.62&r2=1.63
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog 18 Sep 2011 08:41:31 -0000 1.62
+++ ChangeLog 8 Oct 2011 19:12:43 -0000 1.63
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/pngcrush
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.62 2011/09/18 08:41:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.63 2011/10/08 19:12:43 hanno Exp $
+
+*pngcrush-1.7.17-r1 (08 Oct 2011)
+
+ 08 Oct 2011; Hanno Boeck <hanno@gentoo.org> +pngcrush-1.7.17-r1.ebuild:
+ Switch to bundled libpng as long as it doesn't compile against libpng 1.5.
18 Sep 2011; Samuli Suominen <ssuominen@gentoo.org> pngcrush-1.7.17.ebuild:
Error out in pkg_setup() with media-libs/libpng >= 1.5.
1.1 media-gfx/pngcrush/pngcrush-1.7.17-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngcrush/pngcrush-1.7.17-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngcrush/pngcrush-1.7.17-r1.ebuild?rev=1.1&content-type=text/plain
Index: pngcrush-1.7.17-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.7.17-r1.ebuild,v 1.1 2011/10/08 19:12:43 hanno Exp $
EAPI=4
inherit toolchain-funcs
DESCRIPTION="Portable Network Graphics (PNG) optimizing utility"
HOMEPAGE="http://pmt.sourceforge.net/pngcrush/"
SRC_URI="mirror://sourceforge/pmt/${P}.tar.xz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND=">=media-libs/libpng-1.4
sys-libs/zlib"
DEPEND="${RDEPEND}
app-arch/xz-utils"
S=${WORKDIR}/${P}
src_compile() {
emake CC="$(tc-getCC)" \
CFLAGS="${CFLAGS}" \
LDFLAGS="${LDFLAGS}" \
|| die "emake failed"
}
src_install() {
dobin ${PN}
dohtml ChangeLog.html
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-10-08 19:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-08 19:12 [gentoo-commits] gentoo-x86 commit in media-gfx/pngcrush: ChangeLog pngcrush-1.7.17-r1.ebuild Hanno Boeck (hanno)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox