From owner-freebsd-multimedia@FreeBSD.ORG Fri Dec 28 23:48:26 2007 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E223F16A46B for ; Fri, 28 Dec 2007 23:48:26 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from smtp1.bethere.co.uk (smtp1.betherenow.co.uk [87.194.0.68]) by mx1.freebsd.org (Postfix) with ESMTP id B55A113C465 for ; Fri, 28 Dec 2007 23:48:26 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from [192.168.1.71] (87-194-3-32.bethere.co.uk [87.194.3.32]) by smtp1.bethere.co.uk (Postfix) with SMTP id 6B96E98323 for ; Fri, 28 Dec 2007 23:48:25 +0000 (GMT) Message-ID: <47758B49.7010200@onetel.com> Date: Fri, 28 Dec 2007 23:48:25 +0000 From: Chris Whitehouse User-Agent: Thunderbird 2.0.0.9 (X11/20071228) MIME-Version: 1.0 References: <47754CA9.2020005@onetel.com> <20071228140255.578da128@mkproductions.org> In-Reply-To: <20071228140255.578da128@mkproductions.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: multimedia@FreeBSD.org Subject: Re: vlc volume control obscured X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Dec 2007 23:48:27 -0000 Mark Kane wrote: > On Fri, Dec 28, 2007, at 19:21:13 +0000, Chris Whitehouse wrote: >> Hi, >> >> since recently the volume control in VLC is partially obscured. I >> found this post >> http://forum.videolan.org/viewtopic.php?f=13&t=33384&p=103267&hilit=volume+control+hidden#p103267 >> which reckons it's because it is linked against wxwidget 2.8. Sorry >> it's a ubuntu forum not freebsd so not sure if it still applies. >> >> Cheers >> >> Chris > > Hi. > > Changing "USE_WX=2.8" to "USE_WX=2.6" in the VLC port Makefile fixed > this issue for me on a couple different machines. > > I have a PR open on this: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=118104 > > Hope that helps. > > -Mark > Yes it does, thanks very much Chris