Date: Sun, 23 Dec 2012 21:43:10 +0100 From: Juergen Lock <nox@jelal.kn-bremen.de> To: Juergen Lock <nox@jelal.kn-bremen.de> Cc: freebsd-multimedia@freebsd.org, =?iso-8859-1?Q?Ren=E9?= Ladan <rene@freebsd.org>, freebsd-ports@freebsd.org, Kevin Oberman <kob6558@gmail.com> Subject: Re: CFT: vlc 2.0.5 Message-ID: <20121223204310.GA87056@triton8.kn-bremen.de> In-Reply-To: <20121222210252.GA53161@triton8.kn-bremen.de> References: <20121219214400.GA73465@triton8.kn-bremen.de> <50D3727B.80808@freebsd.org> <20121220213841.GA84251@triton8.kn-bremen.de> <CAN6yY1ttvz0nm_f2f5x4b77twLbajiNcuGZuHOYmBgY_U909vQ@mail.gmail.com> <50D60866.5060506@freebsd.org> <20121222210252.GA53161@triton8.kn-bremen.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Dec 22, 2012 at 10:02:52PM +0100, Juergen Lock wrote: > On Sat, Dec 22, 2012 at 08:22:14PM +0100, René Ladan wrote: > > On 22-12-2012 03:53, Kevin Oberman wrote: > > > On Thu, Dec 20, 2012 at 1:38 PM, Juergen Lock <nox@jelal.kn-bremen.de> wrote: > > >> On Thu, Dec 20, 2012 at 09:18:03PM +0100, René Ladan wrote: > > >>> On 19-12-2012 22:44, Juergen Lock wrote: > > >>>> Hi! > > >>>> > > >>>> It's this time again, there's a new vlc release out and I want to update > > >>>> the port: > > >>>> > > >>>> http://people.freebsd.org/~nox/tmp/vlc-2.0.5-001.patch > > >>>> > > >>>> Everyone is invited to test this update and post any issues they find... > > >>>> > > >>> A quick test with an online mp3 stream works fine, but I do get this > > >>> message in the console: > > >>> > > >>> VLC media player 2.0.5 Twoflower (revision 2.0.5-0-g1661b7d) > > >>> > > >>> Unable to load library icui18n "Cannot load library icui18n: (Shared > > >>> object "libicui18n.so.48" not found, required by "vlc")" > > >>> > > >>> I have icu-50.1 installed, although the port does not seem to use it. > > >>> So maybe it is triggered by some dependency. > > >> I don't get that here so yes it's probably a problem in a dependency. > > > Sorry for those who have seen this in other threads. > > > > > > To find and fix these issues: > > > Install sysutils/bsdadmonscripts (If you use pkgng, pleaqse be sure > > > that you have the latest version!) > > > # pkg_libchk -o | grep libicu | cut -f1 -d: | sort | uniq > somefile > > > # portmaster -D `cat somefile` > > > > > > This will update all ports that are still linked to the old icu > > > libraries. This should be a very short list as only a handful of ports > > > link directly to these libraries. Many more depend on these ports, but > > > don't directly link to libicu sharables and don't need re-building. > > I tried this and some plain ldd but could not find any guilty file. > > > > Some other results: > > - MIDI playback starts, but there is no sound because SF2 files are not > > installed > > Well there aren't any in the distfile so that's kind of expected... > Or do you mean we should add a dep on audio/eawpats? > > > - the PNG snapshot is corrupt (only 0x5A or 0xA5) > > - switching on motion detection seems to freeze the video > > > Hmm, did any of these things work with 2.0.4? > Turns out this was broken with 2.0.4 already so I just committed the update (i.e. at least it's not a regression...) > > The rest seems to work fine (DVD and DVB-T not tested yet). > DVD playback still works for me, DVB-S(2) I still couldn't get to work but that was broken with 2.0.3 already. Thanx for testing, :) Juergen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121223204310.GA87056>