pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/cmus cmus: Appease pkglint and my eyes.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a36e5b64e19a
branches: trunk
changeset: 335857:a36e5b64e19a
user: nia <nia%pkgsrc.org@localhost>
date: Tue Jul 02 06:39:40 2019 +0000
description:
cmus: Appease pkglint and my eyes.
diffstat:
audio/cmus/options.mk | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diffs (40 lines):
diff -r 7cf9799b91b0 -r a36e5b64e19a audio/cmus/options.mk
--- a/audio/cmus/options.mk Tue Jul 02 06:23:50 2019 +0000
+++ b/audio/cmus/options.mk Tue Jul 02 06:39:40 2019 +0000
@@ -1,12 +1,16 @@
-# $NetBSD: options.mk,v 1.21 2019/07/02 06:23:50 nia Exp $
+# $NetBSD: options.mk,v 1.22 2019/07/02 06:39:40 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.cmus
+
PKG_SUPPORTED_OPTIONS+= alsa flac mad vorbis libao musepack faad
PKG_SUPPORTED_OPTIONS+= wavpack ffmpeg opus jack pulseaudio
+
PKG_OPTIONS_OPTIONAL_GROUPS= mod
PKG_OPTIONS_GROUP.mod= modplug mikmod
-PKG_SUGGESTED_OPTIONS= faad flac libao mad modplug opus vorbis
+
+PKG_SUGGESTED_OPTIONS+= faad flac libao mad modplug opus vorbis
PKG_SUGGESTED_OPTIONS.Linux+= alsa
+
PKG_OPTIONS_LEGACY_OPTS+= ao:libao
PKG_OPTIONS_LEGACY_OPTS+= mpcdec:musepack
@@ -31,7 +35,7 @@
# ALSA support
#
.if !empty(PKG_OPTIONS:Malsa)
-. include "../../audio/alsa-lib/buildlink3.mk"
+. include "../../audio/alsa-lib/buildlink3.mk"
CONFIGURE_ARGS+= CONFIG_ALSA=y
PLIST.alsa= yes
.else
@@ -41,7 +45,7 @@
# PULSE support
#
.if !empty(PKG_OPTIONS:Mpulseaudio)
-. include "../../audio/pulseaudio/buildlink3.mk"
+. include "../../audio/pulseaudio/buildlink3.mk"
CONFIGURE_ARGS+= CONFIG_PULSE=y
PLIST.pulseaudio= yes
.else
Home |
Main Index |
Thread Index |
Old Index