Exclude gst plugins from build 03/271103/1 accepted/tizen/unified/20220217.153448 submit/tizen/20220216.051033
authorSangchul Lee <sc11.lee@samsung.com>
Thu, 10 Feb 2022 05:52:49 +0000 (14:52 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Tue, 15 Feb 2022 08:59:45 +0000 (08:59 +0000)
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 <sc11.lee@samsung.com>
(cherry picked from commit 4e38bd1424281f45de01779ec1b1f2b301107f5a)

packaging/libnice.spec

index 4a8fea5..e494b05 100644 (file)
@@ -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