diff options
author | schmonz <schmonz@pkgsrc.org> | 2006-01-19 01:23:36 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2006-01-19 01:23:36 +0000 |
commit | d902b2bf642c6a036620be3f315b23eed6dc1673 (patch) | |
tree | 88c5c5c41020bc490b20763d4a1dfd339713229c /audio/solfege | |
parent | 2d238121fa86564ed54a8235c20ac6ba8c646311 (diff) | |
download | pkgsrc-d902b2bf642c6a036620be3f315b23eed6dc1673.tar.gz |
Update to 3.0.6. From the changelog:
* singinterval bugfix: don't crash if last question in tests is anwered wrongly.
* chord-m7-7-maj7-m7b5-dim7 and chord-m9-9-7b9-maj79: Don't crash
when running tests.
* Add the singanswer lesson files to the pratise menu.
* Correctly connect ComboBoxEntry events in preferences window.
* Don't show GtkWarnings in the traceback window. Added --show-gtk-warnings
commandline options for those who want to see them.
* Fixed the singanswer module and added some "Sing chord tone"
exercises to the practise menu.
* updated no.po
* Added gui in the preferences window to select the language to be
used. Use this if solfege does not select the correct one by default.
* Added swedish translations. Thanks to Daniel Nylander.
* Updated italian translation. Thanks to Marco Colombo.
* Build fixes to the linux midi module.
* Distribute all .po files in the windows build.
Diffstat (limited to 'audio/solfege')
-rw-r--r-- | audio/solfege/Makefile | 9 | ||||
-rw-r--r-- | audio/solfege/PLIST | 3 | ||||
-rw-r--r-- | audio/solfege/distinfo | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index 3d7e0ade80a..1ddd065d67e 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2006/01/13 23:34:53 schmonz Exp $ +# $NetBSD: Makefile,v 1.4 2006/01/19 01:23:36 schmonz Exp $ # -DISTNAME= solfege-3.0.5 -PKGREVISION= 1 +DISTNAME= solfege-3.0.6 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=solfege/} @@ -23,8 +22,8 @@ PYTHON_VERSIONS_ACCEPTED= 24 23 PYTHON_PATCH_SCRIPTS= *.py *.py.in */*.py */*.py.in EGDIR= ${PREFIX}/share/examples/solfege -CONF_FILES= ${EGDIR}/${PKGBASE}/solfege ${PKG_SYSCONFDIR}/solfege -INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} sysconfdir=${EGDIR:Q} +CONF_FILES+= ${EGDIR}/${PKGBASE}/solfege ${PKG_SYSCONFDIR}/solfege +INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS} sysconfdir=${EGDIR:Q} INSTALLATION_DIRS= ${EGDIR} diff --git a/audio/solfege/PLIST b/audio/solfege/PLIST index 9693f15b771..77247bc2c85 100644 --- a/audio/solfege/PLIST +++ b/audio/solfege/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2006/01/13 23:34:53 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/01/19 01:23:36 schmonz Exp $ bin/lessonfile_editor bin/solfege man/man1/lessonfile_editor.1 @@ -448,6 +448,7 @@ share/solfege/src/identifybpm.py share/solfege/src/idtone.py share/solfege/src/inputwidgets.py share/solfege/src/instrumentselector.py +share/solfege/src/languages.py share/solfege/src/learning_tree_editor.py share/solfege/src/lessonfile.py share/solfege/src/lessonfile_editor_main.py diff --git a/audio/solfege/distinfo b/audio/solfege/distinfo index a1c70b716b1..bd49d53a45c 100644 --- a/audio/solfege/distinfo +++ b/audio/solfege/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2006/01/13 23:34:53 schmonz Exp $ +$NetBSD: distinfo,v 1.4 2006/01/19 01:23:36 schmonz Exp $ -SHA1 (solfege-3.0.5.tar.gz) = 9d9449239749cfc25d0cef95f75a9935597e5c79 -RMD160 (solfege-3.0.5.tar.gz) = ef4ac68c0aa7783f5253817b0537208aa2698e9f -Size (solfege-3.0.5.tar.gz) = 831996 bytes +SHA1 (solfege-3.0.6.tar.gz) = 86282293adbcfd62ce86e7b0c3418cc3e78dec34 +RMD160 (solfege-3.0.6.tar.gz) = c32df8008e1385e0746a0532abb122b1b2fb374e +Size (solfege-3.0.6.tar.gz) = 848784 bytes SHA1 (patch-aa) = aed03ee233649212f28bd928742fedd8bdb41ded |