diff options
author | root <root@rshg047.dnsready.net> | 2011-05-28 22:47:00 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-28 22:47:00 +0000 |
commit | a0a7a3e16a1399233b436e64dba17a6cca315393 (patch) | |
tree | 1c5528cb95a0d908a4699db32bb7b999ee53ecad /community/lightspark | |
parent | 4d22176132f4a830ab0cc510dabbc9f8c1c362ea (diff) |
Sat May 28 22:47:00 UTC 2011
Diffstat (limited to 'community/lightspark')
-rw-r--r-- | community/lightspark/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/lightspark/PKGBUILD b/community/lightspark/PKGBUILD index 36d912b1e..328e44a6a 100644 --- a/community/lightspark/PKGBUILD +++ b/community/lightspark/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: Jan "heftig" Steffens <jan.steffens@gmail.com> pkgname=lightspark -pkgver=0.4.7.1 -pkgrel=3 +pkgver=0.4.8.1 +pkgrel=1 pkgdesc='An alternative Flash Player for Linux.' arch=('i686' 'x86_64') url='http://lightspark.sourceforge.net' @@ -12,9 +12,9 @@ conflicts=('lightspark-git') depends=('mesa' 'ftgl' 'sdl' 'gtk2' 'curl' 'zlib' 'ffmpeg' 'glew' 'pcre' 'libpulse' 'libffi' 'boost-libs' 'glibmm' 'gtkglext' 'desktop-file-utils' 'libxml++' 'libxml2') makedepends=('cmake' 'nasm' 'xulrunner' 'llvm' 'glproto' 'boost' 'pkgconfig' 'fontconfig') optdepends=('gnash-gtk: fallback support') -install="${pkgname}.install" -source=("http://launchpad.net/${pkgname}/trunk/${pkgname}-${pkgver:0:5}/+download/${pkgname}-${pkgver}.tar.gz") -md5sums=('fee5cd52a8a23e858979a8f4ec778266') +install="lightspark.install" +source=("http://launchpad.net/lightspark/trunk/lightspark-${pkgver:0:5}/+download/lightspark-${pkgver}.tar.gz") +md5sums=('296b859ea2b5c126e899e609014f2786') build() { rm -rf build @@ -26,7 +26,7 @@ build() { -DCOMPILE_PLUGIN=1 \ -DCMAKE_BUILD_TYPE=Release \ -DGNASH_EXE_PATH=/usr/bin/gtk-gnash \ - ../${pkgname}-${pkgver} + ../lightspark-${pkgver} make } |