Hello community, here is the log from the commit of package mediastreamer2 for openSUSE:Factory checked in at 2016-09-30 15:25:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-07-28 23:45:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mediastreamer2.new/mediastreamer2.changes 2016-09-30 15:27:11.000000000 +0200 @@ -1,0 +2,18 @@ +Thu Sep 29 20:32:53 UTC 2016 - [email protected] + +- Add mediastreamer2-bctoolbox-pkgconfig.patch: Add bctoolbox + dependency to mediastreamer.pc. + +------------------------------------------------------------------- +Mon Sep 12 12:32:34 UTC 2016 - [email protected] + +- Update to version 2.14.0 (changes since 2.12.1): + * Add support of the H.264 hardware codec on Apple's platforms. + * MSFactory usage: Using one MSfactory per LinphoneCore instance, + deprecate all "static" methods, now grouped around the + MSFactory object. + * Add BroadVoice16 audio codec support. + * Fix option to really disable libv4l2 when asked. + * Bugfixes. + +------------------------------------------------------------------- Old: ---- mediastreamer-2.12.1.tar.gz mediastreamer-2.12.1.tar.gz.sig mediastreamer2.keyring New: ---- mediastreamer-2.14.0.tar.gz mediastreamer2-bctoolbox-pkgconfig.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mediastreamer2.spec ++++++ --- /var/tmp/diff_new_pack.t2yo54/_old 2016-09-30 15:27:13.000000000 +0200 +++ /var/tmp/diff_new_pack.t2yo54/_new 2016-09-30 15:27:13.000000000 +0200 @@ -19,19 +19,22 @@ %define _name mediastreamer %define sobase libmediastreamer_base %define sovoip libmediastreamer_voip -%define sover 6 +%define sover 7 %bcond_without ffmpeg Name: mediastreamer2 -Version: 2.12.1 +Version: 2.14.0 Release: 0 Summary: Audio/Video real-time streaming License: GPL-2.0+ Group: Productivity/Telephony/Utilities -Url: http://linphone.org/eng/documentation/dev/mediastreamer2.html -Source: http://download.savannah.gnu.org/releases/linphone/%{_name}/%{_name}-%{version}.tar.gz -Source1: http://download.savannah.gnu.org/releases/linphone/%{_name}/%{_name}-%{version}.tar.gz.sig -Source2: %{name}.keyring +Url: https://www.linphone.org/technical-corner/mediastreamer2/overview +Source: https://linphone.org/releases/sources/%{_name}/%{_name}-%{version}.tar.gz Source99: baselibs.conf +# PATCH-FIX-OPENSUSE mediastreamer2-bctoolbox-pkgconfig.patch [email protected] -- Add bctoolbox dependency to mediastreamer.pc. +Patch0: mediastreamer2-bctoolbox-pkgconfig.patch +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gawk BuildRequires: gcc-c++ BuildRequires: intltool BuildRequires: libgsm-devel @@ -40,18 +43,18 @@ BuildRequires: libtool BuildRequires: libv4l-devel BuildRequires: libvpx-devel -BuildRequires: mbedtls-devel BuildRequires: pkgconfig BuildRequires: spandsp-devel BuildRequires: vim BuildRequires: pkgconfig(alsa) -BuildRequires: pkgconfig(libbzrtp) +BuildRequires: pkgconfig(bctoolbox) +BuildRequires: pkgconfig(libbzrtp) >= 1.0.4 BuildRequires: pkgconfig(libebml) BuildRequires: pkgconfig(libmatroska) BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(libupnp) BuildRequires: pkgconfig(opus) -BuildRequires: pkgconfig(ortp) >= 0.24.1 +BuildRequires: pkgconfig(ortp) >= 0.27.0 BuildRequires: pkgconfig(speex) BuildRequires: pkgconfig(speexdsp) BuildRequires: pkgconfig(theora) @@ -107,8 +110,10 @@ %prep %setup -q -n %{_name}-%{version} +%patch0 -p1 %build +NOCONFIGURE=1 ./autogen.sh %configure \ --enable-external-ortp \ --enable-zrtp \ @@ -118,7 +123,7 @@ %endif --disable-strict \ --disable-static -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install %make_install @@ -157,6 +162,6 @@ %defattr(-,root,root) %{_includedir}/mediastreamer2/ %{_libdir}/libmediastreamer_*.so -%{_libdir}/pkgconfig/*.pc +%{_libdir}/pkgconfig/mediastreamer.pc %changelog ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.t2yo54/_old 2016-09-30 15:27:13.000000000 +0200 +++ /var/tmp/diff_new_pack.t2yo54/_new 2016-09-30 15:27:13.000000000 +0200 @@ -1,2 +1,2 @@ -libmediastreamer_base6 -libmediastreamer_voip6 +libmediastreamer_base7 +libmediastreamer_voip7 ++++++ mediastreamer-2.12.1.tar.gz -> mediastreamer-2.14.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/mediastreamer2/mediastreamer-2.12.1.tar.gz /work/SRC/openSUSE:Factory/.mediastreamer2.new/mediastreamer-2.14.0.tar.gz differ: char 5, line 1 ++++++ mediastreamer2-bctoolbox-pkgconfig.patch ++++++ --- a/mediastreamer.pc.in +++ b/mediastreamer.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: mediastreamer Description: A mediastreaming library for telephony applications -Requires: ortp +Requires: bctoolbox ortp Version: @MEDIASTREAMER_VERSION@ Libs: -L@libdir@ -lmediastreamer_base -lmediastreamer_voip Cflags: -I@includedir@ @MS_PUBLIC_CFLAGS@
