Re: [proaudio] ardour-2.9999 svn revision build problem |
[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]
Hi Matthijs, Thanks a lot! Applied. On Mo, 22.12.08 09:29 Matthijs ten Berge <m.h.tenberge@xxxxxxxxxx> wrote: > A follow-up to my own post. I managed to get ardour-2.9999 to build > with some changes to the ebuild, see the diff below. > (ESVN_RESTRICT is used to prevent the svn export from happening, > subversion_wc_info is called to update ESVN_WC_PATH) > > I am rather new to writing ebuilds, can anyone check whether I didn't > use non-allowed practices? > > Thanks, > > Matthijs > > > --- > /usr/portage/local/layman/pro-audio/media-sound/ardour/ardour-2.9999.ebuild > 2008-10-26 15:58:43.000000000 +0100 > +++ /usr/local/portage/media-sound/ardour/ardour-2.9999.ebuild > 2008-12-21 18:23:27.000000000 +0100 > @@ -5,6 +5,8 @@ > inherit exteutils fetch-tools scons-ccache subversion vst > > ESVN_REPO_URI="http://subversion.ardour.org/svn/ardour2/branches/2.0-ongoing" > +# do not export from subversion: > +ESVN_RESTRICT="export" > DESCRIPTION="multi-track hard disk recording software" > HOMEPAGE="http://ardour.org/" > SRC_URI="" > @@ -86,6 +88,12 @@ > agree_vst || die "you can not distribute ardour with > vst support" > fi > subversion_src_unpack > + subversion_wc_info > + einfo "Copying working copy to source dir:" > + mkdir -p "${S}" > + cp -R "${ESVN_WC_PATH}"/* "${S}" > + cp -R "${ESVN_WC_PATH}"/.* "${S}" > + > cd ${S} > >
Attachment:
signature.asc
Description: PGP signature
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |