Re: [proaudio] media-plugins/ll-plugins-9999 patch |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [proaudio] media-plugins/ll-plugins-9999 patch
- From: Viktor Lazarev <taurus101v@xxxxxxxxx>
- Date: Fri, 4 Jun 2010 20:39:20 +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=6fRzuCmR9jcYYu3N5R9bPhPErA+VM+F6sOBRhjnAywQ=; b=aDfsqFP3iERL5F1JcIGUFsVR4U0gDaNjH1SOU9vnAkc9ATClHBnDu5fw68EBYi8xpk qauFeGLVf7jlLQjB3oRmtzTAsipe2sFHl/lUQu/veSzEXHQwI6UA1XnwXE57SDgy/w1Y 19Zu7gxrW0uUzAe0anXE9neUPQA+K92sCBiZw=
- 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=W2141o3KZGbeMGeLhelGKik8QwgOuuoPC63uEbwtTDXNKXgztT2UyHmgVenUR4wLIS 2FKB3hX9jw3t8VmT34cgjx4qZ/v0WARstJVLSocAVnnoR8WaCxjmNJLlhwSuLyjIp95V OYLMZxZJ8zs9SH6ds0gB/EHzo7XI46LorlPYc=
thx, fixed
2010/6/1, Alexandros Diamantidis <adia@xxxxxxxxx>:
> ll-plugins-9999 don't build correctly, because they're looking for
> some headers from lv2-c++-tools under 'lv2cxx_common' instead of
> under 'lv2-c++-tools'. I'm attaching a patch that seems to fix the
> problem, although I'm not sure whether this is caused by trying to build
> a git version of ll-plugins against a release version of lv2-c++-tools
> or is a problem that should be reported upstream.
>
> Index: ll-plugins-9999.ebuild
> ===================================================================
> --- ll-plugins-9999.ebuild (revision 1686)
> +++ ll-plugins-9999.ebuild (working copy)
> @@ -33,6 +33,14 @@
> # ar doesn't really like ldflags
> sed -e 's:ar rcs $$@ $$^ $(LDFLAGS) $$($(2)_LDFLAGS):ar rcs $$@ $$^:' \
> -i Makefile.template || die
> + sed -e 's/lv2cxx_common/lv2-c++-tools/' -i \
> + plugins/control2midi/control2midi.cpp \
> + plugins/arpeggiator/arpeggiator.cpp \
> + plugins/sineshaper/sineshaper.cpp \
> + plugins/beep/beep_gtk.cpp \
> + plugins/beep/beep.cpp \
> + plugins/klaviatur/klaviatur.cpp || die
> +
> }
>
> src_compile(){
>
>
>
--
WBR, Viktor