Found a new phonon (in 'unstable'), and I think kde-4.4 should be able to link with it.

I updated gstreamer too, because this phonon was not finding a header file. As that
did not fix much the phonon build, I helped the generic builder with NIX_CFLAGS_COMPILER for
phonon to find the proper header files. Either the phonon cmake scripts don't find properly
the gstreamer plugins header file, or we install gstreamer in a strange way.

svn path=/nixpkgs/trunk/; revision=19974
This commit is contained in:
Lluís Batlle i Rossell
2010-02-13 14:03:07 +00:00
parent e4b1633d6b
commit ce46e7ff63
7 changed files with 17 additions and 13 deletions
@@ -27,4 +27,7 @@ rec {
gnonlin = makeOverridable (import ./gnonlin) {
inherit fetchurl stdenv pkgconfig gstreamer gstPluginsBase;
};
# Header files are in include/${prefix}/
prefix = "gstreamer-0.10";
}