Ticket #42998: solfege.diff
File solfege.diff, 2.8 KB (added by kurthindenburg (Kurt Hindenburg), 10 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name solfege 7 version 3.19.2 8 revision 1 7 version 3.22.2 9 8 categories audio education python 10 9 maintainers gmail.com:allencmcbride 11 10 description Ear training software 11 license GPL-3 12 12 homepage http://www.solfege.org/ 13 13 long_description Solfege is a free eartraining program. The program is part \ 14 14 of the GNU Project. One of the ideas of this program is \ … … 29 29 master_sites sourceforge \ 30 30 gnu 31 31 32 checksums md5 0254493d165041e843b3eba6290605fc \ 33 sha1 c78a407aa6dc5c3daafbcc3904fa77158f7b85fb \ 34 rmd160 ef06a2691d1dac04e3c4c344806dd7ca0cb78335 32 checksums rmd160 35f3a7adbf30c95552e9f62ca8bc06d8f3f71065 \ 33 sha256 e46a0960c83e4998d9dcf7bb07b8269e03fc81fab6c4485f8112c5a3e6488fe4 35 34 36 patchfiles patch-default-config.diff 35 patchfiles patch-default-config.diff patch-makefile.in.diff 37 36 38 37 post-patch { 39 38 reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/default.config … … 41 40 42 41 configure.python ${prefix}/bin/python2.7 43 42 configure.pkg_config_path ${frameworks_dir}/Python.framework/Versions/2.7/lib/pkgconfig/ 43 44 livecheck.type regex 45 livecheck.url http://sourceforge.net/projects/${name}/files/ 46 livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix} -
files/patch-default-config.diff
1 --- default.config.orig 2010-05-21 22:42:10.000000000 -0400 2 +++ default.config 2010-05-21 22:45:00.000000000 -0400 3 @@ -70,16 +70,16 @@ 4 text-editor=gedit 5 6 [sound] 7 -type=sequencer-device 8 +type=external-midiplayer 1 --- default.config 2014-10-17 20:39:30.000000000 -0400 2 +++ default.config 2014-10-17 20:39:35.000000000 -0400 3 @@ -79,13 +79,13 @@ 4 type=external-midiplayer 9 5 device_file=/dev/sequencer2 10 6 synth_number=2 11 7 -wav_player=/usr/bin/aplay 12 +wav_player= @PREFIX@/bin/qtplay8 +wav_player=/opt/local/bin/qtplay 13 9 wav_player_options= 14 10 -midi_player=/usr/bin/timidity 15 11 -midi_player_options=-idqq %s 16 12 -mp3_player=/usr/bin/mpg123 17 +midi_player= @PREFIX@/bin/qtplay13 +midi_player=/opt/local/bin/qtplay 18 14 +midi_player_options= 19 +mp3_player= @PREFIX@/bin/qtplay15 +mp3_player=/opt/local/bin/qtplay 20 16 mp3_player_options= 21 17 -ogg_player=/usr/bin/ogg123 22 +ogg_player= @PREFIX@/bin/ogg12318 +ogg_player=/opt/local/bin/ogg123 23 19 ogg_player_options= 24 20 25 21 [config]