VirtualGL: update to 2.5.1.
This commit is contained in:
parent
4856dd798d
commit
0cd18d81c4
|
@ -1,14 +0,0 @@
|
|||
With gcc6 there is a space required between string literals
|
||||
and macro parameters.
|
||||
|
||||
--- server/VirtualDrawable.cpp 2016-02-16 03:25:04.000000000 +0100
|
||||
+++ server/VirtualDrawable.cpp 2016-10-03 15:59:16.995129603 +0200
|
||||
@@ -27,7 +27,7 @@
|
||||
using namespace vglserver;
|
||||
|
||||
|
||||
-#define CHECKGL(m) if(glError()) _throw("Could not "m);
|
||||
+#define CHECKGL(m) if(glError()) _throw("Could not " m);
|
||||
|
||||
// Generic OpenGL error checker (0 = no errors)
|
||||
static int glError(void)
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'VirtualGL'
|
||||
pkgname=VirtualGL
|
||||
version=2.5
|
||||
revision=2
|
||||
version=2.5.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DTJPEG_INCLUDE_DIR=/usr/include
|
||||
-DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so -DVGL_LIBDIR=/usr/lib
|
||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://www.virtualgl.org/"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${SOURCEFORGE_SITE}/virtualgl/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=14d5ba1af9fe8859bbb6131714fee465143f16184449d2d7adb65bd4aba4d7d6
|
||||
checksum=da342e0157257cd7b7c9c6705c7f2b9853f28f6bb6c51c90c710cc14257f3659
|
||||
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
|
||||
|
|
Loading…
Reference in New Issue