From owner-freebsd-ports@FreeBSD.ORG Tue Jul 31 18:31:39 2012 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 1CB531065672; Tue, 31 Jul 2012 18:31:39 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id C78F48FC12; Tue, 31 Jul 2012 18:31:38 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id C95A61E00078; Tue, 31 Jul 2012 20:31:37 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.4) with ESMTP id q6VITSqW018707; Tue, 31 Jul 2012 20:29:28 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id q6VITSEZ018706; Tue, 31 Jul 2012 20:29:28 +0200 (CEST) (envelope-from nox) Date: Tue, 31 Jul 2012 20:29:28 +0200 (CEST) From: Juergen Lock Message-Id: <201207311829.q6VITSEZ018706@triton8.kn-bremen.de> To: freebsd@heesakkers.info X-Newsgroups: local.list.freebsd.ports In-Reply-To: <6721404.6TN6vjRsm3@pcoliver.heesakkers.info> References: <20120730191515.GA9678@triton8.kn-bremen.de> <6721404.6TN6vjRsm3@pcoliver.heesakkers.info> Organization: Cc: multimedia@freebsd.org, freebsd-ports@freebsd.org, nork@freebsd.org Subject: Re: CFT: vlc 2.0.3 - want to know where it works and where only partly 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: Tue, 31 Jul 2012 18:31:39 -0000 In article <6721404.6TN6vjRsm3@pcoliver.heesakkers.info> you write: >Op ma 30 jul 2012 21:15:15 schreef Juergen Lock: >> Hi! >> >> I had been testing vlc 2.0.x on and off on 8.2 with older ports >> and never could get native video to work (tho audio-only files and >> videos via SDL work), and now I updated that port to 2.0.3 and >> thought why not test it on the laptop that I recently updated to >> 9.1 beta and more up to date ports, and guess what, there it works >> just fine!! :) >> >> So now before we can update the port (and at least for a while >> keep the old port as vlc-legacy; I already talked with the maintainer >> who has little time atm) we need to know what to note in the 2.x >> port about when ppl should expect it to work, so testers on various >> FreeBSD versions are needed. > >First off my compliments for picking this up. > >I for one rather not see a vlc-legacy port. Upstream supports just the one >version and so should we. > I only got success reports so far, also for 8.x, so maybe we can in fact do this... (I.e. it looks like it was something in dependent ports that fixed native video?) >You've marked liveMedia broken, but the update for that is basically done, see >its commit history: http://www.freshports.org/net/liveMedia/ > Ah thx, missed that. :) Patch below. >People using multimedia/phonon-vlc should include this in their testing, for >this purpose the ABI version number for VLC has to be removed from >multimedia/phonon-vlc/Makefile > Looks like makc already fixed this: http://svn.freebsd.org/changeset/ports/301783 >I suggest you distribute a patch here that handles all three simultaneously, >after that has been tested on as many versions and archs as possible a >comprehensive UPDATING message can be constructed and where necessary VLC can >be marked broken, but I suspect there will not be much breakage (Wether or not >you require SDL for video output can be noted in UPDATING). > It seems we still need testers on 7.x now wrt. the video breakage (if there are even still people left that use a 7.x desktop...) >I used your patch on my 8.3-RELEASE-p3 amd64 headless box where VLC is used to >record Axis securityfeeds, so no testing of output there, but what needs to >work, works. > >My 9.0-RELEASE-p3 amd64 desktop (with nVidia graphics) has been running VLC 2 >problem free for six months now, ever since that was requested of me when >filing a bug + patch @ videolan. It's set for native video output, I can't >remember having used another setting. >I haven't (yet) used your patch on this box, as it was already running 2.0.3. >Phonon-vlc also works on this box. > >All ports are up-to-date for both mentioned boxes. New patches here, please also test with phonon-vlc if you use it: http://people.freebsd.org/~nox/tmp/vlc-2.0.3-002.patch http://people.freebsd.org/~nox/tmp/livemedia-20120404-001.patch Thanx! Juergen