pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/52021 (graphics/MesaLib fails to install on NetBSD 7.0.1/amd64 with dri disabled)



The following reply was made to PR pkg/52021; it has been noted by GNATS.

From: =?UTF-8?Q?J=c3=b6rn_Clausen?= <joern.clausen%uni-bielefeld.de@localhost>
To: gnats-bugs%NetBSD.org@localhost, maya%NetBSD.org@localhost, pkgsrc-bugs%NetBSD.org@localhost,
 gnats-admin%NetBSD.org@localhost, leot%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/52021 (graphics/MesaLib fails to install on NetBSD 7.0.1/amd64
 with dri disabled)
Date: Mon, 29 May 2017 11:07:15 +0200

 Works as well, libdvpau is not used.
 
 But thinking a bit more about it, this is also puzzling:
 
 $ make show-options PKG_OPTIONS.ffmpeg2=-x11
 
 These options are enabled by default:
          ass fontconfig freetype lame libvpx openssl
          theora vaapi vdpau vorbis x11 x264 xvid
 
 These options are currently enabled:
          ass fontconfig freetype lame libvpx openssl
          theora vaapi vdpau vorbis x264 xvid
 
 
 "vdpau" is still shown in the list of enabled options, although the 
 package is built without support for it. "-vdpau" does what you (well, 
 at least I) expect, to achieve building without X11 as a side effect. 
 "-x11" does what you want, by not building "vdpau" as a side effect.
 
 The only solution I can think of are interdependent options, but that 
 would probably open a whole other can of worms.
 
 Maybe adjusting the text for vdpau and x11 is a reasonable solution:
 
          vdpau    Enable support for VDPAU (needs X11).
          x11      Enable X11 support (needs libvdpau).
 
 or something like that.
 
 -- 
 Jörn Clausen
 Plattformen & Serverdienste
 BITS - Bielefelder IT-Servicezentrum
 
 Universität Bielefeld
 Universitätsstraße 25
 33615 Bielefeld
 Telefon: +49 521 106-12601
 E-Mail: joern.clausen%uni-bielefeld.de@localhost
 
 http://www.uni-bielefeld.de/bits
 


Home | Main Index | Thread Index | Old Index