Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 39FBF63BA1C for ; Sat, 7 Jan 2012 20:44:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AC49E14A395; Sat, 7 Jan 2012 20:44:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 594D514A396 for ; Sat, 7 Jan 2012 20:44:32 +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 v0R1ls3Ydjrf for ; Sat, 7 Jan 2012 20:44:31 +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 B15C314A38F for ; Sat, 7 Jan 2012 20:44:31 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 21755175DD; Sat, 7 Jan 2012 20:44:33 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 7 Jan 2012 20:44:33 +0000 From: "John Marino" Subject: CVS commit: pkgsrc/www/seamonkey To: pkgsrc-changes@NetBSD.org Reply-To: marino@netbsd.org X-Mailer: log_accum Message-Id: <20120107204433.21755175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: marino Date: Sat Jan 7 20:44:33 UTC 2012 Modified Files: pkgsrc/www/seamonkey: Makefile distinfo Added Files: pkgsrc/www/seamonkey/patches: patch-mozilla_media_libvpx_vpx_config.h patch-mozilla_media_libvpx_vpx_config_c.c Log Message: www/seamonkey: PR#45629 (webm assy optimization for DragonFly) These patches enable optimizations that allow video play w/o stuttering. Other i386 and x86_64 platforms need the same optimizations, so this is only a partial fix of the PR. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 pkgsrc/www/seamonkey/Makefile cvs rdiff -u -r1.71 -r1.72 pkgsrc/www/seamonkey/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/www/seamonkey/patches/patch-mozilla_media_libvpx_vpx_config.h \ pkgsrc/www/seamonkey/patches/patch-mozilla_media_libvpx_vpx_config_c.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.