Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
virtualgl
Commits:
d531799f by Sven-Hendrik Haase at 2023-12-22T16:47:10+01:00
upgpkg: 3.1-3: Change libdir to /usr/lib/virtualgl (Fixes #1)
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = virtualgl
pkgdesc = Redirects 3D commands from an OpenGL application onto a
server-side 3D graphics card
pkgver = 3.1
- pkgrel = 2
+ pkgrel = 3
url = https://virtualgl.org
arch = x86_64
license = LGPL
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=virtualgl
pkgver=3.1
-pkgrel=2
+pkgrel=3
pkgdesc="Redirects 3D commands from an OpenGL application onto a server-side
3D graphics card"
arch=('x86_64')
url="https://virtualgl.org"
@@ -34,7 +34,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DTJPEG_INCLUDE_DIR=/usr/include \
-DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so \
- -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib/virtualgl \
-DCMAKE_INSTALL_BINDIR=/usr/bin \
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${pkgname} \
-DVGL_FAKEXCB=1
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/virtualgl/-/commit/d531799f05eb3a4c1276f3f9eebbed638045b3b3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/virtualgl/-/commit/d531799f05eb3a4c1276f3f9eebbed638045b3b3
You're receiving this email because of your account on gitlab.archlinux.org.