summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/solfege
AgeCommit message (Collapse)Author
2021-08-15misc: replace name with pname&versionFelix Buehler
2021-06-10Change all alsaUtils references to alsa-utilsAndersonTorres
2021-01-16pkgs/misc: pkgconfig -> pkg-configBen Siraphob
2020-10-02treewide: fix redirected urls (run 3)Patrick Hilhorst
Related: - 9fc5e7e473874762fdb1b49d17dcf703d48352c3 - 593e11fd944ce961ecf5425c3540df09e4f52265 - 508ae42a0f64c350036d722b84c2e2905bbc5418 Since the last time I ran this script, the Repology API changed, so I had to adapt the script used in the previous PR. The new API should be more robust, so overall this is a positive (no more grepping the error messages for our relevant data but just a nice json structure). Here's the new script I used: ```sh curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \ | sort | uniq | tee script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ``` I will also add this script to `maintainers/scripts`.
2020-09-18solfege: fix build with texinfo 6.7Orivej Desh
makeinfo seems right to fail when input encoding is not declared and is not UTF-8. texinfo was updated in #95910.
2020-05-19solfege: 3.22.2 -> 3.23.4Orivej Desh
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-03-27solfege: fix runOrivej Desh
It was failing with: Traceback (most recent call last): File "/nix/store/…-solfege-3.22.2/bin/.solfege-wrapped", line 55, in <module> from solfege import presetup File "/nix/store/…-solfege-3.22.2/share/solfege/solfege/presetup.py", line 22, in <module> import gtk ImportError: No module named gtk
2019-07-22gdk-pixbuf: rename from gdk_pixbufworldofpeace
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson
Only acts on one-line dependency lists.
2016-10-14Python: more evaluation fixups.Vladimír Čunát
2016-09-26solfege: do not use top-level python packagesFrederik Rietdijk
2016-01-26vorbis-tools: rename from old-style vorbisToolsTobias Geerinckx-Rice
2014-02-28gnome3 apps: correctly render iconsDomen Kožar
2013-11-24solfege: refactor meta attributesBjørn Forsman
2013-11-24solfege: update 3.22 -> 3.22.2 (latest stable)Bjørn Forsman
Changes: Solfege 3.22.2, October 6, 2013 * Updated Esperanto, Portugese and Turkish translations to the users manual * Updated Spannish and Turkish messages * distribute solfege/tests/lesson-files/* * help/C/scales/modes.html are never translated. So we must link to the C-locale file in every translation. * gettext tweaks to make the test suite work both when run as "test.py" and "test.py test_lessonfile". There is still something wrong because we have to disable the test to run debuild * distribute solfege/tests/lib/* and solfege/test/include/* Solfege 3.22.1, September 16, 2013 * Adjust some of the short interval names used when selecting intervals to practise: u->P1 4->P4, 5->P5, tt->TT, p11->P11, p12->P12, tt8->d12. Added long name for intervals from Eleventh to Double Octave. * Fix the bug where we could not select the Default profile * Updated Esperanto, Spannish, Polish, Turkish, Vietnamese, Norwegian bokmål, Brazilian Portugese and Vietnamese translations.
2013-06-06solfege: new packageBjørn Forsman
Solfege is an ear training application. This patch is based on the work of @mornfall.