diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-06-20 20:43:12 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-06-20 20:43:12 +0000 |
commit | 4736fd55b897923caa462d0003cf8700d28d8611 (patch) | |
tree | ff4f29eda44d6ab4e6e9d4f7e2c47f46f417a3ac /media-gfx/gliv | |
parent | Update to rc2. (diff) | |
download | gentoo-2-4736fd55b897923caa462d0003cf8700d28d8611.tar.gz gentoo-2-4736fd55b897923caa462d0003cf8700d28d8611.tar.bz2 gentoo-2-4736fd55b897923caa462d0003cf8700d28d8611.zip |
gnome2 fixes
Diffstat (limited to 'media-gfx/gliv')
-rw-r--r-- | media-gfx/gliv/files/digest-gliv-1.4.5 | 1 | ||||
-rw-r--r-- | media-gfx/gliv/files/digest-gliv-1.5 | 1 | ||||
-rw-r--r-- | media-gfx/gliv/gliv-1.4.5.ebuild | 37 | ||||
-rw-r--r-- | media-gfx/gliv/gliv-1.5.1.ebuild | 7 | ||||
-rw-r--r-- | media-gfx/gliv/gliv-1.5.ebuild | 36 |
5 files changed, 5 insertions, 77 deletions
diff --git a/media-gfx/gliv/files/digest-gliv-1.4.5 b/media-gfx/gliv/files/digest-gliv-1.4.5 deleted file mode 100644 index 6bc6bf998881..000000000000 --- a/media-gfx/gliv/files/digest-gliv-1.4.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 4049bc289a675f849a2c64b1258f83ae gliv-1.4.5.tar.bz2 186248 diff --git a/media-gfx/gliv/files/digest-gliv-1.5 b/media-gfx/gliv/files/digest-gliv-1.5 deleted file mode 100644 index b1fb1b6b946f..000000000000 --- a/media-gfx/gliv/files/digest-gliv-1.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 5619e6ac243fbd5880553aca14f2874e gliv-1.5.tar.bz2 222989 diff --git a/media-gfx/gliv/gliv-1.4.5.ebuild b/media-gfx/gliv/gliv-1.4.5.ebuild deleted file mode 100644 index 196c6dfb55a4..000000000000 --- a/media-gfx/gliv/gliv-1.4.5.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gliv/gliv-1.4.5.ebuild,v 1.2 2002/01/19 13:01:14 azarah Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="An image viewer that uses OpenGL" -SRC_URI="http://gliv.tuxfamily.org/gliv-${PV}.tar.bz2" -HOMEPAGE="http://gliv.tuxfamily.org" - -#seems new version *needs* ImageMagick allthough the docs state -#otherwise -DEPEND="x11-libs/gtk+ - media-gfx/imagemagick - media-libs/gdk-pixbuf - x11-libs/gtkglarea - virtual/opengl" - - -src_compile() { - - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --host=${CHOST} || die - - emake || die -} - -src_install() { - - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - install || die - - dodoc COPYING README NEWS THANKS -} - diff --git a/media-gfx/gliv/gliv-1.5.1.ebuild b/media-gfx/gliv/gliv-1.5.1.ebuild index 71ed2fd45f26..0010b547ae59 100644 --- a/media-gfx/gliv/gliv-1.5.1.ebuild +++ b/media-gfx/gliv/gliv-1.5.1.ebuild @@ -1,16 +1,19 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gliv/gliv-1.5.1.ebuild,v 1.2 2002/03/29 00:16:55 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gliv/gliv-1.5.1.ebuild,v 1.3 2002/06/20 20:38:54 azarah Exp $ S=${WORKDIR}/${P} DESCRIPTION="An image viewer that uses OpenGL" SRC_URI="http://gliv.tuxfamily.org/gliv-${PV}.tar.bz2" HOMEPAGE="http://gliv.tuxfamily.org" +# as from version 1.5.1, it could use gtk+-2.0, but not +# gtkglarea-1.99.0 yet ... please check this with future +# versions !!!! DEPEND="x11-libs/gtk+ media-libs/gdk-pixbuf - x11-libs/gtkglarea + <x11-libs/gtkglarea-1.99.0 virtual/opengl" diff --git a/media-gfx/gliv/gliv-1.5.ebuild b/media-gfx/gliv/gliv-1.5.ebuild deleted file mode 100644 index e44c180d1ced..000000000000 --- a/media-gfx/gliv/gliv-1.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gliv/gliv-1.5.ebuild,v 1.1 2002/03/04 23:56:08 azarah Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="An image viewer that uses OpenGL" -SRC_URI="http://gliv.tuxfamily.org/gliv-${PV}.tar.bz2" -HOMEPAGE="http://gliv.tuxfamily.org" - -#seems new version *needs* ImageMagick allthough the docs state -#otherwise -DEPEND="x11-libs/gtk+ - media-libs/gdk-pixbuf - x11-libs/gtkglarea - virtual/opengl" - - -src_compile() { - - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --host=${CHOST} || die - - emake || die -} - -src_install() { - - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - install || die - - dodoc COPYING README NEWS THANKS -} - |