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

torbenh at gmx.de torbenh at gmx.de
Tue Apr 1 09:02:01 EST 2003


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



More information about the Linux-audio-user mailing list