Gnash: Install Mozilla plug-in.
svn path=/nixpkgs/trunk/; revision=11034
This commit is contained in:
parent
8c5c656fb5
commit
00e0e9ac37
@ -1,5 +1,5 @@
|
|||||||
source "$stdenv/setup" || exit 1
|
source "$stdenv/setup" || exit 1
|
||||||
|
|
||||||
configureFlags="--with-sdl-mixer-incl=$SDL_mixer/include/SDL --with-sdl-incl=$SDL/include/SDL --with-plugindir=$out/plugins --enable-gui=gtk"
|
configureFlags="--with-sdl-mixer-incl=$SDL_mixer/include/SDL --with-sdl-incl=$SDL/include/SDL --with-npapi-plugindir=$out/plugins --enable-gui=gtk"
|
||||||
|
|
||||||
genericBuild
|
genericBuild
|
||||||
|
@ -8,12 +8,13 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnash-0.8.2";
|
name = "gnash-0.8.2";
|
||||||
|
|
||||||
builder = ./builder.sh;
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/gnash/0.8.2/${name}.tar.bz2";
|
url = "mirror://gnu/gnash/0.8.2/${name}.tar.bz2";
|
||||||
sha256 = "1akbs0wkgiawrjwwgp5w0cqn0qn3fcnfv40scjlrvdqrcqgfg0ac";
|
sha256 = "1akbs0wkgiawrjwwgp5w0cqn0qn3fcnfv40scjlrvdqrcqgfg0ac";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
builder = ./builder.sh;
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
# Add all libs to `macros/libslist', a list of library search paths.
|
# Add all libs to `macros/libslist', a list of library search paths.
|
||||||
for lib in ${lib.concatStringsSep " "
|
for lib in ${lib.concatStringsSep " "
|
||||||
@ -30,6 +31,9 @@ stdenv.mkDerivation rec {
|
|||||||
dbus curl pkgconfig glib gtk];
|
dbus curl pkgconfig glib gtk];
|
||||||
inherit SDL_mixer SDL;
|
inherit SDL_mixer SDL;
|
||||||
|
|
||||||
|
preInstall = ''ensureDir $out/plugins'';
|
||||||
|
postInstall = ''make install-plugins'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.gnu.org/software/gnash/;
|
homepage = http://www.gnu.org/software/gnash/;
|
||||||
description = ''Gnash is the GNU Flash movie player.'';
|
description = ''Gnash is the GNU Flash movie player.'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user