You are not logged in.

#1 2004-06-04 23:36:03

tgc
Member
From: DK
Registered: 2004-03-09
Posts: 96

[multimedia: player/browser-plugin] GPLFlash

Hi,

GPLFlash 0.4.11 has just been released (by me wink ), 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

#2 2004-10-15 19:40:38

tgc
Member
From: DK
Registered: 2004-03-09
Posts: 96

Re: [multimedia: player/browser-plugin] GPLFlash

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

#3 2004-10-15 19:51:17

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: [multimedia: player/browser-plugin] GPLFlash

very interesting.
I'll be testing this out when I get home

Offline

#4 2004-10-15 19:55:53

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: [multimedia: player/browser-plugin] GPLFlash

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

#5 2004-10-17 03:35:02

ganlu
Member
From: ChongQing, China
Registered: 2004-01-04
Posts: 360

Re: [multimedia: player/browser-plugin] GPLFlash

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

#6 2004-10-17 06:12:22

celeron2002
Member
From: Santiago, Chile.
Registered: 2004-02-18
Posts: 150

Re: [multimedia: player/browser-plugin] GPLFlash

this work wink  , 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

#7 2004-10-17 09:05:36

tgc
Member
From: DK
Registered: 2004-03-09
Posts: 96

Re: [multimedia: player/browser-plugin] GPLFlash

ganlu wrote:

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.

celeron2002 wrote:

this work wink  , but sometimes when i am visiting webpages with firefox, the keyboard does not work :S :S .

Yeah, this is known bugs.... sad
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

Board footer

Powered by FluxBB