Re: CFT: vlc 2.0.5

2013-01-02 Thread Luca Pizzamiglio
There is a dynamic library loading of libicu*.so.48 in devel/qt4-corelib.
Unfortunately, this is not a declared as a dependency in the Makefile.
Recompile it.
This solved the issue on my system.

Best regards,
Luca

On Sat, Dec 22, 2012 at 3:53 AM, Kevin Oberman  wrote:
> On Thu, Dec 20, 2012 at 1:38 PM, Juergen Lock  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.
> --
> R. Kevin Oberman, Network Engineer
> E-mail: kob6...@gmail.com
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: CFT: vlc 2.0.5

2012-12-23 Thread Juergen Lock
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  
> > > 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
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: CFT: vlc 2.0.5

2012-12-22 Thread Jeffrey Bouquet


--- On Fri, 12/21/12, Kevin Oberman  wrote:

From: Kevin Oberman 
Subject: Re: CFT: vlc 2.0.5
To: "Juergen Lock" 
Cc: freebsd-multime...@freebsd.org, "René Ladan" , 
freebsd-ports@freebsd.org
Date: Friday, December 21, 2012, 6:53 PM

On Thu, Dec 20, 2012 at 1:38 PM, Juergen Lock  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.
-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6...@gmail.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

This email prompted me to run the suggested tool, which found a great many 
ports linked against older libraries (yay!). So I thought I could diff that list
against a list of the build-depends-list in the ports I've tried that don't 
build.  Got
a bit more experienced with awk, but ran out of time to craft a final solution 
in
favor of one which takes much less time.  To apply part of that procedure to
this instance, perhaps run the X-dependent binary at the command line o/o X,
and it will show directly which port or library might actually need 
rebuilding.  
Found a slew of ports (gnome) to rebuild (from pcre) that way, when they
nominally might have been missed.  (It also may prevent the rebuild of  a
binary which may still vaguely fail after is rebuild, but fixing directly the 
dependency may fix more than just the primary port, providing even greater
direct fix(es).

May or may not apply in this case, though (I've not vlc installed any longer).
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: CFT: vlc 2.0.5

2012-12-22 Thread Juergen Lock
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  
> > 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?

> The rest seems to work fine (DVD and DVB-T not tested yet).

 Thanx, :)
Juergen
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: CFT: vlc 2.0.5

2012-12-22 Thread René Ladan
On 22-12-2012 03:53, Kevin Oberman wrote:
> On Thu, Dec 20, 2012 at 1:38 PM, Juergen Lock  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
- the PNG snapshot is corrupt (only 0x5A or 0xA5)
- switching on motion detection seems to freeze the video

The rest seems to work fine (DVD and DVB-T not tested yet).

René
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: CFT: vlc 2.0.5

2012-12-21 Thread Kevin Oberman
On Thu, Dec 20, 2012 at 1:38 PM, Juergen Lock  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.
-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6...@gmail.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: CFT: vlc 2.0.5

2012-12-21 Thread Fabian Keil
Juergen Lock  wrote:

> On Wed, Dec 19, 2012 at 11:54:15PM +0100, Pawel Pekala wrote:
> > Dnia 2012-12-19, o godz. 22:44:00
> > Juergen Lock  napisa?(a):

> > > 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...
> > 
> > Works well here, 10.0-CURRENT. With default options there are couple
> > missing deps on my system:

> Does this fix the missing ones?
> 
>   http://people.freebsd.org/~nox/tmp/vlc-2.0.5-002.patch

Works for me.

Fabian


signature.asc
Description: PGP signature


Re: CFT: vlc 2.0.5

2012-12-20 Thread Juergen Lock
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.

 Thanx, :)
Juergen
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: CFT: vlc 2.0.5

2012-12-20 Thread René Ladan
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.

René
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: CFT: vlc 2.0.5

2012-12-20 Thread Pawel Pekala
Dnia 2012-12-20, o godz. 20:25:53
Juergen Lock  napisał(a):

>Does this fix the missing ones?
>
>   http://people.freebsd.org/~nox/tmp/vlc-2.0.5-002.patch

Yes, this revision fixes all missing - only implicit ones now.

-- 
pozdrawiam / with regards
Paweł Pękala
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: CFT: vlc 2.0.5

