summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-12-27 21:14:12 +0000
committerjoerg <joerg@pkgsrc.org>2006-12-27 21:14:12 +0000
commite7a8697fff656205ec72e4b88f15d8ab78c56dfc (patch)
treed62339a50f9de26483e0feb2cd57d9a5f36ae9b1
parentcd0ebd2244f712e1641f341ecf59c26e3b0d9cbd (diff)
downloadpkgsrc-e7a8697fff656205ec72e4b88f15d8ab78c56dfc.tar.gz
Remove the external vorbis dependency as the internal implementation
based on tremor is used by default. In the long term, it might end up replaced with the ffmpeg version as well. Noticed in PR 31587. Bump revision.
-rw-r--r--multimedia/mplayer-share/options.mk3
-rw-r--r--multimedia/mplayer/Makefile4
2 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/mplayer-share/options.mk b/multimedia/mplayer-share/options.mk
index 73e7626f914..cfe43870b96 100644
--- a/multimedia/mplayer-share/options.mk
+++ b/multimedia/mplayer-share/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.19 2006/10/31 22:33:28 wiz Exp $
+# $NetBSD: options.mk,v 1.20 2006/12/27 21:14:12 joerg Exp $
.if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
@@ -239,7 +239,6 @@ CONFIGURE_ARGS+= --disable-theora
.if !empty(PKG_OPTIONS:Mvorbis)
CONFIGURE_ARGS+= --enable-libvorbis
-. include "../../audio/libvorbis/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-libvorbis
.endif
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index 79be491e9c9..e1ba7deb2f0 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2006/12/07 14:09:03 drochner Exp $
+# $NetBSD: Makefile,v 1.37 2006/12/27 21:14:12 joerg Exp $
PKGNAME= mplayer-${MPLAYER_PKG_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Software-only MPEG-1/2/4 video decoder