pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/farsight2 Update to 0.0.16:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47e03d9e2ad1
branches:  trunk
changeset: 401022:47e03d9e2ad1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Oct 31 02:47:32 2009 +0000

description:
Update to 0.0.16:

    Version 0.0.16

    rtpspecialsource: Remove want_source() method

    get_codec() function does the same thing

    rtpdtmfsoundsource: Implement get_codec method

    rtpdtmfeventsource: Implement get_codec method

    rtpspecialsource: Add new get_codec method

    rtp: Check if the codec changed when removing special sources

    rtp: Allow checking if a codec is valid for sending even if it has no way to build a codecbin

    rtpcodecnego: Fix doc string

    rtpspecialsource: Move static function closer to its use place

    rtpspecialsource: Fix over-80 line

    rtpsession: Check/update secondary sources even if the primary one doesn't change

    tests: Tests changing the dtmf PT mid-call

    tests: Make sure dtmf events are really received

    test: Test changing the dtmf_id

    tests: dtmf method is not always auto

    rtpsession: Only emit send-codec-changed message after the special codecs have been changed

    rtpsession: Don't leak iterator on linking failure

    rtpsession: Cleanup send codecbin on failure

    rtpsession: Print error on session dispose problems

    rtpdtmfsoundsource: Correctly check the presence of elements

    rawudp: Use %d for ints, not %s

    configure: quiet automake portability bs

    msnstream: Make send sink async=false for now

    msnstream: Don't keep lock into set_remote_candidates

    tests: Test invalid property name in fs_element_added_notifier_from_keyfile

    element-added-notifier: Don't crash on invalid property

    rtpconference: Don't assert on non-existing sdes parts

    rtpspecialsource: Dispose is not always called twice, cleanup in finalize

    rtpsession: Remove useless ref

    Version 0.0.15.1

    Version 0.0.15

    Require gst-p-bad 0.10.14 for mimic

    tests: Unlock src before setting it to playing

    tests: Refrain from using the thread unsafe version of failure in the nice test

    rtpsession: Keep ref on stream while associating substreams to it

    rtpsubstream: Remove another double-unlock in error case

    rtpsession: Don't double-unlock

    rtpsession: Fix leaking caps on signals after dispose

    rtpsession: Fix potential leak if already disposed

    rtpsubstrea: Remove unused variable

    elementaddednotifier: Use g_connect_signal_object

    Otherwise each element had a ref on the notifier and relied on the not thread
    safe weak references.


    rawudp: Emit local candidates if there are no local interfaces suitable for UPnP


    rawudp: Add some UPnP debug messages


    glib-gen: Use single = instead of == for portability


    msnconnection: Check return values from recv()


    msnsession: Conference must always set before get_property


    msnsession: Only try to lock conference if it has been set


    rtpsession: Initialise variable to NULL

    Makes coverity happy


    msnconnection: Remove unused variables


    rtpstream: Correct documentation


    rtpsession: Unref transmitter src/sink in dispose

    Unref element from g_object_get(), fixes leak


    elementaddednotifier: Unref element in iterator loop

    Fixes leak


    elementadded: Use gst_value_deserialize to read properties

    Use the existing function instead of having our own less-capable re-implementation


    Version 0.0.14.1

diffstat:

 multimedia/farsight2/Makefile         |   5 ++---
 multimedia/farsight2/distinfo         |  13 ++++---------
 multimedia/farsight2/patches/patch-ad |  15 ---------------
 multimedia/farsight2/patches/patch-ae |  15 ---------------
 multimedia/farsight2/patches/patch-af |  15 ---------------
 multimedia/farsight2/patches/patch-ag |  15 ---------------
 multimedia/farsight2/patches/patch-ah |  15 ---------------
 7 files changed, 6 insertions(+), 87 deletions(-)

diffs (133 lines):

diff -r 3d093920ca59 -r 47e03d9e2ad1 multimedia/farsight2/Makefile
--- a/multimedia/farsight2/Makefile     Sat Oct 31 02:36:26 2009 +0000
+++ b/multimedia/farsight2/Makefile     Sat Oct 31 02:47:32 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2009/09/23 09:54:46 tron Exp $
+# $NetBSD: Makefile,v 1.4 2009/10/31 02:47:32 wiz Exp $
 #
 
