mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/bino: No longer needs rebuilt glew.
The glew in Slackware-14.2 includes libglewmx. Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
fe6a2cd375
commit
d3e2e743a4
3 changed files with 2 additions and 30 deletions
|
@ -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.
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://download.savannah.nongnu.org/releases/bino/bino-1.6.1.tar.xz"
|
|||
MD5SUM="59471d7eb3b6981a1e610f96a12ff47c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="%README% ffmpeg freealut libass"
|
||||
REQUIRES="ffmpeg freealut libass"
|
||||
MAINTAINER="Guilherme Calandrini"
|
||||
EMAIL="g_calandrini@hotmail.es"
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
diff -up glew-1.9.0/include/GL/glxew.h.orig glew-1.9.0/include/GL/glxew.h
|
||||
--- glew-1.9.0/include/GL/glxew.h.orig 2012-08-06 17:59:08.000000000 +0200
|
||||
+++ glew-1.9.0/include/GL/glxew.h 2013-05-23 17:29:09.712473195 +0200
|
||||
@@ -1393,7 +1393,7 @@ typedef int ( * PFNGLXVIDEORESIZESUNPROC
|
||||
/* ------------------------------------------------------------------------- */
|
||||
|
||||
#ifdef GLEW_MX
|
||||
-#define GLXEW_FUN_EXPORT
|
||||
+#define GLXEW_FUN_EXPORT GLEW_FUN_EXPORT
|
||||
#define GLXEW_VAR_EXPORT
|
||||
#else
|
||||
#define GLXEW_FUN_EXPORT GLEW_FUN_EXPORT
|
||||
|
Loading…
Reference in a new issue