Commit Graph

32 Commits

Author SHA1 Message Date
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
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.
2024-03-19 03:14:51 +01:00
Serg
3c471856fe flacon: add monkeysAudio codec to bin path 2024-02-06 20:11:24 +03:00
Elserjo
0085e9b678
flacon: Add sox utility for flacon to bin path (#281829) 2024-02-06 17:15:11 +01:00
R. Ryantm
50ed96e65c flacon: 11.2.0 -> 11.3.0 2023-10-08 21:23:30 +00:00
R. Ryantm
ce7602dbd2 flacon: 11.1.0 -> 11.2.0 2023-06-28 13:40:39 +00:00
R. Ryantm
b27387cb03 flacon: 11.0.0 -> 11.1.0 2023-05-30 02:02:15 +00:00
R. Ryantm
4d21a7cdd8 flacon: 10.0.0 -> 11.0.0 2023-05-24 06:16:31 +00:00
R. Ryantm
5dc0149fa2 flacon: 9.5.1 -> 10.0.0 2023-01-29 05:54:29 +00:00
R. Ryantm
f988244e9f flacon: 9.2.0 -> 9.5.1 2022-11-21 12:29:39 +00:00
R. Ryantm
a601f82859 flacon: 9.1.0 -> 9.2.0 2022-08-29 18:51:45 +00:00
R. Ryantm
285970c35f flacon: 9.0.0 -> 9.1.0 2022-06-25 17:08:37 +00:00
Daniel Poelzleithner
0a6632d654 flacon: 7.0.1 -> 9.0.0 2022-06-09 17:35:41 +02:00
R. RyanTM
486825e7c8 flacon: 6.1.0 -> 7.0.1 2021-04-25 22:55:25 +00:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
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-19 01:16:25 -08:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
R. RyanTM
6f573fbb66 flacon: 6.0.0 -> 6.1.0 2020-06-30 05:15:08 +00:00
Illia Shestakov
e1c3bbfdc8
flacon: 5.5.1 -> 6.0.0
Also applied nixfmt

Moved bin_path to separate attribute to allow overriding

Fixed description
2020-06-03 02:34:55 +03:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Illia Shestakov
07d0acfe45
flacon: change maintainer to snglth 2019-12-30 15:32:17 +02:00
Illia Shestakov
345b192273
flacon: improvements
1. Use libsForQt5.callPackage instead of raw callPackage` (this adds
ability to import qtbase and qttools directly instead of importing whole
qt5)
2. Include wrapQtAppsHook in nativeBuildInputs

The major point of this changes is to provide support for running
support flacon under wayland session, but it may help in some other use
cases

Closes #76588
2019-12-30 15:31:55 +02:00
Nathan
b0caf68bff
maintainer-list.nix: remove ndowens 2019-12-26 16:47:41 -05:00
R. RyanTM
13257650da flacon: 5.4.0 -> 5.5.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flacon/versions
2019-10-07 10:51:54 -07:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
ed7ae04ae4 flacon: 5.2.0 -> 5.4.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flacon/versions
2019-04-30 13:05:35 -07:00
R. RyanTM
1d4b14cd1f flacon: 5.1.0 -> 5.2.0 (#59493)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flacon/versions
2019-04-16 20:30:03 +02:00
R. RyanTM
a382c2969a flacon: 5.0.0 -> 5.1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flacon/versions
2019-02-06 00:27:19 -08:00
R. RyanTM
99b557e574 flacon: 4.1.0 -> 5.0.0 (#50114)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flacon/versions
2018-11-10 15:28:09 +01:00
Matthew Bauer
76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
R. RyanTM
ef433059a0 flacon: 4.0.0 -> 4.1.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/flacon/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/0m9jr6wv7w3imscxq1lha4q9nrajj7xx-flacon-4.1.0/bin/flacon -h’ got 0 exit code
- ran ‘/nix/store/0m9jr6wv7w3imscxq1lha4q9nrajj7xx-flacon-4.1.0/bin/flacon --help’ got 0 exit code
- ran ‘/nix/store/0m9jr6wv7w3imscxq1lha4q9nrajj7xx-flacon-4.1.0/bin/.flacon-wrapped -h’ got 0 exit code
- ran ‘/nix/store/0m9jr6wv7w3imscxq1lha4q9nrajj7xx-flacon-4.1.0/bin/.flacon-wrapped --help’ got 0 exit code
- found 4.1.0 with grep in /nix/store/0m9jr6wv7w3imscxq1lha4q9nrajj7xx-flacon-4.1.0
- directory tree listing: https://gist.github.com/5db6cc1fd7c7f049d13a305eb9ab5199
2018-04-20 05:49:44 -07:00
Ryan Mulligan
21adaec5fb flacon: 2.1.1 -> 4.0.0
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/sfixg95yp8qsdhilwcf51g7380q33x7s-flacon-4.0.0/bin/flacon -h` got 0 exit code
- ran `/nix/store/sfixg95yp8qsdhilwcf51g7380q33x7s-flacon-4.0.0/bin/flacon --help` got 0 exit code
- ran `/nix/store/sfixg95yp8qsdhilwcf51g7380q33x7s-flacon-4.0.0/bin/flacon help` got 0 exit code
- ran `/nix/store/sfixg95yp8qsdhilwcf51g7380q33x7s-flacon-4.0.0/bin/flacon --version` and found version 4.0.0
- ran `/nix/store/sfixg95yp8qsdhilwcf51g7380q33x7s-flacon-4.0.0/bin/.flacon-wrapped -h` got 0 exit code
- ran `/nix/store/sfixg95yp8qsdhilwcf51g7380q33x7s-flacon-4.0.0/bin/.flacon-wrapped --help` got 0 exit code
- ran `/nix/store/sfixg95yp8qsdhilwcf51g7380q33x7s-flacon-4.0.0/bin/.flacon-wrapped --version` and found version 4.0.0
- found 4.0.0 with grep in /nix/store/sfixg95yp8qsdhilwcf51g7380q33x7s-flacon-4.0.0
- found 4.0.0 in filename of file in /nix/store/sfixg95yp8qsdhilwcf51g7380q33x7s-flacon-4.0.0
2018-02-25 21:24:43 -08:00
ndowens
4ae0e8c9a9
flacon: 2.0.1 -> 2.1.1
fixes #23529
2017-03-06 10:46:15 +01:00
=
3e7c601e4a flacon: init at 2.0.1 2016-05-09 15:06:34 +02:00