about summary refs log tree commit diff
path: root/pkgs/applications/audio/espeak
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm2-0/+2
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-02-13treewide: use optionalStringFelix Buehler1-2/+2
2023-01-22treewide: replace http by https when https is a permanent redirectionFerry Jérémie2-2/+2
2022-11-04espeakedit: migrate to wxGTK32Weijia Wang2-2/+35
2021-11-07pkgs/applications: rename name to pname&version part 1 (#144949)Felix Bühler2-4/+6
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-20treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob2-3/+4
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch2-4/+4
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly2-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.
2017-09-01espeakedit: fix build with gcc6Samuel Leathers2-0/+59
2017-09-01espeak-classic: fix build with gcc6Samuel Leathers2-1/+18
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk2-2/+2
2014-07-22espeakedit: version bump 1.46.02 -> 1.48.03 (and add to channel)Bjørn Forsman4-13/+107
The one-liner gcc buildPhase doesn't work anymore, so I'm using upstream Makefile instead. The Makefile needs a tiny patch to work (not nixpkgs specific). Also fixup path to 'sox' and espeak-data/ (runtime deps) by providing full paths. TODO: Uhm, seems like espeakedit still wants espeak-data/ in $HOME, even thought I've told it to use $espeak/share/espeak-data. Have to contact upstream to get this fixed. Workaround: cp -r $(nix-build -A espeak)/share/espeak-data ~ chmod +w ~/espeak-data
2014-07-22espeak: version bump 1.46.02 -> 1.48.04 (and add to channel)Bjørn Forsman1-6/+8
2012-08-27Adding espeakedit, phoneme editor for espeak.Lluís Batlle i Rossell1-0/+31
I've no idea how to use it still.
2012-08-27espeak: update to 1.46.02Lluís Batlle i Rossell1-4/+4
2010-08-22Adding espeak (and one of the libraries it needs, portaudio)Lluís Batlle i Rossell1-0/+29
svn path=/nixpkgs/trunk/; revision=23351