public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/optipng: ChangeLog optipng-0.7.5.ebuild
@ 2014-05-29 16:14 Sebastian Pipping (sping)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Pipping (sping) @ 2014-05-29 16:14 UTC (permalink / raw
  To: gentoo-commits

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}
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-gfx/optipng: ChangeLog optipng-0.7.5.ebuild
@ 2014-09-16  1:04 Sebastian Pipping (sping)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Pipping (sping) @ 2014-09-16  1:04 UTC (permalink / raw
  To: gentoo-commits

sping       14/09/16 01:04:21

  Modified:             ChangeLog optipng-0.7.5.ebuild
  Log:
  media-gfx/optipng: et_EE locale fix (bug #522446)
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)

Revision  Changes    Path
1.93                 media-gfx/optipng/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/optipng/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/optipng/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/optipng/ChangeLog?r1=1.92&r2=1.93

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/optipng/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	29 May 2014 16:14:56 -0000	1.92
+++ ChangeLog	16 Sep 2014 01:04:21 -0000	1.93
@@ -1,6 +1,10 @@
 # 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.92 2014/05/29 16:14:56 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/optipng/ChangeLog,v 1.93 2014/09/16 01:04:21 sping Exp $
+
+  16 Sep 2014; Sebastian Pipping <sping@gentoo.org> optipng-0.7.5.ebuild,
+  +files/optipng-0.7.5-estonian.patch:
+  Fix compilation for et_EE locale (bug #522446)
 
 *optipng-0.7.5 (29 May 2014)
 



1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/optipng/optipng-0.7.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/optipng/optipng-0.7.5.ebuild?r1=1.1&r2=1.2

Index: optipng-0.7.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/optipng/optipng-0.7.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- optipng-0.7.5.ebuild	29 May 2014 16:14:56 -0000	1.1
+++ optipng-0.7.5.ebuild	16 Sep 2014 01:04:21 -0000	1.2
@@ -1,6 +1,6 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/optipng/optipng-0.7.5.ebuild,v 1.2 2014/09/16 01:04:21 sping Exp $
 
 EAPI=4
 
@@ -21,6 +21,8 @@
 	sys-apps/findutils"
 
 src_prepare() {
+	epatch "${FILESDIR}"/${P}-estonian.patch
+
 	rm -R src/{libpng,zlib} || die
 	find . -type d -name build -exec rm -R {} + || die
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-16  1:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-16  1:04 [gentoo-commits] gentoo-x86 commit in media-gfx/optipng: ChangeLog optipng-0.7.5.ebuild Sebastian Pipping (sping)
  -- strict thread matches above, loose matches on Subject: below --
2014-05-29 16:14 Sebastian Pipping (sping)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox