<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>111</bug_id>
          
          <creation_ts>2002-01-09 19:37 0000</creation_ts>
          <short_desc>glame-0.5.3.ebuild</short_desc>
          <delta_ts>2003-02-04 19:42:18 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Applications</component>
          <version>1.0 RC6 r14</version>
          <rep_platform>x86</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          <bug_file_loc>http://glame.sourceforge.net/glame/</bug_file_loc>
          
          <keywords>EBUILD</keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>arndtc@theeggbeater.net</reporter>
          <assigned_to>bart@verwilst.be</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>arndtc@theeggbeater.net</who>
            <bug_when>2002-01-09 19:37:28 0000</bug_when>
            <thetext>Glame is an audio file editing utility.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>arndtc@theeggbeater.net</who>
            <bug_when>2002-01-09 22:22:30 0000</bug_when>
            <thetext>Forgot to attache the ebuild, and now bugzilla won&apos;t let me attach it.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>arndtc@theeggbeater.net</who>
            <bug_when>2002-01-12 16:03:43 0000</bug_when>
            <thetext># Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Chris Arndt &lt;arndtc@mailandnews.com&gt;
# /home/cvsroot/gentoo-x86/skel.build,v 1.5 2001/07/24 22:30:35 lordjoe Exp


#inside ${WORKDIR}
A=${PN}-0.5.3.tar.gz
S=${WORKDIR}/${PN}-0.5.3
DESCRIPTION=&quot;Glame is an audio file editing utility.&quot;
SRC_URI=&quot;http://download.sourceforge.net/glame/${A}&quot;
HOMEPAGE=&quot;http://glame.sourceforge.net/glame/&quot;

#build-time dependencies
DEPEND=&quot;&gt;=dev-util/guile-1.4-r3
	&gt;=dev-util/glame-0.6.2
	&gt;=dev-libs/libxml-1.8.16
	&gt;=media-libs/audiofile-0.2.1&quot;

#run-time dependencies, same as DEPEND if RDEPEND isn&apos;t defined:
#RDEPEND=&quot;$DEPEND&quot;


src_compile() {

    try ./configure --infodir=/usr/share/info --mandir=/usr/share/man
--host=${CHOST}

    try emake
}


src_install () {

    try make DESTDIR=${D} install
    dodoc AUTHORS BUGS COPYING CREDITS Changelog INSTALL MAINTAINERS NEWS README
TODO
}

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>bart@verwilst.be</who>
            <bug_when>2002-01-19 07:53:07 0000</bug_when>
            <thetext>Few remarks for the author:

* using the A variable is deprecated, should not be used anymore
* instead of 
  # /home/cvsroot/gentoo-x86/skel.build,v 1.5 2001/07/24 22:30:35 lordjoe Exp
  you should use # $Header: $
* try &lt;instruction&gt; isn&apos;t used anymore, it should now be &lt;instruction&gt; || die

Thanks! </thetext>
          </long_desc>
      
    </bug>

</bugzilla>