summaryrefslogtreecommitdiff
path: root/audio/solfege
AgeCommit message (Collapse)AuthorFilesLines
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-2/+2
changed runtime dependencies now.
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+1
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-2/+2
Bump PKGREVISION.
2007-08-30When installing a bash script, depend on it and fix the path to bash.joerg1-3/+5
Bump revision.
2007-06-20PLIST-related fixes:schmonz5-3/+127
* Avoid building OSS support (this could be an option if anyone really cares) * compile all .py into .pyc at install time (from joerg) This doesn't address the PR about PKGLOCALEDIR on e.g. Solaris, but in the meantime it should fix other bulk builds. Bump PKGREVISION.
2007-05-13Update to 3.8.0. Highlights from the changelog:schmonz4-181/+619
* Added the rhythmtapping modules. * Added lessons to practise intervals from second to octave. * Added twelve-tone and bpm exercises. * Added ternary rhythm exercise. * Added nameinterval exercise. * Added descending melodic intervals exercise. * Added LOTS of scale exercsies from Davide Bonetti. * Removed GNOME dependencies. We now require pygtk 2.6.0 or newer. * The user manual is now translatable using .po files. * Many updated translations. * Cairo version of all input widgets. * Improved GtkTextView-based html widget if GtkHtml is not available.
2006-06-21Needs msgfmt.joerg1-2/+2
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-1/+2
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-14/+14
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam1-3/+2
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-03-02Update to 3.0.7. From the changelog:schmonz3-8/+13
* man pages: use named chars or @ and (C) * fr.po: Fixed format string bug * Updated the spannish [sic] translation. (Fernando Sancho) * Fix broken statistics code. save_data was called too many times. * Rhythm: made backspace work properly * idbyname: bugfix: don't throw an exception if loading lesson file was cancelled. * Fixed idtone configuration. * Remove 'passed' flag for tests if the lesson file change. * i18n.py: removed debug print statements.
2006-02-16Add USE_DIRS xdg-1.2, since it does, and add missing localewiz2-3/+5
file. Bump PKGREVISION for changed PLIST.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-19Update to 3.0.6. From the changelog:schmonz3-10/+10
* 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.
2006-01-13As suggested by jlam, use INSTALL_MAKE_FLAGS to override the install-timeschmonz4-21/+8
value of sysconfdir without patching. Ride the previous PKGREVISION bump.
2006-01-13Install the config file under share/examples/solfege and useschmonz4-3/+25
CONF_FILES to copy it into ${PKG_SYSCONFDIR}, instead of letting the package install it directly there. Bump PKGREVISION. This should fix the CHECK_FILES error found in Krister's bulk build.
2005-12-28Initial import of GNU Solfege 3.0.5, a computer program written toschmonz5-0/+574
help you practice ear training. It can be useful when practicing the simple and mechanical exercises. These are the exercises written so far: * Recognise melodic and harmonic intervals * Compare interval sizes * Sing the intervals the computer asks for * Identify chords * Sing chords * Scales * Dictation * Remembering rhythmic patterns