Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 687

Summary: iv-0.1.9.ebuild (New Package)
Product: Gentoo Linux Reporter: mikepolniak <mikpolniak>
Component: New packagesAssignee: Bart Verwilst <bart>
Status: RESOLVED FIXED    
Severity: enhancement CC: mikpolniak
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: iv-0.1.9.ebuild (New Package)

Description mikepolniak 2002-02-13 15:27:52 UTC
iv image viewer -small and quick viewer.

This is an image viewer with real time interactive pan and zoom viewing,
using the GTK+ toolkit and Imlib (or Imlib2). It can open and save to any
image format supported by Imlib, grab the screen, rectangular crop, print,
and display on the root window.
Comment 1 mikepolniak 2002-02-13 15:29:07 UTC
Created attachment 173 [details]
iv-0.1.9.ebuild (New Package)
Comment 2 Bart Verwilst 2002-02-14 03:12:56 UTC
This is not a valid ebuild you attached, but a binary file...
Please put a link up here to the actual ebuild, or try pasting it as a comment..
Thanks!
Comment 3 mikepolniak 2002-02-14 12:43:19 UTC
Please note the original attchment is a tar.gz of the iv-0.1.9.ebuild
Comment 4 Bart Verwilst 2002-04-13 17:47:38 UTC
could you just paste the ebuild itself as a comment inhere?
My browser doesn't feel like opening the attachment... Thanks
Comment 5 mikepolniak 2002-04-17 20:13:32 UTC
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author: mike polniak <mikpolniak@adelphia.net>
# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.3 2002/02/04 15:46:51

S=${WORKDIR}/${P}
DESCRIPTION="iv-image viewer can grab-screen/print/display on root window"
SRC_URI="ftp://wolfpack.twu.net/users/wolfpack/${P}.tar.bz2"
HOMEPAGE="http://wolfpack.twu.net/utilities.html"

DEPEND="virtual/glibc
        media-libs/libpng
        media-libs/imlib
        >=x11-libs/gtk+-1.2.10-r4"

src_unpack() {
        unpack ${A}
        cd ${S}/iv
        cp Makefile Makefile.orig
        sed -e "/^PREFIX/s:/usr:\$\{D\}/usr:" Makefile.orig>Makefile
}

src_compile() {
        cd iv
        make all || die
}
 
src_install()  {
        cd iv
        make  install || die
        rm ${D}/usr/man/man1/iv.1
        doman iv.1
}  
Comment 6 Ben Lutgens (RETIRED) gentoo-dev 2002-05-26 14:09:54 UTC
This ebuild has been committed and works great.