Added JasPer support to kde4libs
svn path=/nixpkgs/branches/stdenv-updates/; revision=10161
This commit is contained in:
parent
0a1ad1080c
commit
c7b5286d83
|
@ -9,14 +9,15 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
cmake inputproto kbproto scrnsaverproto xextproto xf86miscproto xf86vidmodeproto
|
||||
inputproto kbproto scrnsaverproto xextproto xf86miscproto xf86vidmodeproto
|
||||
xineramaproto xproto libICE libX11 libXau libXcomposite libXcursor
|
||||
libXdamage libXdmcp libXext libXfixes libXft libXi libXpm libXrandr
|
||||
libXrender libXScrnSaver libXt libXtst libXv libXxf86misc libxkbfile zlib
|
||||
perl qt openssl pcre pkgconfig libjpeg libpng libtiff libxml2 libxslt expat
|
||||
libtool freetype bzip2 shared_mime_info alsaLib libungif cups
|
||||
gettext enchant openexr aspell stdenv.gcc.libc
|
||||
gettext enchant openexr aspell stdenv.gcc.libc jasper
|
||||
] ++ kdesupport.all;
|
||||
buildInputs = [ cmake ];
|
||||
patchPhase = "cp ${findIlmBase} ../cmake/modules/FindIlmBase.cmake;
|
||||
cp $findOpenEXR ../cmake/modules/FindOpenEXR.cmake;
|
||||
sed -e 's@Soprano/DummyModel@Soprano/Util/DummyModel@' -i ../nepomuk/core/resourcemanager.cpp;";
|
||||
|
|
|
@ -4681,7 +4681,7 @@ rec {
|
|||
shared_mime_info alsaLib libungif cups mesa boost gpgme gettext redland
|
||||
xineLib libgphoto2 djvulibre libogg flac lame libvorbis poppler readline
|
||||
saneBackends chmlib python libzip gmp sqlite libidn runCommand lib
|
||||
openbabel ocaml facile stdenv poppler_data;
|
||||
openbabel ocaml facile stdenv poppler_data jasper;
|
||||
cdparanoia = cdparanoiaIII;
|
||||
inherit (xlibs)
|
||||
inputproto kbproto scrnsaverproto xextproto xf86miscproto
|
||||
|
|
Loading…
Reference in New Issue