Hello community,

here is the log from the commit of package mediastreamer2 for openSUSE:Factory 
checked in at 2015-09-19 06:53:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
2015-08-25 07:18:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mediastreamer2.new/mediastreamer2.changes       
2015-09-19 06:53:14.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Sep  8 08:35:50 UTC 2015 - sor.ale...@meowr.ru
+
+- Build with video support outside PMBS for openSUSE Leap 42.1
+  and newer (where ffmpeg is available).
+- Split locales into mediastreamer2-lang.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mediastreamer2.spec ++++++
--- /var/tmp/diff_new_pack.WWTpc3/_old  2015-09-19 06:53:15.000000000 +0200
+++ /var/tmp/diff_new_pack.WWTpc3/_new  2015-09-19 06:53:15.000000000 +0200
@@ -19,6 +19,7 @@
 %define _name   mediastreamer
 %define lbase   libmediastreamer_base4
 %define lvoip   libmediastreamer_voip4
+%bcond_with ffmpeg
 Name:           mediastreamer2
 Version:        2.11.2
 Release:        0
@@ -49,8 +50,9 @@
 BuildRequires:  pkgconfig(theora)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xv)
-%if 0%{?packman_bs}
-BuildRequires:  libffmpeg-devel
+Recommends:     %{name}-lang
+%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 
0%{?is_opensuse}) || %{with ffmpeg}
+BuildRequires:  ffmpeg-devel
 BuildRequires:  pkgconfig(glew)
 BuildRequires:  pkgconfig(glu)
 %endif
@@ -60,6 +62,8 @@
 real-time streaming and processing. Written in pure C, it is based
 upon the oRTP library.
 
+%lang_package
+
 %package -n %{lbase}
 Summary:        Audio/video real-time streaming library, base part
 Group:          System/Libraries
@@ -100,7 +104,7 @@
 %configure \
   --enable-external-ortp    \
   --enable-zrtp             \
-%if !0%{?packman_bs}
+%if 0%{?suse_version} <= 1320 && !(0%{?suse_version} == 1315 && 
0%{?is_opensuse}) && !%{with ffmpeg}
   --disable-non-free-codecs \
   --disable-video           \
 %endif
@@ -121,7 +125,7 @@
 
 %postun -n %{lvoip} -p /sbin/ldconfig
 
-%files -f %{_name}.lang
+%files
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README
 %{_bindir}/mediastream
@@ -129,6 +133,9 @@
 %dir %{_datadir}/images/
 %{_datadir}/images/nowebcamCIF.jpg
 
+%files lang -f %{_name}.lang
+%defattr(-,root,root)
+
 %files -n %{lbase}
 %defattr(-,root,root)
 %{_libdir}/libmediastreamer_base.so.*


Reply via email to