public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/apngasm: ChangeLog apngasm-2.3.ebuild
@ 2011-04-29  8:33 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2011-04-29  8:33 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/04/29 08:33:27

  Modified:             ChangeLog apngasm-2.3.ebuild
  Log:
  Add a dependency on zlib and explicitly link with it.
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-gfx/apngasm/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/apngasm/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	26 Apr 2011 17:35:50 -0000	1.1
+++ ChangeLog	29 Apr 2011 08:33:27 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/apngasm
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/apngasm/ChangeLog,v 1.1 2011/04/26 17:35:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/apngasm/ChangeLog,v 1.2 2011/04/29 08:33:27 radhermit Exp $
+
+  29 Apr 2011; Tim Harder <radhermit@gentoo.org> apngasm-2.3.ebuild:
+  Add a dependency on zlib and explicitly link with it.
 
 *apngasm-2.3 (26 Apr 2011)
 



1.2                  media-gfx/apngasm/apngasm-2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/apngasm/apngasm-2.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/apngasm/apngasm-2.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/apngasm/apngasm-2.3.ebuild?r1=1.1&r2=1.2

Index: apngasm-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/apngasm/apngasm-2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apngasm-2.3.ebuild	26 Apr 2011 17:35:50 -0000	1.1
+++ apngasm-2.3.ebuild	29 Apr 2011 08:33:27 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/apngasm/apngasm-2.3.ebuild,v 1.1 2011/04/26 17:35:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/apngasm/apngasm-2.3.ebuild,v 1.2 2011/04/29 08:33:27 radhermit Exp $
 
 EAPI="3"
 
@@ -15,7 +15,8 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="media-libs/libpng[apng]"
+RDEPEND="media-libs/libpng[apng]
+	sys-libs/zlib"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig
 	app-arch/unzip"
@@ -23,7 +24,7 @@
 S=${WORKDIR}
 
 src_compile() {
-	emake CC="$(tc-getCC)" LDLIBS="$($(tc-getPKG_CONFIG) --libs libpng)" ${PN} || die
+	emake CC="$(tc-getCC)" LDLIBS="$($(tc-getPKG_CONFIG) --libs libpng --libs zlib)" ${PN} || die
 }
 
 src_install() {






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-29  8:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-29  8:33 [gentoo-commits] gentoo-x86 commit in media-gfx/apngasm: ChangeLog apngasm-2.3.ebuild Tim Harder (radhermit)

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