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:   gdt
Date:           Wed Feb 19 00:50:35 UTC 2025

Modified Files:
        pkgsrc/audio/cmus-legacy: options.mk

Log Message:
audio/cmus-legacy: Note that it does not build with newer ffmpeg

This uses ffmpeg2, so there's an obvious question of if it can be
moved forward...


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/audio/cmus-legacy/options.mk:1.2
--- pkgsrc/audio/cmus-legacy/options.mk:1.1     Sat Mar 16 17:53:11 2024
+++ pkgsrc/audio/cmus-legacy/options.mk Wed Feb 19 00:50:34 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2024/03/16 17:53:11 nia Exp $
+# $NetBSD: options.mk,v 1.2 2025/02/19 00:50:34 gdt Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.cmus
 
@@ -91,6 +91,7 @@ CONFIGURE_ARGS+=      CONFIG_WAVPACK=n
 # FFMPEG support
 #
 .if !empty(PKG_OPTIONS:Mffmpeg)
+# Does not build with ffmpeg[23].
 .include "../../multimedia/ffmpeg2/buildlink3.mk"
 CONFIGURE_ARGS+=       CONFIG_FFMPEG=y
 PLIST.ffmpeg=          yes



Home | Main Index | Thread Index | Old Index