forked from pool/farstream
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
This commit is contained in:
parent
e85b44dce1
commit
14c5107da1
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 29 09:16:02 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- 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 <bjorn.lie@gmail.com>
|
Fri Feb 11 18:57:00 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -47,8 +47,6 @@ BuildRequires: libtool
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.40
|
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.40
|
||||||
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= 1.4
|
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
|
BuildRequires: pkgconfig(nice) >= 0.1.8
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -129,7 +127,7 @@ NOCONFIGURE=1 ./autogen.sh
|
|||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-gtk-doc \
|
--enable-gtk-doc \
|
||||||
--enable-introspection \
|
--enable-introspection \
|
||||||
--enable-gupnp \
|
--disable-gupnp \
|
||||||
%{nil}
|
%{nil}
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user