strawberry: update to 1.0.9.
This commit is contained in:
parent
b525c76ecf
commit
5c4561588b
2 changed files with 4 additions and 14 deletions
|
@ -1,10 +0,0 @@
|
||||||
--- a/CMakeLists.txt 2021-04-14 16:59:00.905391095 +0200
|
|
||||||
+++ b/CMakeLists.txt 2021-04-14 16:59:00.905391095 +0200
|
|
||||||
@@ -50,7 +50,6 @@
|
|
||||||
-Winit-self
|
|
||||||
-Wmissing-include-dirs
|
|
||||||
-Wmissing-declarations
|
|
||||||
- -Wstrict-overflow=2
|
|
||||||
-Wunused-parameter
|
|
||||||
-Wformat=2
|
|
||||||
-Wdisabled-optimization
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'strawberry'
|
# Template file for 'strawberry'
|
||||||
pkgname=strawberry
|
pkgname=strawberry
|
||||||
version=0.9.3
|
version=1.0.9
|
||||||
revision=6
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config protobuf gettext"
|
hostmakedepends="pkg-config protobuf gettext"
|
||||||
makedepends="alsa-lib-devel boost-devel gnutls-devel fftw-devel
|
makedepends="alsa-lib-devel boost-devel gnutls-devel fftw-devel
|
||||||
|
@ -12,11 +12,11 @@ short_desc="Audio player and music collection organizer"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.strawberrymusicplayer.org/"
|
homepage="https://www.strawberrymusicplayer.org/"
|
||||||
|
changelog="https://raw.githubusercontent.com/strawberrymusicplayer/strawberry/master/Changelog"
|
||||||
distfiles="https://files.strawberrymusicplayer.org/${pkgname}-${version}.tar.xz"
|
distfiles="https://files.strawberrymusicplayer.org/${pkgname}-${version}.tar.xz"
|
||||||
checksum=0fe9c38c4d1e2f10c1130dbd87ea6e740bef729fe78820a84ffabe524a80c83e
|
checksum=d69396e1df321003ab0e4f9374ea8c5c34fdfbc7fb6c68882d477215224b8cdf
|
||||||
|
|
||||||
build_options="qt6"
|
build_options="qt6"
|
||||||
build_options_default=""
|
|
||||||
|
|
||||||
if [ "$build_option_qt6" ]; then
|
if [ "$build_option_qt6" ]; then
|
||||||
configure_args="-DBUILD_WITH_QT6=ON -DQT_HOST_PATH=/usr"
|
configure_args="-DBUILD_WITH_QT6=ON -DQT_HOST_PATH=/usr"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue