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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue May 29 19:16:26 UTC 2007


    Date: Tuesday, May 29, 2007 @ 15:16:26
  Author: andyrtr
    Path: /home/cvs-extra/extra/multimedia/gnash

Modified: PKGBUILD (1.4 -> 1.5)

new snapshot: cpu load now ok. klash prepared.


----------+
 PKGBUILD |   25 ++++++++++++++++++-------
 1 file changed, 18 insertions(+), 7 deletions(-)


Index: extra/multimedia/gnash/PKGBUILD
diff -u extra/multimedia/gnash/PKGBUILD:1.4 extra/multimedia/gnash/PKGBUILD:1.5
--- extra/multimedia/gnash/PKGBUILD:1.4	Sun May 20 17:21:29 2007
+++ extra/multimedia/gnash/PKGBUILD	Tue May 29 15:16:26 2007
@@ -1,8 +1,10 @@
 # Contributor : Rohan Dhruva
 
+# remove any installed gnash pkg before!
+
 pkgname=gnash
-pkgver=0.7.2.20070501
-_cvsdate=20070501
+pkgver=0.7.2.20070529
+_cvsdate=20070529
 pkgrel=1
 pkgdesc="A GNU Flash movie player."
 arch=('i686' 'x86_64')
@@ -12,7 +14,7 @@
 makedepends=('mesa' 'pkgconfig' 'cvs')
 source=(http://archlinux.org/~andyrtr/sources/gnash-$pkgver.tar.bz2)
 #source=(http://www.gnashdev.org/dev_snapshots/gnash-cvs20070429.tar.gz)
-md5sums=('05244a1d806c19dcf36b0afb3f05d079')
+md5sums=('f265d92ed3c7a9c4ff0dcbb87f2b418a')
 options=('!libtool')
 
 
@@ -47,11 +49,20 @@
   --enable-renderer=OpenGL \
   --enable-media=ffmpeg \
   --enable-write \
-  --disable-cygnal
-
-  # 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 \
+  --disable-cygnal \
+  --disable-debugger
 
   make || return 1
   make DESTDIR=$startdir/pkg install
+
+# for klash
+#  --enable-gui=KDE \
+#  --enable-klash \
+#  --disable-qtopia \
+#  --with-qt-incl=/opt/qt/include \
+#  --with-qt-lib=/opt/qt/lib \
+
+#  mkdir -p $startdir/pkg/opt/kde/lib
+#  cd $startdir/pkg/opt/kde/lib
+#  ln -s ../../../usr/lib/kde3/libklashpart.so libklashpart.so
 }




More information about the arch-commits mailing list