summaryrefslogtreecommitdiff
path: root/multimedia/vlc/Makefile
diff options
context:
space:
mode:
authorahoka <ahoka>2008-11-01 22:14:13 +0000
committerahoka <ahoka>2008-11-01 22:14:13 +0000
commit1fb9af0f695f00ab797940e9ca80da6c72ef9193 (patch)
tree4bbc3a4836f112ead52346ca2ac507f5b565fdd6 /multimedia/vlc/Makefile
parent6a30219667dbf4756179e87ef2f63c2017362dd4 (diff)
downloadpkgsrc-1fb9af0f695f00ab797940e9ca80da6c72ef9193.tar.gz
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 (limited to 'multimedia/vlc/Makefile')
-rw-r--r--multimedia/vlc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index e313366d35b..9ccdcc2274b 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -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 @@ CATEGORIES= multimedia
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
HOMEPAGE= http://videolan.org/
@@ -45,7 +45,6 @@ CONFIGURE_ARGS+= --enable-cddax \
--enable-flac \
--enable-lame \
--enable-live555 \
- --enable-snapshot
# Build optimalized modules
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"