Commit graph

22 commits

Author SHA1 Message Date
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Ferran Pujol Camins c12cfa428c chromaprint: fix derivation 2020-09-16 10:10:56 +02:00
Ferran Pujol Camins c6dd555bde chromaprint: add darwin compatibility 2020-09-16 10:10:56 +02:00
Doron Behar b63e659a72 chromaprint: use latest ffmpeg 2020-07-04 01:57:04 +05:30
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 896680cd15 chromaprint: 1.4.3 -> 1.5.0 2020-04-16 13:18:50 +05:30
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Davíð Steinn Geirsson 128fc2ac19 chromaprint: 1.3.2 -> 1.4.3
Changed upstream URL to GitHub. The latest release is not on BitBucket
and the web site points to GitHub.
2019-10-07 17:59:09 +00: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
Daniel Schaefer bac4d95aa2 treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Maximilian Bosch c1f1d8634b
Revert "chromaprint: 1.3.2 -> 1.4.3"
This reverts commit ca54d50704.
2018-04-06 16:51:22 +02:00
Ryan Mulligan ca54d50704 chromaprint: 1.3.2 -> 1.4.3
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.4.3 with grep in /nix/store/6x9xsd68jksc7c2y710z4wsrjwgd8wsp-chromaprint-1.4.3
- found 1.4.3 in filename of file in /nix/store/6x9xsd68jksc7c2y710z4wsrjwgd8wsp-chromaprint-1.4.3
- directory tree listing: https://gist.github.com/92fabeb9999c33c02a2f56a437b69c64
2018-03-30 10:19:46 +01:00
Tuomas Tynkkynen 817c20c7ee chromaprint: Disable on Darwin
Last successful build 2015-09-20 08:03:33

https://hydra.nixos.org/build/60589826
2017-09-12 14:58:46 +03:00
mimadrid 09e0cc7cc7
Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
ndowens a7843b01f2 chromaprint: 1.3.1 -> 1.3.2 2017-03-11 21:52:14 -06:00
Andrew Kelley f86f957ae3 chromaprint: 1.2 -> 1.3.1 2016-03-17 10:58:15 +01:00
Emery Hemingway 2b6dcdfcd0 Rename 'emery' maintainer handle to 'ehmry', fixes #11493
Communication happens on Github so names should be consistent.
2015-12-05 23:06:20 +01:00
codyopel 1459578315 chromaprint: 1.1 -> 1.2 2015-04-07 04:53:16 -04:00
Emery Hemingway d41b8b3091 chromaprint: switch FFT implementation to ffmpeg, build fpcalc
FFmpeg is prefered over FFTW3, and a mutual dependency of picard and acoustid-fingerprinter
2014-08-27 13:38:10 +02:00
Nixpkgs Monitor 7cee23b69f chromaprint: update from 0.7 to 1.1 2013-12-15 11:27:17 +02:00
aszlig d5487fc684
chromaprint: Add new package in version 0.7.
This is the core component of the AcoustID project and is the library
for extracting/querying of audio fingerprints.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-14 20:50:57 +02:00