Here is a bug fix update to VLC 0.8.6b

Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/vlc/Makefile,v
retrieving revision 1.49
diff -u -p -r1.49 Makefile
--- Makefile    22 Apr 2007 13:21:11 -0000      1.49
+++ Makefile    12 May 2007 01:11:56 -0000
@@ -3,9 +3,8 @@
 SHARED_ONLY=   Yes
 
 COMMENT=       "videolan client; multimedia player"
-V=             0.8.6
+V=             0.8.6b
 DISTNAME=      vlc-${V}
-PKGNAME=       vlc-${V}p6
 CATEGORIES=    x11
 MASTER_SITES=  http://download.videolan.org/pub/videolan/vlc/${V}/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/vlc/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- distinfo    5 Apr 2007 17:36:25 -0000       1.12
+++ distinfo    12 May 2007 01:12:29 -0000
@@ -1,5 +1,5 @@
-MD5 (vlc-0.8.6.tar.gz) = 1Sd+Gx2YU9Ln6E4FAIByGA==
-RMD160 (vlc-0.8.6.tar.gz) = osXLYLoCFVFiULrqT9STexuFRf4=
-SHA1 (vlc-0.8.6.tar.gz) = FLUUsvWbJd6ONHNkow6o/ojTeq8=
-SHA256 (vlc-0.8.6.tar.gz) = OxscuDfSB3iRYgEioK6hrSEQh/Xir8eMsm0xvpAf3ro=
-SIZE (vlc-0.8.6.tar.gz) = 15427589
+MD5 (vlc-0.8.6b.tar.gz) = xECKZW8y9rQ7bfpUNNMqVA==
+RMD160 (vlc-0.8.6b.tar.gz) = d5TrbowuFe0+cJrHyL+Iw6B3dJo=
+SHA1 (vlc-0.8.6b.tar.gz) = ZIXyKgz6Z2IP2W4qtKLOfisa0qQ=
+SHA256 (vlc-0.8.6b.tar.gz) = Mp0hPCwjkvolstoE5AAIUVIX7+VFKyAdFG5e32OrkSI=
+SIZE (vlc-0.8.6b.tar.gz) = 15381783
Index: patches/patch-aclocal_m4
===================================================================
RCS file: /cvs/ports/x11/vlc/patches/patch-aclocal_m4,v
retrieving revision 1.5
diff -u -p -r1.5 patch-aclocal_m4
--- patches/patch-aclocal_m4    23 Dec 2006 13:31:31 -0000      1.5
+++ patches/patch-aclocal_m4    12 May 2007 03:51:58 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-aclocal_m4,v 1.5 2006/12/23 13:31:31 jolan Exp $
---- aclocal.m4.orig    Fri Dec  8 19:33:37 2006
-+++ aclocal.m4 Sat Dec 23 06:31:31 2006
+--- aclocal.m4.orig    Tue Apr 17 17:46:03 2007
++++ aclocal.m4 Fri May 11 23:51:38 2007
 @@ -1041,7 +1041,7 @@ AC_DEFUN([VLC_LIBRARY_SUFFIX], [
      darwin*)
        LIBEXT=".dylib"
@@ -19,7 +19,7 @@ $OpenBSD: patch-aclocal_m4,v 1.5 2006/12
        SYMPREF="_"
        ;;
    esac
-@@ -8754,9 +8754,9 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
+@@ -8755,9 +8755,9 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
            found_so=
            found_a=
            if test $use_additional = yes; then
@@ -31,7 +31,7 @@ $OpenBSD: patch-aclocal_m4,v 1.5 2006/12
                if test -f "$additional_libdir/lib$name.la"; then
                  found_la="$additional_libdir/lib$name.la"
                fi
-@@ -8776,9 +8776,9 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
+@@ -8777,9 +8777,9 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
                case "$x" in
                  -L*)
                    dir=`echo "X$x" | sed -e 's/^X-L//'`
Index: patches/patch-configure_ac
===================================================================
RCS file: /cvs/ports/x11/vlc/patches/patch-configure_ac,v
retrieving revision 1.7
diff -u -p -r1.7 patch-configure_ac
--- patches/patch-configure_ac  8 Apr 2007 17:34:20 -0000       1.7
+++ patches/patch-configure_ac  12 May 2007 03:51:58 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-configure_ac,v 1.7 2007/04/08 17:34:20 ajacoutot Exp $
---- configure.ac.orig  Sat Dec  9 02:32:53 2006
-+++ configure.ac       Sun Apr  8 10:45:42 2007
+--- configure.ac.orig  Tue Apr 17 17:45:31 2007
++++ configure.ac       Fri May 11 23:51:38 2007
 @@ -210,7 +210,7 @@ case "${target_os}" in
      VLC_ADD_CFLAGS([libvlc],[-x objective-c])
      VLC_ADD_CFLAGS([vlc],[-x objective-c])
