cantata: update to 1.4.0
This commit is contained in:
parent
aa77fe0fb0
commit
0f2d101975
@ -39,7 +39,7 @@ assert withOnlineServices -> withTaglib;
|
|||||||
assert withReplaygain -> withTaglib;
|
assert withReplaygain -> withTaglib;
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.3.4";
|
version = "1.4.0";
|
||||||
pname = "cantata";
|
pname = "cantata";
|
||||||
fstat = x: fn: "-DENABLE_" + fn + "=" + (if x then "ON" else "OFF");
|
fstat = x: fn: "-DENABLE_" + fn + "=" + (if x then "ON" else "OFF");
|
||||||
fstats = x: map (fstat x);
|
fstats = x: map (fstat x);
|
||||||
@ -50,8 +50,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
inherit name;
|
inherit name;
|
||||||
url = "https://drive.google.com/uc?export=download&id=0Bzghs6gQWi60WTYtaXk3c1IzNVU";
|
url = "https://drive.google.com/uc?export=download&id=0Bzghs6gQWi60WDI1WjRtUDJ4QlU";
|
||||||
sha256 = "0ris41v44nwd68f3zis9n9lyyc089dyhlxp37rrzflanrc6glpwq";
|
sha256 = "63a03872ec9a2b212c497d4b10e255d5654f96370734e86420bf711354048e01";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
|
|||||||
++ stdenv.lib.optional (withTaglib && !withKDE4 && withDevices) udisks2;
|
++ stdenv.lib.optional (withTaglib && !withKDE4 && withDevices) udisks2;
|
||||||
|
|
||||||
unpackPhase = "tar -xvf $src";
|
unpackPhase = "tar -xvf $src";
|
||||||
sourceRoot = "cantata-1.3.4";
|
sourceRoot = "cantata-1.4.0";
|
||||||
|
|
||||||
# Qt4 is implicit when KDE is switched off.
|
# Qt4 is implicit when KDE is switched off.
|
||||||
cmakeFlags = stdenv.lib.flatten [
|
cmakeFlags = stdenv.lib.flatten [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user