2012-12-20 Thread Juergen Lock
On Wed, Dec 19, 2012 at 11:54:15PM +0100, Pawel Pekala wrote:
> Dnia 2012-12-19, o godz. 22:44:00
> Juergen Lock  napisa?(a):
> 
> >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...
> 
> Works well here, 10.0-CURRENT. With default options there are couple
> missing deps on my system:
> 
> [corn:ports/multimedia/vlc]# pkg-lib-check vlc-2.0.5,3/
> ERR:  not registered missing dependency audio/libcddb
> ERR:  not registered missing dependency audio/libsamplerate
> ERR:  not registered missing dependency devel/ORBit2
> ERR:  not registered missing dependency devel/gconf2
> ERR:  not registered missing dependency devel/gnome-vfs
> ERR:  not registered missing dependency multimedia/libbluray
> ERR:  not registered missing dependency multimedia/libkate
> WARN: not registered implicit dependency devel/dbus-glib
> WARN: not registered implicit dependency devel/glib20
> WARN: not registered implicit dependency devel/libpthread-stubs
> WARN: not registered implicit dependency devel/orc
> WARN: not registered implicit dependency devel/pcre
> WARN: not registered implicit dependency graphics/aalib
> WARN: not registered implicit dependency graphics/jpeg
> WARN: not registered implicit dependency graphics/libdrm
> WARN: not registered implicit dependency math/gmp
> WARN: not registered implicit dependency multimedia/libvpx
> WARN: not registered implicit dependency multimedia/schroedinger
> WARN: not registered implicit dependency multimedia/xvid
> WARN: not registered implicit dependency print/freetype2
> WARN: not registered implicit dependency security/libgpg-error
> WARN: not registered implicit dependency security/nettle
> WARN: not registered implicit dependency security/p11-kit
> WARN: not registered implicit dependency textproc/expat2
> WARN: not registered implicit dependency textproc/libebml
> WARN: not registered implicit dependency textproc/libxml2
> WARN: not registered implicit dependency x11-fonts/fontconfig
> WARN: not registered implicit dependency x11/libICE
> WARN: not registered implicit dependency x11/libSM
> WARN: not registered implicit dependency x11/libX11
> WARN: not registered implicit dependency x11/libXau
> WARN: not registered implicit dependency x11/libXdamage
> WARN: not registered implicit dependency x11/libXdmcp
> WARN: not registered implicit dependency x11/libXext
> WARN: not registered implicit dependency x11/libXfixes
> WARN: not registered implicit dependency x11/libXinerama
> WARN: not registered implicit dependency x11/libXrender
> WARN: not registered implicit dependency x11/libXxf86vm
> 
Does this fix the missing ones?

http://people.freebsd.org/~nox/tmp/vlc-2.0.5-002.patch

 Thanx, :)
Juergen
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: CFT: vlc 2.0.5

2012-12-20 Thread Juergen Lock
On Thu, Dec 20, 2012 at 08:29:03PM +0400, Ruslan Makhmatkhanov wrote:
> Juergen Lock wrote on 20.12.2012 02:22:
> > On Thu, Dec 20, 2012 at 02:05:44AM +0400, Ruslan Makhmatkhanov wrote:
> >> Hi Juergen,
> >>
> >> thank you for an update. I just tested it. Everything seems working
> >> fine. But mkv playing issue still not resolved. I still getting that
> >> "mkv demux error: cannot find KaxSegment or missing mandatory KaxInfo"
> >> message when trying to watch any mkv-movie :(
> >>
> > Hm I wonder if something is up with our multimedia/libmatroska port...
> > According to
> >
> > http://forum.videolan.org/viewtopic.php?f=12&t=89814&start=20
> >
> > you can try selecting "FFmpeg Demux" in "Demuxers" as a workaround,
> > does that fix it for you?
> >
> >   Thanx,
> > Juergen
> 
> Ok, it really helped. Thank you! But for me it was not "FFmpeg Demux", 
> but "avformat demux". I have nothing containung "FFmpeg" in the list of 
> demuxers.
> 
Ah I guess they renamed the option because there are ffmpeg forks now...

 Thanx, :)
Juergen
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: CFT: vlc 2.0.5

2012-12-20 Thread Ruslan Makhmatkhanov

Juergen Lock wrote on 20.12.2012 02:22:

On Thu, Dec 20, 2012 at 02:05:44AM +0400, Ruslan Makhmatkhanov wrote:

Hi Juergen,

