Hello community,

here is the log from the commit of package mediastreamer2 for openSUSE:Factory 
checked in at 2020-06-28 23:05:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mediastreamer2 (Old)
 and      /work/SRC/openSUSE:Factory/.mediastreamer2.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mediastreamer2"

Sun Jun 28 23:05:08 2020 rev:25 rq:817228 version:4.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mediastreamer2/mediastreamer2.changes    
2020-03-06 21:24:27.749454898 +0100
+++ /work/SRC/openSUSE:Factory/.mediastreamer2.new.3060/mediastreamer2.changes  
2020-06-28 23:06:31.158897126 +0200
@@ -1,0 +2,15 @@
+Fri Jun 26 09:28:26 UTC 2020 - Paolo Stivanin <[email protected]>
+
+- Update to 4.4.0
+  * TURN over TCP or TLS (previously was only UDP)
+  * Capture/playback gain control for Mac OS (AudioUnit)
+  * Optimize mirroring for OpenGL based display filters. It was previously 
done in software.
+  * Make V4L2 capture filter work with read-only devices (such as with 
v4lloopback driver)
+  * ICE: set source IP addresses of outgoing packets consistent with the local 
candidate it is supposed to test or use. This fixes various ICE failures 
occuring when the host has multiple IP addresses (which is now common with IPv6)
+  * New implementation of MSEventQueue, to fix unreproductible crashes with 
the previous implementation.
+  * Crashes around mblk_t management of Video4Linux2 catpure filter.
+  * Random crash in VideoToolbox decoding filter.
+  * VP8 decoding errors due to an invalid aggregation of packets in rare 
circumstances
+  * Crash while reading mkv file with checksums.
+
+-------------------------------------------------------------------

Old:
----
  mediastreamer2-4.3.1.tar.gz

New:
----
  mediastreamer2-4.4.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mediastreamer2.spec ++++++
--- /var/tmp/diff_new_pack.aFDObq/_old  2020-06-28 23:06:33.286904193 +0200
+++ /var/tmp/diff_new_pack.aFDObq/_new  2020-06-28 23:06:33.290904206 +0200
@@ -17,9 +17,9 @@
 
 
 %define sobase  libmediastreamer
-%define sover   10
+%define sover   11
 Name:           mediastreamer2
-Version:        4.3.1
+Version:        4.4.0
 Release:        0
 Summary:        Audio/Video real-time streaming
 License:        GPL-2.0-or-later
@@ -113,15 +113,18 @@
 %patch0 -p1
 
 %build
-%cmake -DCMAKE_SHARED_LINKER_FLAGS="-flto=auto -Wl,--as-needed -Wl,-z,now" \
+export CFLAGS="%(echo %{optflags}) -fcommon -Wno-implicit-function-declaration"
+export CXXFLAGS="$CFLAGS"
+%cmake \
+    -DCMAKE_SHARED_LINKER_FLAGS="-flto=auto -Wl,--as-needed -Wl,-z,now" \
     -DENABLE_STATIC=NO
-make 
+%cmake_build
 
 %install
 %cmake_install
 
 mkdir -p %{buildroot}%{_docdir}/%{name}/
-mv -T %{buildroot}%{_datadir}/doc/%{name}-4.3.0/ \
+mv -T %{buildroot}%{_datadir}/doc/%{name}-%{version}/ \
   %{buildroot}%{_docdir}/%{name}/
 
 %post -n %{sobase}%{sover} -p /sbin/ldconfig

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.aFDObq/_old  2020-06-28 23:06:33.314904286 +0200
+++ /var/tmp/diff_new_pack.aFDObq/_new  2020-06-28 23:06:33.314904286 +0200
@@ -1 +1 @@
-libmediastreamer10
+libmediastreamer11

++++++ mediastreamer2-4.3.1.tar.gz -> mediastreamer2-4.4.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/mediastreamer2/mediastreamer2-4.3.1.tar.gz 
/work/SRC/openSUSE:Factory/.mediastreamer2.new.3060/mediastreamer2-4.4.0.tar.gz 
differ: char 13, line 1

++++++ mediastreamer2-fix-pkgconfig.patch ++++++
--- /var/tmp/diff_new_pack.aFDObq/_old  2020-06-28 23:06:33.330904339 +0200
+++ /var/tmp/diff_new_pack.aFDObq/_new  2020-06-28 23:06:33.334904353 +0200
@@ -1,6 +1,6 @@
-diff -urN a/CMakeLists.txt b/CMakeLists.txt
---- a/CMakeLists.txt   2020-02-12 08:32:20.000000000 +0100
-+++ b/CMakeLists.txt   2020-03-04 14:54:53.220925208 +0100
+diff -ru a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt   2020-06-15 19:27:04.000000000 +0200
++++ b/CMakeLists.txt   2020-06-26 11:13:58.863403760 +0200
 @@ -114,6 +114,21 @@
  option(ENABLE_JPEG "Enable JPEG support" YES)
  cmake_dependent_option(ENABLE_QRCODE "Enable QRCode support" YES 
"ENABLE_VIDEO" NO)
@@ -20,12 +20,12 @@
 +configure_file(${CMAKE_CURRENT_SOURCE_DIR}/mediastreamer.pc.in 
${CMAKE_CURRENT_BINARY_DIR}/mediastreamer.pc)
 +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/mediastreamer.pc DESTINATION 
"${CMAKE_INSTALL_LIBDIR}/pkgconfig")
 +
- set(CMAKE_CXX_STANDARD 11)
+ set(CMAKE_CXX_STANDARD 14)
  set(CMAKE_CXX_EXTENSIONS NO)
  
-diff -urN a/mediastreamer.pc.in b/mediastreamer.pc.in
---- a/mediastreamer.pc.in      2020-02-12 08:32:20.000000000 +0100
-+++ b/mediastreamer.pc.in      2020-03-04 14:57:06.385621735 +0100
+diff -ru a/mediastreamer.pc.in b/mediastreamer.pc.in
+--- a/mediastreamer.pc.in      2020-06-15 19:27:04.000000000 +0200
++++ b/mediastreamer.pc.in      2020-06-26 11:14:44.219319903 +0200
 @@ -5,7 +5,8 @@
  
  Name: mediastreamer 


Reply via email to