summaryrefslogtreecommitdiff
path: root/multimedia/vlc2/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2012-10-19 17:48:06 +0000
committerdrochner <drochner>2012-10-19 17:48:06 +0000
commit0c17783aadc6a1dfcad790d878667f7f4478b978 (patch)
treee231d01657eb87ea3d8ac8df28fff14a799862e6 /multimedia/vlc2/Makefile
parent5f813d290037d2fd43b1f88c0e2b5e6acc20261b (diff)
downloadpkgsrc-0c17783aadc6a1dfcad790d878667f7f4478b978.tar.gz
update to 2.0.4
changes (from the anouncement): VideoLAN and the VLC development team present the fifth version of "Twoflower", a major update that fixes a lot of regressions, issues and security issues in this branch. It introduces Opus support, improves Youtube, Vimeo streams and Blu-Ray dics support. It also fixes many issues in playback, notably on Ogg and MKV playback and audio device selections and a hundred of other bugs. pkgsrc note: opus and bluray are not supported yet
Diffstat (limited to 'multimedia/vlc2/Makefile')
-rw-r--r--multimedia/vlc2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/vlc2/Makefile b/multimedia/vlc2/Makefile
index 22a2becd4f0..f7e778731ec 100644
--- a/multimedia/vlc2/Makefile
+++ b/multimedia/vlc2/Makefile
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.17 2012/10/08 23:02:13 adam Exp $
+# $NetBSD: Makefile,v 1.18 2012/10/19 17:48:06 drochner Exp $
#
DISTNAME= vlc-${VLC_VERSION}
-PKGREVISION= 9
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vlc/} \
http://download.videolan.org/pub/videolan/vlc/${VLC_VERSION}/
EXTRACT_SUFX= .tar.xz
-VLC_VERSION= 2.0.3
+VLC_VERSION= 2.0.4
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.videolan.org/
@@ -39,7 +38,7 @@ CONFIGURE_ARGS+= --disable-smb
CONFIGURE_ARGS+= --enable-dvdread \
--enable-flac \
--enable-theora \
- --enable-lua=no
+ --disable-lua
# Build optimalized modules
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
@@ -140,6 +139,7 @@ BUILDLINK_API_DEPENDS.libX11+= libX11>=1.3.5
# needs x264_encoder_delayed_frames
BUILDLINK_API_DEPENDS.x264-devel+= x264-devel>=20100201
.include "../../multimedia/x264-devel/buildlink3.mk"
+#.include "../../lang/lua/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/oss.buildlink3.mk"