aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/chromaprint (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chromaprint: fix derivationFerran Pujol Camins2020-09-161-10/+4
|
* chromaprint: add darwin compatibilityFerran Pujol Camins2020-09-161-4/+11
|
* chromaprint: use latest ffmpegDoron Behar2020-07-041-2/+2
|
* treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar2020-06-121-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.
* chromaprint: 1.4.3 -> 1.5.0R. RyanTM2020-04-161-2/+2
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* chromaprint: 1.3.2 -> 1.4.3Davíð Steinn Geirsson2019-10-071-4/+4
| | | | | Changed upstream URL to GitHub. The latest release is not on BitBucket and the web site points to GitHub.
* treewide: name -> pname (easy cases) (#66585)volth2019-08-151-2/+2
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: Change URLs to HTTPSDaniel Schaefer2019-04-221-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
* Revert "chromaprint: 1.3.2 -> 1.4.3"Maximilian Bosch2018-04-061-3/+3
| | | | This reverts commit ca54d5070451d27abd4f518c4b678e41b007bf66.
* chromaprint: 1.3.2 -> 1.4.3Ryan Mulligan2018-03-301-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
* chromaprint: Disable on DarwinTuomas Tynkkynen2017-09-121-1/+1
| | | | | | Last successful build 2015-09-20 08:03:33 https://hydra.nixos.org/build/60589826
* Update homepage attributes: http -> httpsmimadrid2017-08-031-1/+1
| | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-011-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
* chromaprint: 1.3.1 -> 1.3.2ndowens2017-03-111-2/+2
|
* chromaprint: 1.2 -> 1.3.1Andrew Kelley2016-03-171-2/+2
|
* Rename 'emery' maintainer handle to 'ehmry', fixes #11493Emery Hemingway2015-12-051-1/+1
| | | | Communication happens on Github so names should be consistent.
* chromaprint: 1.1 -> 1.2codyopel2015-04-071-6/+6
|
* chromaprint: switch FFT implementation to ffmpeg, build fpcalcEmery Hemingway2014-08-271-4/+10
| | | | FFmpeg is prefered over FFTW3, and a mutual dependency of picard and acoustid-fingerprinter
* chromaprint: update from 0.7 to 1.1Nixpkgs Monitor2013-12-151-2/+2
|
* chromaprint: Add new package in version 0.7.aszlig2013-08-141-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>