pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia Remove the external vorbis dependency as th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad3a17f095b6
branches:  trunk
changeset: 522863:ad3a17f095b6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 27 21:14:12 2006 +0000

description:
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:

 multimedia/mplayer-share/options.mk |  3 +--
 multimedia/mplayer/Makefile         |  4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 6fdd344f83ec -r ad3a17f095b6 multimedia/mplayer-share/options.mk
--- a/multimedia/mplayer-share/options.mk       Wed Dec 27 20:49:04 2006 +0000
+++ b/multimedia/mplayer-share/options.mk       Wed Dec 27 21:14:12 2006 +0000
@@ -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 @@
 
 .if !empty(PKG_OPTIONS:Mvorbis)
 CONFIGURE_ARGS+=       --enable-libvorbis
-.  include "../../audio/libvorbis/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --disable-libvorbis
 .endif
diff -r 6fdd344f83ec -r ad3a17f095b6 multimedia/mplayer/Makefile
--- a/multimedia/mplayer/Makefile       Wed Dec 27 20:49:04 2006 +0000
+++ b/multimedia/mplayer/Makefile       Wed Dec 27 21:14:12 2006 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index