summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsl1pkn072016-01-03 13:36:59 +0100
committersl1pkn072016-01-03 13:36:59 +0100
commit321ee0a9eacaee4446acaf27c2dd74817f686b9c (patch)
tree177a21db2d273003b21f61ce4e206ced16f318d3 /PKGBUILD
parentaaaa2488cc5f369c3a0258e0b3bb9f31cd364b67 (diff)
downloadaur-321ee0a9eacaee4446acaf27c2dd74817f686b9c.tar.gz
++libxmp support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 11 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd6a08022cab..e101153a1245 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,22 @@
# Contributor: Andrew Panchenko <panchenkoac at gmail>
pkgname=qmmp-plugin-pack-svn
-pkgver=1.1.0.svn.r5646
+pkgver=1.1.0.svn.r5969
pkgrel=1
pkgdesc="Qmmp Plugin Pack. (SVN Version)"
arch=('i686' 'x86_64')
-url="http://qmmp.ylsoftware.com"
+url='http://qmmp.ylsoftware.com'
license=('GPL')
depends=('qmmp-svn')
-makedepends=('subversion' 'cmake' 'yasm' 'mpg123')
-optdepends=('mpg123: alternative Mpeg-1-2-3 support')
+makedepends=('subversion'
+ 'cmake'
+ 'yasm'
+ 'mpg123'
+ 'libxmp'
+ )
+optdepends=('mpg123: alternative Mpeg-1-2-3 support'
+ 'libxmp: support for chiptune formats (Amiga, Atari, ..)'
+ )
provides=('qmmp-plugin-pack')
conflicts=('qmmp-plugin-pack')
source=('qmmp-plugin-pack::svn+svn://svn.code.sf.net/p/qmmp-dev/code/branches/qmmp-plugin-pack-1.1')