diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-30 00:06:17 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-30 15:44:38 -0300 |
commit | 8cf7122447af2c597e6322982235686c8f2bbdc6 (patch) | |
tree | 60fc8bc037ed1dd1800211f155be71d9ae80577c /testing/virtualgl | |
parent | 01e6de9ca39962aeaa4cc4cffabda3c67564a317 (diff) | |
download | aports-8cf7122447af2c597e6322982235686c8f2bbdc6.tar.bz2 aports-8cf7122447af2c597e6322982235686c8f2bbdc6.tar.xz |
testing/virtualgl: upgrade to 2.6.2
Diffstat (limited to 'testing/virtualgl')
-rw-r--r-- | testing/virtualgl/APKBUILD | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/testing/virtualgl/APKBUILD b/testing/virtualgl/APKBUILD index d50410c773..c62129d94d 100644 --- a/testing/virtualgl/APKBUILD +++ b/testing/virtualgl/APKBUILD @@ -2,22 +2,18 @@ # Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to> pkgname=virtualgl _pkgname=VirtualGL -pkgver=2.6 +pkgver=2.6.2 pkgrel=0 pkgdesc="VirtualGL is a toolkit to run remote OpenGL applications with full 3D hardware acceleration." -url="http://www.virtualgl.org" +url="https://virtualgl.org/" arch="x86_64 ppc64le" -license="LGPL" -depends="" -depends_dev="" +license="LGPL-2.1-or-later" makedepends="mesa-dev cmake openssl-dev libjpeg-turbo-dev libx11-dev glu-dev libxv-dev libxtst-dev" -install="" subpackages="$pkgname-dev $pkgname-doc" source="https://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${_pkgname}-${pkgver}.tar.gz" builddir=${srcdir}/${_pkgname}-${pkgver} build() { - cd "$builddir" mkdir -p build && cd build cmake .. \ @@ -27,15 +23,15 @@ build() { -DCMAKE_INSTALL_BINDIR=/usr/bin \ -DTJPEG_INCLUDE_DIR=/usr/include \ -DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so \ - -DOPENGL_glu_LIBRARY=/usr/lib/libGLU.so \ - -DVGL_USESSL=1 \ + -DOPENGL_glu_LIBRARY=/usr/lib/libGLU.so \ + -DVGL_USESSL=1 \ -DVGL_FAKEXCB=1 make } package() { cd "$builddir/build" - make DESTDIR="$pkgdir" install + make DESTDIR="$pkgdir" install } -sha512sums="44b5777f1eab1e3afdeb9461993e2d471085be8aa070f8118161941c7623d6053782732d8b30ddaa655f7d5139600dbe721628cb0dd210e113b3360caeeb45bd VirtualGL-2.6.tar.gz" +sha512sums="826707451a7c85de84f3e4b2cc629ee41ee48132c62d55dd2af87d7f1a45873a8d0a281936bae37ce838491948c462e9cebb08ce8b20fcba2122c94d8bc2f5e5 VirtualGL-2.6.2.tar.gz" |