pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/mplayer-share



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Sep 27 13:50:27 UTC 2017

Modified Files:
        pkgsrc/multimedia/mplayer-share: options.mk

Log Message:
mplayer-share: remove default-off arts option

arts was removed from pkgsrc


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/multimedia/mplayer-share/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/mplayer-share/options.mk
diff -u pkgsrc/multimedia/mplayer-share/options.mk:1.57 pkgsrc/multimedia/mplayer-share/options.mk:1.58
--- pkgsrc/multimedia/mplayer-share/options.mk:1.57     Fri Mar 24 16:55:15 2017
+++ pkgsrc/multimedia/mplayer-share/options.mk  Wed Sep 27 13:50:27 2017
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.57 2017/03/24 16:55:15 wiz Exp $
+# $NetBSD: options.mk,v 1.58 2017/09/27 13:50:27 wiz Exp $
 
 .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
 
@@ -44,9 +44,6 @@ PKG_SUPPORTED_OPTIONS+=       vdpau
 PKG_SUPPORTED_OPTIONS+=        lirc
 .endif
 
-.  if ${OPSYS} != "SunOS"
-PKG_SUPPORTED_OPTIONS+=        arts
-.  endif
 .elif !empty(PKGNAME:M*mencoder*)
 PKG_SUPPORTED_OPTIONS+=        faac lame
 .endif
@@ -113,14 +110,6 @@ CONFIGURE_ARGS+=   --enable-aa
 CONFIGURE_ARGS+=       --disable-aa
 .endif
 
-.if !empty(PKG_OPTIONS:Marts)
-CONFIGURE_ARGS+=       --enable-arts
-EXTRA_LIBS+=           -lartsc
-.  include "../../audio/arts/buildlink3.mk"
-.else
-CONFIGURE_ARGS+=       --disable-arts
-.endif
-
 .if !empty(PKG_OPTIONS:Mcaca)
 CONFIGURE_ARGS+=       --enable-caca
 .  include "../../graphics/libcaca/buildlink3.mk"



Home | Main Index | Thread Index | Old Index