Hello community,

here is the log from the commit of package mediastreamer2 for openSUSE:Factory 
checked in at 2015-03-18 13:02:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
2014-08-20 17:53:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mediastreamer2.new/mediastreamer2.changes       
2015-03-18 13:02:40.000000000 +0100
@@ -1,0 +2,22 @@
+Mon Mar 16 19:32:39 UTC 2015 - [email protected]
+
+- Update to 2.11.0:
+  * Support of AVPF with VP8 codec only.
+  * Support of Matroska file format (needs libmatroska2).
+  * Audio/video stream recorder. Only H264 is supported for video
+    stream.
+  * Add functions to the API to send audio/video streams read from
+    a file (only WAV and MKV file formats are supported).
+  * Add functions to the API to play multimedia files and display
+    to a specified drawing surface.
+  * Support of multicast IP addresses.
+- Spec cleanup.
+
+-------------------------------------------------------------------
+Mon Mar 16 11:30:01 UTC 2015 - [email protected]
+
+- Add pkgconfig(speexdsp) BuildRequires: it's an explicit
+  dependency according to configure; speexdsp was split off of
+  libspeex into an own package.
+
+-------------------------------------------------------------------

Old:
----
  mediastreamer-2.10.0.tar.gz

New:
----
  mediastreamer-2.11.0.tar.gz

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

Other differences:
------------------
++++++ mediastreamer2.spec ++++++
--- /var/tmp/diff_new_pack.JwfFt2/_old  2015-03-18 13:02:41.000000000 +0100
+++ /var/tmp/diff_new_pack.JwfFt2/_new  2015-03-18 13:02:41.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mediastreamer2
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,41 +16,42 @@
 #
 
 
-%define _so     3
-%define lbase   libmediastreamer_base%{_so}
-%define lvoip   libmediastreamer_voip%{_so}
-
+%define _name   mediastreamer
+%define lbase   libmediastreamer_base4
+%define lvoip   libmediastreamer_voip4
 Name:           mediastreamer2
-Version:        2.10.0
+Version:        2.11.0
 Release:        0
 Summary:        Audio/Video real-time streaming
 License:        GPL-2.0+
 Group:          Productivity/Telephony/Utilities
-Url:            http://www.mediastreamer2.com
-Source0:        
http://mirror.lihnidos.org/GNU/savannah//linphone/mediastreamer/mediastreamer-%{version}.tar.gz
+Url:            http://linphone.org/eng/documentation/dev/mediastreamer2.html
+Source:         
http://download.savannah.gnu.org/releases/linphone/mediastreamer/%{_name}-%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  intltool
 BuildRequires:  libgsm-devel
+BuildRequires:  libpcap-devel
 BuildRequires:  libtool
 BuildRequires:  libv4l-devel
 BuildRequires:  pkg-config
 BuildRequires:  spandsp-devel
+BuildRequires:  vim
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(libpulse)
+BuildRequires:  pkgconfig(libsrtp)
 BuildRequires:  pkgconfig(libupnp)
 BuildRequires:  pkgconfig(opus)
 BuildRequires:  pkgconfig(ortp) >= 0.23.0
 BuildRequires:  pkgconfig(speex)
+BuildRequires:  pkgconfig(speexdsp)
 BuildRequires:  pkgconfig(theora)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xv)
-BuildRequires:  vim
 %if 0%{?packman_bs}
 BuildRequires:  libffmpeg-devel
 BuildRequires:  pkgconfig(glew)
 BuildRequires:  pkgconfig(glu)
 %endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Mediastreamer2 is a GPL licensed library to make audio and video
@@ -91,51 +92,52 @@
 develop programs using the mediastreamer2 library.
 
 %prep
-%setup -q -n mediastreamer-%{version}
+%setup -q -n %{_name}-%{version}
 
 %build
-export CFLAGS="%{optflags} $(getconf LFS_CFLAGS)"
-export CXXFLAGS="%{optflags} $(getconf LFS_CFLAGS)"
 %configure \
-    --enable-shared \
     --enable-external-ortp \
-%if 0%{?packman_bs}
-    --enable-video
-%else
-    --disable-video
+%if !0%{?packman_bs}
+  --disable-non-free-codecs \
+  --disable-video           \
 %endif
-make %{?_smp_mflags} V=1
+  --disable-strict          \
+  --disable-static
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-%find_lang mediastreamer
-rm -f "%{buildroot}/%{_libdir}"/*.la
+%make_install
+%find_lang %{_name}
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n %{lbase} -p /sbin/ldconfig
+
 %post -n %{lvoip} -p /sbin/ldconfig
 
 %postun -n %{lbase} -p /sbin/ldconfig
+
 %postun -n %{lvoip} -p /sbin/ldconfig
 
-%files -f mediastreamer.lang
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog NEWS README
+%files -f %{_name}.lang
+%defattr(-,root,root)
+%doc AUTHORS COPYING NEWS README
 %{_bindir}/mediastream
-%dir %{_datadir}/images
+%{_bindir}/msaudiocmp
+%dir %{_datadir}/images/
 %{_datadir}/images/nowebcamCIF.jpg
 
 %files -n %{lbase}
 %defattr(-,root,root)
-%{_libdir}/libmediastreamer_base.so.%{_so}*
+%{_libdir}/libmediastreamer_base.so.*
 
 %files -n %{lvoip}
 %defattr(-,root,root)
-%{_libdir}/libmediastreamer_voip.so.%{_so}*
+%{_libdir}/libmediastreamer_voip.so.*
 
 %files devel
 %defattr(-,root,root,-)
-%{_libdir}/*.so
+%{_includedir}/mediastreamer2/
+%{_libdir}/libmediastreamer_*.so
 %{_libdir}/pkgconfig/*.pc
-%{_includedir}/mediastreamer2
 
 %changelog

++++++ mediastreamer-2.10.0.tar.gz -> mediastreamer-2.11.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/mediastreamer2/mediastreamer-2.10.0.tar.gz 
/work/SRC/openSUSE:Factory/.mediastreamer2.new/mediastreamer-2.11.0.tar.gz 
differ: char 5, line 1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to