pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/vlc This update is also fixing a minor PLIS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2506dbd4415b
branches:  trunk
changeset: 549390:2506dbd4415b
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Sat Nov 01 22:14:13 2008 +0000

description:
This update is also fixing a minor PLIST issue.

Changes between 0.9.4 and 0.9.5:
--------------------------------
Security updates:
 * Fixed buffer overflow in TiVo demuxer (SA-0809, CVE-2008-4686, CVE-2008-4654)
 * Fixed libpng CVE-2008-3964 in Win32 and MacOS builds

Features:
 * Closed Caption EIA 608/708 parsing enabled for libmpeg2

Various bugfixes:
 * Fixed various potential crashes and memleaks
 * Fixed issues with reading from files (especially non-local)

Windows port:
 * Fix bug where interface was "eating" some media keys
 * Fix some crashes in DirectShow access

Qt Interface:
 * Fix bug when the resetting of preferences didn't reset the dialog states
 * Right-click menu to select playlist columns reenabled
 * Various fixed in playlist

Access:
 * MMAP module is now deactivated by default

Translations:
 * Update of Brazillian, Swedish translation

diffstat:

 multimedia/vlc/Makefile   |  5 ++---
 multimedia/vlc/PLIST      |  3 ++-
 multimedia/vlc/distinfo   |  8 ++++----
 multimedia/vlc/options.mk |  8 +++++---
 4 files changed, 13 insertions(+), 11 deletions(-)

diffs (84 lines):

diff -r 8660b404e509 -r 2506dbd4415b multimedia/vlc/Makefile
--- a/multimedia/vlc/Makefile   Sat Nov 01 21:45:56 2008 +0000
+++ b/multimedia/vlc/Makefile   Sat Nov 01 22:14:13 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2008/10/13 18:42:12 ahoka Exp $
+# $NetBSD: Makefile,v 1.63 2008/11/01 22:14:13 ahoka Exp $
 #
 
 DISTNAME=              vlc-${VLC_VERSION}
@@ -6,7 +6,7 @@
 MASTER_SITES=          http://download.videolan.org/pub/videolan/vlc/${VLC_VERSION}/
 EXTRACT_SUFX=          .tar.bz2
 
-VLC_VERSION=           0.9.4
+VLC_VERSION=           0.9.5
 
 MAINTAINER=            ahoka%NetBSD.org@localhost
 HOMEPAGE=              http://videolan.org/
@@ -45,7 +45,6 @@
                        --enable-flac \
                        --enable-lame \
                        --enable-live555 \
-                       --enable-snapshot
 
 # Build optimalized modules
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
diff -r 8660b404e509 -r 2506dbd4415b multimedia/vlc/PLIST
--- a/multimedia/vlc/PLIST      Sat Nov 01 21:45:56 2008 +0000
+++ b/multimedia/vlc/PLIST      Sat Nov 01 22:14:13 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2008/10/29 00:41:44 ahoka Exp $
+@comment $NetBSD: PLIST,v 1.22 2008/11/01 22:14:13 ahoka Exp $
 ${PLIST.faad}lib/vlc/codec/libfaad_plugin.la
 ${PLIST.dbus}lib/vlc/control/libdbus_plugin.la
 ${PLIST.dbus}lib/vlc/misc/libinhibit_plugin.la
@@ -15,6 +15,7 @@
 ${PLIST.x11}lib/vlc/video_output/libglx_plugin.la
 ${PLIST.x11}lib/vlc/video_output/libopengl_plugin.la
 ${PLIST.x11}lib/vlc/misc/libosd_parser_plugin.la
+${PLIST.x11}lib/vlc/access/libscreen_plugin.la
 ${PLIST.sdl}lib/vlc/codec/libsdl_image_plugin.la
 ${PLIST.sdl}lib/vlc/audio_output/libaout_sdl_plugin.la
 ${PLIST.sdl}lib/vlc/video_output/libvout_sdl_plugin.la
diff -r 8660b404e509 -r 2506dbd4415b multimedia/vlc/distinfo
--- a/multimedia/vlc/distinfo   Sat Nov 01 21:45:56 2008 +0000
+++ b/multimedia/vlc/distinfo   Sat Nov 01 22:14:13 2008 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.20 2008/10/13 18:42:12 ahoka Exp $
+$NetBSD: distinfo,v 1.21 2008/11/01 22:14:13 ahoka Exp $
 
-SHA1 (vlc-0.9.4.tar.bz2) = 1325b29268bdcecfb5272433d1fde935171aefed
-RMD160 (vlc-0.9.4.tar.bz2) = 6f02a3cfbe50eb34f58fd1f4b9e6e9881f344152
-Size (vlc-0.9.4.tar.bz2) = 16471217 bytes
+SHA1 (vlc-0.9.5.tar.bz2) = 0f3f315353a09bf769f27bd07e20654b072cd209
+RMD160 (vlc-0.9.5.tar.bz2) = 8ec72d026f6fa086620f63d202d015fa14b4a4d7
+Size (vlc-0.9.5.tar.bz2) = 16457306 bytes
 SHA1 (patch-configure) = 0b69157981409067b42385ee5c81fc422f3842a2
 SHA1 (patch-v4l2) = 54504b7e3bc41522db5c90983319c0c1ce1f3c8f
diff -r 8660b404e509 -r 2506dbd4415b multimedia/vlc/options.mk
--- a/multimedia/vlc/options.mk Sat Nov 01 21:45:56 2008 +0000
+++ b/multimedia/vlc/options.mk Sat Nov 01 22:14:13 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2008/10/19 22:05:54 ahoka Exp $
+# $NetBSD: options.mk,v 1.10 2008/11/01 22:14:13 ahoka Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.vlc
 PKG_SUPPORTED_OPTIONS=         debug faad arts dbus skins sdl esound x11 gnome
@@ -83,12 +83,14 @@
 .include "../../x11/qt4-libs/buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-qt4 \
                        --enable-x11 \
-                       --enable-glx
+                       --enable-glx \
+                       --enable-snapshot
 PLIST.x11=             yes
 .else
 CONFIGURE_ARGS+=       --disable-x11 \
                        --disable-qt4 \
-                       --disable-glx
+                       --disable-glx \
+                       --disable-snapshot
 .endif
 
 ## FAAD support (faad is non-redistributable)



Home | Main Index | Thread Index | Old Index