summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2017-11-29 18:46:24 -0600
committerJavier Tiá2017-11-29 18:46:24 -0600
commit28842581ca4032b65700419f1b38c5c1e8233c29 (patch)
tree27d082f3ba205d26a906853539f892d5cc5fc148
parent3ab58d5e811b5b02cff773089287126d351a5bf2 (diff)
downloadaur-28842581ca4032b65700419f1b38c5c1e8233c29.tar.gz
Bump up hpmyroom 10.11.0.0106-2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 345e6ef09475..d9189ec77039 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Oct 14 18:08:50 UTC 2017
+# Thu Nov 30 00:45:01 UTC 2017
pkgbase = hpmyroom
pkgdesc = HPE MyRoom a collaborative conferencing meetings software
pkgver = 10.11.0.0106
- pkgrel = 1
+ pkgrel = 2
url = https://www.myroom.hpe.com
arch = x86_64
license = unknown
@@ -50,6 +50,7 @@ pkgbase = hpmyroom
depends = pcre
depends = xz
depends = zlib
+ depends = libva
source = https://www.myroom.hpe.com/downloadfiles/hpmyroom_10.11.0.0106_amd64.deb
sha256sums = c6c41a68e359d48352a0ac03f01b2b4f4fce9ead8f49a82979e5bbbeb64f8d7d
diff --git a/PKGBUILD b/PKGBUILD
index 20cee018fe0c..2e77a6861615 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=hpmyroom
pkgver=10.11.0.0106
-pkgrel=1
+pkgrel=2
pkgdesc="HPE MyRoom a collaborative conferencing meetings software"
url="https://www.myroom.hpe.com"
arch=('x86_64')
license=('unknown')
-depends=('alsa-lib' 'bzip2' 'dbus' 'expat' 'flac' 'fontconfig' 'freetype2' 'glib2' 'graphite' 'gst-plugins-bad' 'gst-plugins-base-libs' 'gstreamer' 'harfbuzz' 'libasyncns' 'libcap' 'libffi' 'libgcrypt' 'libglvnd' 'libgpg-error' 'libice' 'libogg' 'libpng' 'libpng12' 'libpulse' 'libsm' 'libsndfile' 'libsystemd' 'libutil-linux' 'libvorbis' 'libx11' 'libxau' 'libxcb' 'libxdmcp' 'libxext' 'libxfixes' 'libxi' 'libxss' 'libxtst' 'lz4' 'orc' 'pcre' 'xz' 'zlib')
+depends=('alsa-lib' 'bzip2' 'dbus' 'expat' 'flac' 'fontconfig' 'freetype2' 'glib2' 'graphite' 'gst-plugins-bad' 'gst-plugins-base-libs' 'gstreamer' 'harfbuzz' 'libasyncns' 'libcap' 'libffi' 'libgcrypt' 'libglvnd' 'libgpg-error' 'libice' 'libogg' 'libpng' 'libpng12' 'libpulse' 'libsm' 'libsndfile' 'libsystemd' 'libutil-linux' 'libvorbis' 'libx11' 'libxau' 'libxcb' 'libxdmcp' 'libxext' 'libxfixes' 'libxi' 'libxss' 'libxtst' 'lz4' 'orc' 'pcre' 'xz' 'zlib' 'libva')
source=("${url}/downloadfiles/${pkgname}_${pkgver}_amd64.deb")
sha256sums=('c6c41a68e359d48352a0ac03f01b2b4f4fce9ead8f49a82979e5bbbeb64f8d7d')
@@ -18,6 +18,11 @@ package() {
tar xf data.tar.xz --no-same-permissions --no-overwrite-dir -C ${pkgdir}
chmod a-x ${pkgdir}/usr/share/applications/HP-myroom.desktop
find ${pkgdir}/usr/share/hpmyroom/Resources/* -type f -exec chmod a-x {} \;
+ mkdir -p ${pkgdir}/usr/lib
+ cd ${pkgdir}/usr/lib
+ ln -s libva.so.2.0.0 libva.so.1
+ ln -s libva-x11.so.2.0.0 libva-x11.so.1
+ ln -s libva-drm.so.2.0.0 libva-drm.so.1
}
# vim:set ft=sh ts=2 sw=2 et: