gjay: init at 0.3.2

This commit is contained in:
Pascal Wittmann 2015-08-13 13:13:11 +02:00
parent 2139f487c3
commit 5f3dca9303
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{ stdenv, fetchurl, pkgconfig, mpd_clientlib, dbus_glib, audacious, gtk, gsl
, libaudclient }:
stdenv.mkDerivation {
name = "gjay-0.3.2";
src = fetchurl {
url = "http://downloads.sourceforge.net/project/gjay/gjay-0.3.2.tar.gz";
sha256 = "1a1vv4r0vnxjdyl0jyv7gga3zfd5azxlwjm1l6hjrf71lb228zn8";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ mpd_clientlib dbus_glib audacious gtk gsl libaudclient ];
meta = with stdenv.lib; {
description = "Generates playlists such that each song sounds good following the previous song";
homepage = http://gjay.sourceforge.net/;
license = licenses.gpl2;
maintainers = with maintainers; [ pSub ];
};
}

View File

@ -11402,6 +11402,8 @@ let
fftw = fftwSinglePrec;
};
gjay = callPackage ../applications/audio/gjay { };
photivo = callPackage ../applications/graphics/photivo { };
wavesurfer = callPackage ../applications/misc/audio/wavesurfer { };