Add game-music-emu, a decoder plugin for mpd (close #5431)

@vcunat: nitpicks and add meta.license.
This commit is contained in:
Kurt Dietrich
2015-01-20 16:08:01 +01:00
committed by Vladimír Čunát
parent 83d9dd40f6
commit f101f632b7
3 changed files with 26 additions and 0 deletions
+3
View File
@@ -19,6 +19,7 @@
, aacSupport ? true, faad2
, pulseaudioSupport ? true, pulseaudio
, jackSupport ? true, jack2
, gmeSupport ? true, game-music-emu
, icuSupport ? true, icu
}:
@@ -59,6 +60,7 @@ in stdenv.mkDerivation rec {
++ opt zipSupport zziplib
++ opt pulseaudioSupport pulseaudio
++ opt jackSupport jack2
++ opt gmeSupport game-music-emu
++ opt icuSupport icu;
configureFlags =
@@ -85,6 +87,7 @@ in stdenv.mkDerivation rec {
(mkFlag jackSupport "jack")
(mkFlag stdenv.isDarwin "osx")
(mkFlag icuSupport "icu")
(mkFlag gmeSupport "gme")
"--enable-debug"
]
++ opt stdenv.isLinux