about summary refs log tree commit diff
path: root/pkgs/misc/solfege
AgeCommit message (Collapse)AuthorFilesLines
2023-11-24treewide: add mainProgramh7x41-0/+1
2023-02-17treewide: remove issue #56943 workaroundsArtturin1-2/+0
checked with diffoscope+difflog and launching the programs i have fixed that issue in my other gir PRs
2022-12-03solfege: Add gdk-pixbuf dependency.jariji1-2/+2
An error occurs at startup without this change. It is in nativeBuildInputs instead of buildInputs because the fix does not work in buildInputs.
2022-08-24solfege: build manpagesAnthony Roussel1-1/+2
2022-08-22solfege: fix failing buildAnthony Roussel1-4/+30
2022-08-22solfege: add anthonyroussel to maintainersAnthony Roussel1-1/+1
2022-08-22solfege: fix bad meta.homepage urlAnthony Roussel1-1/+1
2022-08-22solfege: replace deprecated gpl3 license by gpl3OnlyAnthony Roussel1-1/+1
2021-08-15misc: replace name with pname&versionFelix Buehler1-2/+3
2021-06-10Change all alsaUtils references to alsa-utilsAndersonTorres1-2/+2
2021-01-16pkgs/misc: pkgconfig -> pkg-configBen Siraphob1-2/+2
2020-10-02treewide: fix redirected urls (run 3)Patrick Hilhorst1-1/+1
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 Desh2-0/+21
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 Desh4-12/+66
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-27solfege: fix runOrivej Desh1-14/+8
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_pixbufworldofpeace1-2/+2
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2016-10-14Python: more evaluation fixups.Vladimír Čunát1-2/+2
2016-09-26solfege: do not use top-level python packagesFrederik Rietdijk1-2/+4
2016-01-26vorbis-tools: rename from old-style vorbisToolsTobias Geerinckx-Rice1-2/+2
2014-02-28gnome3 apps: correctly render iconsDomen Kožar1-2/+1
2013-11-24solfege: refactor meta attributesBjørn Forsman1-4/+4
2013-11-24solfege: update 3.22 -> 3.22.2 (latest stable)Bjørn Forsman1-2/+2
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 Forsman1-0/+44
Solfege is an ear training application. This patch is based on the work of @mornfall.