From: "Sebastian Pipping (sping)" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/optipng: ChangeLog optipng-0.7.5.ebuild
Date: Thu, 29 May 2014 16:14:56 +0000 (UTC) [thread overview]
Message-ID: <20140529161456.ECF592004E@flycatcher.gentoo.org> (raw)
sping 14/05/29 16:14:56
Modified: ChangeLog
Added: optipng-0.7.5.ebuild
Log:
media-gfx/optipng: 0.7.5
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
Revision Changes Path
1.92 media-gfx/optipng/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/optipng/ChangeLog?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/optipng/ChangeLog?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/optipng/ChangeLog?r1=1.91&r2=1.92
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/optipng/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog 9 Mar 2014 04:41:56 -0000 1.91
+++ ChangeLog 29 May 2014 16:14:56 -0000 1.92
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/optipng
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/optipng/ChangeLog,v 1.91 2014/03/09 04:41:56 tristan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/optipng/ChangeLog,v 1.92 2014/05/29 16:14:56 sping Exp $
+
+*optipng-0.7.5 (29 May 2014)
+
+ 29 May 2014; Sebastian Pipping <sping@gentoo.org> +optipng-0.7.5.ebuild:
+ Bump to 0.7.5
09 Mar 2014; Tristan Heaven <tristan@gentoo.org> optipng-0.7.4.ebuild:
Fix building when LD is set, bug #503924
1.1 media-gfx/optipng/optipng-0.7.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/optipng/optipng-0.7.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/optipng/optipng-0.7.5.ebuild?rev=1.1&content-type=text/plain
Index: optipng-0.7.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/optipng/optipng-0.7.5.ebuild,v 1.1 2014/05/29 16:14:56 sping Exp $
EAPI=4
inherit eutils toolchain-funcs
DESCRIPTION="Compress PNG files without affecting image quality"
HOMEPAGE="http://optipng.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
RDEPEND="sys-libs/zlib
media-libs/libpng:0"
DEPEND="${RDEPEND}
sys-apps/findutils"
src_prepare() {
rm -R src/{libpng,zlib} || die
find . -type d -name build -exec rm -R {} + || die
# next release is almost a complete rewrite, so plug this compilation
# problem in anticipation of the much (c)leaner(?) rewrite
sed -i \
-e 's/^#ifdef AT_FDCWD/#if defined(AT_FDCWD) \&\& !(defined (__SVR4) \&\& defined (__sun))/' \
src/optipng/osys.c || die
tc-export CC AR RANLIB
export LD=$(tc-getCC)
}
src_configure() {
./configure \
-with-system-libpng \
-with-system-zlib \
|| die "configure failed"
}
src_compile() {
emake -C src/optipng
}
src_install() {
dodoc README.txt doc/*.txt
dohtml doc/*.html
doman src/${PN}/man/${PN}.1
dobin src/${PN}/${PN}
}
next reply other threads:[~2014-05-29 16:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-29 16:14 Sebastian Pipping (sping) [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-09-16 1:04 [gentoo-commits] gentoo-x86 commit in media-gfx/optipng: ChangeLog optipng-0.7.5.ebuild Sebastian Pipping (sping)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140529161456.ECF592004E@flycatcher.gentoo.org \
--to=sping@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox