[arch-commits] Commit in gnash-common/trunk (PKGBUILD)

Eric Belanger eric at archlinux.org
Sun Jul 6 01:23:51 UTC 2008


    Date: Saturday, July 5, 2008 @ 21:23:51
  Author: eric
Revision: 4254

upgpkg: gnash-common 0.8.3-3
    rebuilt against ffmpeg and x264 20080625, added gtk2 makedepends

Modified:
  gnash-common/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-06 01:20:42 UTC (rev 4253)
+++ PKGBUILD	2008-07-06 01:23:51 UTC (rev 4254)
@@ -3,18 +3,18 @@
 
 pkgname=gnash-common
 pkgver=0.8.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A GNU Flash movie player."
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/gnash/"
 license=("GPL3")
-depends=('fontconfig' 'libxml2' 'curl' 'libtool>=2.2-2' 'ffmpeg>=20071204-1' 'boost>=1.34.1-2' 'libxi' 'libdca' 'glib2')
-makedepends=('pkgconfig' 'diffutils' 'agg')
+depends=('fontconfig' 'libxml2' 'curl' 'libtool>=2.2-2' 'ffmpeg>=20080625' 'boost>=1.34.1-2' 'libxi' 'libdca' 'glib2')
+makedepends=('pkgconfig' 'diffutils' 'agg' 'gtk2')
 source=(http://ftp.gnu.org/gnu/gnash/${pkgver}/gnash-${pkgver}.tar.bz2)
+md5sums=('5033ef2602ea1234a9ccb73000a0dedb')
 options=('!libtool' '!emptydirs')
 provides=('gnash')
 replaces=('gnash')
-md5sums=('5033ef2602ea1234a9ccb73000a0dedb')
 
 build() {
   cd $startdir/src/gnash-$pkgver
@@ -30,10 +30,11 @@
    --enable-media=ffmpeg \
    --enable-write \
    --disable-cygnal \
-   --disable-static
+   --disable-static \
+   --with-ffmpeg-incl=/usr/include || return 1
 
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=$startdir/pkg install || return 1
 
   # cleanup for the plugins
   rm -f $startdir/pkg/usr/bin/gtk-gnash





More information about the arch-commits mailing list