forked from pool/telegram-desktop
Accepting request 664419 from server:messaging
OBS-URL: https://build.opensuse.org/request/show/664419 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/telegram-desktop?expand=0&rev=5
This commit is contained in:
commit
922695646f
1
patch.py
1
patch.py
@ -270,6 +270,7 @@ def process_telegram(jsonobj):
|
||||
child.append("'TDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME'")
|
||||
child.append("'TDESKTOP_DISABLE_UNITY_INTEGRATION'")
|
||||
child.append("'TDESKTOP_DISABLE_GTK_INTEGRATION'")
|
||||
child.append("'TDESKTOP_DISABLE_OPENAL_EFFECTS'")
|
||||
child.remove("'AL_LIBTYPE_STATIC'")
|
||||
child = jsonobj["'targets'"][0]["'include_dirs'"]
|
||||
child.remove("'<(libs_loc)/breakpad/src'")
|
||||
|
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
Loading…
Reference in New Issue
Block a user