You are not logged in.
Hi,
GPLFlash 0.4.11 has just been released (by me ), and Archlinux is now given the chance of being the first linux-distrobution to include it!!! GPLFlash is now almost usable...! Try it out!!!!
GPLFlash is a open-source (macromedia) flash decode, player and browser-plugin. It's not a functional as macromedias decoder - yet...
I uploaded it to incoming in a tar-ball "gplflash.tar.bz2" containing a pkg, PKGBUILD and filelist
Check out http://gplflash.sf.net
Offline
Hi,
GPLFLash 0.4.12 has just been released!!!
Go to http://gplflash.sf.net for details.
Here's a PKGBUILD:
pkgname=gplflash
pkgver=0.4.12
pkgrel=1
pkgdesc="A GPL Flash decoder"
depends=(zlib libjpeg x-server libmad)
conflicts=(flashplugin)
url="http://gplflash.sourceforge.net/"
source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
md5sums=('7d53803486b255665a80cd834ee3c463')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --with-plugin-dir=$startdir/pkg/opt/mozilla-plugins/
make || return 1
make prefix=$startdir/pkg/usr install
}
Offline
very interesting.
I'll be testing this out when I get home
Offline
Hah! my system clock was off until now - the configure script borked because the files were made in the future - I didn't know that could happen, but thanks for making me notice (I was off by ~5 hours)
Offline
I compiled it and run it, feel it just good, but it crashes firefox in some website, saying: www.mydrivers.com. Don't know why.
Offline
this work , but sometimes when i am visiting webpages with firefox, the keyboard does not work :S :S .
irc.bsd.cl #linux
irc.freenode.org #archlinux-es
Offline
I compiled it and run it, feel it just good, but it crashes firefox in some website, saying: www.mydrivers.com. Don't know why.
this work , but sometimes when i am visiting webpages with firefox, the keyboard does not work :S :S .
Yeah, this is known bugs....
celeron2002: But the mouse still works so you can just click the back/forward button or a bookmark to get away...
Feel free to fix the browser-plugin if you (or anybody else reading this) knowns anything about X-programming. The decoder itself rarely crash, but i wish i could say the same for the browser-plugin...
Offline