Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 600, Sun Oct 4 15:04:51 2009 UTC revision 601, Sun Oct 4 15:04:51 2009 UTC
# Line 1  Line 1 
1    
2  # Descscription: A GNU Flash movie player.  # Descscription: A GNU Flash movie player.
3  # URL: http://www.gnu.org/software/gnash  # URL: http://www.gnashdev.org
4  # Maintainer: Giuseppe Coviello <cjg@cruxppc.org>  # Maintainer: CRUX PPC Team
5  # Depends on: cairo, atk, libxml2, gstreamer, boost, firefox, pango, xorg-libxi  # Depends on: cairo, atk, libxml2, gstreamer, libsdl, boost, firefox, pango, xorg-libxi
6    
7  name=gnash  name=gnash
8  version=0.8.4  version=0.8.5
9  release=1  release=1
10  source=("http://ftp.gnu.org/gnu/gnash/$version/$name-$version.tar.bz2")  source=("http://ftp.gnu.org/gnu/gnash/$version/$name-$version.tar.bz2")
11    
# Line 13  build() { Line 13  build() {
13      cd $name-$version      cd $name-$version
14      ./configure --prefix=/usr --mandir=/usr/man \      ./configure --prefix=/usr --mandir=/usr/man \
15          --with-gnu-ld --disable-nls \          --with-gnu-ld --disable-nls \
16          --disable-kparts --disable-testsuite \          --disable-testsuite \
17          --enable-gui=gtk \          --enable-gui=gtk \
18          --enable-z \          --enable-z \
19          --enable-jpeg \          --enable-jpeg \

Legend:
Removed from v.600  
changed lines
  Added in v.601