Merge pull request #57568 from fgaz/drawpile/2.1.2
drawpile: 2.0.11 -> 2.1.2
This commit is contained in:
commit
2df7df966c
@ -11,25 +11,34 @@
|
|||||||
, libmicrohttpd
|
, libmicrohttpd
|
||||||
, giflib
|
, giflib
|
||||||
, miniupnpc
|
, miniupnpc
|
||||||
|
, extra-cmake-modules
|
||||||
|
, libvpx
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "drawpile-${version}";
|
name = "drawpile-${version}";
|
||||||
version = "2.0.11";
|
version = "2.1.2";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://drawpile.net/files/src/drawpile-${version}.tar.gz";
|
url = "https://drawpile.net/files/src/drawpile-${version}.tar.gz";
|
||||||
sha256 = "0h018rxhc0lwpqwmlihalz634nd0xaafk4p2b782djjd87irnjpk";
|
sha256 = "02kkn317w9xhdqq2b4fq2bvipsnbp9945b6vghx3q2p6mckr9mhi";
|
||||||
};
|
};
|
||||||
|
nativeBuildInputs = [
|
||||||
|
extra-cmake-modules
|
||||||
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
# common deps:
|
||||||
cmake
|
cmake
|
||||||
qtbase qtsvg qtmultimedia qttools
|
qtbase qtsvg qtmultimedia qttools
|
||||||
karchive
|
karchive
|
||||||
# optional deps:
|
# optional deps:
|
||||||
|
# server-specific:
|
||||||
libsodium # ext-auth support
|
libsodium # ext-auth support
|
||||||
libmicrohttpd # HTTP admin api
|
libmicrohttpd # HTTP admin api
|
||||||
|
# client-specific:
|
||||||
giflib # gif animation export support
|
giflib # gif animation export support
|
||||||
miniupnpc # automatic port forwarding
|
miniupnpc # automatic port forwarding
|
||||||
kdnssd # local server discovery with Zeroconf
|
kdnssd # local server discovery with Zeroconf
|
||||||
|
libvpx # WebM video export
|
||||||
];
|
];
|
||||||
configurePhase = "cmake -DCMAKE_INSTALL_PREFIX=$out .";
|
configurePhase = "cmake -DCMAKE_INSTALL_PREFIX=$out .";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user