@@ -38,7 +38,7 @@ $OpenBSD: patch-configure_ac,v 1.7 2007/
      [
       AC_CHECK_HEADERS(ffmpeg/avcodec.h, [], [AC_MSG_ERROR([Missing header 
file ffmpeg/avcodec.h.])] )
       AC_CHECK_HEADERS(ffmpeg/avformat.h)
-@@ -3332,13 +3335,13 @@ AC_ARG_ENABLE(png,
+@@ -3337,13 +3340,13 @@ AC_ARG_ENABLE(png,
    [  --enable-png            PNG support (default enabled)])
  if test "${enable_png}" != "no"; then
  AC_CHECK_HEADERS(png.h, [
Index: patches/patch-modules_access_cdda_access_c
===================================================================
RCS file: patches/patch-modules_access_cdda_access_c
diff -N patches/patch-modules_access_cdda_access_c
--- patches/patch-modules_access_cdda_access_c  8 Apr 2007 17:34:20 -0000       
1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,25 +0,0 @@
-$OpenBSD: patch-modules_access_cdda_access_c,v 1.2 2007/04/08 17:34:20 
ajacoutot Exp $
---- modules/access/cdda/access.c.orig  Sat Dec  9 02:12:16 2006
-+++ modules/access/cdda/access.c       Sun Apr  8 10:45:29 2007
-@@ -89,17 +89,17 @@ cdio_log_handler (cdio_log_level_t level, const char m
-   case CDIO_LOG_DEBUG:
-   case CDIO_LOG_INFO:
-     if (p_cdda->i_debug & INPUT_DBG_CDIO)
--      msg_Dbg( p_cdda_input, message);
-+      msg_Dbg( p_cdda_input, "%s", message);
-     break;
-   case CDIO_LOG_WARN:
--    msg_Warn( p_cdda_input, message);
-+    msg_Warn( p_cdda_input, "%s", message);
-     break;
-   case CDIO_LOG_ERROR:
-   case CDIO_LOG_ASSERT:
--    msg_Err( p_cdda_input, message);
-+    msg_Err( p_cdda_input, "%s", message);
-     break;
-   default:
--    msg_Warn( p_cdda_input, message,
-+    msg_Warn( p_cdda_input, "%s\n%s %d", message,
-             "the above message had unknown cdio log level",
-             level);
-   }
Index: patches/patch-modules_access_vcdx_access_c
===================================================================
RCS file: patches/patch-modules_access_vcdx_access_c
diff -N patches/patch-modules_access_vcdx_access_c
--- patches/patch-modules_access_vcdx_access_c  8 Apr 2007 17:34:20 -0000       
1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,43 +0,0 @@
-$OpenBSD: patch-modules_access_vcdx_access_c,v 1.2 2007/04/08 17:34:20 
ajacoutot Exp $
---- modules/access/vcdx/access.c.orig  Sat Dec  9 02:12:16 2006
-+++ modules/access/vcdx/access.c       Sun Apr  8 10:45:29 2007
-@@ -92,17 +92,17 @@ cdio_log_handler (cdio_log_level_t level, const char m
-   case CDIO_LOG_DEBUG:
-   case CDIO_LOG_INFO:
-     if (p_vcdplayer->i_debug & INPUT_DBG_CDIO)
--      msg_Dbg( p_vcd_access, message);
-+      msg_Dbg( p_vcd_access, "%s", message);
-     break;
-   case CDIO_LOG_WARN:
--    msg_Warn( p_vcd_access, message);
-+    msg_Warn( p_vcd_access, "%s", message);
-     break;
-   case CDIO_LOG_ERROR:
-   case CDIO_LOG_ASSERT:
--    msg_Err( p_vcd_access, message);
-+    msg_Err( p_vcd_access, "%s", message);
-     break;
-   default:
--    msg_Warn( p_vcd_access, message,
-+    msg_Warn( p_vcd_access, "%s\n%s %d", message,
-             _("The above message had unknown log level"),
-             level);
-   }
-@@ -118,14 +118,14 @@ vcd_log_handler (vcd_log_level_t level, const char mes
-   case VCD_LOG_DEBUG:
-   case VCD_LOG_INFO:
-     if (p_vcdplayer->i_debug & INPUT_DBG_VCDINFO)
--      msg_Dbg( p_vcd_access, message);
-+      msg_Dbg( p_vcd_access, "%s", message);
-     break;
-   case VCD_LOG_WARN:
--    msg_Warn( p_vcd_access, message);
-+    msg_Warn( p_vcd_access, "%s", message);
-     break;
-   case VCD_LOG_ERROR:
-   case VCD_LOG_ASSERT:
--    msg_Err( p_vcd_access, message);
-+    msg_Err( p_vcd_access, "%s", message);
-     break;
-   default:
-     msg_Warn( p_vcd_access, "%s\n%s %d", message,
Index: patches/patch-modules_codec_faad_c
===================================================================
RCS file: /cvs/ports/x11/vlc/patches/patch-modules_codec_faad_c,v
retrieving revision 1.2
diff -u -p -r1.2 patch-modules_codec_faad_c
--- patches/patch-modules_codec_faad_c  8 Apr 2007 17:34:20 -0000       1.2
+++ patches/patch-modules_codec_faad_c  12 May 2007 03:51:54 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-modules_codec_faad_c,v 1.2 2007/04/08 17:34:20 ajacoutot Exp $
---- modules/codec/faad.c.orig  Sat Dec  9 02:12:20 2006
-+++ modules/codec/faad.c       Sun Apr  8 10:45:29 2007
+--- modules/codec/faad.c.orig  Tue Apr 17 17:45:11 2007
++++ modules/codec/faad.c       Fri May 11 23:50:40 2007
 @@ -315,6 +315,9 @@ static aout_buffer_t *DecodeBlock( decoder_t *p_dec, b
          p_dec->fmt_out.audio.i_rate = frame.samplerate;
          p_dec->fmt_out.audio.i_channels = frame.channels;
@@ -18,4 +18,4 @@ $OpenBSD: patch-modules_codec_faad_c,v 1
 +#endif
  
          /* Convert frame.channel_position to our own channel values */
-         for( i = 0; i < frame.channels; i++ )
+         p_dec->fmt_out.audio.i_physical_channels = 0;
Index: patches/patch-modules_demux_Makefile_in
===================================================================
RCS file: /cvs/ports/x11/vlc/patches/patch-modules_demux_Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-modules_demux_Makefile_in
--- patches/patch-modules_demux_Makefile_in     8 Apr 2007 17:34:20 -0000       
1.2
+++ patches/patch-modules_demux_Makefile_in     12 May 2007 03:51:55 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-modules_demux_Makefile_in,v 1.2 2007/04/08 17:34:20 ajacoutot 
Exp $
---- modules/demux/Makefile.in.orig     Sat Dec  9 02:34:22 2006
-+++ modules/demux/Makefile.in  Sun Apr  8 10:45:42 2007
-@@ -1769,7 +1769,7 @@ LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS
+--- modules/demux/Makefile.in.orig     Tue Apr 17 17:46:43 2007
++++ modules/demux/Makefile.in  Fri May 11 23:51:39 2007
+@@ -1777,7 +1777,7 @@ LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS
        $(AM_CXXFLAGS) $(CXXFLAGS)
  CXXLD = $(CXX)
  CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
Index: patches/patch-modules_gui_wxwidgets_Makefile_in
===================================================================
RCS file: /cvs/ports/x11/vlc/patches/patch-modules_gui_wxwidgets_Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-modules_gui_wxwidgets_Makefile_in
--- patches/patch-modules_gui_wxwidgets_Makefile_in     8 Apr 2007 17:34:20 
-0000       1.2
+++ patches/patch-modules_gui_wxwidgets_Makefile_in     12 May 2007 03:51:53 
-0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-modules_gui_wxwidgets_Makefile_in,v 1.2 2007/04/08 17:34:20 
ajacoutot Exp $
---- modules/gui/wxwidgets/Makefile.in.orig     Sat Dec  9 02:34:35 2006
-+++ modules/gui/wxwidgets/Makefile.in  Sun Apr  8 10:45:42 2007
-@@ -710,7 +710,7 @@ LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS
+--- modules/gui/wxwidgets/Makefile.in.orig     Tue Apr 17 17:46:57 2007
++++ modules/gui/wxwidgets/Makefile.in  Fri May 11 23:51:38 2007
+@@ -718,7 +718,7 @@ LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS
        $(AM_CXXFLAGS) $(CXXFLAGS)
  CXXLD = $(CXX)
  CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
Index: patches/patch-share_Makefile_in
===================================================================
RCS file: /cvs/ports/x11/vlc/patches/patch-share_Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-share_Makefile_in
--- patches/patch-share_Makefile_in     8 Apr 2007 17:34:20 -0000       1.2
+++ patches/patch-share_Makefile_in     12 May 2007 03:52:02 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-share_Makefile_in,v 1.2 2007/04/08 17:34:20 ajacoutot Exp $
---- share/Makefile.in.orig     Sat Dec  9 02:34:54 2006
-+++ share/Makefile.in  Sun Apr  8 10:45:42 2007
-@@ -805,7 +805,6 @@ skins2/default.vlt: $(skins2_default_vlt_FILES)
+--- share/Makefile.in.orig     Tue Apr 17 17:47:19 2007
++++ share/Makefile.in  Fri May 11 23:51:38 2007
+@@ -813,7 +813,6 @@ skins2/default.vlt: $(skins2_default_vlt_FILES)
  
  skins2/default.vlt:
        mkdir -p skins2
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/vlc/pkg/PLIST,v
retrieving revision 1.26
diff -u -p -r1.26 PLIST
--- pkg/PLIST   20 Apr 2007 07:21:10 -0000      1.26
+++ pkg/PLIST   12 May 2007 04:36:04 -0000
@@ -97,6 +97,7 @@ lib/vlc/codec/libsdl_image_plugin.so
 lib/vlc/codec/libspudec_plugin.so
 lib/vlc/codec/libsubsdec_plugin.so
 lib/vlc/codec/libsvcdsub_plugin.so
+lib/vlc/codec/libtelx_plugin.so
 lib/vlc/codec/libvorbis_plugin.so
 lib/vlc/codec/libx264_plugin.so
 lib/vlc/control/

Reply via email to