forked from mirrors/nixpkgs
cmus: update to 2.5.0
This version builds with current ffmpeg. CUE support is nice too.
This commit is contained in:
parent
8db4152ddf
commit
33379ae58a
|
@ -2,17 +2,17 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "cmus-${version}";
|
name = "cmus-${version}";
|
||||||
version = "2.3.3";
|
version = "2.5.0";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://sourceforge/cmus/cmus-v${version}.tar.bz2";
|
||||||
|
sha256 = "1pwd3jifv12yr0yr77hsv5c9y8ay6kn2b5a3s5i8v2c882vgl890";
|
||||||
|
};
|
||||||
|
|
||||||
configurePhase = "./configure prefix=$out";
|
configurePhase = "./configure prefix=$out";
|
||||||
|
|
||||||
buildInputs = [ ncurses pkgconfig alsaLib flac libmad ffmpeg libvorbis mpc mp4v2 ];
|
buildInputs = [ ncurses pkgconfig alsaLib flac libmad ffmpeg libvorbis mpc mp4v2 ];
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
url = "mirror://sourceforge/cmus/cmus-v${version}.tar.bz2";
|
|
||||||
sha256 = "13hc5d7h2ayjwnip345hc59rpjj9fgrp1i5spjw3s14prdqr733v";
|
|
||||||
};
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "cmus is a small, fast and powerful console music player for Linux and *BSD";
|
description = "cmus is a small, fast and powerful console music player for Linux and *BSD";
|
||||||
homepage = http://cmus.sourceforge.net;
|
homepage = http://cmus.sourceforge.net;
|
||||||
|
|
Loading…
Reference in a new issue