pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/cmus-legacy
Module Name: pkgsrc
Committed By: wiz
Date: Wed Mar 11 08:34:08 UTC 2026
Modified Files:
pkgsrc/audio/cmus-legacy: options.mk
Log Message:
cmus-legacy: remove default-off ffmpeg(2) option
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/cmus-legacy/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/audio/cmus-legacy/options.mk
diff -u pkgsrc/audio/cmus-legacy/options.mk:1.3 pkgsrc/audio/cmus-legacy/options.mk:1.4
--- pkgsrc/audio/cmus-legacy/options.mk:1.3 Wed Feb 19 01:24:11 2025
+++ pkgsrc/audio/cmus-legacy/options.mk Wed Mar 11 08:34:08 2026
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.3 2025/02/19 01:24:11 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2026/03/11 08:34:08 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.cmus
PKG_SUPPORTED_OPTIONS+= alsa mad musepack faad
-PKG_SUPPORTED_OPTIONS+= wavpack ffmpeg opus jack pulseaudio
+PKG_SUPPORTED_OPTIONS+= wavpack opus jack pulseaudio
PKG_OPTIONS_OPTIONAL_GROUPS= mod
PKG_OPTIONS_GROUP.mod= modplug mikmod
@@ -88,17 +88,6 @@ PLIST.wavpack= yes
CONFIGURE_ARGS+= CONFIG_WAVPACK=n
.endif
-# FFMPEG support
-#
-.if !empty(PKG_OPTIONS:Mffmpeg)
-# Does not build with ffmpeg[34].
-.include "../../multimedia/ffmpeg2/buildlink3.mk"
-CONFIGURE_ARGS+= CONFIG_FFMPEG=y
-PLIST.ffmpeg= yes
-.else
-CONFIGURE_ARGS+= CONFIG_FFMPEG=n
-.endif
-
# modplay support
#
.if !empty(PKG_OPTIONS:Mmikmod)
Home |
Main Index |
Thread Index |
Old Index