From 8425e7b807f37f37f90138db6b91f93b35fc677f Mon Sep 17 00:00:00 2001 From: Sangchul Lee Date: Thu, 10 Feb 2022 14:52:49 +0900 Subject: [PATCH] Exclude gst plugins from build Gstreamer plugins move on to the gstreamer mono git since 1.20.0. : gstreamer/subprojects/gst-plugins-bad/ext/nice Change-Id: Ib006250b5261ded170f6ba17725d79a24ed000b2 Signed-off-by: Sangchul Lee (cherry picked from commit 4e38bd1424281f45de01779ec1b1f2b301107f5a) --- packaging/libnice.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packaging/libnice.spec b/packaging/libnice.spec index 4a8fea5..e494b05 100644 --- a/packaging/libnice.spec +++ b/packaging/libnice.spec @@ -1,7 +1,7 @@ Name: libnice Summary: Library for implementing Interactive Connectivity Establishment (ICE) standard (RFC 5245 & RFC 8445) Version: 0.1.17 -Release: 2 +Release: 3 Group: Multimedia/Libraries License: LGPL-2.1 Source0: %{name}-%{version}.tar.gz @@ -11,9 +11,6 @@ Requires(postun): /sbin/ldconfig BuildRequires: pkgconfig(glib-2.0) >= 2.32.0 BuildRequires: pkgconfig(openssl1.1) BuildRequires: pkgconfig(dlog) -BuildRequires: pkgconfig(gstreamer-1.0) - -%define gst_branch 1.0 %description Library for implementing Interactive Connectivity Establishment (ICE) standard (RFC 5245 & RFC 8445) @@ -55,7 +52,6 @@ rm -rf %{buildroot} %defattr(-,root,root,-) %{_bindir}/* %{_libdir}/*.so.* -%{_libdir}/gstreamer-%{gst_branch}/libgstnice.so %exclude %{_libdir}/debug/* %license COPYING.LGPL -- 2.7.4