about summary refs log tree commit diff
path: root/pkgs/applications/audio/friture
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
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.
2022-07-04friture: pin python to 3.9alyaeanyx1-5/+3
2022-03-21friture: 0.48 -> 0.49 (#164475)Alexandra1-12/+3
2021-10-02friture: backport fix for setuptools packagingalyaeanyx1-1/+10
2021-10-02friture: use sed instead of patchalyaeanyx2-33/+4
2021-10-02friture: add myself as maintaineralyaeanyx1-1/+1
2021-10-02friture: 0.47 -> 0.48alyaeanyx2-16/+12
2021-09-30friture: fix desktop itemalyaeanyx1-0/+12
friture: remove trailing whitespace friture: use substituteInPlace instead of patch file friture: fix
2021-08-18friture: unstable-2020-02-16 -> 0.47 (#133781)Alexandra3-34/+21
* friture: unstable-2020-02-16 -> v0.47 * python39Package -> python3Packages
2021-08-01treewide: fix redirected URLsBen Siraphob1-1/+1
Using the script in maintainers/scripts/update-redirected-urls.sh
2020-10-08friture: Use qt5.15 just like pyqt5Doron Behar1-3/+2
Don't double wrap executables.
2020-09-07friture: 0.37 -> unstablelaikq2-7/+43
2019-10-22friture: 0.36 -> 0.37 (#71608)R. RyanTM1-4/+5
* friture: 0.36 -> 0.37 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/friture/versions * friture: restrict to Linux platforms Fails on Darwin with: Traceback (most recent call last): File "nix_run_setup", line 8, in <module> exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) File "setup.py", line 13, in <module> import sounddevice # to find the libportaudio.dylib path File "/nix/store/2sr2xabfdkcijzkwg5ic99lprwd6slij-python3.7-sounddevice-0.3.13/lib/python3.7/site-packages/sounddevice.py", line 61, in <module> _lib = _ffi.dlopen('/nix/store/gzy8haziv610wbalnllcjpf3gd9f5619-portaudio-190600-20161030/lib/libportaudio.so.2') OSError: cannot load library '/nix/store/gzy8haziv610wbalnllcjpf3gd9f5619-portaudio-190600-20161030/lib/libportaudio.so.2': dlopen(/nix/store/gzy8haziv610wbalnllcjpf3gd9f5619-portaudio-190600-20161030/lib/libportaudio.so.2, 2): image not found
2019-10-05friture: init at 0.36Gwendolyn Quasebarth2-0/+57