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 05:08:48
Message-Id: 20160719050824.GB4628@solfire
In Reply to: Re: [gentoo-user] "X11 forwarding" so to say ... but for audio by Stroller
1 Stroller <stroller@××××××××××××××××××.uk> [16-07-19 04:44]:
2 >
3 > > On 18 Jul 2016, at 06:16, meino.cramer@×××.de wrote:
4 > >
5 > > X11 forwarding is quite handy in this cases...but I miss the
6 > > audio.
7 >
8 > It might be worth looking at xpra if you want both together.
9 >
10 > I would choose the 0.17.x release - Portage is bang up to date with the latest version.
11 >
12 > http://xpra.org/trac/wiki/Versions
13 >
14 > Any problems, use the xpra mailing list and you'll find the developer very helpful and responsive.
15 >
16 > http://lists.devloop.org.uk/mailman/listinfo/shifter-users
17 >
18 > Stroller.
19
20 Hi Stroller,
21
22 thanks for pointing me to this one! :)
23
24 But...
25
26 I got some messages from the build process, I dont understand...
27
28 The XPRA-Wiki say for the building process:
29 Gentoo
30 The xpra ebuilds in portage are reasonably up to date, just avoid the outdated versions shipped as "stable"
31
32
33 So I did this:
34 vemerge x11-wm/xpra-0.17.4
35 as root ("vemerge" is a little script I wrote which simply put the =
36 before and 's around the package name.)
37
38 This gives me:
39 Calculating dependencies |
40
41 !!! Problem resolving dependencies for =x11-wm/xpra-0.17.4 ... done!
42
43 !!! The ebuild selected to satisfy "=x11-wm/xpra-0.17.4" has unmet requirements.
44 - x11-wm/xpra-0.17.4::gentoo USE="client clipboard lzo opengl x264 x265 -csc -cups -dec_av2 -libav -lz4 -pulseaudio -server -sound -vpx -webp" ABI_X86="64" PYTHON_TARGETS="python2_7"
45
46 The following REQUIRED_USE flag constraints are unsatisfied:
47 client? ( x264? ( dec_av2 ) x265? ( dec_av2 ) )
48
49 The above constraints are a subset of the following complete expression:
50 any-of ( python_targets_python2_7 ) clipboard? ( any-of ( server client ) ) opengl? ( client ) any-of ( client server ) client? ( x264? ( dec_av2 ) x265? ( dec_av2 ) ) any-of ( python_targets_python2_7 )
51
52
53
54 Not really sure what that means I added the following line
55
56 x11-wm/xpra x264
57
58 to package.use/.
59
60 and received the same message again.
61
62 Any advice how to get this compiled is very appreciated! ;)
63
64 Thanks a lot in advance for any help!
65 Best regards,
66 Meino

Replies

Subject Author
Re: [gentoo-user] "X11 forwarding" so to say ... but for audio Neil Bothwick <neil@××××××××××.uk>