[gentoo-user] why the sudden need for glamor in xf86-video-intel

2014-09-17 Thread gottlieb
Today

EMERGE_DEFAULT_OPTS=--ask --deep --tree --verbose --jobs --load-average=5
emerge  --keep-going --update --changed-use @world

generated

Calculating dependencies... done!
[ebuild   R] x11-drivers/xf86-video-intel-2.21.15  USE=dri glamor* sna 
udev -uxa -xvmc 1,932 kB
[ebuild  N ]  x11-libs/glamor-0.6.0  USE=xv -gles -static-libs 419 kB
[ebuild   R]   media-libs/mesa-10.0.4  USE=classic egl gallium gbm* llvm 
nptl -bindist -debug -gles1 -gles2 -llvm-shared-libs -opencl -openvg -osmesa 
-pax_kernel -pic -r600-llvm-compiler (-selinux) -vdpau -wayland -xa -xvmc 
ABI_X86=(64) (-32) (-x32) VIDEO_CARDS=intel (-freedreno) -i915 -i965 -ilo 
-nouveau -r100 -r200 -r300 -r600 -radeon -radeonsi -vmware 6,636 kB

Total: 3 packages (1 new, 2 reinstalls), Size of downloads: 8,986 kB

The following USE changes are necessary to proceed:
 (see package.use in the portage(5) man page for more details)
# required by x11-libs/glamor-0.6.0
# required by x11-drivers/xf86-video-intel-2.21.15[glamor]
# required by @selected
# required by @world (argument)
=media-libs/mesa-10.0.4 gbm

So now xf86-video-intel needs glamor.  What changed?
This is a server so it did an rsync during the night, but the ebuild is
old.

thanks,
allan



Re: [gentoo-user] why the sudden need for glamor in xf86-video-intel

2014-09-17 Thread gottlieb
On Wed, Sep 17 2014, Neil Bothwick wrote:

 On Wed, 17 Sep 2014 16:51:17 -0400, gottl...@nyu.edu wrote:

 The following USE changes are necessary to proceed:
  (see package.use in the portage(5) man page for more details)
 # required by x11-libs/glamor-0.6.0
 # required by x11-drivers/xf86-video-intel-2.21.15[glamor]
 # required by @selected
 # required by @world (argument)
 =media-libs/mesa-10.0.4 gbm
 
 So now xf86-video-intel needs glamor.  What changed?
 This is a server so it did an rsync during the night, but the ebuild is
 old.

 xorg-server gained a glamor USE flag, which appears to be enabled by
 default in at least the profiles I am using. You are free to turn it off
 if you know you don't need it.

Thank you.