Qmmp: bump version

This commit is contained in:
Gerasim Troeglazov
2018-06-01 04:19:19 +00:00
parent 19e31395fb
commit 84a417c3cf
3 changed files with 9 additions and 1 deletions

Binary file not shown.

View File

@@ -6,7 +6,7 @@ COPYRIGHT="2006-2018 Qmmp Development Team"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://sourceforge.net/projects/qmmp-dev/files/qmmp/qmmp-$portVersion.tar.bz2"
CHECKSUM_SHA256="b9314126adf72534d3ba907246b075a45a997578e5fb86e52769e01602e4e8a9"
CHECKSUM_SHA256="e9dc5723f7f2a04d36167585ce1b4223c09f36c6dad1215de877dc51d1f3d606"
PATCHES="qmmp-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -15,6 +15,7 @@ ADDITIONAL_FILES="
qmmp.rdef.in
BenuAmp.wsz
Rugged.wsz
icons.zip
"
PROVIDES="
@@ -90,10 +91,17 @@ BUILD_PREREQUIRES="
cmd:qmake$secondaryArchSuffix >= 5.7
cmd:yacc
cmd:xargs
cmd:unzip
"
PATCH()
{
unzip -o $sourceDir/../../additional-files/icons.zip -d $sourceDir
}
BUILD()
{
unzip
qmake
make $jobArgs
}