pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/py-music21



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue Oct 14 03:21:50 UTC 2025

Modified Files:
        pkgsrc/audio/py-music21: options.mk

Log Message:
py-music21: revise some comments

lilypond isn't really the build issue it used to be, AFAIK. Move detail
about py-game to a consistent spot to find summary.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/audio/py-music21/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/py-music21/options.mk
diff -u pkgsrc/audio/py-music21/options.mk:1.6 pkgsrc/audio/py-music21/options.mk:1.7
--- pkgsrc/audio/py-music21/options.mk:1.6      Tue Dec  6 01:45:17 2022
+++ pkgsrc/audio/py-music21/options.mk  Tue Oct 14 03:21:50 2025
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.6 2022/12/06 01:45:17 gutteridge Exp $
+# $NetBSD: options.mk,v 1.7 2025/10/14 03:21:50 gutteridge Exp $
 
 # print/lilypond and devel/py-game are optional because they pull in
-# large and complex dependency chains. (lilypond also has a tendency
-# to fail to build.)
+# large and complex dependency chains. py-game is required for MIDI
+# realtime playback.
 
 # audio/musescore is also an application dependency that gets called
 # by music21's show() method, but it's a pretty heavy dependency for
@@ -18,7 +18,6 @@ PKG_SUGGESTED_OPTIONS=        py-game
 DEPENDS+=      lilypond-[0-9]*:../../print/lilypond
 .endif
 
-# py-game is required for MIDI realtime playback.
 .if !empty(PKG_OPTIONS:Mpy-game)
 DEPENDS+=      ${PYPKGPREFIX}-game-[0-9]*:../../devel/py-game
 .endif



Home | Main Index | Thread Index | Old Index