qmmp_plugin_pack: bump version

This commit is contained in:
Gerasim Troeglazov
2020-04-19 14:50:12 +10:00
parent 9a7092ea22
commit 8c9215b8a0

View File

@@ -6,11 +6,11 @@ DESCRIPTION="Plugin List:
* Goom - audio visualization based on goom project
* FFVideo - video playback engine based on FFmpeg library"
HOMEPAGE="http://qmmp.ylsoftware.com/"
COPYRIGHT="2006-2019 Qmmp Development Team"
COPYRIGHT="2006-2020 Qmmp Development Team"
LICENSE="GNU GPL v2"
REVISION="2"
SOURCE_URI="https://sourceforge.net/projects/qmmp-dev/files/qmmp-plugin-pack/qmmp-plugin-pack-$portVersion.tar.bz2"
CHECKSUM_SHA256="70bba70ef6e4015ff4b31db6d7a0e377a054853b66e8bc3b4a3f4ce8eb1baa94"
REVISION="1"
SOURCE_URI="https://qmmp.ylsoftware.com/files/plugins/qmmp-plugin-pack-$portVersion.tar.bz2"
CHECKSUM_SHA256="c8eb9361b33e2adcebc0726c89dea2df49514f1a95c201bcf5b2ecc9802f0883"
SOURCE_DIR="qmmp-plugin-pack-$portVersion"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
@@ -39,7 +39,7 @@ BUILD_REQUIRES="
devel:libavcodec$secondaryArchSuffix
devel:libavformat$secondaryArchSuffix
devel:libqmmp$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix >= 5.12
devel:libQt5Core$secondaryArchSuffix >= 5.14
devel:libsamplerate$secondaryArchSuffix
devel:libtag$secondaryArchSuffix
devel:libxmp$secondaryArchSuffix
@@ -49,7 +49,7 @@ BUILD_PREREQUIRES="
cmd:find
cmd:flex
cmd:gcc$secondaryArchSuffix
cmd:lrelease$secondaryArchSuffix >= 5.12
cmd:lrelease$secondaryArchSuffix >= 5
cmd:make
cmd:pkg_config$secondaryArchSuffix
cmd:xargs
@@ -67,7 +67,7 @@ BUILD()
-DCMAKE_INSTALL_BINDIR=$appsDir/Qmmp \
-DPLUGIN_DIR=$appsDir/Qmmp/plugins \
-DCMAKE_BUILD_TYPE=RELEASE \
-DUSE_FFVIDEO=OFF
-DUSE_FFVIDEO=ON
make $jobArgs
}