summaryrefslogtreecommitdiff
path: root/audio/solfege/patches
diff options
context:
space:
mode:
authorschmonz <schmonz>2009-04-07 05:07:03 +0000
committerschmonz <schmonz>2009-04-07 05:07:03 +0000
commit1a5adf6ed12606e7213288ef0080329594dacb12 (patch)
tree68f4565d23fdea3d632667aee5ef69a51901a434 /audio/solfege/patches
parent0657487c62dfe9bbfbd9426664fd1d99d6d6c1e5 (diff)
downloadpkgsrc-1a5adf6ed12606e7213288ef0080329594dacb12.tar.gz
Update to 3.14.1. From the changelog:
3.14.1: * Updated italian, dutch and turkish translations. 3.14.0: * We now require Python 2.4, Gtk+ 2.14 and pygtk 2.14 * Improved preferences window 'Instruments' tab layout. Be more consistent. * Better handling of external programs (CSound, MMA and lilypond-book), especially on win32. Now spaces in folder names are handled correctly, and the error message you get if the program is not found give better info. And the preferences window will check of binaries are found while you enter the path to the program. * Misc bug fixes, including bug:110, bug:111, bug:112. Idtone will now display translated notenames. 3.12.1: * Some updated translations * Fix bug # 110 * Fix bug # 111 * Windows installer fixes, so that upgrading from 3.10 or 3.8 to 3.12 works 3.12.0: * CSound support. * MMA support. * New lesson file functions: load, rnc, chordname * Allow length modifiers in chord. Contributed by Noam Raphael. * Allow lesson names with apostrophe. Contributed by Noam Raphael. * Added option in the preferences window to use a web browser for reading the user manual. * win32: store user created learning trees in user_data(), not app_data(). Move file from old to new location at startup. * The File->Learning tree submenu is recreated when activated, so new learning trees will show up without restarting the program. * added gst-launch as a predefined program for playing mediafiles. New users will by default use gst-launch * learning_tree_editor: add button to delete learning tree * Added a few solfa syllable exercises. * Insert our share/solfege and lib/solfege to the beginning of sys.path to avoid problems with python-mpd 3.10.4: * Bugfix: allow us to run more than one singinterval test beforerestarting the program. * Allow apostrophe in lesson names. Contributed by Noam Raphael. * create_practise_and_test_menu: Remove old Actions before adding them again. This to avoid gtk-warnings. Add an integer value to all Action names, so that we can guarantee that the Action names are unique. * Updated Vietnamese and Italian translations from the translation project. * Singinterval: key mouse-insensitive bug workaround 3.10.3: * Updated translations from the Translation Project: * French by Patrick Ficheux * Italian by Marco Colombo * Vietnamese by Clythie Siddall * New bug tracker at http://bugs.solfege.org * Merge workaround of winmidi.output_devices() bug (#12 on bugs.solfege.org) * First very simple cadense exercise. Added just to see if someone will write better exercises. 3.10.2: * Updated italian translation from Marco Colombo * Updated vietnamese translation from Clytie Siddall * Added tests that automatically check for new translations from the Translation Project when I try to make a release. * Some cleanup the the makefile rules that build the users manual. 3.10.1: * Changed license to GPLv3 * Fix the code that reports if the midi module is missing. * User manual: Fix figure 3.12 text: name the interval correctly * Raise ExecutableDoesNotExist if we have an empty MIDI player * build system: * permanent fix to the pcopy.py problem getting too long command line. 3.10.0: * Ear training test print out * Lots of internal fixes. Better error messages for people writing lesson files * Use the Translation Project for all translations. * MS Windows: Save in "My Documents" and "Application Data". * Lots of bug fixes 3.8.2: * Vietnamese translations by Clytie Siddall * Updates to the french translation by Patrick Ficheux * Bugfix to the lesson file header parser, so that whitespace is optional after header, making "header{" work as expected. 3.8.1: * Bugfix: work with pygtk 2.6, not only 2.8 and newer * Make the Escape button to close the export dialog and the dialog asking if you want to save work. * Merge autogen.sh tweak from solfege.dev * Fix for stupid bug. The ask_for_names_changed method would be set to None. Fix this. Didn't see this bug before because only expert mode would trigger this. This fixes this bug. * MusicDisplaye rat import fix. * Added a few Norwegian translation.
Diffstat (limited to 'audio/solfege/patches')
-rw-r--r--audio/solfege/patches/patch-aa14
-rw-r--r--audio/solfege/patches/patch-ab6
-rw-r--r--audio/solfege/patches/patch-ac6
3 files changed, 16 insertions, 10 deletions
diff --git a/audio/solfege/patches/patch-aa b/audio/solfege/patches/patch-aa
index 45f42ce74bb..4e1c4cad6d3 100644
--- a/audio/solfege/patches/patch-aa
+++ b/audio/solfege/patches/patch-aa
@@ -1,17 +1,23 @@
-$NetBSD: patch-aa,v 1.2 2007/05/13 13:02:42 schmonz Exp $
+$NetBSD: patch-aa,v 1.3 2009/04/07 05:07:03 schmonz Exp $
---- default.config.orig 2007-05-10 05:21:46.000000000 -0400
+--- default.config.orig 2009-03-30 15:54:19.000000000 -0400
+++ default.config
-@@ -52,8 +52,10 @@ history_reload_ak=<ctrl>r
- type=external-midiplayer
+@@ -68,10 +68,14 @@ mma=mma
+ type=sequencer-device
device_file=/dev/sequencer2
synth_number=2
-wav_player=/usr/bin/aplay
-midi_player=/usr/bin/timidity -idqq %s
+-mp3_player=/usr/bin/mpg123
+-ogg_player=/usr/bin/ogg123
+#wav_player=/usr/bin/aplay
+#midi_player=/usr/bin/timidity -idqq %s
++#mp3_player=/usr/bin/mpg123
++#ogg_player=/usr/bin/ogg123
+wav_player=@WAVPLAYER@ %s
+midi_player=@MIDIPLAYER@ %s
++mp3_player=@MIDIPLAYER@ %s
++ogg_player=@MIDIPLAYER@ %s
[config]
preferred_instrument=0
diff --git a/audio/solfege/patches/patch-ab b/audio/solfege/patches/patch-ab
index d82c9e379c3..6e6cf408738 100644
--- a/audio/solfege/patches/patch-ab
+++ b/audio/solfege/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.3 2007/06/20 18:45:39 schmonz Exp $
+$NetBSD: patch-ab,v 1.4 2009/04/07 05:07:03 schmonz Exp $
---- Makefile.in.orig 2007-05-10 05:21:46.000000000 -0400
+--- Makefile.in.orig 2008-04-29 13:31:56.000000000 -0400
+++ Makefile.in
-@@ -25,6 +25,7 @@ export datadir:=@datadir@
+@@ -24,6 +24,7 @@ export datadir:=@datadir@
export sysconfdir:=@sysconfdir@
export libdir:=@libdir@
export mandir:=@mandir@
diff --git a/audio/solfege/patches/patch-ac b/audio/solfege/patches/patch-ac
index cc72ca6d8ed..27cfb865b54 100644
--- a/audio/solfege/patches/patch-ac
+++ b/audio/solfege/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.1 2007/06/20 18:45:39 schmonz Exp $
+$NetBSD: patch-ac,v 1.2 2009/04/07 05:07:03 schmonz Exp $
---- po/Makefile.orig 2007-05-10 05:21:47.000000000 -0400
+--- po/Makefile.orig 2008-04-29 13:31:56.000000000 -0400
+++ po/Makefile
-@@ -49,8 +49,8 @@ dist-po:
+@@ -42,8 +42,8 @@ run-from-srcdir: $(MOFILES)
install-po:
echo $(POLANGUAGES)
for lang in $(POLANGUAGES); do \