thank you for an update. I just tested it. Everything seems working
fine. But mkv playing issue still not resolved. I still getting that
"mkv demux error: cannot find KaxSegment or missing mandatory KaxInfo"
message when trying to watch any mkv-movie :(


Hm I wonder if something is up with our multimedia/libmatroska port...
According to

http://forum.videolan.org/viewtopic.php?f=12&t=89814&start=20

you can try selecting "FFmpeg Demux" in "Demuxers" as a workaround,
does that fix it for you?

  Thanx,
Juergen


Ok, it really helped. Thank you! But for me it was not "FFmpeg Demux", 
but "avformat demux". I have nothing containung "FFmpeg" in the list of 
demuxers.


--
Regards,
Ruslan

Tinderboxing kills... the drives.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: CFT: vlc 2.0.5

2012-12-19 Thread Pawel Pekala
Dnia 2012-12-19, o godz. 22:44:00
Juergen Lock  napisał(a):

>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...

Works well here, 10.0-CURRENT. With default options there are couple
missing deps on my system:

[corn:ports/multimedia/vlc]# pkg-lib-check vlc-2.0.5,3/
ERR:  not registered missing dependency audio/libcddb
ERR:  not registered missing dependency audio/libsamplerate
ERR:  not registered missing dependency devel/ORBit2
ERR:  not registered missing dependency devel/gconf2
ERR:  not registered missing dependency devel/gnome-vfs
ERR:  not registered missing dependency multimedia/libbluray
ERR:  not registered missing dependency multimedia/libkate
WARN: not registered implicit dependency devel/dbus-glib
WARN: not registered implicit dependency devel/glib20
WARN: not registered implicit dependency devel/libpthread-stubs
WARN: not registered implicit dependency devel/orc
WARN: not registered implicit dependency devel/pcre
WARN: not registered implicit dependency graphics/aalib
WARN: not registered implicit dependency graphics/jpeg
WARN: not registered implicit dependency graphics/libdrm
WARN: not registered implicit dependency math/gmp
WARN: not registered implicit dependency multimedia/libvpx
WARN: not registered implicit dependency multimedia/schroedinger
WARN: not registered implicit dependency multimedia/xvid
WARN: not registered implicit dependency print/freetype2
WARN: not registered implicit dependency security/libgpg-error
WARN: not registered implicit dependency security/nettle
WARN: not registered implicit dependency security/p11-kit
WARN: not registered implicit dependency textproc/expat2
WARN: not registered implicit dependency textproc/libebml
WARN: not registered implicit dependency textproc/libxml2
WARN: not registered implicit dependency x11-fonts/fontconfig
WARN: not registered implicit dependency x11/libICE
WARN: not registered implicit dependency x11/libSM
WARN: not registered implicit dependency x11/libX11
WARN: not registered implicit dependency x11/libXau
WARN: not registered implicit dependency x11/libXdamage
WARN: not registered implicit dependency x11/libXdmcp
WARN: not registered implicit dependency x11/libXext
WARN: not registered implicit dependency x11/libXfixes
WARN: not registered implicit dependency x11/libXinerama
WARN: not registered implicit dependency x11/libXrender
WARN: not registered implicit dependency x11/libXxf86vm

-- 
pozdrawiam / with regards
Paweł Pękala
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: CFT: vlc 2.0.5

2012-12-19 Thread Ruslan Makhmatkhanov

Juergen Lock wrote on 20.12.2012 02:22:

On Thu, Dec 20, 2012 at 02:05:44AM +0400, Ruslan Makhmatkhanov wrote:

Hi Juergen,

thank you for an update. I just tested it. Everything seems working
fine. But mkv playing issue still not resolved. I still getting that
"mkv demux error: cannot find KaxSegment or missing mandatory KaxInfo"
message when trying to watch any mkv-movie :(


Hm I wonder if something is up with our multimedia/libmatroska port...
According to

http://forum.videolan.org/viewtopic.php?f=12&t=89814&start=20

you can try selecting "FFmpeg Demux" in "Demuxers" as a workaround,
does that fix it for you?

  Thanx,
Juergen



I don't have it on the list, but ffmpeg (3 of them) is installed:
ffmpeg-0.7.13_6,1   Realtime audio/video encoder/converter and streaming 
server
ffmpeg-011-0.11.1_1 Realtime audio/video encoder/converter and streaming 
server
ffmpeg1-1.0.1   Realtime audio/video encoder/converter and streaming 
server


While searching for workaround, I saw some one-line patch from vlc team 
on forums, that weakening some security checks and let it play mkv. But 
I didn't tried that. Will try to re-search it tomorrow and give it a try.


--
Regards,
Ruslan

Tinderboxing kills... the drives.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: CFT: vlc 2.0.5

2012-12-19 Thread Juergen Lock
On Thu, Dec 20, 2012 at 02:05:44AM +0400, Ruslan Makhmatkhanov wrote:
> Hi Juergen,
> 
> thank you for an update. I just tested it. Everything seems working 
> fine. But mkv playing issue still not resolved. I still getting that 
> "mkv demux error: cannot find KaxSegment or missing mandatory KaxInfo" 
> message when trying to watch any mkv-movie :(
> 
Hm I wonder if something is up with our multimedia/libmatroska port...
According to

http://forum.videolan.org/viewtopic.php?f=12&t=89814&start=20

you can try selecting "FFmpeg Demux" in "Demuxers" as a workaround,
does that fix it for you?

 Thanx,
Juergen

> Juergen Lock wrote on 20.12.2012 01:44:
> > 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...
> >
> >   Thanx! :)
> > Juergen
> >
> > PS: Here is what's in NEWS about what has changed since 2.0.4:
> >
> > Changes between 2.0.4 and 2.0.5:
> > 
> >
> > Access:
> >   * Fix DVB-S delivery system detection
> >
> > Audio Output:
> >   * Fix playback initial synchronization with PulseAudio
> > (however similar bugs in PulseAudio version 2.0 and later still exist)
> >   * Fix file output bug affecting floating point on big endian systems
> >
> > Demuxers:
> >   * Fix crash with some embedded subtitle fonts
> >   * Fix buffer overflow in HTML subtitles parser
> >   * Fix koreus lua parser
> >   * Improve reliability for RTSP streams sent by some IP cameras
> >   * Fix division by 0 in AIFF demuxer
> >   * Fix some MKV crashes when ordered editions have empty or broken links
> >   * Fix SWF potential crash on malformed files.
> >
> > Video filters:
> >   * Fix crash in Freetype with embedded fonts
> >   * Fix wrong aspect ratio in some cases
> >
> > Encoders:
> >   * Fix Mpeg-2 audio and video encoders initialization
> >
> > Mac OS X:
> >   * Fix Reveal-in-Finder for files with non-Western file names
> >   * Fix crash with local statistics disabled
> >   * Fix Time counter UI look
> >
> > Win32:
> >   * Fix https streaming
> >
> > libVLC:
> >   * Fix audio and video track selection:
> > The constant track identifier is now always used. Some functions 
> > previously
> > incorrectly used the (moving) index of the track in the table of tracks.
> >
> > Translations:
> >   * Update of Asturian, Bengali (India), Bosnian, Croatian, Czech, Danish,
> > Dutch, Estonian, French, Galician, Scottish Gaelic, German, Hebrew,
> > Italian, Japanese, Khmer, Malayalam, Polish, Slovak, Simplified Chinese,
> > Traditional Chinese, Brazilian Portuguese, Turkish, Thai translations
> >   * Initial translations for Welsh and Interlingua
> > ___
> > freebsd-ports@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> > To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
> >
> >
> 
> 
> -- 
> Regards,
> Ruslan
> 
> Tinderboxing kills... the drives.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: CFT: vlc 2.0.5

2012-12-19 Thread Ruslan Makhmatkhanov

Hi Juergen,

thank you for an update. I just tested it. Everything seems working 
fine. But mkv playing issue still not resolved. I still getting that 
"mkv demux error: cannot find KaxSegment or missing mandatory KaxInfo" 
message when trying to watch any mkv-movie :(


Juergen Lock wrote on 20.12.2012 01:44:

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...

  Thanx! :)
Juergen

PS: Here is what's in NEWS about what has changed since 2.0.4:

Changes between 2.0.4 and 2.0.5:


Access:
  * Fix DVB-S delivery system detection

Audio Output:
  * Fix playback initial synchronization with PulseAudio
(however similar bugs in PulseAudio version 2.0 and later still exist)
  * Fix file output bug affecting floating point on big endian systems

Demuxers:
  * Fix crash with some embedded subtitle fonts
  * Fix buffer overflow in HTML subtitles parser
  * Fix koreus lua parser
  * Improve reliability for RTSP streams sent by some IP cameras
  * Fix division by 0 in AIFF demuxer
  * Fix some MKV crashes when ordered editions have empty or broken links
  * Fix SWF potential crash on malformed files.

Video filters:
  * Fix crash in Freetype with embedded fonts
  * Fix wrong aspect ratio in some cases

Encoders:
  * Fix Mpeg-2 audio and video encoders initialization

Mac OS X:
  * Fix Reveal-in-Finder for files with non-Western file names
  * Fix crash with local statistics disabled
  * Fix Time counter UI look

Win32:
  * Fix https streaming

libVLC:
  * Fix audio and video track selection:
The constant track identifier is now always used. Some functions previously
incorrectly used the (moving) index of the track in the table of tracks.

Translations:
  * Update of Asturian, Bengali (India), Bosnian, Croatian, Czech, Danish,
Dutch, Estonian, French, Galician, Scottish Gaelic, German, Hebrew,
Italian, Japanese, Khmer, Malayalam, Polish, Slovak, Simplified Chinese,
Traditional Chinese, Brazilian Portuguese, Turkish, Thai translations
  * Initial translations for Welsh and Interlingua
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"





--
Regards,
Ruslan

Tinderboxing kills... the drives.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"