You are not logged in.

#1 2006-03-08 07:41:58

rohandhruva
Member
Registered: 2005-04-23
Posts: 25

[request] Gnash

Hi all,

Can someone please package the gnu alternative to flash -- Gnash ?

I tried it myself, but it always fails, as it tries to install the firefox plugin into /opt/mozilla rather than DESTDIR. The rest of the code installs properly in DESTDIR. Also, i could find no way to disable the building of the flash plugin.

Rohan.

Offline

#2 2006-03-08 11:27:16

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [request] Gnash

According to ./configure --help, you can disable the plugin by adding --disable-plugin to the ./configure command. Alternatively, you could try getting it to install in the right place by adding the following to your PKGBUILD, between ./configure and make:

sed -i "s|/opt/mozilla|$startdir/pkg/opt/mozilla|" Makefile

Offline

#3 2006-03-08 13:11:28

rohandhruva
Member
Registered: 2005-04-23
Posts: 25

Re: [request] Gnash

Ok, i will give it one more try, and upload a pkgbuild into aur.
Thanks.

Offline

Board footer

Powered by FluxBB