summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rw-r--r--coolvlviewer.install28
3 files changed, 21 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9b6b1ddb4f9..ffd3f78ba5e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jun 19 11:15:23 UTC 2016
+# Sun Jun 26 14:56:01 UTC 2016
pkgbase = coolvlviewer
pkgdesc = A third-party viewer for Second Life (C) (secondlife) and OpenSim (opensimulator) grids. ('VL' stands for virtual life, formerly known as 'Cool SL Viewer'; native 32bit, binary)
- pkgver = 1.26.18.10
+ pkgver = 1.26.18.11
pkgrel = 1
url = http://sldev.free.fr
install = coolvlviewer.install
@@ -11,10 +11,10 @@ pkgbase = coolvlviewer
license = custom
conflicts = coolvlviewer-legacy
conflicts = coolvlviewer-experimental
- source = http://sldev.free.fr/binaries/CoolVLViewer-1.26.18.10-Linux-x86-Setup
+ source = http://sldev.free.fr/binaries/CoolVLViewer-1.26.18.11-Linux-x86-Setup
source = coolvlviewer.desktop
source = coolvlviewer.launcher
- md5sums = 856427b7722544fe37223253402ce05c
+ md5sums = 72bcec87821ad03f6003481479a680fc
md5sums = 88b0bca907149f4c26389449081a13fd
md5sums = fd78de1f6c1333a5120ece89873515e0
depends_i686 = apr-util
diff --git a/PKGBUILD b/PKGBUILD
index 6a9f3980a605..065f1213a3d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: GordonGR <ntheo1979@gmail.com>
pkgname=coolvlviewer
-pkgver=1.26.18.10
+pkgver=1.26.18.11
pkgrel=1
pkgdesc="A third-party viewer for Second Life (C) (secondlife) and OpenSim (opensimulator) grids. ('VL' stands for virtual life, formerly known as 'Cool SL Viewer'; native 32bit, binary)"
url="http://sldev.free.fr"
@@ -17,7 +17,7 @@ source=("http://sldev.free.fr/binaries/CoolVLViewer-${pkgver}-Linux-x86-Setup"
"coolvlviewer.desktop"
"coolvlviewer.launcher")
-md5sums=('856427b7722544fe37223253402ce05c'
+md5sums=('72bcec87821ad03f6003481479a680fc'
'88b0bca907149f4c26389449081a13fd'
'fd78de1f6c1333a5120ece89873515e0')
diff --git a/coolvlviewer.install b/coolvlviewer.install
index e8d966986455..81e9f65bd638 100644
--- a/coolvlviewer.install
+++ b/coolvlviewer.install
@@ -1,22 +1,24 @@
post_install() {
- echo ">>> For use with OpenAl, please comment out line 8 and uncomment line 10"
- echo ">>> of the file /opt/coolvlviewer/cool_vl_viewer ."
- echo ">>> Currently the file is set for use with OSS."
- echo ">>> The version of settings file is:"
- echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_12618.xml."
- echo ">>> You must also add your user to the 'games' group."
- echo ">>> # gpasswd -a USERNAME games"
- echo ">>> Remember to logout and log back in for the changes to take effect."
+echo ">> New way of selecting sound backend:"
+echo ">> Use the AudioDisableFMODEx, AudioDisableOpenAL, MODExDisableALSA,"
+echo ">> FMODExDisableOSS or FMODExDisablePulseAudio"
+echo ">> Debug Settings."
+echo ">>> The version of settings file is:"
+echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_12618.xml."
+echo ">>> You must also add your user to the 'games' group."
+echo ">>> # gpasswd -a USERNAME games"
+echo ">>> Remember to logout and log back in for the changes to take effect."
}
post_upgrade() {
- echo ">>> For use with OpenAl, please comment out line 8 and uncomment line 10"
- echo ">>> of the file /opt/coolvlviewer/cool_vl_viewer ."
- echo ">>> Currently the file is set for use with OSS."
-# echo ">>> New version of settings file is:"
-# echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_12618.xml."
+echo ">> New way of selecting sound backend:"
+echo ">> Use the AudioDisableFMODEx, AudioDisableOpenAL, MODExDisableALSA,"
+echo ">> FMODExDisableOSS or FMODExDisablePulseAudio"
+echo ">> Debug Settings."
+#echo ">>> New version of settings file is:"
+#echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_12618.xml."
}
op=$1