[arch-commits] Commit in gnash-common/trunk (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Wed Jun 18 21:48:35 UTC 2008
Date: Wednesday, June 18, 2008 @ 17:48:35
Author: pierre
Revision: 3049
upgpkg: gnash-common 0.8.3-2
fix etc path
Modified:
gnash-common/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-06-18 20:08:50 UTC (rev 3048)
+++ PKGBUILD 2008-06-18 21:48:35 UTC (rev 3049)
@@ -3,12 +3,12 @@
pkgname=gnash-common
pkgver=0.8.3
-pkgrel=1
+pkgrel=2
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')
+depends=('fontconfig' 'libxml2' 'curl' 'libtool>=2.2-2' 'ffmpeg>=20071204-1' 'boost>=1.34.1-2' 'libxi' 'libdca' 'glib2')
makedepends=('pkgconfig' 'diffutils' 'agg')
source=(http://ftp.gnu.org/gnu/gnash/${pkgver}/gnash-${pkgver}.tar.bz2)
options=('!libtool' '!emptydirs')
@@ -20,6 +20,7 @@
cd $startdir/src/gnash-$pkgver
./configure --prefix=/usr \
+ --sysconfdir=/etc \
--disable-kparts \
--disable-nsapi \
--enable-gui=gtk \
More information about the arch-commits
mailing list