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

Bug 36773

Summary: giFT 0.11.5 and sugestion new ebuild
Product: Gentoo Linux Reporter: alexandre parente lima <alexandre_parente>
Component: New packagesAssignee: Martin Holzer (RETIRED) <mholzer>
Status: RESOLVED DUPLICATE    
Severity: normal CC: m.debruijne
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description alexandre parente lima 2003-12-29 20:32:10 UTC
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header:  $

DESCRIPTION="A OpenFT, Gnutella and FastTrack p2p network client"
HOMEPAGE="http://gift.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc ~ppc ~alpha ~amd64"

DEPEND="virtual/glibc
	!net-p2p/gift
	>=sys-apps/sed-4
	>=sys-libs/zlib-1.1.4"

src_compile() {
	econf || die "Configure failed"
	emake || die "Make failed"
}

src_install() {

	make DESTDIR=${D} install || die "install failed"
        dodoc AUTHORS COPYING ChangeLog README NEWS TODO KNOWN_BUGS
}

pkg_postinst() {
	einfo "First, you need to run giFT-setup with your normal"
	einfo "user account to create the giFT configuration files."
	echo
	einfo "This package no longer contains any protocol plugins,"
	einfo "please try gift-fasttrack, gift-openft, gift-gnutella,"
	einfo "gift-opennap-cvs for protocol support."
	echo
	einfo "If you encounter issues with this package, please contact"
	einfo "us via bugs.gentoo.org rather than attempting to contact"
	einfo "the upstream developers, as they are hesitant to provide"
	einfo "appropriate and polite support"
}


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jordan Armstrong 2004-01-09 12:17:54 UTC
Just a suggestion, gift supports using oggvorbis and imagemagick to get metadata info. Maybe the following should be added to the ebuild?

IUSE="oggvorbis imagemagick "
DEPEND="virtual/glibc
	!net-p2p/gift
	>=sys-apps/sed-4
	>=sys-libs/zlib-1.1.4    
	oggvorbis ? ( media-libs/libvorbis )
	imagemagick ? ( media-gfx/imagemagick )"
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2004-03-06 10:29:03 UTC

*** This bug has been marked as a duplicate of 38330 ***