diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-02-24 23:19:35 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-27 13:22:37 +0700 |
commit | d3e2e743a4d9442a31e0556049df9b9f7634c2f7 (patch) | |
tree | 881faa1d3c58b6e0a35854174324ecd9390f8137 /multimedia/bino/README | |
parent | fe6a2cd3752e98d584ce7c9ecf2b4dae2ae91141 (diff) | |
download | slackbuilds-d3e2e743a4d9442a31e0556049df9b9f7634c2f7.tar.gz |
multimedia/bino: No longer needs rebuilt glew.
The glew in Slackware-14.2 includes libglewmx.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'multimedia/bino/README')
-rw-r--r-- | multimedia/bino/README | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/multimedia/bino/README b/multimedia/bino/README index 746bf919ef..02f63f0e03 100644 --- a/multimedia/bino/README +++ b/multimedia/bino/README @@ -1,4 +1,4 @@ - bino (3D video player) +bino (3D video player) Bino is a 3D video player with multi-display support. @@ -7,18 +7,3 @@ have separate views for the left and right eye and thus allow depth perception through stereopsis. The left and right view of a stereoscopic video can be stored using different layouts. Bino supports all commonly used layouts. - -Requirements: - - libGLEW with mx support - -glew.SlackBuild fix: ----------------------------------------------------------- -# patch wrong multiple definitions for compiling bino -patch -p1 < $CWD/glewexport.patch - -make install.all GLEW_DEST=$PKG/usr || exit 1 ----------------------------------------------------------- - -Notes: The glew-1.9.0 needs to be rebuild with install.all for install -libGLEWmx. For compiling bino with glew-1.9.0 is required a patch "glewexport.patch". -The glew-1.10.0 compiles without problems. |