summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-04-13 00:22:37 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-04-13 00:22:37 +0000
commitc9a3c04c872d2c2151073a083d18e53440167fb1 (patch)
tree308f397f74c6ca8442b753db1eb410d2488cfb13 /media-gfx/qiv
parentCompile against latest libpng (diff)
downloadgentoo-2-c9a3c04c872d2c2151073a083d18e53440167fb1.tar.gz
gentoo-2-c9a3c04c872d2c2151073a083d18e53440167fb1.tar.bz2
gentoo-2-c9a3c04c872d2c2151073a083d18e53440167fb1.zip
Compile against newest libpng
Diffstat (limited to 'media-gfx/qiv')
-rw-r--r--media-gfx/qiv/ChangeLog8
-rw-r--r--media-gfx/qiv/files/digest-qiv-1.7-r31
-rw-r--r--media-gfx/qiv/qiv-1.7-r3.ebuild26
3 files changed, 34 insertions, 1 deletions
diff --git a/media-gfx/qiv/ChangeLog b/media-gfx/qiv/ChangeLog
index 3be8ac00890a..8a9925f3e5e4 100644
--- a/media-gfx/qiv/ChangeLog
+++ b/media-gfx/qiv/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-gfx/qiv
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/qiv/ChangeLog,v 1.1 2002/02/01 21:53:30 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/qiv/ChangeLog,v 1.2 2002/04/13 00:22:37 seemant Exp $
+
+*qiv-1.7-r3 (12 Apr 2002)
+
+ 12 Apr 2002; Seemant Kulleen <seemant@gentoo.org> qiv-1.7-r3.ebuild :
+
+ Compile against newest libpng
*qiv-1.7-r2 (1 Feb 2002)
diff --git a/media-gfx/qiv/files/digest-qiv-1.7-r3 b/media-gfx/qiv/files/digest-qiv-1.7-r3
new file mode 100644
index 000000000000..f46d6b6c1ddb
--- /dev/null
+++ b/media-gfx/qiv/files/digest-qiv-1.7-r3
@@ -0,0 +1 @@
+MD5 f8b0f4edaf6b596bc9aab4be5f0faf4c qiv-1.7-src.tgz 88107
diff --git a/media-gfx/qiv/qiv-1.7-r3.ebuild b/media-gfx/qiv/qiv-1.7-r3.ebuild
new file mode 100644
index 000000000000..a656b25919d9
--- /dev/null
+++ b/media-gfx/qiv/qiv-1.7-r3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Thread <thread@threadbox.net>
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/qiv/qiv-1.7-r3.ebuild,v 1.1 2002/04/13 00:22:37 seemant Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Quick Image Viewer"
+SRC_URI="http://www.klografx.net/qiv/download/${P}-src.tgz"
+HOMEPAGE="http://www.klografx.net/qiv"
+
+DEPEND="media-libs/libpng
+ >=media-libs/tiff-3.5.5
+ >=media-libs/imlib-1.9.10
+ virtual/x11"
+
+
+src_compile() {
+ make || die
+}
+
+src_install () {
+ into /usr
+ dobin qiv
+ doman qiv.1
+ dodoc README*
+}