1
0

Accepting request 664414 from home:ramax:branches:server:messaging

- Add TDESKTOP_DISABLE_OPENAL_EFFECTS to fix playback error:
  Audio Playback Error: 40963, Invalid Value

OBS-URL: https://build.opensuse.org/request/show/664414
OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=60
This commit is contained in:
Xu Zhao
2019-01-10 16:17:46 +00:00
committed by Git OBS Bridge
parent 9a71f458ea
commit bfd348031a
3 changed files with 8 additions and 1 deletions

View File

@@ -270,6 +270,7 @@ def process_telegram(jsonobj):
child.append("'TDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME'") child.append("'TDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME'")
child.append("'TDESKTOP_DISABLE_UNITY_INTEGRATION'") child.append("'TDESKTOP_DISABLE_UNITY_INTEGRATION'")
child.append("'TDESKTOP_DISABLE_GTK_INTEGRATION'") child.append("'TDESKTOP_DISABLE_GTK_INTEGRATION'")
child.append("'TDESKTOP_DISABLE_OPENAL_EFFECTS'")
child.remove("'AL_LIBTYPE_STATIC'") child.remove("'AL_LIBTYPE_STATIC'")
child = jsonobj["'targets'"][0]["'include_dirs'"] child = jsonobj["'targets'"][0]["'include_dirs'"]
child.remove("'<(libs_loc)/breakpad/src'") child.remove("'<(libs_loc)/breakpad/src'")

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 10 14:55:58 UTC 2019 - Ramax Lo <ramaxlo@gmail.com>
- Add TDESKTOP_DISABLE_OPENAL_EFFECTS to fix playback error:
Audio Playback Error: 40963, Invalid Value
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 22 01:33:03 UTC 2018 - Xu Zhao <i@xuzhao.net> Sat Dec 22 01:33:03 UTC 2018 - Xu Zhao <i@xuzhao.net>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package telegram-desktop # spec file for package telegram-desktop
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed