forked from pool/farstream
Accepting request 111181 from home:vuntz:branches:GNOME:Factory
Update to 0.1.2 OBS-URL: https://build.opensuse.org/request/show/111181 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/farstream?expand=0&rev=6
This commit is contained in:
parent
d6c29b77b9
commit
86a736c689
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b88a0730fbdd03297295574a613409790bf751d578690d7072cbf2be3f9ad52
|
||||
size 1262988
|
3
farstream-0.1.2.tar.gz
Normal file
3
farstream-0.1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa5a40597b47b59d124f7fd57f66704b030d576cdc0d90e107c7a592f05e73d9
|
||||
size 1265972
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 26 08:18:15 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.1.2:
|
||||
+ Ignore config while comparing send codecs, fixes H.264 and
|
||||
Theora negotation
|
||||
+ Require GLib 2.30, do not allow APIs added after and ignore
|
||||
later deprecations
|
||||
+ Add default element properties for rawconference
|
||||
+ Set better latency/buffer time for pulse src/sink
|
||||
+ Remove the buffer-time property on the shm transmitter, because
|
||||
the gst-plugins-bad plugin has a bug, we will restore it once a
|
||||
new gst-plugins-bad version has been released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 23 11:34:25 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: farstream
|
||||
Version: 0.1.1
|
||||
Version: 0.1.2
|
||||
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
|
||||
@ -28,7 +28,7 @@ Group: Productivity/Multimedia/Other
|
||||
Url: http://farsight.freedesktop.org/
|
||||
Source: http://freedesktop.org/software/farstream/releases/farstream/%{name}-%{version}.tar.gz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: glib2-devel >= 2.26
|
||||
BuildRequires: glib2-devel >= 2.30
|
||||
BuildRequires: gobject-introspection-devel >= 0.10.1
|
||||
BuildRequires: gstreamer-0_10-devel >= 0.10.33
|
||||
BuildRequires: gstreamer-0_10-plugins-base-devel >= 0.10.33
|
||||
@ -160,6 +160,8 @@ find %{buildroot} -name '*.la' -delete -print
|
||||
%defattr(-, root, root)
|
||||
%dir %{_datadir}/farstream/
|
||||
%dir %{_datadir}/farstream/0.1/
|
||||
%dir %{_datadir}/farstream/0.1/fsrawconference/
|
||||
%{_datadir}/farstream/0.1/fsrawconference/default-element-properties
|
||||
%dir %{_datadir}/farstream/0.1/fsrtpconference/
|
||||
%{_datadir}/farstream/0.1/fsrtpconference/default-codec-preferences
|
||||
%{_datadir}/farstream/0.1/fsrtpconference/default-element-properties
|
||||
|
Loading…
x
Reference in New Issue
Block a user