Ticket #19007: Portfile-solfege.diff

File Portfile-solfege.diff, 1.1 KB (added by allencmcbride@…, 15 years ago)

patch for solfege to include qtplay, instructions

  • (a) old/committednoqtplay vs. (b) Portfile

    a b  
    55
    66name                solfege
    77version             3.14.0
     8revision            1
    89categories          audio education python
    910maintainers         gmail.com:allencmcbride
    1011description         Ear training software
     
    2324                    port:texinfo
    2425depends_run         port:py25-gtk \
    2526                    port:gtk2 \
    26                     port:libgtkhtml
     27                    port:libgtkhtml \
     28                    port:qtplay
    2729
    2830master_sites        sourceforge
    2931checksums           md5     ce76658c3f6843a6bb1ae6baff190a6a \
     
    3133                    rmd160  ac519d1f3ec929136e83a2a1a2912326557c8fa9
    3234
    3335configure.env       PYTHON=${prefix}/bin/python2.5
     36
     37post-activate {
     38   ui_msg "\nAfter starting Solfege for the first time, select\
     39File->Preferences. \nUnder the External Programs tab, under the subheading\
     40Audio File \nPlayers, enter \"qtplay\" in the field labeled \"MIDI:\".\
     41Under the \nSound Setup tab, select \"Use external MIDI player\".\n"
     42}
     43