Commit Graph

43 Commits

Author SHA1 Message Date
Peter Hoeg
c392dd7997 kid3: build with qt6 and KDE support 2024-04-10 05:59:22 -07:00
R. Ryantm
ac28fe9db8 kid3: 3.9.4 -> 3.9.5 2024-02-24 15:07:58 +00:00
Sandro Jäckel
aa15f5066d
treewide: use kde mirror everywhere, don't use pname in download urls 2023-12-02 17:14:24 +01:00
Pol Dellaiera
cb820210e8
kid3: use finalAttrs pattern 2023-08-06 12:35:22 +02:00
R. Ryantm
acb3384672 kid3: 3.9.3 -> 3.9.4 2023-08-06 10:29:04 +00:00
R. Ryantm
83a93014f1 kid3: 3.9.2 -> 3.9.3 2023-01-13 20:58:24 +00:00
R. Ryantm
73a30899b2 kid3: 3.9.1 -> 3.9.2 2022-08-07 07:27:34 +00:00
ajs124
965c6422fc kid3: remove unused automoc4 input 2022-05-29 02:18:18 +02:00
R. Ryantm
d76a3c40ab kid3: 3.9.0 -> 3.9.1 2022-02-12 05:08:14 +00:00
R. Ryantm
fcb79e3859 kid3: 3.8.7 -> 3.9.0 2021-12-26 03:22:47 +00:00
Ilan Joselevich
0aada0e458 kid3: 3.8.6 -> 3.8.7 2021-08-13 20:48:26 +03:00
AndersonTorres
27525f6c4d kid3: ffmpeg_3 -> ffmpeg
And refactor.
2021-04-30 17:39:08 -03:00
AndersonTorres
96b8bf4ccd kid3: 3.8.5 -> 3.8.6 2021-04-08 20:04:14 -03:00
R. RyanTM
dab738fa14 kid3: 3.8.4 -> 3.8.5 2021-02-04 16:40:00 +00: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
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Ben Siraphob
b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
AndersonTorres
b3b5d63cb6 kid3: 3.8.3 -> 3.8.4 2020-10-12 04:07:17 -03:00
Doron Behar
01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
R. RyanTM
aff206ec0d kid3: 3.8.2 -> 3.8.3 2020-05-27 12:12:14 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM
1809f5d3a8 kid3: 3.8.1 -> 3.8.2 2020-02-09 16:51:12 +01:00
R. RyanTM
2f34993173 kid3: 3.8.0 -> 3.8.1 2020-01-06 13:03:27 -08:00
R. RyanTM
5fe43c1943 kid3: 3.7.1 -> 3.8.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/kid3/versions
2019-10-03 16:14:28 -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
Thomas Tuegel
51d78034a1
wrapQtAppsHook: Remove ad hoc Qt wrappers 2019-07-05 10:42:08 -05:00
R. RyanTM
797abc8c72 kid3: 3.7.0 -> 3.7.1 (#58280)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kid3/versions
2019-04-07 16:02:39 +02:00
R. RyanTM
2fa46e16a1 kid3: 3.6.2 -> 3.7.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/kid3/versions
2018-12-25 14:31:41 -08:00
R. RyanTM
273d15e09f kid3: 3.6.1 -> 3.6.2 (#45826)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
kid3
2018-09-01 12:24:23 +02:00
AndersonTorres
f08de6c729 kid3: qt5 support 2018-05-01 15:22:02 -03:00
R. RyanTM
29c66d9f09 kid3: 3.6.0 -> 3.6.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/kid3/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/frn5bzzva0ysc1vk9adf7lwmlqg28br9-kid3-3.6.1/bin/kid3-cli -h’ got 0 exit code
- ran ‘/nix/store/frn5bzzva0ysc1vk9adf7lwmlqg28br9-kid3-3.6.1/bin/kid3-cli --help’ got 0 exit code
- ran ‘/nix/store/frn5bzzva0ysc1vk9adf7lwmlqg28br9-kid3-3.6.1/bin/kid3-cli help’ got 0 exit code
- found 3.6.1 with grep in /nix/store/frn5bzzva0ysc1vk9adf7lwmlqg28br9-kid3-3.6.1
- directory tree listing: https://gist.github.com/b9be08ae08dde4714bfceaebaf277eab
2018-04-26 04:30:01 -07:00
Ryan Mulligan
fc9c26d838 kid3: 3.5.1 -> 3.6.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
/tmp/tmp.FSRC6h0qrp /home/ryantm/.cache/nixpkgs
/home/ryantm/.cache/nixpkgs
- ran `/nix/store/b7qyswz8glvmami13ij30d7xxsi6631n-kid3-3.6.0/bin/kid3-cli -h` got 0 exit code
- ran `/nix/store/b7qyswz8glvmami13ij30d7xxsi6631n-kid3-3.6.0/bin/kid3-cli --help` got 0 exit code
- ran `/nix/store/b7qyswz8glvmami13ij30d7xxsi6631n-kid3-3.6.0/bin/kid3-cli -h` and found version 3.6.0
- ran `/nix/store/b7qyswz8glvmami13ij30d7xxsi6631n-kid3-3.6.0/bin/kid3-cli --help` and found version 3.6.0
- found 3.6.0 with grep in /nix/store/b7qyswz8glvmami13ij30d7xxsi6631n-kid3-3.6.0
- found 3.6.0 in filename of file in /nix/store/b7qyswz8glvmami13ij30d7xxsi6631n-kid3-3.6.0
- directory tree listing: https://gist.github.com/55e96f99bdc127e8e0ab453dc59880e8
2018-03-25 01:37:12 -05:00
Ryan Mulligan
2e55a16b5c kid3: 3.4.2 -> 3.5.1
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/lnz0zqq75d7dpmaqj1g7i5yda4v12idl-kid3-3.5.1/bin/kid3-cli -h` got 0 exit code
- ran `/nix/store/lnz0zqq75d7dpmaqj1g7i5yda4v12idl-kid3-3.5.1/bin/kid3-cli --help` got 0 exit code
- ran `/nix/store/lnz0zqq75d7dpmaqj1g7i5yda4v12idl-kid3-3.5.1/bin/kid3-cli -h` and found version 3.5.1
- ran `/nix/store/lnz0zqq75d7dpmaqj1g7i5yda4v12idl-kid3-3.5.1/bin/kid3-cli --help` and found version 3.5.1
- found 3.5.1 with grep in /nix/store/lnz0zqq75d7dpmaqj1g7i5yda4v12idl-kid3-3.5.1
- found 3.5.1 in filename of file in /nix/store/lnz0zqq75d7dpmaqj1g7i5yda4v12idl-kid3-3.5.1

cc "@AndersonTorres"
2018-02-26 19:47:05 -08:00
Orivej Desh
43d32904e2 kid3: enable parallel building 2017-11-26 07:40:38 +00:00
AndersonTorres
ff9d3aa3de kid3: 3.3.0 -> 3.4.2 2016-10-22 23:19:14 -02:00
Aneesh Agrawal
fcee1d0b28
Remove redundant -DCMAKE_BUILD_TYPE=Release flags
Since commit 183d05a0 in 2012, this is the default.

fixes #18000
2016-10-01 16:13:41 +02:00
Tuomas Tynkkynen
21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
zimbatm
69ce5cb656 use the sourceforge mirrors everywhere
find pkgs -name "*.nix" -exec sed -r \
    "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2016-02-28 12:07:42 +00:00
AndersonTorres
5502e0cd91 Kid3: 3.1.2 -> 3.3.0 2015-10-31 22:51:58 -02:00
Matthias Beyer
2480f6ecd7 kid3: 3.1.2 -> 3.3.0 2015-10-17 15:56:58 +02:00
AndersonTorres
d1bb1ef194 kid3: update from 3.1.1 to 3.1.2 2015-04-05 12:38:31 -03:00
Mateusz Kowalczyk
d406c1414c kid3: fix evaluation
cc @AndersonTorres
2014-09-30 09:23:11 +01:00
AndersonTorres
46d74cae72 Kid3: New Package
Kid3 is a simple and powerful audio tag editor

Closes #4325
2014-09-30 07:55:25 +01:00