about summary refs log tree commit diff
path: root/pkgs/development/libraries/chromaprint
AgeCommit message (Collapse)AuthorFilesLines
2023-03-03chromaprint: remove boost dependencyAlyssa Ross1-1/+1
Boost was removed in version 1.4.0[1]. [1]: https://github.com/acoustid/chromaprint/blob/aa67c95b9e486884a6d3ee8b0c91207d8c2b0551/NEWS.txt#L52
2022-02-03chromaprint: fix build, pin ffmpeg to 4.xJonathan Ringer1-2/+2
2021-12-24chromaprint: 1.5.0 -> 1.5.1R. Ryantm1-2/+2
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-1/+1
2020-09-16chromaprint: fix derivationFerran Pujol Camins1-10/+4
2020-09-16chromaprint: add darwin compatibilityFerran Pujol Camins1-4/+11
2020-07-04chromaprint: use latest ffmpegDoron Behar1-2/+2
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-04-16chromaprint: 1.4.3 -> 1.5.0R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-10-07chromaprint: 1.3.2 -> 1.4.3Davíð Steinn Geirsson1-4/+4
Changed upstream URL to GitHub. The latest release is not on BitBucket and the web site points to GitHub.
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-04-22treewide: Change URLs to HTTPSDaniel Schaefer1-1/+1
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
2018-04-06Revert "chromaprint: 1.3.2 -> 1.4.3"Maximilian Bosch1-3/+3
This reverts commit ca54d5070451d27abd4f518c4b678e41b007bf66.
2018-03-30chromaprint: 1.3.2 -> 1.4.3Ryan Mulligan1-3/+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
2017-09-12chromaprint: Disable on DarwinTuomas Tynkkynen1-1/+1
Last successful build 2015-09-20 08:03:33 https://hydra.nixos.org/build/60589826
2017-08-03Update homepage attributes: http -> httpsmimadrid1-1/+1
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* 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-03-11chromaprint: 1.3.1 -> 1.3.2ndowens1-2/+2
2016-03-17chromaprint: 1.2 -> 1.3.1Andrew Kelley1-2/+2
2015-12-05Rename 'emery' maintainer handle to 'ehmry', fixes #11493Emery Hemingway1-1/+1
Communication happens on Github so names should be consistent.
2015-04-07chromaprint: 1.1 -> 1.2codyopel1-6/+6
2014-08-27chromaprint: switch FFT implementation to ffmpeg, build fpcalcEmery Hemingway1-4/+10
FFmpeg is prefered over FFTW3, and a mutual dependency of picard and acoustid-fingerprinter
2013-12-15chromaprint: update from 0.7 to 1.1Nixpkgs Monitor1-2/+2
2013-08-14chromaprint: Add new package in version 0.7.aszlig1-0/+19
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>