Gentoo Archives: gentoo-user

From: Meino.Cramer@×××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] "X11 forwarding" so to say ... but for audio
Date: Tue, 19 Jul 2016 14:37:44
Message-Id: 20160719143724.GA8789@solfire
In Reply to: Re: [gentoo-user] "X11 forwarding" so to say ... but for audio by Fernando Rodriguez
1 Fernando Rodriguez <cyklonite@×××××.com> [16-07-19 16:24]:
2 > -----BEGIN PGP SIGNED MESSAGE-----
3 > Hash: SHA256
4 >
5 > On 07/19/2016 08:17 AM, Neil Bothwick wrote:
6 > > On Tue, 19 Jul 2016 07:21:33 -0400, Fernando Rodriguez wrote:
7 > >
8 > >>>> The following REQUIRED_USE flag constraints are unsatisfied:
9 > >>>> client? ( x264? ( dec_av2 ) x265? ( dec_av2 ) )
10 > >>>
11 > >>> It means that if you have client you need x264 and x265 and those both
12 > >>> require dec_av2, which is the one you don't have set.
13 > >>>
14 > >>>
15 > >>
16 > >> I thought it meant that if you have client AND (x264 OR x265) then you
17 > >> need dec_av2. client doesn't require x264 or x265 by itself.
18 > >
19 > > Doesn't that use || ? Anyway, he has client and x264, so dec_av2 is
20 > > needed.
21 > >
22 >
23 > No, || means "any of", see [1]. And I believe in that case portage will translate
24 > it to "any-of" or something like that. These are just nested conditionals. It can
25 > be confusing even for someone with programming background. I suppose portage
26 > could translate that into a more human friendly form but with many nesting levels
27 > it will get ugly any way you put it.
28 >
29 > And yes, dec_av2 is what he needs (unless he doesn't need x264 and x265 support).
30 > I was just clearing the point about the meaning of the message.
31 >
32 > [1] https://devmanual.gentoo.org/general-concepts/dependencies/
33 >
34 > -----BEGIN PGP SIGNATURE-----
35 > Version: GnuPG v2
36 >
37 > iQIcBAEBCAAGBQJXjjWmAAoJEPbOFX/5UlwcEvsP/RMEbpNJlJIbNHDIk5AANnlG
38 > /gox+r/K1/NWJ003WHtdHNNXZURa7jJrDoAsPbZ4fplbezdNNteLThYXJl1BA75G
39 > OZfc/M7zB3TeHSaTDPwTwCfUUZPsicc5CttPwgh127VcXLct+IV8TbDXiD31gK0U
40 > 56Shl54Fh5cymuBt3hrtUj4hBtczUITWHL2US6RRcKHHVkHmGGOKNiumXYTbt4Op
41 > w42htuFyXIvvIOCUZxM700nrw6yU/Cv7OCEps1pHor9V2lYYPgX+88U4tBWogOiN
42 > voFaUUkkqMt2y/3zo0KmKABb4JjKTa3ros/0x1UFck9wuMCyvf23i1f1hGhU3Ea/
43 > mq5XcTDO6oukPxpmQGveMT3NiS8vGyXkORPnOW8rT9dqJoivkYOK/5M9nZBlGIkq
44 > dfzbgbA664iDADxf1W4fdzjUXv5WYPgafqnhkmAbXkkCOZmvFFrZ6dupOe1rfJvV
45 > hg3IVAiO+Ape3vPbpd0gzHqzV+1TQGc/ljNF1XXW83Jp4LcslKZ1QZ3mFJ07LlQ+
46 > qQN+Iwu9L6JkohI+5VjwsT++YnooSIW7y3j4SKjR+peCV7GizqSJi7z+oT2spF6E
47 > 2lKhHDzb2Cpme0SuZFntytfjxYmg0G7UuAqNBMgP+Ep9iFpFXh22LdlTb32fEvMX
48 > toW7DP5Eln2Qq8LWW9/B
49 > =mUPb
50 > -----END PGP SIGNATURE-----
51 >
52
53 Hi all-taht-are-helping-me :)
54
55 ...I am currently facing more fundamental problems. Background:
56 I run an Orange PI PC (Allwinner H3 quadcore, 1.2GHz), which has
57 an HDMI connector, but this would mean an additional cable. Since
58 the Orange PI PC cannot be powered via USB, currently there
59 is a power cable and an ethernet cable around here (next is to
60 replace the ethernet cable by a wlan connection, but first I need
61 some sound...)
62
63 The traditional ssh -X user@host and then starting a X-applications
64 runs quite well and even monsters like open office are quite
65 useable...until those applications with sound.
66
67 I tried xpra and (with your help! THX! :) it is spitting warnings
68 and is to slow even when using application, which do not create
69 sound.
70
71 I dont want pulseaudio. I tried that several times on my dekstop
72 Linux PC and it screws up things for reasons unknown to me. I will
73 not exclude the person in front of my monitor as one of the sources
74 of those problems...but why to give it another chance.
75
76 Jack-net isnt available fon Armbian as server application (Armbian
77 is running on the Orange PI PC).
78
79 I dont like HDMI since it is a monitor thingy and does not integrate
80 into the desktop well, since it is a physical switch.
81
82 Any other chance to get X11 talking to me without any addtional cable?
83
84 Best regards,
85 Meino

Replies

Subject Author
Re: [gentoo-user] "X11 forwarding" so to say ... but for audio Fernando Rodriguez <cyklonite@×××××.com>