pkgsrc-WIP-changes archive

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

*: remove references to audio/arts which was removed



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Sep 27 23:04:52 2017 +0200
Changeset:	ee3b48e72b9fee365bda9af268b25892e00b8885

Modified Files:
	mplayer-mt/options.mk
	mplayer-snapshot-share/options.mk
	sxemacs/options.mk
	zinf/Makefile
	zinf/PLIST

Log Message:
*: remove references to audio/arts which was removed

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ee3b48e72b9fee365bda9af268b25892e00b8885

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

diffstat:
 mplayer-mt/options.mk             | 9 ---------
 mplayer-snapshot-share/options.mk | 9 ---------
 sxemacs/options.mk                | 7 +------
 zinf/Makefile                     | 2 --
 zinf/PLIST                        | 2 --
 5 files changed, 1 insertion(+), 28 deletions(-)

diffs:
diff --git a/mplayer-mt/options.mk b/mplayer-mt/options.mk
index c426451168..5d342c967c 100644
--- a/mplayer-mt/options.mk
+++ b/mplayer-mt/options.mk
@@ -27,9 +27,6 @@ PKG_SUGGESTED_OPTIONS+=		mplayer-internal-faad
 .if !empty(PKGNAME:M*mplayer*)
 PKG_SUPPORTED_OPTIONS+=	aalib esound ggi mplayer-menu nas pulseaudio sdl
 
-.  if ${OPSYS} != "SunOS"
-PKG_SUPPORTED_OPTIONS+=	arts
-.  endif
 .elif !empty(PKGNAME:M*mencoder*)
 PKG_SUPPORTED_OPTIONS+=	faac lame
 .endif
@@ -96,13 +93,7 @@ EXTRA_LIBS=
 .  include "../../graphics/aalib/buildlink3.mk"
 .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:Mcdparanoia)
 CONFIGURE_ARGS+=	--enable-cdparanoia
diff --git a/mplayer-snapshot-share/options.mk b/mplayer-snapshot-share/options.mk
index f0b3688610..146aa503f2 100644
--- a/mplayer-snapshot-share/options.mk
+++ b/mplayer-snapshot-share/options.mk
@@ -33,9 +33,6 @@ PKG_SUPPORTED_OPTIONS+=	aalib esound ggi mplayer-menu nas pulseaudio sdl
 PKG_SUPPORTED_OPTIONS+=	vdpau
 .endif
 
-.  if ${OPSYS} != "SunOS"
-PKG_SUPPORTED_OPTIONS+=	arts
-.  endif
 .elif !empty(PKGNAME:M*mencoder*)
 PKG_SUPPORTED_OPTIONS+=	faac lame
 .endif
@@ -103,13 +100,7 @@ EXTRA_LIBS=
 .  include "../../graphics/aalib/buildlink3.mk"
 .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:Mcdparanoia)
 CONFIGURE_ARGS+=	--enable-cdparanoia
diff --git a/sxemacs/options.mk b/sxemacs/options.mk
index 3ec2db5583..edb6d97ebe 100644
--- a/sxemacs/options.mk
+++ b/sxemacs/options.mk
@@ -1,7 +1,7 @@
 # $NetBSD: options.mk,v 1.3 2006/09/07 12:03:21 hfath Exp $
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.sxemacs
-PKG_SUPPORTED_OPTIONS=	ldap xface canna pgsql ffi arts
+PKG_SUPPORTED_OPTIONS=	ldap xface canna pgsql ffi
 
 .include "../../mk/bsd.options.mk"
 
@@ -42,9 +42,4 @@ CONFIGURE_ARGS+=	--with-ffi
 CONFIGURE_ARGS+=	--without-ffi
 .endif
 
-.if !empty(PKG_OPTIONS:Marts)
-CONFIGURE_ARGS+=	--with-sound=arts
-.include "../../audio/arts/buildlink3.mk"
-.else
 CONFIGURE_ARGS+=	--with-sound=noarts
-.endif
diff --git a/zinf/Makefile b/zinf/Makefile
index 0736c9ac48..be9ba364f8 100644
--- a/zinf/Makefile
+++ b/zinf/Makefile
@@ -1,5 +1,4 @@
 # $NetBSD: Makefile,v 1.17 2012/10/07 20:11:11 asau Exp $
-#
 
 DISTNAME=	zinf-2.2.5
 CATEGORIES=	audio
@@ -37,7 +36,6 @@ CONFIGURE_ARGS+=	--disable-x86opts
 PRIVILEGED_STAGES+=	clean
 
 .include "../../audio/alsa-lib/buildlink3.mk"
-.include "../../audio/arts/buildlink3.mk"
 .include "../../audio/esound/buildlink3.mk"
 .include "../../audio/id3lib/buildlink3.mk"
 .include "../../audio/libvorbis/buildlink3.mk"
diff --git a/zinf/PLIST b/zinf/PLIST
index 9a167f2380..09be598011 100644
--- a/zinf/PLIST
+++ b/zinf/PLIST
@@ -2,8 +2,6 @@
 bin/zinf
 lib/zinf/plugins/albumart-ui.a
 lib/zinf/plugins/albumart.ui
-lib/zinf/plugins/arts-pmo.a
-lib/zinf/plugins/arts.pmo
 lib/zinf/plugins/cd-lmc.a
 lib/zinf/plugins/cd-pmo.a
 lib/zinf/plugins/cd.lmc


Home | Main Index | Thread Index | Old Index