From owner-cvs-all@FreeBSD.ORG Fri Apr 21 15:17:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98BF916A403; Fri, 21 Apr 2006 15:17:46 +0000 (UTC) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 433C743D48; Fri, 21 Apr 2006 15:17:46 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3LFHkmQ078955; Fri, 21 Apr 2006 15:17:46 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LFHjoQ078951; Fri, 21 Apr 2006 15:17:45 GMT (envelope-from lioux) Message-Id: <200604211517.k3LFHjoQ078951@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 21 Apr 2006 15:17:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/libjingle Makefile ports/net-im/libjingle/files patch-talk__base__criticalsection.h patch-talk__third_party__mediastreamer__audiostream.c patch-talk__third_party__mediastreamer__msGSMdecoder.h patch-talk__third_party__mediastreamer__msGSMencoder.h patch-talk__third_party__mediastreamer__msbuffer.h patch-talk__third_party__mediastreamer__msfifo.c patch-talk__third_party__mediastreamer__msqueue.c patch-talk__third_party__mediastreamer__msqueue.h patch-talk__third_party__mediastreamer__msrtprecv.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 15:17:46 -0000 lioux 2006-04-21 15:17:45 UTC FreeBSD ports repository Modified files: net-im/libjingle Makefile net-im/libjingle/files patch-talk__base__criticalsection.h patch-talk__third_party__mediastreamer__msrtprecv.c patch-talk__third_party__mediastreamer__msrtpsend.c Added files: net-im/libjingle/files patch-talk__third_party__mediastreamer__audiostream.c patch-talk__third_party__mediastreamer__msGSMdecoder.h patch-talk__third_party__mediastreamer__msGSMencoder.h patch-talk__third_party__mediastreamer__msbuffer.h patch-talk__third_party__mediastreamer__msfifo.c patch-talk__third_party__mediastreamer__msqueue.c patch-talk__third_party__mediastreamer__msqueue.h patch-talk__third_party__mediastreamer__msrtprecv.h patch-talk__third_party__mediastreamer__msspeexdec.c patch-talk__third_party__mediastreamer__msspeexenc.c patch-talk__third_party__mediastreamer__mssync.c patch-talk__third_party__mediastreamer__mstimer.c patch-talk__third_party__mediastreamer__osscard.c Log: o Additional patching obtained from the effort of porting net-im/kopete with libjingle support. o Update libjingle's third party mediaphone (obtained from latest release of net/linphone 1.3.5) library o Force OSS sound system detection o Bump PORTREVISION Revision Changes Path 1.6 +6 -0 ports/net-im/libjingle/Makefile 1.2 +6 -3 ports/net-im/libjingle/files/patch-talk__base__criticalsection.h 1.1 +59 -0 ports/net-im/libjingle/files/patch-talk__third_party__mediastreamer__audiostream.c (new) 1.1 +11 -0 ports/net-im/libjingle/files/patch-talk__third_party__mediastreamer__msGSMdecoder.h (new) 1.1 +11 -0 ports/net-im/libjingle/files/patch-talk__third_party__mediastreamer__msGSMencoder.h (new) 1.1 +16 -0 ports/net-im/libjingle/files/patch-talk__third_party__mediastreamer__msbuffer.h (new) 1.1 +11 -0 ports/net-im/libjingle/files/patch-talk__third_party__mediastreamer__msfifo.c (new) 1.1 +10 -0 ports/net-im/libjingle/files/patch-talk__third_party__mediastreamer__msqueue.c (new) 1.1 +11 -0 ports/net-im/libjingle/files/patch-talk__third_party__mediastreamer__msqueue.h (new) 1.2 +59 -4 ports/net-im/libjingle/files/patch-talk__third_party__mediastreamer__msrtprecv.c 1.1 +11 -0 ports/net-im/libjingle/files/patch-talk__third_party__mediastreamer__msrtprecv.h (new) 1.2 +15 -3 ports/net-im/libjingle/files/patch-talk__third_party__mediastreamer__msrtpsend.c 1.1 +10 -0 ports/net-im/libjingle/files/patch-talk__third_party__mediastreamer__msspeexdec.c (new) 1.1 +10 -0 ports/net-im/libjingle/files/patch-talk__third_party__mediastreamer__msspeexenc.c (new) 1.1 +9 -0 ports/net-im/libjingle/files/patch-talk__third_party__mediastreamer__mssync.c (new) 1.1 +28 -0 ports/net-im/libjingle/files/patch-talk__third_party__mediastreamer__mstimer.c (new) 1.1 +11 -0 ports/net-im/libjingle/files/patch-talk__third_party__mediastreamer__osscard.c (new)