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.
This commit is contained in:
parent
7c3e8cda89
commit
128fc2ac19
@ -2,18 +2,18 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "chromaprint";
|
pname = "chromaprint";
|
||||||
version = "1.3.2";
|
version = "1.4.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://bitbucket.org/acoustid/chromaprint/downloads/${pname}-${version}.tar.gz";
|
url = "https://github.com/acoustid/chromaprint/releases/download/v${version}/${pname}-${version}.tar.gz";
|
||||||
sha256 = "0lln8dh33gslb9cbmd1hcv33pr6jxdwipd8m8gbsyhksiq6r1by3";
|
sha256 = "10kz8lncal4s2rp2rqpgc6xyjp0jzcrihgkx7chf127vfs5n067a";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
buildInputs = [ boost ffmpeg ];
|
buildInputs = [ boost ffmpeg ];
|
||||||
|
|
||||||
cmakeFlags = [ "-DBUILD_EXAMPLES=ON" ];
|
cmakeFlags = [ "-DBUILD_EXAMPLES=ON" "-DBUILD_TOOLS=ON" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://acoustid.org/chromaprint;
|
homepage = https://acoustid.org/chromaprint;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user