Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] strawberry: update to 1.0.2
@ 2022-02-21 22:24 jonaski
  2022-02-21 22:37 ` [PR PATCH] [Updated] " jonaski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jonaski @ 2022-02-21 22:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1228 bytes --]

There is a new pull request by jonaski against master on the void-packages repository

https://github.com/strawberrymusicplayer/void-packages strawberry
https://github.com/void-linux/void-packages/pull/35744

strawberry: update to 1.0.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/35744.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-strawberry-35744.patch --]
[-- Type: text/x-diff, Size: 720 bytes --]

From 7004ef74324037a9e76a066cfe4c6b1d027fa512 Mon Sep 17 00:00:00 2001
From: Jonas Kvinge <jonas@jkvinge.net>
Date: Mon, 21 Feb 2022 23:21:17 +0100
Subject: [PATCH] strawberry: update to 1.0.2

---
 srcpkgs/strawberry/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/strawberry/template b/srcpkgs/strawberry/template
index 7b631bdb7b68..df88dea69b24 100644
--- a/srcpkgs/strawberry/template
+++ b/srcpkgs/strawberry/template
@@ -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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] strawberry: update to 1.0.2
  2022-02-21 22:24 [PR PATCH] strawberry: update to 1.0.2 jonaski
@ 2022-02-21 22:37 ` jonaski
  2022-02-21 22:39 ` jonaski
  2022-02-21 23:16 ` jonaski
  2 siblings, 0 replies; 4+ messages in thread
From: jonaski @ 2022-02-21 22:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1233 bytes --]

There is an updated pull request by jonaski against master on the void-packages repository

https://github.com/strawberrymusicplayer/void-packages strawberry
https://github.com/void-linux/void-packages/pull/35744

strawberry: update to 1.0.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/35744.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-strawberry-35744.patch --]
[-- Type: text/x-diff, Size: 1140 bytes --]

From a4e44c3cf36a4baebee75812c00be1d6d626fc6a Mon Sep 17 00:00:00 2001
From: Jonas Kvinge <jonas@jkvinge.net>
Date: Mon, 21 Feb 2022 23:21:17 +0100
Subject: [PATCH] strawberry: update to 1.0.2

---
 srcpkgs/strawberry/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/strawberry/template b/srcpkgs/strawberry/template
index 7b631bdb7b68..fb7495415faf 100644
--- a/srcpkgs/strawberry/template
+++ b/srcpkgs/strawberry/template
@@ -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
@@ -13,7 +13,7 @@ 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=""

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] strawberry: update to 1.0.2
  2022-02-21 22:24 [PR PATCH] strawberry: update to 1.0.2 jonaski
  2022-02-21 22:37 ` [PR PATCH] [Updated] " jonaski
@ 2022-02-21 22:39 ` jonaski
  2022-02-21 23:16 ` jonaski
  2 siblings, 0 replies; 4+ messages in thread
From: jonaski @ 2022-02-21 22:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1233 bytes --]

There is an updated pull request by jonaski against master on the void-packages repository

https://github.com/strawberrymusicplayer/void-packages strawberry
https://github.com/void-linux/void-packages/pull/35744

strawberry: update to 1.0.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/35744.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-strawberry-35744.patch --]
[-- Type: text/x-diff, Size: 1237 bytes --]

From 671d12dec8fae1ebe29336a13248eb36ae11c877 Mon Sep 17 00:00:00 2001
From: Jonas Kvinge <jonas@jkvinge.net>
Date: Mon, 21 Feb 2022 23:21:17 +0100
Subject: [PATCH] strawberry: update to 1.0.2

---
 srcpkgs/strawberry/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/strawberry/template b/srcpkgs/strawberry/template
index 7b631bdb7b68..cd06342e6886 100644
--- a/srcpkgs/strawberry/template
+++ b/srcpkgs/strawberry/template
@@ -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
@@ -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"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] strawberry: update to 1.0.2
  2022-02-21 22:24 [PR PATCH] strawberry: update to 1.0.2 jonaski
  2022-02-21 22:37 ` [PR PATCH] [Updated] " jonaski
  2022-02-21 22:39 ` jonaski
@ 2022-02-21 23:16 ` jonaski
  2 siblings, 0 replies; 4+ messages in thread
From: jonaski @ 2022-02-21 23:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1233 bytes --]

There is an updated pull request by jonaski against master on the void-packages repository

https://github.com/strawberrymusicplayer/void-packages strawberry
https://github.com/void-linux/void-packages/pull/35744

strawberry: update to 1.0.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/35744.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-strawberry-35744.patch --]
[-- Type: text/x-diff, Size: 2221 bytes --]

From acaa0d8fb79ade50191c1aa5f0753abf7f2fbdcb Mon Sep 17 00:00:00 2001
From: Jonas Kvinge <jonas@jkvinge.net>
Date: Mon, 21 Feb 2022 23:21:17 +0100
Subject: [PATCH] strawberry: update to 1.0.2

---
 .../strawberry/patches/less-log-spam.patch    | 22 ++++++++++---------
 srcpkgs/strawberry/template                   |  7 +++---
 2 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/strawberry/patches/less-log-spam.patch b/srcpkgs/strawberry/patches/less-log-spam.patch
index ffe5e3802f98..6c50bd77ac83 100644
--- a/srcpkgs/strawberry/patches/less-log-spam.patch
+++ b/srcpkgs/strawberry/patches/less-log-spam.patch
@@ -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
diff --git a/srcpkgs/strawberry/template b/srcpkgs/strawberry/template
index 7b631bdb7b68..cd06342e6886 100644
--- a/srcpkgs/strawberry/template
+++ b/srcpkgs/strawberry/template
@@ -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
@@ -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"

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-02-21 23:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-21 22:24 [PR PATCH] strawberry: update to 1.0.2 jonaski
2022-02-21 22:37 ` [PR PATCH] [Updated] " jonaski
2022-02-21 22:39 ` jonaski
2022-02-21 23:16 ` jonaski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).