Changes between Initial Version and Version 1 of Ticket #46306


Ignore:
Timestamp:
Dec 22, 2014, 9:46:52 PM (9 years ago)
Author:
dbevans (David B. Evans)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46306 – Description

    initial v1  
    11OpenGL support in p5-pdl is provided by p5-opengl.  p5-opengl builds correctly on the average workstation but fails on the buildbots because it needs to access the display to configure properly and the buildbots do not have that access.  This in turn causes p5-pdl to fail and so on down the line. (My interest is p5-gimp which depends on p5-pdl and is therefore blocked).
    22
    3 I suggest disabling opengl support by default so that the p5-pdl build will succeed (hopefully) on the buildbots as a tool for testing and verification and (license permitting) to enable distribution of binary images of the port.  A +opengl variant can be added to enable the functionality (3D graphics support) if desired by end users.
     3I suggest disabling opengl support by default so that the p5-pdl build will succeed (hopefully) on the buildbots as a tool for testing and verification and (license permitting) to enable distribution of binary images of the port.  A +opengl variant can be added to enable the functionality (HW accelerated 3D graphics support) if desired by end users.
    44
    55FYI, here is the section of code in ${worksrcpath}/perldl.conf that can be used to disable/enable this feature