Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

strawberry: update to 1.0.2 #35744

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 12 additions & 10 deletions srcpkgs/strawberry/patches/less-log-spam.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
--- 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
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c7221854..961ce47e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -53,7 +53,6 @@ else()
-Winit-self
-Wmissing-include-dirs
-Wmissing-declarations
- -Wstrict-overflow=2
-Wunused-parameter
-Wformat=2
-Wdisabled-optimization
7 changes: 3 additions & 4 deletions srcpkgs/strawberry/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'strawberry'
pkgname=strawberry
version=0.9.3
revision=3
version=1.0.2
revision=1
build_style=cmake
hostmakedepends="pkg-config protobuf gettext"
makedepends="alsa-lib-devel boost-devel gnutls-devel fftw-devel
Expand All @@ -13,10 +13,9 @@ maintainer="q66 <daniel@octaforge.org>"
license="GPL-3.0-or-later"
homepage="https://www.strawberrymusicplayer.org/"
distfiles="https://files.strawberrymusicplayer.org/${pkgname}-${version}.tar.xz"
checksum=0fe9c38c4d1e2f10c1130dbd87ea6e740bef729fe78820a84ffabe524a80c83e
checksum=f5f0f754b88aa0f3860fb7d2adaba26d51fa64a32d1e202814600601a8a86d97

build_options="qt6"
build_options_default=""

if [ "$build_option_qt6" ]; then
configure_args="-DBUILD_WITH_QT6=ON -DQT_HOST_PATH=/usr"
Expand Down