pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/mplayer-share Added "debug" option.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b80b11797e8c
branches:  trunk
changeset: 538562:b80b11797e8c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Feb 13 00:55:55 2008 +0000

description:
Added "debug" option.

diffstat:

 multimedia/mplayer-share/options.mk |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 6ea56f1cff1a -r b80b11797e8c multimedia/mplayer-share/options.mk
--- a/multimedia/mplayer-share/options.mk       Tue Feb 12 23:25:53 2008 +0000
+++ b/multimedia/mplayer-share/options.mk       Wed Feb 13 00:55:55 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.25 2007/12/27 13:19:40 wiz Exp $
+# $NetBSD: options.mk,v 1.26 2008/02/13 00:55:55 rillig Exp $
 
 .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
 
@@ -14,7 +14,7 @@
 
 # Options supported by both mplayer* or mencoder*.
 
-PKG_SUPPORTED_OPTIONS= gif jpeg mad dts dv dvdread png theora vorbis
+PKG_SUPPORTED_OPTIONS= gif jpeg mad dts dv dvdread png theora vorbis debug
 .if ${OSS_TYPE} != "none"
 PKG_SUPPORTED_OPTIONS+=        oss
 .endif
@@ -106,6 +106,10 @@
 CONFIGURE_ARGS+=       --disable-cdparanoia
 .endif
 
+.if !empty(PKG_OPTIONS:Mdebug)
+CONFIGURE_ARGS+=       --enable-debug
+.endif
+
 .if !empty(PKG_OPTIONS:Mdts)
 CONFIGURE_ARGS+=       --enable-libdca
 .  include "../../audio/libdca/buildlink3.mk"



Home | Main Index | Thread Index | Old Index