virtualg-2.5.2:ver.bump
This commit is contained in:
@@ -22,6 +22,7 @@ def setup():
|
|||||||
|
|
||||||
options += "-DVGL_LIBDIR=/usr/lib32 \
|
options += "-DVGL_LIBDIR=/usr/lib32 \
|
||||||
-DCMAKE_INSTALL_PREFIX=/emul32 \
|
-DCMAKE_INSTALL_PREFIX=/emul32 \
|
||||||
|
-DCMAKE_INSTALL_LIBDIR=/usr/lib32 \
|
||||||
-DVGL_BINDIR=/emul32/bin \
|
-DVGL_BINDIR=/emul32/bin \
|
||||||
-DTJPEG_LIBRARY=/usr/lib32/libturbojpeg.so \
|
-DTJPEG_LIBRARY=/usr/lib32/libturbojpeg.so \
|
||||||
-DVGL_FAKELIBDIR=/usr/lib32/fakelib \
|
-DVGL_FAKELIBDIR=/usr/lib32/fakelib \
|
||||||
@@ -29,9 +30,9 @@ def setup():
|
|||||||
elif get.ARCH() == "x86_64":
|
elif get.ARCH() == "x86_64":
|
||||||
|
|
||||||
options += "-DVGL_LIBDIR=/usr/lib \
|
options += "-DVGL_LIBDIR=/usr/lib \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr/share \
|
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
|
||||||
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DVGL_FAKELIBDIR=/usr/lib/fakelib \
|
-DVGL_FAKELIBDIR=/usr/lib/fakelib \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr/share \
|
|
||||||
-DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so \
|
-DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so \
|
||||||
-DVGL_BINDIR=/usr/bin"
|
-DVGL_BINDIR=/usr/bin"
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>A toolkit for displaying OpenGL applications to thin clients</Summary>
|
<Summary>A toolkit for displaying OpenGL applications to thin clients</Summary>
|
||||||
<Description>Redirects 3D commands from an OpenGL application onto a server-side 3D graphics card.</Description>
|
<Description>Redirects 3D commands from an OpenGL application onto a server-side 3D graphics card.</Description>
|
||||||
<Archive sha1sum="20ec8daa09d2bd5bb2437628a2416f9a4ca0fa63" type="targz">https://sourceforge.net/projects/virtualgl/files/2.5.1/VirtualGL-2.5.1.tar.gz</Archive>
|
<Archive sha1sum="c2e08aa0d8991f4b6984f2d0acb9d4170e034ae0" type="targz">https://sourceforge.net/projects/virtualgl/files/2.5.2/VirtualGL-2.5.2.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>cmake</Dependency>
|
<Dependency>cmake</Dependency>
|
||||||
<Dependency>fltk-devel</Dependency>
|
<Dependency>fltk-devel</Dependency>
|
||||||
@@ -89,6 +89,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="5">
|
||||||
|
<Date>2018-02-22</Date>
|
||||||
|
<Version>2.5.2</Version>
|
||||||
|
<Comment>Version bump</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="4">
|
<Update release="4">
|
||||||
<Date>2017-02-16</Date>
|
<Date>2017-02-16</Date>
|
||||||
<Version>2.5.1</Version>
|
<Version>2.5.1</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user