CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 601 -
(show annotations)
Sun Oct 4 15:04:51 2009 UTC (3 years, 7 months ago) by cjg
File size: 704 byte(s)
Sun Oct 4 15:04:51 2009 UTC (3 years, 7 months ago) by cjg
File size: 704 byte(s)
gnash: updated to 0.8.5
| 1 | |
| 2 | # Descscription: A GNU Flash movie player. |
| 3 | # URL: http://www.gnashdev.org |
| 4 | # Maintainer: CRUX PPC Team |
| 5 | # Depends on: cairo, atk, libxml2, gstreamer, libsdl, boost, firefox, pango, xorg-libxi |
| 6 | |
| 7 | name=gnash |
| 8 | version=0.8.5 |
| 9 | release=1 |
| 10 | source=("http://ftp.gnu.org/gnu/gnash/$version/$name-$version.tar.bz2") |
| 11 | |
| 12 | build() { |
| 13 | cd $name-$version |
| 14 | ./configure --prefix=/usr --mandir=/usr/man \ |
| 15 | --with-gnu-ld --disable-nls \ |
| 16 | --disable-testsuite \ |
| 17 | --enable-gui=gtk \ |
| 18 | --enable-z \ |
| 19 | --enable-jpeg \ |
| 20 | --enable-renderer=cairo \ |
| 21 | --enable-media=gst \ |
| 22 | --enable-write \ |
| 23 | --with-npapi-plugindir=/usr/lib/$name/plugin \ |
| 24 | --disable-cygnal |
| 25 | |
| 26 | make |
| 27 | make DESTDIR=$PKG install install-plugin |
| 28 | rm -rf $PKG/usr/share |
| 29 | } |