about summary refs log tree commit diff
path: root/pkgs/applications/audio/kid3
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-04-10kid3: build with qt6 and KDE supportPeter Hoeg1-14/+39
2024-02-24kid3: 3.9.4 -> 3.9.5R. Ryantm1-2/+2
2023-12-02treewide: use kde mirror everywhere, don't use pname in download urlsSandro Jäckel1-1/+1
2023-08-06kid3: use `finalAttrs` patternPol Dellaiera1-13/+15
2023-08-06kid3: 3.9.3 -> 3.9.4R. Ryantm1-2/+2
2023-01-13kid3: 3.9.2 -> 3.9.3R. Ryantm1-2/+2
2022-08-07kid3: 3.9.1 -> 3.9.2R. Ryantm1-2/+2
2022-05-29kid3: remove unused automoc4 inputajs1241-2/+0
2022-02-12kid3: 3.9.0 -> 3.9.1R. Ryantm1-2/+2
2021-12-26kid3: 3.8.7 -> 3.9.0R. Ryantm1-2/+2
2021-08-13kid3: 3.8.6 -> 3.8.7Ilan Joselevich1-2/+2
2021-04-30kid3: ffmpeg_3 -> ffmpegAndersonTorres1-8/+8
And refactor.
2021-04-08kid3: 3.8.5 -> 3.8.6AndersonTorres1-12/+54
2021-02-04kid3: 3.8.4 -> 3.8.5R. RyanTM1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-2/+0
2021-01-01treewide: cmake buildInputs to nativeBuildInputs, minor cleanupsBen Siraphob1-7/+6
2020-10-12kid3: 3.8.3 -> 3.8.4AndersonTorres1-23/+21
2020-06-12treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar1-2/+2
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-05-27kid3: 3.8.2 -> 3.8.3R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-09kid3: 3.8.1 -> 3.8.2R. RyanTM1-2/+2
2020-01-06kid3: 3.8.0 -> 3.8.1R. RyanTM1-2/+2
2019-10-03kid3: 3.7.1 -> 3.8.0R. RyanTM1-2/+2
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-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-05wrapQtAppsHook: Remove ad hoc Qt wrappersThomas Tuegel1-6/+3
2019-04-07kid3: 3.7.0 -> 3.7.1 (#58280)R. RyanTM1-2/+2
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-25kid3: 3.6.2 -> 3.7.0R. RyanTM1-2/+2
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-09-01kid3: 3.6.1 -> 3.6.2 (#45826)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from kid3
2018-05-01kid3: qt5 supportAndersonTorres1-10/+9
2018-04-26kid3: 3.6.0 -> 3.6.1R. RyanTM1-2/+2
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-03-25kid3: 3.5.1 -> 3.6.0Ryan Mulligan1-2/+2
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-02-26kid3: 3.4.2 -> 3.5.1Ryan Mulligan1-2/+2
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"
2017-11-26kid3: enable parallel buildingOrivej Desh1-0/+2
2016-10-22kid3: 3.3.0 -> 3.4.2AndersonTorres1-9/+9
2016-10-01Remove redundant -DCMAKE_BUILD_TYPE=Release flagsAneesh Agrawal1-1/+1
Since commit 183d05a0 in 2012, this is the default. fixes #18000
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-02-28use the sourceforge mirrors everywherezimbatm1-1/+1
find pkgs -name "*.nix" -exec sed -r \ "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2015-10-31Kid3: 3.1.2 -> 3.3.0AndersonTorres1-4/+3
2015-10-17kid3: 3.1.2 -> 3.3.0Matthias Beyer1-2/+2
2015-04-05kid3: update from 3.1.1 to 3.1.2AndersonTorres1-2/+2
2014-09-30kid3: fix evaluationMateusz Kowalczyk1-2/+2
cc @AndersonTorres
2014-09-30Kid3: New PackageAndersonTorres1-0/+74
Kid3 is a simple and powerful audio tag editor Closes #4325