summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordonGR2020-10-19 14:53:24 +0300
committerGordonGR2020-10-19 14:53:24 +0300
commitd77fb558d06515ee841102fba24baaa128526007 (patch)
tree2dcc188a9501aadbc064bd09ec0b329d6d48b434
parente0947cb93c69fc0796a6f369f62bf125213726ac (diff)
downloadaur-d77fb558d06515ee841102fba24baaa128526007.tar.gz
1.28.0.12-2: Upstream update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
-rw-r--r--coolvlviewer.install2
3 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b7f3a4422f0..e6bf377ac2c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = coolvlviewer-bin
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', binary)
pkgver = 1.28.0.12
- pkgrel = 1
+ pkgrel = 2
url = http://sldev.free.fr
install = coolvlviewer.install
arch = x86_64
@@ -37,6 +37,7 @@ pkgbase = coolvlviewer-bin
optdepends = gst-plugins-ugly: for video support
optdepends = lib32-freealut: for OpenAL support
optdepends = lib32-libidn11: for voice support
+ optdepends = wine: for SLVoice support
conflicts = coolvlviewer
conflicts = coolvlviewer-experimental
conflicts = coolvlviewer-experimental-bin
diff --git a/PKGBUILD b/PKGBUILD
index b1ed44d096b9..e26b7ca3ad44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=coolvlviewer-bin
pkgver=1.28.0.12
-pkgrel=1
+pkgrel=2
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', binary)"
url="http://sldev.free.fr"
license=('custom')
@@ -18,7 +18,8 @@ optdepends=(
'gst-plugins-bad: for video support'
'gst-plugins-ugly: for video support'
'lib32-freealut: for OpenAL support'
- 'lib32-libidn11: for voice support')
+ 'lib32-libidn11: for voice support'
+ 'wine: for SLVoice support')
arch=('x86_64')
conflicts=('coolvlviewer' 'coolvlviewer-experimental' 'coolvlviewer-experimental-bin')
install=coolvlviewer.install
diff --git a/coolvlviewer.install b/coolvlviewer.install
index 440921da4f36..4eb483feadf0 100644
--- a/coolvlviewer.install
+++ b/coolvlviewer.install
@@ -4,11 +4,13 @@ echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_12680.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 ">>> To use SLVoice, please make sure Wine is installed on your system and then simply run the script "install-wine-SLVoice.sh" from a terminal to setup everything for the viewer."
}
#post_upgrade() {
echo ">>> New version of settings file is:"
echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_12800.xml."
+echo ">>> To use SLVoice, please make sure Wine is installed on your system and then simply run the script "install-wine-SLVoice.sh" from a terminal to setup everything for the viewer."
}
op=$1