[Nix-dev] Removing PulseAudio from KDE 4.4

roconnor at theorem.ca roconnor at theorem.ca
Thu Sep 23 17:25:59 CEST 2010


I want to mention to those intersted, that I have locally removed 
pulseaudio from my build inputs to phonon in KDE 4.4 and my audio life 
has become considerably simpler.

I'm not proposing that my attached patch be put into nixpkgs, but for 
those people, who like me, have problems with audio in KDE getting routed 
to their PC speaker rather than their HDA Intel device, but where alsa 
works fine (i.e. aplay works but paplay doesn't work), this patch may be 
for you.  Just patch and rebuild KDE and KDE programs such as amarok.

-- 
Russell O'Connor                                      <http://r6.ca/>
``All talk about `theft,''' the general counsel of the American Graphophone
Company wrote, ``is the merest claptrap, for there exists no property in
ideas musical, literary or artistic, except as defined by statute.''
-------------- next part --------------
--- pkgs/desktops/kde-4.4/support/phonon/default.nix    (revision 23860)
+++ pkgs/desktops/kde-4.4/support/phonon/default.nix    (working copy)
@@ -14,7 +14,7 @@
     sha256 = "11ilv692yqzvk93y3n2zp9qvqc2xi0npz8vbqa1b60b268zlqh7i";
   };
   buildInputs = [ cmake qt4 libXau libXdmcp libpthreadstubs gstreamer
-    gstPluginsBase xineLib automoc4 pulseaudio pkgconfig ];
+    gstPluginsBase xineLib automoc4 pkgconfig ];
   meta = with stdenv.lib; {
     platforms = platforms.linux;
     description = "KDE Multimedia API";


More information about the nix-dev mailing list