* Build Audacious with XSPF (playlist) support.
svn path=/nixpkgs/trunk/; revision=16935
This commit is contained in:
parent
76f1d68360
commit
e4428949fe
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, audacious, dbus_glib, gettext
|
{ stdenv, fetchurl, pkgconfig, audacious, dbus_glib, gettext
|
||||||
, libmad, xlibs, alsaLib, taglib, libmpcdec, libogg, libvorbis
|
, libmad, xlibs, alsaLib, taglib, libmpcdec, libogg, libvorbis
|
||||||
, libcdio, libcddb
|
, libcdio, libcddb, libxml2
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig audacious dbus_glib gettext libmad
|
pkgconfig audacious dbus_glib gettext libmad
|
||||||
xlibs.libXcomposite alsaLib taglib libmpcdec
|
xlibs.libXcomposite alsaLib taglib libmpcdec
|
||||||
libogg libvorbis libcdio libcddb
|
libogg libvorbis libcdio libcddb libxml2
|
||||||
];
|
];
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
|
@ -5927,7 +5927,7 @@ let
|
|||||||
audacious_plugins = import ../applications/audio/audacious/plugins.nix {
|
audacious_plugins = import ../applications/audio/audacious/plugins.nix {
|
||||||
inherit fetchurl stdenv pkgconfig audacious dbus_glib gettext
|
inherit fetchurl stdenv pkgconfig audacious dbus_glib gettext
|
||||||
libmad xlibs alsaLib taglib libmpcdec libogg libvorbis
|
libmad xlibs alsaLib taglib libmpcdec libogg libvorbis
|
||||||
libcdio libcddb;
|
libcdio libcddb libxml2;
|
||||||
};
|
};
|
||||||
|
|
||||||
audacity = import ../applications/audio/audacity {
|
audacity = import ../applications/audio/audacity {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user