Re: [proaudio] Ardour live ebuild |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [proaudio] Ardour live ebuild
- From: Zlobin Nikita <nick87720z@xxxxxxxxx>
- Date: Sun, 01 Dec 2013 01:02:23 +0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:in-reply-to:references :mime-version:content-transfer-encoding:content-type; bh=62i+vZc5XL0SaObdbD+BcKFcBOCpst/RcqjjUObOcDY=; b=CEMHqivIDUGRiZ3ss9flHThGQjphdu4azAKQ49De16LTmLIZWFApTOPH6QOdIonAK0 57vL1kS1ga6wpsNpprGYGgHayGGVGJ71J+OZcrvfaPI+x/F5jZTKgx1js4O5QSgan8Dn UOGtdSrbgcSLWVM/MiZFguz4k98Hx5xRAox2frwfMeAIOtNhezo8Bl4k30kRYbZVm1IM 7UQkar7kFueVDTR8nxpcKk/hwRN9nfqWeC8IumqJweZU4sf1i7T08zIdlNp3Eg8MGNnH sDxoYMV4bMs13f9Rx0toU+zEgupfNEuzZ8gULmTUy1o+OjRf4iYxTMfuwa+wzj3UMFOg EqOw==
В письме от 30 ноября 2013 11:18:35 пользователь Dominique Michel написал:
> Le Sat, 30 Nov 2013 13:05:45 +0600,
>
> Zlobin Nikita <nick87720z@xxxxxxxxx> a écrit :
> > Added use flag extlibs, adding config option --use-external-libs.
> > Only few part of dependencies is affected (currently - four). Some
> > require patches, which could not be token to official code. One such
> > dep was among persistent deps.
> >
> > Also, how about to add flag "system-look"? I got A3 using my own
> > qtcurve theme (i call it clearcurve, published on kde-look), the only
> > remaining issue is problem using some fonts, including my current
> > (droid family). It seems, that it is configurable, there could be
> > some variable, specified e.g., in make.conf, and used in ardour
> > configuration to specify font (on #ardour channel they showen
> > screenshot with default dark look, using serif font instead of
> > default sans).
>
> That would be nice. The default font is little but just perfect with my
> laptop, but with my desktop and its high resolution 4/3 screen, ardour
> is just unusable because this font is at least 2 times too small with
> it.
>
> Dominique
After asking about more details about these variables i got, that they are not
taken from env. They are customized by waf depending on target OS. On linux it
uses system default for non-mono style.
My attempt now is to strip as much as possible color definitions from gtkrc,
leaving only functional (red and green buttons, track kind specifics like midi,
audio, bus). These files could replace those, used by ardour directly, while
originals could be installed as global gtk themes B).