[Lunar-commits] r22958 - moonbase/trunk/video/vlc

Dennis Veatch stumbles at lunar-linux.org
Tue Jan 16 20:07:34 CET 2007


Author: stumbles
Date: 2007-01-16 20:07:34 +0100 (Tue, 16 Jan 2007)
New Revision: 22958

Modified:
   moonbase/trunk/video/vlc/BUILD
   moonbase/trunk/video/vlc/DETAILS
Log:

This is a security bump, VideoLAN-SA-0701.

Additionally, vlc isn't much of a video player without 
ffmpeg. Granted the version of ffmpeg in moonbase/video
is ancient at least some of the Shoutcast TV links play.




Modified: moonbase/trunk/video/vlc/BUILD
===================================================================
--- moonbase/trunk/video/vlc/BUILD	2007-01-16 13:50:19 UTC (rev 22957)
+++ moonbase/trunk/video/vlc/BUILD	2007-01-16 19:07:34 UTC (rev 22958)
@@ -1,20 +1,17 @@
 (
 
-  unset  CFLAGS
-  unset  CXXFLAGS
-
   ./configure  --prefix=/usr         \
                --sysconfdir=/etc     \
                --localstatedir=/var  \
                --enable-libmpeg2     \
-	       --disable-ffmpeg      \
                --disable-smb         \
                --disable-gtk         \
                --disable-qt          \
                --disable-kde         \
                --enable-x11          \
                --enable-skins        \
-	       $OPTS                &&
-  default_make 
+               $OPTS                &&
 
+  default_make
+
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/video/vlc/DETAILS
===================================================================
--- moonbase/trunk/video/vlc/DETAILS	2007-01-16 13:50:19 UTC (rev 22957)
+++ moonbase/trunk/video/vlc/DETAILS	2007-01-16 19:07:34 UTC (rev 22958)
@@ -1,18 +1,18 @@
           MODULE=vlc
-         VERSION=0.8.6
+         VERSION=0.8.6a
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_VFY=sha1:14b514b2f59b25de8e347364a30ea8fe88d37aaf
+      SOURCE_VFY=sha1:71aa59f3b823e9bb4b252fd3f5e00ccefaa8bc90
       SOURCE_URL=http://www.videolan.org/pub/videolan/$MODULE/$VERSION/
         WEB_SITE=http://www.videolan.org
          ENTERED=20011113
-         UPDATED=20061213
+         UPDATED=20070116
            SHORT="Videolan client multimedia player"
 
 cat << EOF
 The VideoLAN Client (VLC) is an MPEG, MPEG2, VCD and DVD player for
-Unix, Windows, MacOS X, BeOS and QNX. It can play MPEG streams from a 
+Unix, Windows, MacOS X, BeOS and QNX. It can play MPEG streams from a
 file, from a network source, or directly from a VCD or DVD. There is
-video support for X11/XVideo, GGI, SDL, the Linux framebuffer device, 
+video support for X11/XVideo, GGI, SDL, the Linux framebuffer device,
 DirectX, BeOS, and QNX, audio support for OSS, Esound, ALSA, and
 GTK+-2 interfaces.
 EOF



More information about the Lunar-commits mailing list