diff options
author | wiz <wiz@pkgsrc.org> | 2009-10-31 02:47:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-10-31 02:47:32 +0000 |
commit | e379f81a9b4e7c753e9d517fe8c3aa1f1fc60fba (patch) | |
tree | 086b5ad9ba6a39253899ec63ec50533df52b3f80 /multimedia/farsight2/Makefile | |
parent | 9dc9b2de2d80cc1506a8d6bc55445e18a2ee9476 (diff) | |
download | pkgsrc-e379f81a9b4e7c753e9d517fe8c3aa1f1fc60fba.tar.gz |
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 (limited to 'multimedia/farsight2/Makefile')
-rw-r--r-- | multimedia/farsight2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/farsight2/Makefile b/multimedia/farsight2/Makefile index 8f79f494a40..2bf6b878a81 100644 --- a/multimedia/farsight2/Makefile +++ b/multimedia/farsight2/Makefile @@ -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/ |