summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorjoerg <joerg>2006-12-27 21:14:12 +0000
committerjoerg <joerg>2006-12-27 21:14:12 +0000
commit571675d661eba41fa59381a7ea254f72e83b8fe8 (patch)
treed62339a50f9de26483e0feb2cd57d9a5f36ae9b1 /multimedia
parentff5a3b681f8b5dd886180e6ce82f657df43358a5 (diff)
downloadpkgsrc-571675d661eba41fa59381a7ea254f72e83b8fe8.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.
Diffstat (limited to 'multimedia')
-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