mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
qmmp: update to 1.0.0, switch to qt5
This commit is contained in:
parent
4ecb15bff6
commit
79618d203c
@ -1,13 +1,13 @@
|
||||
### Remember to check if qmmp-plugin-pack needs to update ###
|
||||
|
||||
pkgname=qmmp
|
||||
pkgver=0.9.2
|
||||
pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="Qt based audio-player"
|
||||
arch=('x86_64')
|
||||
url="http://qmmp.ylsoftware.com/"
|
||||
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'
|
||||
'wavpack' 'libcdio' 'oss' 'mesa' 'faad2' 'libgme' 'libcddb' 'libmms')
|
||||
optdepends=('flac: native FLAC support'
|
||||
@ -27,7 +27,7 @@ categories=('multimedia')
|
||||
screenshot=('http://qmmp.ylsoftware.com/images/qmmp-0.3.0_full_1.png')
|
||||
install=$pkgname.install
|
||||
source=("http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2")
|
||||
sha512sums=('fc6cb0ec4bbf52e2ceb9e87a3585f25bd58b3a323ef07ddb9fd9f21a065ef0f5deb0b014f29b9648fe9e0a8b412f3b04643f8128638558089a25d867577690ad')
|
||||
sha512sums=('cdaeaf0202c03e745e9f32ff1068830410691d827a9775588d5679ac551960565df9125014549a7fc1b5f59a99bcbd86db901289d87675b642b84928f4dd1bd0')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/$pkgname-$pkgver
|
||||
|
Loading…
Reference in New Issue
Block a user