File gst-rtsp.changes of Package gst-rtsp
-------------------------------------------------------------------
Tue Jan 24 10:31:02 UTC 2012 - vuntz@opensuse.org
- Split typelib file into typelib-1_0-GstRtspServer-0_10
subpackage.
- Add typelib-1_0-GstRtspServer-0_10 Requires to
libgstrtspserver-0_10-devel subpackage.
-------------------------------------------------------------------
Sat Oct 15 04:47:05 UTC 2011 - coolo@suse.com
- add libtool as buildrequire to make the spec file more reliable
-------------------------------------------------------------------
Sun Apr 24 12:59:34 UTC 2011 - toddrme2178@gmail.com
- Add 32bit compatibility libraries
-------------------------------------------------------------------
Sun Feb 13 09:45:55 CET 2011 - vuntz@opensuse.org
- Fix patch tag for gst-rtsp-pygobject.patch.
- Don't add pkg-config BuildRequires: it's already there, really.
- Don't add python-gobject2-devel BuildRequires: it's already there
with pkgconfig(pygobject-2.0).
- Change vala-devel BuildRequires to vala: we care about the
compiler, and not the library.
- Change back Requires of devel package to libgstrtspserver-0_10-0
instead of gst-rtsp: this is more intuitive this way.
- Don't remove build files before calling autogen.sh: this is not
needed.
- Do not add configure options with auto argument: that is not
useful.
- Do not pass --disable-silent-rules to configure since we use V=1
already.
- Move the introspection typelib in the right package
(libgstrtspserver-0_10-0, instead of devel).
-------------------------------------------------------------------
Thu Feb 10 10:25:12 UTC 2011 - coolo@novell.com
- avoid typos by using %name
-------------------------------------------------------------------
Fri Feb 4 00:29:23 UTC 2011 - davejplater@gmail.com
- Update 0.10.8
- Create patch gst-rtsp-pygobject.patch to fix bgo#641419
- Upstream changes (taken fron git changes file old)
*python an optional dependency
*media: emit prepared signal when prepared
*server: add locking
*server: ensure the watch has a ref to the server
*server: simplify management of channel and source
*client: add support for setting the server.
-------------------------------------------------------------------
Thu Feb 3 18:51:35 UTC 2011 - davejplater@gmail.com
- Update to 0.10.7
-------------------------------------------------------------------
Tue Dec 28 09:46:57 UTC 2010 - dimstar@opensuse.org
- Own %{_datadir}/vala/vapi directory structure in -devel.
-------------------------------------------------------------------
Wed Oct 13 23:09:49 CEST 2010 - vuntz@opensuse.org
- Update to version 0.10.7:
+ Do not use host to generate hash keys, to allow sharing media
between two clients on the same host
+ Update Vala bindings
+ Add initial gobject-introspection support
+ Fix configure check for vala
- Changes from version 0.10.6:
+ client:
- make content-base better
+ media:
- avoid waiting forever, and use a 20 seconds timeout
- allow ipv6 sockets
- allow configuration of allowed lower transport
+ rtsp:
- keep track of how the client connected to the server and
setup the udp ports with the same protocol
+ sdp:
- make server work better when behind a proxy
+ session:
- handle UDP, MCAST and TCP transport negotiation more
correctly
- add support to prevent session timeouts when streaming over
TCP, for example
+ IPv6-related improvements.
+ Multicast-related improvements.
+ Use GStreamer's debugging subsystem.
+ Various small improvements and fixes.
+ Code cleanups and build fixes.
+ Updated documentation.
- Drop gst-rtsp-fix-vala-detection.patch: fixed upstream. Also
remove call to autoreconf.
- Add gobject-introspection-devel BuildRequires to build
introspection support. But use --disable-introspection in
configure since the build fails at the moment.
-------------------------------------------------------------------
Fri Sep 3 10:31:59 CEST 2010 - vuntz@opensuse.org
- Initial package (version 0.10.5).