Date: Wed, 30 Mar 2011 18:58:18 GMT From: Ruslan Mahmatkhanov <cvs-src@yandex.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/156068: [UPDATE] multimedia/vlc: update to 1.1.8 Message-ID: <201103301858.p2UIwIJB017849@red.freebsd.org> Resent-Message-ID: <201103301900.p2UJ0OQC045369@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 156068 >Category: ports >Synopsis: [UPDATE] multimedia/vlc: update to 1.1.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Mar 30 19:00:23 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 8.2-STABLE >Organization: >Environment: 8.2-STABLE i386 >Description: - update to 1.1.8 - remove files/patch-libmatroska (similar fix included upstream) >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruNa vlc.orig/Makefile vlc/Makefile --- vlc.orig/Makefile 2011-03-27 03:31:49.000000000 +0400 +++ vlc/Makefile 2011-03-30 21:38:45.000000000 +0400 @@ -6,8 +6,7 @@ # PORTNAME= vlc -DISTVERSION= 1.1.7 -PORTREVISION= 4 +DISTVERSION= 1.1.8 PORTEPOCH= 3 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \ diff -ruNa vlc.orig/distinfo vlc/distinfo --- vlc.orig/distinfo 2011-02-02 18:48:01.000000000 +0300 +++ vlc/distinfo 2011-03-30 21:39:17.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (vlc-1.1.7.tar.bz2) = 28059ef17d0866c3d9d5808fb6bf56783f72486b1b80f7ea8f6106612db0c1d5 -SIZE (vlc-1.1.7.tar.bz2) = 24635812 +SHA256 (vlc-1.1.8.tar.bz2) = fb1ff7ed861a67510cdf91e8f3c1d23687a0db3ede78bf2baf292417aedabfb4 +SIZE (vlc-1.1.8.tar.bz2) = 25212756 diff -ruNa vlc.orig/files/patch-libmatroska vlc/files/patch-libmatroska --- vlc.orig/files/patch-libmatroska 2011-03-01 00:46:46.000000000 +0300 +++ vlc/files/patch-libmatroska 1970-01-01 03:00:00.000000000 +0300 @@ -1,28 +0,0 @@ ---- modules/demux/mkv/matroska_segment.cpp.orig 2011-02-28 22:00:54.000000000 +0100 -+++ modules/demux/mkv/matroska_segment.cpp 2011-02-28 22:05:50.000000000 +0100 -@@ -220,6 +220,7 @@ void matroska_segment_c::LoadTags( KaxTa - } - ep->Up(); - } -+#if 0 - else if( MKV_IS_ID( el, KaxTagGeneral ) ) - { - msg_Dbg( &sys.demuxer, "| + General" ); -@@ -288,6 +289,7 @@ void matroska_segment_c::LoadTags( KaxTa - { - msg_Dbg( &sys.demuxer, "| + Multi Title" ); - } -+#endif - else - { - msg_Dbg( &sys.demuxer, "| + LoadTag Unknown (%s)", typeid( *el ).name() ); ---- modules/demux/mkv/mkv.hpp.orig 2011-02-28 22:00:45.000000000 +0100 -+++ modules/demux/mkv/mkv.hpp 2011-02-28 22:04:10.000000000 +0100 -@@ -92,7 +92,6 @@ - #include "matroska/KaxSegment.h" - #include "matroska/KaxTag.h" - #include "matroska/KaxTags.h" --#include "matroska/KaxTagMulti.h" - #include "matroska/KaxTracks.h" - #include "matroska/KaxTrackAudio.h" - #include "matroska/KaxTrackVideo.h" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103301858.p2UIwIJB017849>