Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2155 - glame-0.6.2
Summary: glame-0.6.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Spider (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-27 09:52 UTC by Chris Arndt
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
new ebuild for glame-0.6.2 (glame-0.6.2.ebuild,789 bytes, text/plain)
2002-04-27 09:54 UTC, Chris Arndt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Arndt 2002-04-27 09:52:37 UTC
new ebuild for glame-0.6.2

# Copyright 1999-2002 Gentoo Technologies, Inc.                                
# Distributed under the terms of the GNU General Public License, v2 or later   
# Author Chris Arndt <arndtc@theeggbeater.dyndns.org>                          
#/space/gentoo/cvsroot/gentoo-x86/media-sound/glame/glame-0.6.2.ebuild,v 1.1 20$
                                                                              
S=${WORKDIR}/${P}                                                              
DESCRIPTION="Glame is an audio file editing utility."                          
SRC_URI="http://download.sourceforge.net/glame/${P}.tar.gz"                    
HOMEPAGE="http://glame.sourceforge.net/glame/"                                 
                                                                               
DEPEND="virtual/glibc                                                          
        >=dev-util/guile-1.4-r3                                                
        >=dev-util/glade-0.6.4                                                 
        >=dev-libs/libxml-1.8.17-r2                                            
        >=media-libs/audiofile-0.2.3-r1"

src_compile() {                                                                
                                                                               
        econf --host=${CHOST} || die                                           
        emake || die                                                           
                                                                               
}               

src_install () {                                                               
                                                                               
        einstall || die                                                        
        dodoc AUTHORS BUGS COPYING CREDITS Changelog INSTALL MAINTAINERS NEWS R$
                                                                               }
Comment 1 Chris Arndt 2002-04-27 09:54:13 UTC
Created attachment 694 [details]
new ebuild for glame-0.6.2
Comment 2 Chris Arndt 2002-04-27 11:19:24 UTC
looks like >sys-devel/libtool-1.4.2 needs to be added to the deps list.

also this means it can't be installed since libtool-1.4.2 is in the
packages.mask list.

so this will need to be masked until the libtool-1.4.2 issue is fixed
Comment 3 Spider (RETIRED) gentoo-dev 2002-05-29 18:37:54 UTC
marked as LATER until libtool is fixed. 
Comment 4 Spider (RETIRED) gentoo-dev 2002-11-24 11:44:00 UTC
somone got this before me