Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Description [1]: > The Mesa Demos package contains a large number of OpenGL demonstration > and test programs. > > These programs were previously distributed as the MesaDemos-x.y.z.tar.gz > package released in conjunction with the MesaLib-x.y.z.tar.gz package. > The demos are separated now since they don't change often and > aren't tied to a particular version of Mesa. > > Note that the Mesa demos should be usable with any OpenGL > implementation; not just Mesa. Version 8.3.0 was released on December 9th, 2015. Instead of patching the Mesa 3D source code as documented in the BLFS book [2], build a separate package for the Mesa 3D demo programs. Create the versionless bee file with the commands below. ``` $ bee init https://mesa.freedesktop.org/archive/demos/8.3.0/mesa-demos-8.3.0.tar.bz2 creating mesa-demos-8.3.0-0.bee from template '/etc/default/bee/templates/fallback' $ git add mesa-demos-8.3.0-0.bee $ git mv mesa-demos-8.3.0-0.bee mesa-demos.bee $ vim mesa-demos.bee $ git add $_ ``` [1] https://cgit.freedesktop.org/mesa/demos/tree/index.html [2] http://www.linuxfromscratch.org/blfs/view/svn/x/mesa.html