Re: [proaudio] media-sound/minicomputer-1.3 patch |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [proaudio] media-sound/minicomputer-1.3 patch
- From: Viktor Lazarev <taurus101v@xxxxxxxxx>
- Date: Fri, 4 Jun 2010 20:38:44 +0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=+XOXpuKlBKKBjcZYxJwMHGyfQJacDDvgAEeMv5kIRqc=; b=GkAJB9fGX/JBM2zh6gNntYKCjSPyO+vn9mt44Qcb6I5OfG9KIEeN5vWPZZPMRsMoqy P7J9h9UC/yKjTVYhH5cEWERlH7Z3d9z2dHQb6Yr+FVqnNzpxx5ud/PfZ9+gPzr0ogr4m ycNoazPwtVSpvSXWUNxcKIAigQfJODLhmdbxw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=l3bJXhb2ypCA5cKXwC0VHmwvav2QAyEiamQ7aoxVhRaSW/DlxP2b2ubZns+9sceSzu HHLhnBRl9WtBtWwYbiN7WX2RmDX1ZKPFvJ4LDJJSQeFUFMa9mD7oyQABYRt9aejlPKYr LCR69wwM2LanRGhB3VOVjCuvQKMf5me1Wt//w=
thx, fixed
2010/6/1, Alexandros Diamantidis <adia@xxxxxxxxx>:
> I just tried building minicomputer-1.3 and it failed twice, first
> because fltk-1.1.7 is no longed available in portage, next because my
> fltk-1.1.10 didn't have threads enable. With the following changes the
> build finished correctly:
>
> --- minicomputer-1.3.ebuild (revision 1686)
> +++ minicomputer-1.3.ebuild (working copy)
> @@ -4,6 +4,8 @@
>
> inherit eutils
>
> +EAPI="2"
> +
> MY_P="${PN/mini/Mini}V${PV}"
>
> DESCRIPTION="Standalone Linux softwaresynthesizer"
> @@ -20,7 +22,7 @@
> IUSE=""
>
> RDEPEND="media-sound/jack-audio-connection-kit
> - ~x11-libs/fltk-1.1.7
> + >=x11-libs/fltk-1.1.7:1.1[threads]
> media-libs/alsa-lib
> media-libs/liblo"
> DEPEND="${RDEPEND}
>
>
>
>
--
WBR, Viktor