From owner-svn-ports-head@FreeBSD.ORG Wed Oct 30 08:53:14 2013 Return-Path: Delivered-To: svn-ports-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A8B947DF; Wed, 30 Oct 2013 08:53:14 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 764A82E5E; Wed, 30 Oct 2013 08:53:13 +0000 (UTC) Received: from [192.168.0.2] (cpc27-cmbg15-2-0-cust235.5-4.cable.virginm.net [86.27.188.236]) (authenticated bits=0) by theravensnest.org (8.14.5/8.14.5) with ESMTP id r9U8rAvG021590 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 30 Oct 2013 08:53:11 GMT (envelope-from theraven@FreeBSD.org) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: svn commit: r331964 - head/multimedia/vlc From: David Chisnall In-Reply-To: <20131030055710.GA14262@FreeBSD.org> Date: Wed, 30 Oct 2013 08:53:07 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <204A47D8-F1CE-4140-ABFD-5E3A47FE6660@FreeBSD.org> References: <201310291555.r9TFtUPK027583@svn.freebsd.org> <20131030055710.GA14262@FreeBSD.org> To: Alexey Dokuchaev X-Mailer: Apple Mail (2.1508) Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, William Grzybowski , ports-committers@FreeBSD.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2013 08:53:14 -0000 On 30 Oct 2013, at 05:57, Alexey Dokuchaev wrote: > On Tue, Oct 29, 2013 at 03:55:30PM +0000, William Grzybowski wrote: >> New Revision: 331964 >> URL: http://svnweb.freebsd.org/changeset/ports/331964 >>=20 >> - Disable OSS (it is broken in vlc 2.1.0 and FreeBSD #9760) >> - Use pulse audio >=20 > This makes VLC officially broken on FreeBSD. While I only use VLC on > non-Unix platform (mplayer satifies my needs better elsewhere), it is > sad to see another popular player to go. :( >=20 > Are there changes to fix OSS problems (and move PA back to OPTIONS, > where it belongs)? I agree, this seems very unfortunate. OSS works out of the box and = provides a trivial API that does everything that VLC needs with low = latency. PulesAudio... doesn't. What was broken with OSS upstream? =20 David