From owner-freebsd-ports@FreeBSD.ORG Fri May 16 12:11:51 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B291F106564A for ; Fri, 16 May 2008 12:11:51 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id 44B558FC30 for ; Fri, 16 May 2008 12:11:50 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: by ug-out-1314.google.com with SMTP id q2so1624180uge.37 for ; Fri, 16 May 2008 05:11:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Rk7xjqlhus54ZbPejO2FORRNd/O3b81r1pTIQ4hOQ54=; b=uBo8hvxsTGsQqPtXMVTXYCM5gnBgUm5a0qE33PU6BWY5fH04ghM2yi04f4fovOuubBEN/y447QCsx1UY9l49hesnLUW3AAJ9KFBV2D+Jb+34U6hFxkOewZpjHu633wt2AIzSnS5GYaIg64CryucjjZcDbpyibaYMtDl699+huC0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FSH0WEiHLS6XA9fnpmXRQs518l+9u3wFUKcjTUyDKM5l5lY0RW9m+UyJUOHc8ZGdffaZXYYnmABZ+TX0WeLXQEje2P2pBgAwrm93PoCES4eJuuXPjPSJ+ykqawFYUeV8n37cJu6WuXMp45HuEPhpgBu9ZW5I313e67yjMmeAmgA= Received: by 10.67.119.8 with SMTP id w8mr11649857ugm.34.1210939908739; Fri, 16 May 2008 05:11:48 -0700 (PDT) Received: by 10.67.98.5 with HTTP; Fri, 16 May 2008 05:11:48 -0700 (PDT) Message-ID: Date: Fri, 16 May 2008 09:11:48 -0300 From: "Carlos A. M. dos Santos" To: freebsd-ports@freebsd.org, freebsd-multimedia@freebsd.org In-Reply-To: <20080516052503.GF4543@hades.panopticon> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080516052503.GF4543@hades.panopticon> Cc: Subject: Re: Gnash 0.8.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 12:11:51 -0000 On Fri, May 16, 2008 at 2:25 AM, Dmitry Marakasov wrote: > I've submitted update for gnash port to 0.8.2 (see > http://www.freebsd.org/cgi/query-pr.cgi?pr=123708). We still have > some time before it's comitted so I'd ask everione interested in > this port to test it. > > For me it seems like 0.8.2 is a regression compared to 0.8.1. I > don't see that either 0.8.2 or gnash CVS support more flash clips > that 0.8.1 didn't support. Instead many youtube videos won't play > any more and fast OpenGL renderer seems broken (please confirm it). Yes, OpenGL renderer seems to be broken on 0.8.2. I attempted to use it but got much better results using AGG. I believe that it should be classified as experimental, like the Cairo renderer is. > So, as I don't know many flash-enabled sites, I will be happy to > listen for your opinions on 0.8.1 vs 0.8.2. graphics/gnash-devel > port with recent CVS snapshot will be added without question, so > given that graphics/gnash may be left at 0.8.1 for now if upgrade > to 0.8.2 brings less than it takes. Both 0.8.2 and devel versions successfully render videos of some sites where 0.8.1 failed when I tested. This one, for example: http://charges.uol.com.br/ I noticed that video rendering lags behind audio with 0.8.2 and devel. It seems that video rendering with AGG is not fast enough, so I will try to improve the performance by trimming some compilation parameters. -- Carlos A. M. dos Santos