Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id DAD6CA5809 for ; Sat, 6 Dec 2014 09:18:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 805EF14A2A3; Sat, 6 Dec 2014 09:18:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F2CDE14A29F for ; Sat, 6 Dec 2014 09:18:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id IsVr4_jImfAv for ; Sat, 6 Dec 2014 09:18:41 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 78EA114A299 for ; Sat, 6 Dec 2014 09:18:41 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6CFB098; Sat, 6 Dec 2014 09:18:41 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 6 Dec 2014 09:18:41 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/multimedia To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20141206091841.6CFB098@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Sat Dec 6 09:18:41 UTC 2014 Modified Files: pkgsrc/multimedia/ffmpeg2: Makefile Makefile.common PLIST distinfo pkgsrc/multimedia/ffmpeg2/patches: patch-configure pkgsrc/multimedia/ffplay2: Makefile Log Message: Changes 2.5: The most important new features are AVFoundation screen-grabbing support, animated WebP decoding support, and Animated PNG support. In addition, many exciting features for video streaming are also implemented, including MPEG- DASH fragmenting muxer, HEVC RTP payload muxer, and UDP Lite support. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/multimedia/ffmpeg2/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/multimedia/ffmpeg2/Makefile.common cvs rdiff -u -r1.6 -r1.7 pkgsrc/multimedia/ffmpeg2/PLIST cvs rdiff -u -r1.24 -r1.25 pkgsrc/multimedia/ffmpeg2/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/multimedia/ffmpeg2/patches/patch-configure cvs rdiff -u -r1.5 -r1.6 pkgsrc/multimedia/ffplay2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.