summaryrefslogtreecommitdiff
path: root/community/alure/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-19 04:14:07 +0000
committerroot <root@rshg047.dnsready.net>2011-04-19 04:14:07 +0000
commit8f4f6fea0e8f06647b3e06c003069c93b5b033b4 (patch)
treeb1c2eae862fab1f19ba291dcb5569383a01df12a /community/alure/PKGBUILD
parent3299b3302e12f5a2b0e85dd625de99454c47664d (diff)
Tue Apr 19 04:14:07 UTC 2011
Diffstat (limited to 'community/alure/PKGBUILD')
-rw-r--r--community/alure/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/community/alure/PKGBUILD b/community/alure/PKGBUILD
index daa057cef..2521fa226 100644
--- a/community/alure/PKGBUILD
+++ b/community/alure/PKGBUILD
@@ -3,16 +3,19 @@
pkgname=alure
pkgver=1.1
-pkgrel=2
+pkgrel=3
pkgdesc='Utility library to help manage common tasks with OpenAL applications.'
arch=('i686' 'x86_64')
url='http://kcat.strangesoft.net/alure.html'
license=('LGPL')
depends=('openal')
-makedepends=('cmake')
-optdepends=('sndfile: Uncompressed audio support'
- 'vorbisfile: OGG Vorbis support'
- 'flac: FLAC support')
+makedepends=('cmake' 'libsndfile' 'libvorbis' 'flac' 'mpg123' 'dumb' 'fluidsynth')
+optdepends=('libsndfile: for uncompressed audio support'
+ 'libvorbis: for OGG Vorbis support'
+ 'flac: for FLAC support'
+ 'mpg123: for MPEG support'
+ 'dumb: for IT, XM, S3M and MOD support'
+ 'fluidsynth: for SoundFont 2 support')
source=("http://kcat.strangesoft.net/alure-releases/${pkgname}-${pkgver}.tar.bz2")
md5sums=('a2f6934d3783c8478c460965a13e4e12')