mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
* Build audacious with ffmpeg to get support for WMA and MPC.
svn path=/nixpkgs/trunk/; revision=21138
This commit is contained in:
parent
10fdd4d230
commit
7c22881aa8
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, fetchurl, pkgconfig, glib, gtk, libmowgli, libmcs
|
||||
, gettext, dbus_glib, libxml2, libmad, xlibs, alsaLib, libogg
|
||||
, libvorbis, libcdio, libcddb, flac
|
||||
, libvorbis, libcdio, libcddb, flac, ffmpeg
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||
buildInputs =
|
||||
[ gettext pkgconfig glib gtk libmowgli libmcs libxml2 dbus_glib
|
||||
libmad xlibs.libXcomposite libogg libvorbis flac alsaLib libcdio
|
||||
libcddb
|
||||
libcddb ffmpeg
|
||||
];
|
||||
|
||||
# Here we build bouth audacious and audacious-plugins in one
|
||||
|
|
|
@ -6762,7 +6762,7 @@ let
|
|||
audacious = import ../applications/audio/audacious {
|
||||
inherit fetchurl stdenv gettext pkgconfig libmowgli libmcs
|
||||
dbus_glib libxml2 libmad xlibs alsaLib libogg libvorbis libcdio
|
||||
libcddb flac;
|
||||
libcddb flac ffmpeg;
|
||||
inherit (gtkLibs) glib gtk;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue