diff options
author | Guilherme Calandrini <g_calandrini@hotmail.es> | 2015-10-16 19:39:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-16 23:27:34 +0700 |
commit | eeaa4452b7ca1806813b86e6a57888b63efa8bc0 (patch) | |
tree | a4dae8be14904f6641018eb905937d2867f8f7ba /multimedia/bino/README | |
parent | aa23359bd48fcb54e1e738e5721c38835a8e8b9f (diff) | |
download | slackbuilds-eeaa4452b7ca1806813b86e6a57888b63efa8bc0.tar.gz |
multimedia/bino: Added (3D video player).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/bino/README')
-rw-r--r-- | multimedia/bino/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/multimedia/bino/README b/multimedia/bino/README new file mode 100644 index 0000000000..746bf919ef --- /dev/null +++ b/multimedia/bino/README @@ -0,0 +1,24 @@ + bino (3D video player) + +Bino is a 3D video player with multi-display support. + +3D videos are more accurately called stereoscopic videos. Such videos +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. |