qmmp: update to 1.0.0, switch to qt5

This commit is contained in:
gnastyle 2015-10-02 17:30:26 +02:00
parent 4ecb15bff6
commit 79618d203c

View File

@ -1,13 +1,13 @@
### Remember to check if qmmp-plugin-pack needs to update ### ### Remember to check if qmmp-plugin-pack needs to update ###
pkgname=qmmp pkgname=qmmp
pkgver=0.9.2 pkgver=1.0.0
pkgrel=1 pkgrel=1
pkgdesc="Qt based audio-player" pkgdesc="Qt based audio-player"
arch=('x86_64') arch=('x86_64')
url="http://qmmp.ylsoftware.com/" url="http://qmmp.ylsoftware.com/"
license=('GPL') license=('GPL')
depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg' 'qt' 'taglib' 'xdg-utils') depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg' 'qt5-base' 'qt5-tools' 'qt5-x11extras' 'taglib' 'xdg-utils')
makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'ffmpeg' 'libsamplerate' 'libmodplug' 'libsndfile' makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'ffmpeg' 'libsamplerate' 'libmodplug' 'libsndfile'
'wavpack' 'libcdio' 'oss' 'mesa' 'faad2' 'libgme' 'libcddb' 'libmms') 'wavpack' 'libcdio' 'oss' 'mesa' 'faad2' 'libgme' 'libcddb' 'libmms')
optdepends=('flac: native FLAC support' optdepends=('flac: native FLAC support'
@ -27,7 +27,7 @@ categories=('multimedia')
screenshot=('http://qmmp.ylsoftware.com/images/qmmp-0.3.0_full_1.png') screenshot=('http://qmmp.ylsoftware.com/images/qmmp-0.3.0_full_1.png')
install=$pkgname.install install=$pkgname.install
source=("http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2") source=("http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2")
sha512sums=('fc6cb0ec4bbf52e2ceb9e87a3585f25bd58b3a323ef07ddb9fd9f21a065ef0f5deb0b014f29b9648fe9e0a8b412f3b04643f8128638558089a25d867577690ad') sha512sums=('cdaeaf0202c03e745e9f32ff1068830410691d827a9775588d5679ac551960565df9125014549a7fc1b5f59a99bcbd86db901289d87675b642b84928f4dd1bd0')
build() { build() {
cd ${srcdir}/$pkgname-$pkgver cd ${srcdir}/$pkgname-$pkgver