Index: Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/vlc/Makefile,v retrieving revision 1.236 diff -u -r1.236 Makefile --- Makefile 14 Aug 2010 20:45:37 -0000 1.236 +++ Makefile 18 Aug 2010 20:29:08 -0000 @@ -6,8 +6,7 @@ # PORTNAME= vlc -DISTVERSION= 1.1.2 -PORTREVISION= 1 +DISTVERSION= 1.1.3 PORTEPOCH= 3 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \ @@ -373,7 +372,7 @@ .if defined(WITHOUT_MATROSKA) CONFIGURE_ARGS+=--disable-mkv .else -LIB_DEPENDS+= matroska.0:${PORTSDIR}/multimedia/libmatroska +LIB_DEPENDS+= matroska.2:${PORTSDIR}/multimedia/libmatroska CONFIGURE_ARGS+=--enable-mkv .endif Index: distinfo =================================================================== RCS file: /home/ncvs/ports/multimedia/vlc/distinfo,v retrieving revision 1.39 diff -u -r1.39 distinfo --- distinfo 3 Aug 2010 01:17:34 -0000 1.39 +++ distinfo 18 Aug 2010 20:29:08 -0000 @@ -1,3 +1,3 @@ -MD5 (vlc-1.1.2.tar.bz2) = dec11ed850e044c518aee6fef7e7f893 -SHA256 (vlc-1.1.2.tar.bz2) = db95e8667534e44f26c053e9f3f470d37c06d5ece10d2645cf2f7c25880a33f7 -SIZE (vlc-1.1.2.tar.bz2) = 23445745 +MD5 (vlc-1.1.3.tar.bz2) = b8ba8b6687d19dadcf3eb148ca525603 +SHA256 (vlc-1.1.3.tar.bz2) = 128c31f8c5cebbc947c2cf337cfb1877350f7e282826c76dc69e1218765e83e5 +SIZE (vlc-1.1.3.tar.bz2) = 23887407 Index: files/patch-VideoLAN-SA-1004 =================================================================== RCS file: files/patch-VideoLAN-SA-1004 diff -N files/patch-VideoLAN-SA-1004 --- files/patch-VideoLAN-SA-1004 14 Aug 2010 20:45:38 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,31 +0,0 @@ -diff --git a/modules/meta_engine/taglib.cpp b/modules/meta_engine/taglib.cpp -index 9ddb26e..e927148 100644 ---- modules/meta_engine/taglib.cpp -+++ modules/meta_engine/taglib.cpp -@@ -131,6 +131,8 @@ static void ReadMetaFromId3v2( ID3v2::Tag* tag, demux_t* p_demux, demux_meta_t* - { - ID3v2::UniqueFileIdentifierFrame* p_ufid = - dynamic_cast(*iter); -+ if( !p_ufid ) -+ continue; - const char *owner = p_ufid->owner().toCString(); - if (!strcmp( owner, "http://musicbrainz.org" )) - { -@@ -151,6 +153,8 @@ static void ReadMetaFromId3v2( ID3v2::Tag* tag, demux_t* p_demux, demux_meta_t* - { - ID3v2::UserTextIdentificationFrame* p_txxx = - dynamic_cast(*iter); -+ if( !p_txxx ) -+ continue; - vlc_meta_AddExtra( p_meta, p_txxx->description().toCString( true ), - p_txxx->fieldList().toString().toCString( true ) ); - } -@@ -207,6 +211,8 @@ static void ReadMetaFromId3v2( ID3v2::Tag* tag, demux_t* p_demux, demux_meta_t* - { - ID3v2::AttachedPictureFrame* p_apic = - dynamic_cast(*iter); -+ if( !p_apic ) -+ continue; - input_attachment_t *p_attachment; - - const char *psz_mime; Index: files/patch-include_limits.h =================================================================== RCS file: files/patch-include_limits.h diff -N files/patch-include_limits.h --- files/patch-include_limits.h 14 Aug 2010 20:45:38 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,24 +0,0 @@ -diff --git a/modules/gui/skins2/x11/x11_factory.cpp b/modules/gui/skins2/x11/x11_factory.cpp -index 79fdcaa..a916cfa 100644 ---- modules/gui/skins2/x11/x11_factory.cpp -+++ modules/gui/skins2/x11/x11_factory.cpp -@@ -28,6 +28,7 @@ - #include - #include - #include -+#include - - #include "x11_factory.hpp" - #include "x11_display.hpp" -diff --git a/modules/gui/skins2/x11/x11_window.cpp b/modules/gui/skins2/x11/x11_window.cpp -index 64fa4ae..e9e85de 100644 ---- modules/gui/skins2/x11/x11_window.cpp -+++ modules/gui/skins2/x11/x11_window.cpp -@@ -25,6 +25,7 @@ - #ifdef X11_SKINS - - #include -+#include - - #include "../src/generic_window.hpp" - #include "../src/vlcproc.hpp"