forked from pool/farstream
Accepting request 283426 from GNOME:Factory
Lets try this once more :P (forwarded request 283423 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/283426 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/farstream?expand=0&rev=14
This commit is contained in:
commit
0d12646ccd
@ -1,4 +1,4 @@
|
||||
libfarstream-0_2-2
|
||||
libfarstream-0_2-5
|
||||
requires "gstreamer-plugins-farstream-<targettype>"
|
||||
gstreamer-plugins-farstream
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b92c7f64852a5f5585da3ad5f91e52aba0da4633b8e41170d4560d7360dd4252
|
||||
size 1301412
|
3
farstream-0.2.7.tar.gz
Normal file
3
farstream-0.2.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dad0ed43cf94e71df558c23825abe57db59d1ee8d970ffaec5e2dbc2e7acbf7d
|
||||
size 1309470
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 22:38:32 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.2.7:
|
||||
+ Add "send-rtcp-mux" parameters to fsrtpsession.
|
||||
+ Add MTU and buffer splitting to rtpxdatapay.
|
||||
+ Fix crash if srtpenc/dec is missing.
|
||||
+ Bug fixes.
|
||||
- Rename libfarstream-0_2-2 to libfarstream-0_2-5, following
|
||||
upstreams soname bump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 19 20:08:44 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package farstream
|
||||
#
|
||||
# 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
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: farstream
|
||||
Version: 0.2.6
|
||||
Version: 0.2.7
|
||||
Release: 0
|
||||
# License note: the only GPL-2.0+ files are farstream-0.1.1/common/coverage/*
|
||||
# and common/gstdoc-scangobj; those are just used during the build and do not
|
||||
@ -44,7 +44,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Farstream is a collection of GStreamer modules and libraries for
|
||||
videoconferencing.
|
||||
|
||||
%package -n libfarstream-0_2-2
|
||||
%package -n libfarstream-0_2-5
|
||||
Summary: GStreamer modules and libraries for videoconferencing
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
@ -53,7 +53,7 @@ Requires: %{name}-data
|
||||
# plugins, so simply put a Requires here instead of in all apps
|
||||
Requires: gstreamer-plugins-farstream
|
||||
|
||||
%description -n libfarstream-0_2-2
|
||||
%description -n libfarstream-0_2-5
|
||||
Farstream is a collection of GStreamer modules and libraries for
|
||||
videoconferencing.
|
||||
|
||||
@ -99,7 +99,7 @@ used by the library.
|
||||
Summary: GStreamer modules and libraries for videoconferencing -- Development files
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libfarstream-0_2-2 = %{version}
|
||||
Requires: libfarstream-0_2-5 = %{version}
|
||||
Requires: typelib-1_0-Farstream-0_2 = %{version}
|
||||
|
||||
%description devel
|
||||
@ -119,11 +119,11 @@ make %{?_smp_mflags}
|
||||
find %{buildroot} -name '*.la' -delete -print
|
||||
%fdupes %{buildroot}%{_datadir}/gtk-doc/html/
|
||||
|
||||
%post -n libfarstream-0_2-2 -p /sbin/ldconfig
|
||||
%post -n libfarstream-0_2-5 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libfarstream-0_2-2 -p /sbin/ldconfig
|
||||
%postun -n libfarstream-0_2-5 -p /sbin/ldconfig
|
||||
|
||||
%files -n libfarstream-0_2-2
|
||||
%files -n libfarstream-0_2-5
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||
%{_libdir}/libfarstream-0.2.so.*
|
||||
|
Loading…
x
Reference in New Issue
Block a user