[arch-commits] CVS update of extra/multimedia/gnash (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue May 1 00:09:05 UTC 2007


    Date: Monday, April 30, 2007 @ 20:09:05
  Author: andyrtr
    Path: /home/cvs-extra/extra/multimedia/gnash

Modified: PKGBUILD (1.2 -> 1.3)

update to a new snapshot; youtube now works pretty well; enabled writing the .swf file to /tmp


----------+
 PKGBUILD |   26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)


Index: extra/multimedia/gnash/PKGBUILD
diff -u extra/multimedia/gnash/PKGBUILD:1.2 extra/multimedia/gnash/PKGBUILD:1.3
--- extra/multimedia/gnash/PKGBUILD:1.2	Thu Apr  5 19:36:35 2007
+++ extra/multimedia/gnash/PKGBUILD	Mon Apr 30 20:09:05 2007
@@ -1,21 +1,23 @@
 # Contributor : Rohan Dhruva
 
 pkgname=gnash
-pkgver=0.7.2.20070406
-_cvsdate=20070406
+pkgver=0.7.2.20070501
+_cvsdate=20070501
 pkgrel=1
 pkgdesc="A GNU Flash movie player."
 arch=('x86_64')
 url="http://www.gnu.org/software/gnash/"
 license="GPL"
 depends=('libgl' 'libxml2' 'curl' 'gtkglext' 'libtool' 'ffmpeg' 'libtheora' 'boost' )
-makedepends=('mesa' 'xulrunner' 'pkgconfig' 'cvs')
+makedepends=('mesa' 'pkgconfig' 'cvs')
 source=(http://archlinux.org/~andyrtr/sources/gnash-$pkgver.tar.bz2)
-md5sums=('cd08d7d02ae3d9a0fc56b71e50dbc53f')
+#source=(http://www.gnashdev.org/dev_snapshots/gnash-cvs20070429.tar.gz)
+md5sums=('05244a1d806c19dcf36b0afb3f05d079')
 options=('nolibtool')
 
-#_cvsroot=:pserver:anonymous at cvs.sv.gnu.org:/sources
-#_cvsmod=gnash
+
+_cvsroot=:pserver:anonymous at cvs.sv.gnu.org:/sources
+_cvsmod=gnash
 
 build() {
 
@@ -33,6 +35,7 @@
 [ "$CARCH" = "i686" ] && ARCH=i686
 
 cd $startdir/src/gnash-$pkgver
+#cd $startdir/src/gnash-cvs$_cvsdate
 ./autogen.sh
 ./configure --prefix=/usr --with-gcc-arch=$ARCH \
 	--with-plugindir=/opt/mozilla/lib/plugins \
@@ -42,13 +45,12 @@
 	--with-plugindir=/opt/mozilla/lib/plugins \
 	--disable-klash \
 	--enable-renderer=OpenGL \
-	--with-mp3-decoder=ffmpeg \
-	--enable-sound=SDL
+	--enable-media=ffmpeg \
+	--enable-write \
+	--disable-cygnal
 
-#	--enable-renderer=cairo\  # now works but makes 100% load
-#	--enable-sound=GST \ # did not work together with ffmpeg
-#	--with-mp3-decoder=mad\
-#	--enable-i810-lod-bias \ # is this hack necessary`
+	# to test when they will have it fixed
+	#--enable-klash --with-qt-incl=/opt/qt/include --with-qt-lib=/opt/qt/lib --with-kde-incl=/opt/kde/include --with-kde-lib=/opt/kde/lib \
 
 make || return 1
 make DESTDIR=$startdir/pkg install




More information about the arch-commits mailing list