* Adobe Reader 7.0.9.
* Renamed the Flash Player directories. svn path=/nixpkgs/trunk/; revision=7831
This commit is contained in:
parent
4a3bff8a19
commit
c036d1d48f
@ -25,3 +25,5 @@ done
|
|||||||
patchelf --interpreter "$(cat $NIX_GCC/nix-support/dynamic-linker)" \
|
patchelf --interpreter "$(cat $NIX_GCC/nix-support/dynamic-linker)" \
|
||||||
--set-rpath $fullPath \
|
--set-rpath $fullPath \
|
||||||
$out/Reader/intellinux/bin/acroread
|
$out/Reader/intellinux/bin/acroread
|
||||||
|
|
||||||
|
substituteInPlace $out/bin/acroread --replace /lib:/usr/lib /no-such-path
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "acrobat-reader-7.0.1";
|
name = "acrobat-reader-7.0.9";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0/enu/AdbeRdr701_linux_enu.tar.gz;
|
url = http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0.9/enu/AdobeReader_enu-7.0.9-1.i386.tar.gz;
|
||||||
md5 = "79e5a40aca6b49f7015cb1694876f87a";
|
sha256 = "0qs8v57gamkk243f44yqxic93izf0bn2d9l4wwbqqy1jv5s125hy";
|
||||||
};
|
};
|
||||||
libPath = [
|
libPath = [
|
||||||
libXt libXp libXext libX11 glib pango atk gtk libstdcpp5 zlib
|
libXt libXp libXext libX11 glib pango atk gtk libstdcpp5 zlib
|
||||||
|
@ -2436,7 +2436,7 @@ rec {
|
|||||||
inherit (gtkLibs) glib pango atk gtk;
|
inherit (gtkLibs) glib pango atk gtk;
|
||||||
libstdcpp5 = gcc33.gcc;
|
libstdcpp5 = gcc33.gcc;
|
||||||
xineramaSupport = true;
|
xineramaSupport = true;
|
||||||
fastStart = true;
|
fastStart = getConfig ["acroread" "fastStart"] false;
|
||||||
};
|
};
|
||||||
|
|
||||||
amsn = import ../applications/networking/instant-messengers/amsn {
|
amsn = import ../applications/networking/instant-messengers/amsn {
|
||||||
@ -2546,14 +2546,15 @@ rec {
|
|||||||
inherit fetchurl stdenv libogg;
|
inherit fetchurl stdenv libogg;
|
||||||
};
|
};
|
||||||
|
|
||||||
flashplayer = import ../applications/networking/browsers/mozilla-plugins/flashplayer {
|
flashplayer = flashplayer9;
|
||||||
|
|
||||||
|
flashplayer7 = import ../applications/networking/browsers/mozilla-plugins/flashplayer-7 {
|
||||||
inherit fetchurl stdenv zlib;
|
inherit fetchurl stdenv zlib;
|
||||||
inherit (xlibs) libXmu;
|
inherit (xlibs) libXmu;
|
||||||
};
|
};
|
||||||
|
|
||||||
flashplayer9beta = import ../applications/networking/browsers/mozilla-plugins/flashplayer-9-beta {
|
flashplayer9 = import ../applications/networking/browsers/mozilla-plugins/flashplayer-9 {
|
||||||
inherit fetchurl stdenv zlib alsaLib;
|
inherit fetchurl stdenv zlib alsaLib;
|
||||||
# inherit (xlibs) libXmu;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
fspot = import ../applications/graphics/f-spot {
|
fspot = import ../applications/graphics/f-spot {
|
||||||
@ -2818,7 +2819,7 @@ rec {
|
|||||||
inherit stdenv firefox;
|
inherit stdenv firefox;
|
||||||
plugins = [
|
plugins = [
|
||||||
MPlayerPlugin
|
MPlayerPlugin
|
||||||
flashplayer9beta
|
flashplayer
|
||||||
]
|
]
|
||||||
# RealPlayer is disabled by default for legal reasons.
|
# RealPlayer is disabled by default for legal reasons.
|
||||||
++ (if getConfig ["firefox" "enableRealPlayer"] false then [RealPlayer] else [])
|
++ (if getConfig ["firefox" "enableRealPlayer"] false then [RealPlayer] else [])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user