Re: [proaudio] [PATCH] ebuild media-sound/csound-5.08.0 failed

[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]


Am Sonntag, den 11.05.2008, 16:07 -0400 schrieb Paul Winkler:
> I get the same thing.

I had the same problem.
The reason is, that csound changed the layout of its source release
slightly. The top-level directory is no longer called Csound5,
but (at least for 5.08.0) Csound5.08.0 .
Attached patch makes csound-5.08.0.ebuild honour that change.

Have fun,
Klaus
--- /usr/portage/local/layman/pro-audio/media-sound/csound/csound-5.08.0.ebuild	2008-05-02 18:07:51.000000000 +0200
+++ csound-5.08.0-r1.ebuild	2008-05-12 11:20:06.000000000 +0200
@@ -38,7 +38,7 @@
 	dssi? ( >=media-libs/dssi-0.9.1 )"
 	#broken
 	#csoundvst? ( >=dev-libs/boost-1.32.1 )
-S="${WORKDIR}/${PN}5"
+S="${WORKDIR}/${MY_P}"
 
 src_unpack() {
 	unpack ${A}


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/