-DISTNAME=      farsight2-0.0.14
-PKGREVISION=   1
+DISTNAME=      farsight2-0.0.16
 CATEGORIES=    chat multimedia
 MASTER_SITES=  http://farsight.freedesktop.org/releases/farsight2/
 
diff -r 3d093920ca59 -r 47e03d9e2ad1 multimedia/farsight2/distinfo
--- a/multimedia/farsight2/distinfo     Sat Oct 31 02:36:26 2009 +0000
+++ b/multimedia/farsight2/distinfo     Sat Oct 31 02:47:32 2009 +0000
@@ -1,16 +1,11 @@
-$NetBSD: distinfo,v 1.3 2009/09/19 15:39:30 sno Exp $
+$NetBSD: distinfo,v 1.4 2009/10/31 02:47:32 wiz Exp $
 
-SHA1 (farsight2-0.0.14.tar.gz) = 2f8b382747efb467cdb9acd833bb88fe9bf02dc8
-RMD160 (farsight2-0.0.14.tar.gz) = 5f8816831fb6790c3185479cca43713fd552d4cd
-Size (farsight2-0.0.14.tar.gz) = 1054752 bytes
+SHA1 (farsight2-0.0.16.tar.gz) = dd25428cb38cc54169db6e8022ed49bc7d609d5b
+RMD160 (farsight2-0.0.16.tar.gz) = 20b7e7f81365aac8147a331a6c49baaadf6f46a9
+Size (farsight2-0.0.16.tar.gz) = 1021466 bytes
 SHA1 (patch-aa) = 71d75037d2e8c5ee7cf0068673da67e74e4a6aa9
 SHA1 (patch-ab) = 27fd12ad2d1774cbeb7c11a4cee5b40e5ea97853
 SHA1 (patch-ac) = ff7eabcbbad1a81eb10ff91ea459d439866edaee
-SHA1 (patch-ad) = 5ac692556fbfd04d905481707ffd552c9a2682ef
-SHA1 (patch-ae) = ec01d23b7ba4f09ffb71e6043b49eab44d871b60
-SHA1 (patch-af) = 213cba839532d09f15c73e09e622af5a8622e46e
-SHA1 (patch-ag) = 2b4c4c1f5c48fc2bcec2c283473c03cbb9a13efc
-SHA1 (patch-ah) = d9093fe379fd2a7a4422e88d466cbb2fb73679dd
 SHA1 (patch-ai) = 6459729f80f592a2a333d683b05a139b499f46c6
 SHA1 (patch-aj) = 816318707d1463df27b37734baedadb338452fb0
 SHA1 (patch-ak) = 591ab7b6afefc84443280b01c765492007686ff6
