commit 1ca2ccec9542d36c6e443b99bcd71484dfcfdfca
Author: Jan Rękorajski <[email protected]>
Date:   Thu May 19 13:19:15 2022 +0200

    - build with mbedtls2 until bctoolbx is updated to avoid symbol clash, rel 2

 librist.spec | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/librist.spec b/librist.spec
index ed69760..c10dc25 100644
--- a/librist.spec
+++ b/librist.spec
@@ -2,7 +2,7 @@ Summary:        Reliable Internet Stream Transport (RIST)
 Summary(pl.UTF-8):     Reliable Internet Stream Transport (RIST) - niezawodny 
internetowy protokół strumieniowy
 Name:          librist
 Version:       0.2.6
-Release:       1
+Release:       2
 License:       BSD
 Group:         Libraries
 #Source0Download: https://code.videolan.org/rist/librist/-/tags
@@ -14,7 +14,9 @@ BuildRequires:        meson >= 0.51.0
 BuildRequires: ninja >= 1.5
 # disabled in sources (as of 0.2.6)
 #BuildRequires:        lz4-devel
-BuildRequires: mbedtls-devel
+# not using mbedtls 3 to avoid symbol clash
+# librist (mbedtls3) -> ffmbeg -> mediastreamer + bctoolbox (mbedtls2)
+BuildRequires: mbedtls2-devel
 BuildRequires: rpmbuild(macros) >= 1.736
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -33,7 +35,7 @@ Group:                Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      cjson-devel
 #Requires:     lz4-devel
-Requires:      mbedtls-devel
+Requires:      mbedtls2-devel
 
 %description devel
 Header files for RIST library.
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/librist.git/commitdiff/1ca2ccec9542d36c6e443b99bcd71484dfcfdfca

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to