Re: [linux-audio-user] MDK sound-RPMs troubles / Sound in Slackware?

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-user] MDK sound-RPMs troubles / Sound in Slackware?
From: torbenh_AT_gmx.de
Date: Tue Apr 01 2003 - 16:59:03 EEST


On Tue, Apr 01, 2003 at 05:16:58AM -0800, R Parker wrote:
> Hi,
>
>
> > Its like installing from source but without the
> > patching and stuff...
> > installing ardour is a matter of
> > sh# emerge ardour
> >
> > this command will fetch current ardour-cvs and its
> > dependencies and then
> > build....
>
> How do you handle the current ardour which doesn't
> build because gtk-ardour version.h fails to generate.
> A work around that won't work with emerge is; cd
> gtk-ardour, make version.h, cd .., make, make install.

src_compile() {

        sh autogen.sh

        econf || die "configure failed"

        # while troubleshooting upgrades to ardour-cvs-0.6 i changed from
        # emake to make. Can probably change back. Need to test.
        make || die "parallel make failed"

}

would change to

src_compile() {

        sh autogen.sh

        econf || die "configure failed"

        cd gtk-ardour; make version.h; cd ..

        # while troubleshooting upgrades to ardour-cvs-0.6 i changed from
        # emake to make. Can probably change back. Need to test.

        make || die "parallel make failed"
}

But indeed... i think paul will be faster than jje at gentoo...
emerge ardour-cvs only works if cvs works out of the box.
>
> ron
>
> > look at www.gentoo.org...
> >
> >
> > --
> > torben Hohn
> > http://galan.sourceforge.net -- The graphical Audio
> language
>
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Tax Center - File online, calculators, forms, and more
> http://platinum.yahoo.com
>

-- 
torben Hohn
http://galan.sourceforge.net -- The graphical Audio language


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Tue Apr 01 2003 - 16:58:58 EEST