diff options
author | root <root@rshg054.dnsready.net> | 2013-01-14 00:06:25 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-14 00:06:25 -0800 |
commit | a69d072f5cde4b5a6bac62e6022a69d337925e45 (patch) | |
tree | 0b83b65e62775340de0ba06e439351151bdcf940 /community/qmmp/PKGBUILD | |
parent | 7cb984c0e1226ac1e5606206ff7c6a34eecb63fd (diff) |
Mon Jan 14 00:06:25 PST 2013
Diffstat (limited to 'community/qmmp/PKGBUILD')
-rw-r--r-- | community/qmmp/PKGBUILD | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/community/qmmp/PKGBUILD b/community/qmmp/PKGBUILD index 6e82a90ac..b8e2a1338 100644 --- a/community/qmmp/PKGBUILD +++ b/community/qmmp/PKGBUILD @@ -1,15 +1,15 @@ -#$Id: PKGBUILD 81996 2013-01-05 13:30:27Z jlichtblau $ +#$Id: PKGBUILD 82244 2013-01-13 12:33:54Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> pkgname=qmmp -pkgver=0.6.5 +pkgver=0.6.6 pkgrel=1 pkgdesc="Qt4 based audio-player" arch=('i686' 'x86_64') url="http://qmmp.ylsoftware.com/" license=('GPL') depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg' 'qt' 'taglib' 'xdg-utils') -makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 'libcdio' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 'wavpack') +makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 'libcdio' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 'wavpack' 'projectm' 'mesa') optdepends=('flac: native FLAC support' 'jack: JACK sound output' 'libmpcdec: Musepack support' @@ -19,14 +19,19 @@ optdepends=('flac: native FLAC support' 'libmms: MMS stream protocol support' 'libmodplug: MOD playing library' 'libsndfile: sampled sound support' + 'projectm: visual efects' 'ffmpeg' 'libsamplerate' 'wavpack') install=$pkgname.install -source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2) -sha256sums=('3db8a38da74ed4a8551c9215f4984f83831d5a4602e1daaf42fcb48313a73372') +source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2 + cdio-includes.patch) +sha256sums=('dfa973cca80c020a85a11bb66701a3804f9fde326440abb179559c98bf3b5b99' + '7b3ff46dd30070cd79c5ca2dd6dfa1b9872bc09041f4bd985edf20a4333db07c') build() { cd ${srcdir}/$pkgname-$pkgver +#patch -Np1 -i ${srcdir}/cdio-includes.patch + cmake . -DCMAKE_INSTALL_PREFIX=/usr make } @@ -36,4 +41,3 @@ package() { make DESTDIR=${pkgdir} install } -sha256sums=('7a53af8228e0062eda5df5d34c00221587a1a3764e614b5d8b12541c2c75f080') |