From 83090f7a895d2af8672a6674ea9c3598b65a9ecc Mon Sep 17 00:00:00 2001 From: abveritas Date: Sat, 25 Jun 2011 22:23:47 +0000 Subject: [PATCH] gnash rebuild for new boost --- gnash/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnash/PKGBUILD b/gnash/PKGBUILD index f23f69ecc..6b269ba5c 100644 --- a/gnash/PKGBUILD +++ b/gnash/PKGBUILD @@ -6,14 +6,15 @@ pkgname=gnash pkgver=0.8.9 -pkgrel=2 +pkgrel=3 pkgdesc="GNU Flash player and kpath plugin for KDE 4." arch=('i686' 'x86_64') url="http://www.gnu.org/software/gnash/" license=('GPL') -depends=('agg' 'ffmpeg' 'libjpeg' 'libpng' 'giflib' 'zlib' 'curl' 'giflib' 'boost' 'libldap' 'sdl' +depends=('agg' 'ffmpeg' 'libjpeg' 'libpng' 'giflib' 'zlib' 'curl' 'giflib' 'boost-libs' 'libldap' 'sdl' 'speex' 'fontconfig' 'libva' 'libxinerama' 'gstreamer0.10-base' 'gstreamer0.10-ffmpeg' - 'libdca' 'kdebase' 'xulrunner') + 'libdca' 'kdebase' 'xulrunner' 'hicolor-icon-theme' 'desktop-file-utils' 'pkgconfig') +makedepend=('boost') provides=('gnash' 'gnash-common') conflicts=('flashplugin' 'flashplugin-square') source=("http://ftp.gnu.org/pub/gnu/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")