qmmp: update to 1.5.1.
Also enable pipewire and musepack support.
This commit is contained in:
parent
e60a4fde33
commit
9959aa2641
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'qmmp'
|
# Template file for 'qmmp'
|
||||||
pkgname=qmmp
|
pkgname=qmmp
|
||||||
version=1.4.6
|
version=1.5.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DUSE_HAL:BOOL=FALSE -DQMMP_DEFAULT_UI:STRING=simple"
|
configure_args="-DUSE_HAL:BOOL=FALSE -DQMMP_DEFAULT_UI:STRING=simple"
|
||||||
|
@ -12,15 +12,15 @@ makedepends="enca-devel faad2-devel ffmpeg-devel jack-devel libarchive-devel
|
||||||
libshout-devel libsidplayfp-devel libsoxr-devel opusfile-devel pulseaudio-devel
|
libshout-devel libsidplayfp-devel libsoxr-devel opusfile-devel pulseaudio-devel
|
||||||
projectM-devel qt5-multimedia-devel qt5-tools-devel qt5-x11extras-devel qt5-plugin-mysql
|
projectM-devel qt5-multimedia-devel qt5-tools-devel qt5-x11extras-devel qt5-plugin-mysql
|
||||||
qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds taglib-devel
|
qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds taglib-devel
|
||||||
wavpack-devel"
|
wavpack-devel libmpcdec-devel pipewire-devel"
|
||||||
# At least one QSql plugin should be available
|
# At least one QSql plugin should be available
|
||||||
depends="qt5-plugin-sqlite"
|
depends="qt5-plugin-sqlite"
|
||||||
short_desc="Audio player based on the Qt5 libraries"
|
short_desc="Audio player based on the Qt5 libraries"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://qmmp.ylsoftware.com"
|
homepage="http://qmmp.ylsoftware.com"
|
||||||
distfiles="http://qmmp.ylsoftware.com/files/${pkgname}-${version}.tar.bz2"
|
distfiles="http://qmmp.ylsoftware.com/files/qmmp/${version%.*}/qmmp-${version}.tar.bz2"
|
||||||
checksum=f513774357836ad4983fa216c84cf5db634284faebec48c461733838917fd664
|
checksum=f3dc676039b5f190e6a87377a6b2bd2bcca122d1659b5f22668c7a284bb91f43
|
||||||
|
|
||||||
qmmp-devel_package() {
|
qmmp-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Reference in a new issue