forked from pool/wireshark
Accepting request 866052 from home:rfrohl:branches:network:utilities
disable libbcg729 for SUSE based distros OBS-URL: https://build.opensuse.org/request/show/866052 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=330
This commit is contained in:
parent
0c8fdb0223
commit
6e38c8acd8
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 13:35:56 UTC 2021 - Robert Frohl <rfrohl@suse.com>
|
||||
|
||||
- Disable ITU G.729 Annex A/B speech codec for SUSE based distros, but keep
|
||||
enabled for openSUSE.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 13 09:32:30 UTC 2021 - Robert Frohl <rfrohl@suse.com>
|
||||
|
||||
|
@ -69,7 +69,6 @@ BuildRequires: pkgconfig(Qt5Multimedia)
|
||||
BuildRequires: pkgconfig(Qt5PrintSupport)
|
||||
BuildRequires: pkgconfig(Qt5Svg)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(libbcg729)
|
||||
BuildRequires: pkgconfig(libmaxminddb)
|
||||
BuildRequires: pkgconfig(libnghttp2)
|
||||
BuildRequires: pkgconfig(libssh) >= 0.6.0
|
||||
@ -79,6 +78,9 @@ BuildRequires: pkgconfig(minizip)
|
||||
BuildRequires: pkgconfig(opus)
|
||||
BuildRequires: pkgconfig(sbc)
|
||||
BuildRequires: pkgconfig(speexdsp)
|
||||
%if 0%{?is_opensuse}
|
||||
BuildRequires: pkgconfig(libbcg729)
|
||||
%endif
|
||||
# keep until libbrotli-devel bug is fixed
|
||||
Requires: libbrotlidec1
|
||||
Requires(pre): permissions
|
||||
|
Loading…
Reference in New Issue
Block a user