From 14c5107da179736a5a1b682aaf7cc0b35053b60fe98afb46f22d6ab83f0798d4 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 13 Sep 2022 07:32:32 +0000 Subject: [PATCH] Accepting request 1002616 from GNOME:Next GNOME 43.rc - let's get this into Staging to see what we break (e.g meson:test seems to be an issue already) OBS-URL: https://build.opensuse.org/request/show/1002616 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/farstream?expand=0&rev=43 --- farstream.changes | 7 +++++++ farstream.spec | 4 +--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/farstream.changes b/farstream.changes index 1414bc3..656d49b 100644 --- a/farstream.changes +++ b/farstream.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Aug 29 09:16:02 UTC 2022 - Bjørn Lie + +- Build farstream without gupnp support. Following this, drop + pkgconfig(gupnp-1.2) and pkgconfig(gupnp-igd-1.0) and pass + --disable-gupnp to configure. + ------------------------------------------------------------------- Fri Feb 11 18:57:00 UTC 2022 - Bjørn Lie diff --git a/farstream.spec b/farstream.spec index e81e22d..76f44b0 100644 --- a/farstream.spec +++ b/farstream.spec @@ -47,8 +47,6 @@ BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: pkgconfig(gio-unix-2.0) >= 2.40 BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= 1.4 -BuildRequires: pkgconfig(gupnp-1.2) -BuildRequires: pkgconfig(gupnp-igd-1.0) >= 0.2 BuildRequires: pkgconfig(nice) >= 0.1.8 %description @@ -129,7 +127,7 @@ NOCONFIGURE=1 ./autogen.sh --disable-static \ --enable-gtk-doc \ --enable-introspection \ - --enable-gupnp \ + --disable-gupnp \ %{nil} %make_build