forked from pool/farstream
Accepting request 261388 from GNOME:Next
- Update to version 0.2.6: + Add ICE-TCP support. + Now require libnice 0.1.8. - Changes from version 0.2.5: + Add SRTP support. + Add API to set allowed input/output caps. + Make it possible to have input that is not a raw format. + Support formats with no encoders/decoders. + Add payloader for the Microsoft Lync x-data format. + Ignore ICE-TCP in new libnice. + Fix misc bugs. + Now require GStreamer 1.4. OBS-URL: https://build.opensuse.org/request/show/261388 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/farstream?expand=0&rev=24
This commit is contained in:
parent
20fa2e2a31
commit
851efbeb0d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:120d5b5cd79fcbe19d9e046526fc4bc059e0a3733b3de2d7e5299dc5a3a7bb30
|
|
||||||
size 1274905
|
|
3
farstream-0.2.6.tar.gz
Normal file
3
farstream-0.2.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b92c7f64852a5f5585da3ad5f91e52aba0da4633b8e41170d4560d7360dd4252
|
||||||
|
size 1301412
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 19 20:08:44 UTC 2014 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.6:
|
||||||
|
+ Add ICE-TCP support.
|
||||||
|
+ Now require libnice 0.1.8.
|
||||||
|
- Changes from version 0.2.5:
|
||||||
|
+ Add SRTP support.
|
||||||
|
+ Add API to set allowed input/output caps.
|
||||||
|
+ Make it possible to have input that is not a raw format.
|
||||||
|
+ Support formats with no encoders/decoders.
|
||||||
|
+ Add payloader for the Microsoft Lync x-data format.
|
||||||
|
+ Ignore ICE-TCP in new libnice.
|
||||||
|
+ Fix misc bugs.
|
||||||
|
+ Now require GStreamer 1.4.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 8 19:49:09 UTC 2014 - hrvoje.senjan@gmail.com
|
Mon Sep 8 19:49:09 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: farstream
|
Name: farstream
|
||||||
Version: 0.2.4
|
Version: 0.2.6
|
||||||
Release: 0
|
Release: 0
|
||||||
# License note: the only GPL-2.0+ files are farstream-0.1.1/common/coverage/*
|
# 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
|
# and common/gstdoc-scangobj; those are just used during the build and do not
|
||||||
@ -31,11 +31,11 @@ Source1: baselibs.conf
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: glib2-devel >= 2.32
|
BuildRequires: glib2-devel >= 2.32
|
||||||
BuildRequires: gobject-introspection-devel >= 0.10.1
|
BuildRequires: gobject-introspection-devel >= 0.10.1
|
||||||
BuildRequires: gstreamer-devel >= 1.0
|
BuildRequires: gstreamer-devel >= 1.4
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.16
|
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.16
|
||||||
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= 1.0
|
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= 1.4
|
||||||
BuildRequires: pkgconfig(gupnp-igd-1.0) >= 0.2
|
BuildRequires: pkgconfig(gupnp-igd-1.0) >= 0.2
|
||||||
BuildRequires: pkgconfig(nice) >= 0.1.3
|
BuildRequires: pkgconfig(nice) >= 0.1.8
|
||||||
BuildRequires: pkgconfig(pygobject-2.0) >= 2.16.0
|
BuildRequires: pkgconfig(pygobject-2.0) >= 2.16.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%define gst_pluginsdir %(pkg-config --variable pluginsdir gstreamer-1.0)
|
%define gst_pluginsdir %(pkg-config --variable pluginsdir gstreamer-1.0)
|
||||||
@ -141,8 +141,8 @@ find %{buildroot} -name '*.la' -delete -print
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{gst_pluginsdir}/libfsmsnconference.so
|
%{gst_pluginsdir}/libfsmsnconference.so
|
||||||
%{gst_pluginsdir}/libfsrawconference.so
|
%{gst_pluginsdir}/libfsrawconference.so
|
||||||
%{gst_pluginsdir}/libfsrtcpfilter.so
|
|
||||||
%{gst_pluginsdir}/libfsrtpconference.so
|
%{gst_pluginsdir}/libfsrtpconference.so
|
||||||
|
%{gst_pluginsdir}/libfsrtpxdata.so
|
||||||
%{gst_pluginsdir}/libfsvideoanyrate.so
|
%{gst_pluginsdir}/libfsvideoanyrate.so
|
||||||
|
|
||||||
%files data
|
%files data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user