diff -r 3d093920ca59 -r 47e03d9e2ad1 multimedia/farsight2/patches/patch-ad
--- a/multimedia/farsight2/patches/patch-ad     Sat Oct 31 02:36:26 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2009/08/17 21:13:04 wiz Exp $
-
-https://bugs.freedesktop.org/show_bug.cgi?id=23378
-
---- common-modified/glib-gen.mak.orig  2009-07-28 17:38:43.000000000 +0000
-+++ common-modified/glib-gen.mak
-@@ -26,7 +26,7 @@ enum_headers=$(foreach h,$(glib_enum_hea
-       $^ > $@
- 
- %-enum-types.c: $(glib_enum_headers) Makefile
--      @if test "x$(glib_enum_headers)" == "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
-+      @if test "x$(glib_enum_headers)" = "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
-       glib-mkenums \
-       --fhead "#include \"$*-enum-types.h\"\n$(enum_headers)" \
-       --fprod "\n/* enumerations from \"@filename@\" */" \
diff -r 3d093920ca59 -r 47e03d9e2ad1 multimedia/farsight2/patches/patch-ae
--- a/multimedia/farsight2/patches/patch-ae     Sat Oct 31 02:36:26 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-ae,v 1.1.1.1 2009/08/17 21:13:04 wiz Exp $
-
-https://bugs.freedesktop.org/show_bug.cgi?id=23378
-
---- gst-libs/gst/farsight/Makefile.in.orig     2009-08-03 20:33:01.000000000 +0000
-+++ gst-libs/gst/farsight/Makefile.in
-@@ -860,7 +860,7 @@ fs-marshal.list: $(libgstfarsight_@GST_M
-       $^ > $@
- 
- %-enum-types.c: $(glib_enum_headers) Makefile
--      @if test "x$(glib_enum_headers)" == "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
-+      @if test "x$(glib_enum_headers)" = "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
-       glib-mkenums \
-       --fhead "#include \"$*-enum-types.h\"\n$(enum_headers)" \
-       --fprod "\n/* enumerations from \"@filename@\" */" \
diff -r 3d093920ca59 -r 47e03d9e2ad1 multimedia/farsight2/patches/patch-af
--- a/multimedia/farsight2/patches/patch-af     Sat Oct 31 02:36:26 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-af,v 1.1.1.1 2009/08/17 21:13:04 wiz Exp $
-
-https://bugs.freedesktop.org/show_bug.cgi?id=23378
-
---- gst/fsrtpconference/Makefile.in.orig       2009-08-03 20:33:02.000000000 +0000
-+++ gst/fsrtpconference/Makefile.in
-@@ -746,7 +746,7 @@ fs-rtp-marshal.list: $(libfsrtpconferenc
-       $^ > $@
- 
- %-enum-types.c: $(glib_enum_headers) Makefile
--      @if test "x$(glib_enum_headers)" == "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
-+      @if test "x$(glib_enum_headers)" = "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
-       glib-mkenums \
-       --fhead "#include \"$*-enum-types.h\"\n$(enum_headers)" \
-       --fprod "\n/* enumerations from \"@filename@\" */" \
diff -r 3d093920ca59 -r 47e03d9e2ad1 multimedia/farsight2/patches/patch-ag
--- a/multimedia/farsight2/patches/patch-ag     Sat Oct 31 02:36:26 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-ag,v 1.1.1.1 2009/08/17 21:13:04 wiz Exp $
-
-https://bugs.freedesktop.org/show_bug.cgi?id=23378
-
---- gst/rtcpfilter/Makefile.in.orig    2009-08-03 20:33:02.000000000 +0000
-+++ gst/rtcpfilter/Makefile.in
-@@ -635,7 +635,7 @@ fs-rtcp-filter-marshal.list: $(libfsrtcp
-       $^ > $@
- 
- %-enum-types.c: $(glib_enum_headers) Makefile
--      @if test "x$(glib_enum_headers)" == "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
-+      @if test "x$(glib_enum_headers)" = "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
-       glib-mkenums \
-       --fhead "#include \"$*-enum-types.h\"\n$(enum_headers)" \
-       --fprod "\n/* enumerations from \"@filename@\" */" \
diff -r 3d093920ca59 -r 47e03d9e2ad1 multimedia/farsight2/patches/patch-ah
--- a/multimedia/farsight2/patches/patch-ah     Sat Oct 31 02:36:26 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-ah,v 1.1.1.1 2009/08/17 21:13:04 wiz Exp $
-
-https://bugs.freedesktop.org/show_bug.cgi?id=23378
-
---- transmitters/rawudp/Makefile.in.orig       2009-08-03 20:33:04.000000000 +0000
-+++ transmitters/rawudp/Makefile.in
-@@ -699,7 +699,7 @@ fs-rawudp-marshal.list: $(librawudp_tran
-       $^ > $@
- 
- %-enum-types.c: $(glib_enum_headers) Makefile
--      @if test "x$(glib_enum_headers)" == "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
-+      @if test "x$(glib_enum_headers)" = "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
-       glib-mkenums \
-       --fhead "#include \"$*-enum-types.h\"\n$(enum_headers)" \
-       --fprod "\n/* enumerations from \"@filename@\" */" \



Home | Main Index | Thread Index | Old Index