summary refs log tree commit diff
path: root/pkgs/applications/audio/opusfile
Commit message (Collapse)AuthorAge
* opusfile: fix windows compilationTaeer Bar-Yam2021-04-29
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: fix redirected urls (run 3)Patrick Hilhorst2020-10-02
| | | | | | | | | | | | | | | | | | | | | | | 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`.
* opusfile: 0.11 -> 0.12R. RyanTM2020-07-31
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* Remove myself (fuuzetsu) from maintainer listsMateusz Kowalczyk2019-12-05
| | | | | | I haven't been doing any maintenance for a long time now and not only do I get notified, it also creates a fake impression that all these packages had at least one maintainer when in practice they had none.
* opusfile: 0.10 -> 0.11R. RyanTM2018-09-20
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/opusfile/versions
* opusfile: 0.8 -> 0.10Franz Pletz2018-01-28
|
* opusfile: enable on darwinDaiderd Jordan2017-02-25
|
* opusfile: 0.6 -> 0.8Franz Pletz2016-10-13
|
* squishyball: init at 19580 (#18354)Michal Rus2016-09-13
|
* opusfile: add platforms, cleanupNikolay Amiantov2016-01-10
|
* opusfile: update from 0.4 to 0.6Mateusz Kowalczyk2014-09-21
|
* opusfile: new packageMathijs Kwik2013-12-23