Here is an update to VLC 2.0.3.

Tested on amd64.


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/x11/vlc/Makefile,v
retrieving revision 1.154
diff -u -p -r1.154 Makefile
--- Makefile    8 Jul 2012 21:33:45 -0000       1.154
+++ Makefile    19 Jul 2012 18:51:03 -0000
@@ -5,10 +5,9 @@ SHARED_ONLY=   Yes
 COMMENT-main=  VideoLAN client; multimedia player
 COMMENT-jack=  JACK audio output module for VLC
 
-V=             2.0.2
+V=             2.0.3
 DISTNAME=      vlc-${V}
 PKGNAME-main=  ${DISTNAME}
-REVISION-main= 0
 PKGNAME-jack=  vlc-jack-${V}
 CATEGORIES=    x11
 MASTER_SITES=  http://download.videolan.org/pub/videolan/vlc/${V}/
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/x11/vlc/distinfo,v
retrieving revision 1.24
diff -u -p -r1.24 distinfo
--- distinfo    6 Jul 2012 12:51:11 -0000       1.24
+++ distinfo    19 Jul 2012 18:52:38 -0000
@@ -1,5 +1,2 @@
-MD5 (vlc-2.0.2.tar.xz) = k+cpzJcKRTWzIT2+8OaVKA==
-RMD160 (vlc-2.0.2.tar.xz) = qPvJHfwByLkMfWk7bL5PoWIH6CI=
-SHA1 (vlc-2.0.2.tar.xz) = 2ll+eB+FXf9M0njBN8D69DtQTCY=
-SHA256 (vlc-2.0.2.tar.xz) = ERqDsZ0JmJwXQ+1wiJdYbiD2zTfyfML8rAnHWnIhxi8=
-SIZE (vlc-2.0.2.tar.xz) = 18023928
+SHA256 (vlc-2.0.3.tar.xz) = +6mAX3QVrr9biGFN6DgC3FnTKC/zORKNpBrd9+N10tI=
+SIZE (vlc-2.0.3.tar.xz) = 18268208
Index: patches/patch-modules_access_vcd_cdrom_c
===================================================================
RCS file: patches/patch-modules_access_vcd_cdrom_c
diff -N patches/patch-modules_access_vcd_cdrom_c
--- patches/patch-modules_access_vcd_cdrom_c    8 Jul 2012 21:33:45 -0000       
1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,15 +0,0 @@
-$OpenBSD: patch-modules_access_vcd_cdrom_c,v 1.1 2012/07/08 21:33:45 ajacoutot 
Exp $
-
-Fix off-by-one while scanning.
-
---- modules/access/vcd/cdrom.c.orig    Sun Jul  8 17:11:39 2012
-+++ modules/access/vcd/cdrom.c Sun Jul  8 17:11:52 2012
-@@ -819,7 +819,7 @@ static int OpenVCDImage( vlc_object_t * p_this, const 
-     while( fgets( line, 1024, cuefile ) && i_tracks < INT_MAX-1 )
-     {
-         /* look for a TRACK line */
--        char psz_dummy[9];
-+        char psz_dummy[10];
-         if( !sscanf( line, "%9s", psz_dummy ) || strcmp(psz_dummy, "TRACK") )
-             continue;
- 
Index: patches/patch-modules_audio_filter_resampler_speex_c
===================================================================
RCS file: patches/patch-modules_audio_filter_resampler_speex_c
diff -N patches/patch-modules_audio_filter_resampler_speex_c
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-modules_audio_filter_resampler_speex_c        27 Jul 2012 
00:18:34 -0000
@@ -0,0 +1,15 @@
+$OpenBSD$
+
+speex resampler is broken, drop priority to zero.
+
+--- modules/audio_filter/resampler/speex.c.orig        Thu Jul 26 20:15:46 2012
++++ modules/audio_filter/resampler/speex.c     Thu Jul 26 20:16:01 2012
+@@ -44,7 +44,7 @@ vlc_module_begin ()
+     add_integer ("speex-resampler-quality", 4,
+                  QUALITY_TEXT, QUALITY_LONGTEXT, true)
+         change_integer_range (0, 10)
+-    set_capability ("audio filter", 50)
++    set_capability ("audio filter", 0)
+     set_callbacks (Open, Close)
+ vlc_module_end ()
+ 
Index: patches/patch-src_network_httpd_c
===================================================================
RCS file: patches/patch-src_network_httpd_c
diff -N patches/patch-src_network_httpd_c
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_network_httpd_c   27 Jul 2012 00:17:52 -0000
@@ -0,0 +1,15 @@
+$OpenBSD$
+
+Add video/webm content type.
+
+--- src/network/httpd.c.orig   Thu Jul 26 20:16:19 2012
++++ src/network/httpd.c        Thu Jul 26 20:16:58 2012
+@@ -221,7 +221,7 @@ static const struct
+     { ".wav",   "audio/wav" },
+     { ".wma",   "audio/x-ms-wma" },
+     { ".wmv",   "video/x-ms-wmv" },
+-
++    { ".webm",  "video/webm" },
+ 
+     /* end */
+     { "",       "" }
Index: pkg/PLIST-main
===================================================================
RCS file: /home/cvs/ports/x11/vlc/pkg/PLIST-main,v
retrieving revision 1.26
diff -u -p -r1.26 PLIST-main
--- pkg/PLIST-main      6 Jul 2012 12:51:11 -0000       1.26
+++ pkg/PLIST-main      19 Jul 2012 20:40:24 -0000
@@ -501,6 +501,7 @@ share/locale/lv/LC_MESSAGES/vlc.mo
 share/locale/mk/LC_MESSAGES/vlc.mo
 share/locale/ml/LC_MESSAGES/vlc.mo
 share/locale/mn/LC_MESSAGES/vlc.mo
+share/locale/mr/LC_MESSAGES/vlc.mo
 share/locale/ms/LC_MESSAGES/vlc.mo
 share/locale/my/LC_MESSAGES/vlc.mo
 share/locale/nb/LC_MESSAGES/vlc.mo
@@ -532,6 +533,7 @@ share/locale/th/LC_MESSAGES/vlc.mo
 share/locale/tl/LC_MESSAGES/vlc.mo
 share/locale/tr/LC_MESSAGES/vlc.mo
 share/locale/uk/LC_MESSAGES/vlc.mo
+share/locale/uz/LC_MESSAGES/vlc.mo
 share/locale/vi/LC_MESSAGES/vlc.mo
 share/locale/wa/LC_MESSAGES/vlc.mo
 share/locale/zh_CN/LC_MESSAGES/vlc.mo

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Reply via email to