mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
qmmp: update to 1.1.0
This commit is contained in:
parent
0b1bf0fb0b
commit
a477052207
@ -1,15 +1,16 @@
|
||||
### Remember to check if qmmp-plugin-pack needs to update ###
|
||||
|
||||
pkgname=qmmp
|
||||
pkgver=1.0.10
|
||||
pkgver=1.1.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' 'qt5-base' 'qt5-tools' 'qt5-x11extras' 'taglib' 'xdg-utils')
|
||||
depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg' 'qt5-base' 'qt5-tools'
|
||||
'qt5-x11extras' 'qt5-multimedia' 'taglib' 'xdg-utils')
|
||||
makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'ffmpeg' 'libsamplerate' 'libmodplug' 'libsndfile'
|
||||
'wavpack' 'libcdio' 'mesa' 'faad2' 'libgme' 'libcddb' 'libmms')
|
||||
'wavpack' 'libcdio' 'mesa' 'faad2' 'libgme' 'libcddb' 'libmms' 'wildmidi')
|
||||
optdepends=('flac: native FLAC support'
|
||||
'jack: JACK sound output'
|
||||
'oss: OSS sound output'
|
||||
@ -27,7 +28,7 @@ categories=('multimedia')
|
||||
screenshot=('http://qmmp.ylsoftware.com/images/qmmp-0.3.0_full_1.png')
|
||||
install=$pkgname.install
|
||||
source=("$pkgname-$pkgver::http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2")
|
||||
sha256sums=('02bcd01b1d8f6ca8b805a5deaeaa059ee44a38fafd20bec7ee3560a021250ee3')
|
||||
sha256sums=('38205304dde2c490276513ed039654a9125098b4986a76d2832f217ecf7c8f71')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/$pkgname-$pkgver
|
||||
|
Loading…
Reference in New Issue
Block a user