KWave: bump version

This commit is contained in:
Gerasim Troeglazov
2021-11-01 23:15:56 +10:00
parent 114e2e508f
commit 406545c372
2 changed files with 6 additions and 5 deletions

View File

@@ -8,11 +8,11 @@ including multi channel files
* Kwave includes some plugins to transform audio files in several ways and presents \
a graphical view with a complete zoom and scroll capability"
HOMEPAGE="https://apps.kde.org/kwave"
COPYRIGHT="2010-2020 KDE Organisation"
COPYRIGHT="2010-2021 KDE Organisation"
LICENSE="GNU LGPL v2"
REVISION="2"
REVISION="1"
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kwave-$portVersion.tar.xz"
CHECKSUM_SHA256="0448a54a0a48953dfaf9f8ac5b0cc4fde4ceb407063eee724b2ade1e69cc9d45"
CHECKSUM_SHA256="f0e978d37c424386ec668d9545e40e7262286670bfcd0a9e89edf2ebd9833b6a"
PATCHES="kwave-$portVersion.patchset"
ADDITIONAL_FILES="
kwave.rdef.in
@@ -85,7 +85,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
extra_cmake_modules$secondaryArchSuffix >= 5.65
extra_cmake_modules$secondaryArchSuffix >= 5.86
devel:libaudiofile$secondaryArchSuffix
devel:libfftw3$secondaryArchSuffix
devel:libFLAC$secondaryArchSuffix
@@ -129,7 +129,7 @@ BUILD_REQUIRES="
devel:libogg$secondaryArchSuffix
devel:libopus$secondaryArchSuffix
devel:libpng16$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix >= 5.14
devel:libQt5Core$secondaryArchSuffix >= 5.15
devel:libsamplerate$secondaryArchSuffix
devel:libvorbis$secondaryArchSuffix
devel:libz$secondaryArchSuffix
@@ -153,6 +153,7 @@ BUILD()
cd build
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=$appsDir/Kwave \
-DKDE_INSTALL_DATAROOTDIR=$dataDir \
-DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \