Received: by mail.netbsd.org (Postfix, from userid 605) id 75F7984D67; Sun, 15 Mar 2020 19:47:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F08E884D64 for ; Sun, 15 Mar 2020 19:47:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id FqtQieJvmkVA for ; Sun, 15 Mar 2020 19:47:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2660584D61 for ; Sun, 15 Mar 2020 19:47:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1B39BFB27; Sun, 15 Mar 2020 19:47:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584301676204520" MIME-Version: 1.0 Date: Sun, 15 Mar 2020 19:47:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/chat/farstream To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200315194756.1B39BFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1584301676204520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Mar 15 19:47:56 UTC 2020 Modified Files: pkgsrc/chat/farstream: Makefile PLIST distinfo Log Message: farstream: update to 0.2.9. farstream 0.2.9 (March 11, 2020) ================================ - Add OPUS specific SDP OA negotiation to match RFC - Switch VP8 to standard encoding name - Removed MSN plugin, MSN Messenger is long dead - Port away from deprecated libnice signals - Bug fixes To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/chat/farstream/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/farstream/PLIST cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/farstream/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584301676204520 Content-Disposition: inline Content-Length: 4886 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/farstream/Makefile diff -u pkgsrc/chat/farstream/Makefile:1.18 pkgsrc/chat/farstream/Makefile:1.19 --- pkgsrc/chat/farstream/Makefile:1.18 Sun Mar 8 16:48:55 2020 +++ pkgsrc/chat/farstream/Makefile Sun Mar 15 19:47:55 2020 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2020/03/08 16:48:55 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2020/03/15 19:47:55 wiz Exp $ -DISTNAME= farstream-0.2.8 -PKGREVISION= 14 +DISTNAME= farstream-0.2.9 CATEGORIES= chat multimedia MASTER_SITES= http://freedesktop.org/software/farstream/releases/farstream/ Index: pkgsrc/chat/farstream/PLIST diff -u pkgsrc/chat/farstream/PLIST:1.1 pkgsrc/chat/farstream/PLIST:1.2 --- pkgsrc/chat/farstream/PLIST:1.1 Tue Dec 1 12:59:52 2015 +++ pkgsrc/chat/farstream/PLIST Sun Mar 15 19:47:55 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/12/01 12:59:52 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.2 2020/03/15 19:47:55 wiz Exp $ include/farstream-0.2/farstream/fs-candidate.h include/farstream-0.2/farstream/fs-codec.h include/farstream-0.2/farstream/fs-conference.h @@ -16,7 +16,6 @@ lib/farstream-0.2/libmulticast-transmitt lib/farstream-0.2/libnice-transmitter.la lib/farstream-0.2/librawudp-transmitter.la lib/farstream-0.2/libshm-transmitter.la -lib/gstreamer-1.0/libfsmsnconference.la lib/gstreamer-1.0/libfsrawconference.la lib/gstreamer-1.0/libfsrtpconference.la lib/gstreamer-1.0/libfsrtpxdata.la @@ -46,7 +45,6 @@ share/gtk-doc/html/farstream-libs-0.2/fa share/gtk-doc/html/farstream-libs-0.2/farstream-libs-Utility-functions.html share/gtk-doc/html/farstream-libs-0.2/home.png share/gtk-doc/html/farstream-libs-0.2/index.html -share/gtk-doc/html/farstream-libs-0.2/index.sgml share/gtk-doc/html/farstream-libs-0.2/left-insensitive.png share/gtk-doc/html/farstream-libs-0.2/left.png share/gtk-doc/html/farstream-libs-0.2/pt01.html @@ -56,9 +54,6 @@ share/gtk-doc/html/farstream-libs-0.2/ri share/gtk-doc/html/farstream-libs-0.2/style.css share/gtk-doc/html/farstream-libs-0.2/up-insensitive.png share/gtk-doc/html/farstream-libs-0.2/up.png -share/gtk-doc/html/farstream-plugins-0.2/FsMsnCamSendConference.html -share/gtk-doc/html/farstream-plugins-0.2/FsMsnConference.html -share/gtk-doc/html/farstream-plugins-0.2/FsMsnParticipant.html share/gtk-doc/html/farstream-plugins-0.2/FsRTPXdataDepay.html share/gtk-doc/html/farstream-plugins-0.2/FsRTPXdataPay.html share/gtk-doc/html/farstream-plugins-0.2/FsRawConference.html @@ -69,11 +64,7 @@ share/gtk-doc/html/farstream-plugins-0.2 share/gtk-doc/html/farstream-plugins-0.2/FsVideoanyrate.html share/gtk-doc/html/farstream-plugins-0.2/ch01.html share/gtk-doc/html/farstream-plugins-0.2/ch02.html -share/gtk-doc/html/farstream-plugins-0.2/ch03.html share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-0.2.devhelp2 -share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsMsnCamCamRecvConference.html -share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsMsnSession.html -share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsMsnStream.html share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsMulticastStreamTransmitter.html share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsNiceStreamTransmitter.html share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsRawParticipant.html @@ -83,7 +74,6 @@ share/gtk-doc/html/farstream-plugins-0.2 share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsShmStreamTransmitter.html share/gtk-doc/html/farstream-plugins-0.2/home.png share/gtk-doc/html/farstream-plugins-0.2/index.html -share/gtk-doc/html/farstream-plugins-0.2/index.sgml share/gtk-doc/html/farstream-plugins-0.2/left-insensitive.png share/gtk-doc/html/farstream-plugins-0.2/left.png share/gtk-doc/html/farstream-plugins-0.2/pt01.html Index: pkgsrc/chat/farstream/distinfo diff -u pkgsrc/chat/farstream/distinfo:1.2 pkgsrc/chat/farstream/distinfo:1.3 --- pkgsrc/chat/farstream/distinfo:1.2 Fri Apr 15 09:07:40 2016 +++ pkgsrc/chat/farstream/distinfo Sun Mar 15 19:47:55 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2016/04/15 09:07:40 wiz Exp $ +$NetBSD: distinfo,v 1.3 2020/03/15 19:47:55 wiz Exp $ -SHA1 (farstream-0.2.8.tar.gz) = e6d9388aaf44e06b7cb4e0297a8e4c53fe16be63 -RMD160 (farstream-0.2.8.tar.gz) = 47392a6461a948d324bf896b0dab33289ed1cfbf -SHA512 (farstream-0.2.8.tar.gz) = 7ec5c57f8778f4107cb628dbf411e38b726152cf78920127dff4423239ff7e4980b6b4f938abba2aa21ab984b1e3053e7e648611322a0ce94df0af576df99a7e -Size (farstream-0.2.8.tar.gz) = 1315548 bytes +SHA1 (farstream-0.2.9.tar.gz) = 21a3e8ebe5c450a157a543a4f4d1b217892a7ca0 +RMD160 (farstream-0.2.9.tar.gz) = c19c9a130dafb205e16781169f3f13c4ee01a476 +SHA512 (farstream-0.2.9.tar.gz) = 8840725d2f1de59bebc8c49cf68a6712822a4e7b6ba9078713f80e3c35a39135565a1a885edab43a562f895e11b8f5d8d666d57d9b3814dabb661f46498515bd +Size (farstream-0.2.9.tar.gz) = 1334833 bytes --_----------=_1584301676204520--