Hello community,

here is the log from the commit of package mediastreamer2 for openSUSE:Factory 
checked in at 2013-07-05 20:37:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mediastreamer2 (Old)
 and      /work/SRC/openSUSE:Factory/.mediastreamer2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mediastreamer2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mediastreamer2/mediastreamer2.changes    
2013-06-06 13:06:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mediastreamer2.new/mediastreamer2.changes       
2013-07-05 20:37:17.000000000 +0200
@@ -1,0 +2,19 @@
+Tue Jun 25 12:59:05 UTC 2013 - fi...@opensuse.org
+
+- Update to 2.9.0:
+  * Add support of ICE (RFC 5245).
+  * Split the libmediastreamer library in two libraries:
+    libmediastreamer_base and libmediastreamer_voip. For VoIP
+    support, both libraries must be linked to the executable.
+  * API change to the audio_stream_new, video_stream_new,
+    audio_stream_start_full, video_stream_start functions to use
+    different addresses for RTP and RTCP.
+  * Add accessors to set DSCP parameters for media streams.
+  * AudioStream recording feature added
+  * OpenGL video output for Linux 
+  * Adaptive bitrate control improvements
+  * faster call quality indicator feedback
+  * stereo support for L16 codec
+- Drop 0001-Fixes-for-new-versions-of-ffmpeg.patch: fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  0001-Fixes-for-new-versions-of-ffmpeg.patch
  mediastreamer-2.8.2.tar.gz

New:
----
  mediastreamer-2.9.0.tar.gz

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

Other differences:
------------------
++++++ mediastreamer2.spec ++++++
--- /var/tmp/diff_new_pack.GCH4IR/_old  2013-07-05 20:37:18.000000000 +0200
+++ /var/tmp/diff_new_pack.GCH4IR/_new  2013-07-05 20:37:18.000000000 +0200
@@ -16,28 +16,28 @@
 #
 
 
-%define lname   libmediastreamer1
+%define _so     3
+%define lbase   libmediastreamer_base%{_so}
+%define lvoip   libmediastreamer_voip%{_so}
 
 Name:           mediastreamer2
-Version:        2.8.2
+Version:        2.9.0
 Release:        0
 Summary:        Audio/Video real-time streaming
 License:        GPL-2.0+
 Group:          Productivity/Telephony/Utilities
 Url:            http://www.mediastreamer2.com
 Source0:        mediastreamer-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM Fix new ffmpeg API change Yann Diorcet 
<yann.dior...@belledonne-communications.com>
-Patch0:         0001-Fixes-for-new-versions-of-ffmpeg.patch
 BuildRequires:  gcc-c++
 BuildRequires:  intltool
 BuildRequires:  libgsm-devel
-BuildRequires:  libortp-devel
 BuildRequires:  libtool
 BuildRequires:  libv4l-devel
 BuildRequires:  pkg-config
 BuildRequires:  spandsp-devel
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(libpulse)
+BuildRequires:  pkgconfig(ortp) >= 0.22.0
 BuildRequires:  pkgconfig(speex)
 BuildRequires:  pkgconfig(theora)
 BuildRequires:  pkgconfig(x11)
@@ -52,11 +52,20 @@
 real-time streaming and processing. Written in pure C, it is based
 upon the oRTP library.
 
-%package -n %lname
-Summary:        Audio/video real-time streaming library
+%package -n %{lbase}
+Summary:        Audio/video real-time streaming library, base part
 Group:          System/Libraries
 
-%description -n %lname
+%description -n %{lbase}
+Mediastreamer2 is a GPL licensed library to make audio and video
+real-time streaming and processing. Written in pure C, it is based
+upon the oRTP library.
+
+%package -n %{lvoip}
+Summary:        Audio/video real-time streaming library, voip part
+Group:          System/Libraries
+
+%description -n %{lvoip}
 Mediastreamer2 is a GPL licensed library to make audio and video
 real-time streaming and processing. Written in pure C, it is based
 upon the oRTP library.
@@ -64,7 +73,9 @@
 %package        devel
 Summary:        Headers, libraries and docs for the mediastreamer2 library
 Group:          Development/Libraries/C and C++
-Requires:       %lname = %{version}
+Requires:       %{lbase} = %{version}
+Requires:       %{lvoip} = %{version}
+Requires:       %{name} = %{version}
 
 %description    devel
 Mediastreamer2 is a GPL licensed library to make audio and video
@@ -76,7 +87,6 @@
 
 %prep
 %setup -q -n mediastreamer-%{version}
-%patch0 -p1
 
 %build
 export CFLAGS="%{optflags}"
@@ -95,9 +105,11 @@
 %find_lang mediastreamer
 rm -f "%{buildroot}/%{_libdir}"/*.la
 
-%post -n %lname -p /sbin/ldconfig
+%post -n %{lbase} -p /sbin/ldconfig
+%post -n %{lvoip} -p /sbin/ldconfig
 
-%postun -n %lname -p /sbin/ldconfig
+%postun -n %{lbase} -p /sbin/ldconfig
+%postun -n %{lvoip} -p /sbin/ldconfig
 
 %files -f mediastreamer.lang
 %defattr(-,root,root,-)
@@ -106,9 +118,13 @@
 %dir %{_datadir}/images
 %{_datadir}/images/nowebcamCIF.jpg
 
-%files -n %lname
+%files -n %{lbase}
+%defattr(-,root,root)
+%{_libdir}/libmediastreamer_base.so.%{_so}*
+
+%files -n %{lvoip}
 %defattr(-,root,root)
-%{_libdir}/libmediastreamer.so.1*
+%{_libdir}/libmediastreamer_voip.so.%{_so}*
 
 %files devel
 %defattr(-,root,root,-)

++++++ mediastreamer-2.8.2.tar.gz -> mediastreamer-2.9.0.tar.gz ++++++
++++ 162466 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to