summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--multimedia/vlc/Makefile5
-rw-r--r--multimedia/vlc/PLIST3
-rw-r--r--multimedia/vlc/distinfo8
-rw-r--r--multimedia/vlc/options.mk8
4 files changed, 13 insertions, 11 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"
diff --git a/multimedia/vlc/PLIST b/multimedia/vlc/PLIST
index b2f6f28cb39..8eea1d2dbae 100644
--- a/multimedia/vlc/PLIST
+++ b/multimedia/vlc/PLIST
@@ -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/libxvideo_plugin.la
${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 --git a/multimedia/vlc/distinfo b/multimedia/vlc/distinfo
index a1138c6e7a1..c5e5bece34e 100644
--- a/multimedia/vlc/distinfo
+++ b/multimedia/vlc/distinfo
@@ -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 --git a/multimedia/vlc/options.mk b/multimedia/vlc/options.mk
index 064d3cb193c..3107c01e03b 100644
--- a/multimedia/vlc/options.mk
+++ b/multimedia/vlc/options.mk
@@ -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 @@ DEPENDS+= dejavu-ttf>=2.0:../../fonts/dejavu-ttf
.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)