aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCountStarlight2017-11-28 17:47:31 +0800
committerCountStarlight2017-11-28 17:47:31 +0800
commite948ea513718bb70fd88bb1ba121bb1cdc223f14 (patch)
treeb92c5f0a1832db63bd96d07391e6672ce002e260
parent32d3ed87ce569103f1420e078b4e7c810aa432c7 (diff)
downloadaur-e948ea513718bb70fd88bb1ba121bb1cdc223f14.tar.gz
Fix audio functions (microphone recording and playing voice messages).
Signed-off-by: CountStarlight <countstarlight@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef253dd92269..54056be1c8af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = deepin-wine-tim
pkgdesc = Latest Tencent TIM (com.qq.office) on Deepin Wine For Archlinux
pkgver = 2.0.0
- pkgrel = 2.2
+ pkgrel = 2.3
url = http://tim.qq.com/
install = deepin-wine-tim.install
arch = x86_64
@@ -14,6 +14,10 @@ pkgbase = deepin-wine-tim
depends = xdotool
depends = wqy-microhei
depends = adobe-source-han-sans-cn-fonts
+ depends = lib32-alsa-lib
+ depends = lib32-alsa-plugins
+ depends = lib32-libpulse
+ depends = lib32-openal
conflicts = wine-tim
conflicts = deepin.com.qq.office
conflicts = deepin-tim-for-arch
diff --git a/PKGBUILD b/PKGBUILD
index aa2efaeebcc9..1d8d7670c39b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=deepin-wine-tim
pkgver=2.0.0
deepintimver=1.2.0deepin0
-pkgrel=2.2
+pkgrel=2.3
pkgdesc="Latest Tencent TIM (com.qq.office) on Deepin Wine For Archlinux"
arch=("x86_64")
url="http://tim.qq.com/"
license=('custom')
-depends=('p7zip' 'wine' 'wine-mono' 'wine_gecko' 'xorg-xwininfo' 'xdotool' 'wqy-microhei' 'adobe-source-han-sans-cn-fonts')
+depends=('p7zip' 'wine' 'wine-mono' 'wine_gecko' 'xorg-xwininfo' 'xdotool' 'wqy-microhei' 'adobe-source-han-sans-cn-fonts' 'lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-libpulse' 'lib32-openal')
conflicts=('wine-tim' 'deepin.com.qq.office' 'deepin-tim-for-arch')
install="deepin-wine-tim.install"
_mirror="https://mirrors.ustc.edu.cn/deepin"