From 6e38c8acd8e85549163dadf07ed5505f870bb2491e5b61122cc125512d728fcb Mon Sep 17 00:00:00 2001 From: Robert Frohl Date: Fri, 22 Jan 2021 15:21:19 +0000 Subject: [PATCH] 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 --- wireshark.changes | 6 ++++++ wireshark.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/wireshark.changes b/wireshark.changes index dfe5bf1..7986b5b 100644 --- a/wireshark.changes +++ b/wireshark.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 22 13:35:56 UTC 2021 - Robert Frohl + +- 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 diff --git a/wireshark.spec b/wireshark.spec index b98bce7..2a8714f 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -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