Merge pull request #168169 from afh/musikcube-0.97.0
musikcube: 0.96.10 -> 0.97.0
This commit is contained in:
commit
416b7201ec
@ -6,6 +6,7 @@
|
|||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
, fetchpatch
|
||||||
, ffmpeg
|
, ffmpeg
|
||||||
|
, gnutls
|
||||||
, lame
|
, lame
|
||||||
, libev
|
, libev
|
||||||
, libmicrohttpd
|
, libmicrohttpd
|
||||||
@ -20,17 +21,17 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "musikcube";
|
pname = "musikcube";
|
||||||
version = "0.96.10";
|
version = "0.97.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "clangen";
|
owner = "clangen";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-Aa52pRGq99Pt++aEVZdmVNhhQuBajgfZp39L1AfKvho=";
|
sha256 = "sha256-W9Ng1kqai5qhaDs5KWg/1sOTIAalBXLng1MG8sl/ZOg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# Fix pending upstream inclusion for ncuurses-6.3 support:
|
# Fix pending upstream inclusion for ncurses-6.3 support:
|
||||||
# https://github.com/clangen/musikcube/pull/474
|
# https://github.com/clangen/musikcube/pull/474
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
name = "ncurses-6.3.patch";
|
name = "ncurses-6.3.patch";
|
||||||
@ -48,6 +49,7 @@ stdenv.mkDerivation rec {
|
|||||||
boost
|
boost
|
||||||
curl
|
curl
|
||||||
ffmpeg
|
ffmpeg
|
||||||
|
gnutls
|
||||||
lame
|
lame
|
||||||
libev
|
libev
|
||||||
libmicrohttpd
|
libmicrohttpd
|
||||||
|
Loading…
Reference in New Issue
Block a user