Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] strawberry: update to 1.0.9.
@ 2022-10-01 11:42 mobinmob
  2022-10-01 11:47 ` [PR PATCH] [Updated] " mobinmob
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mobinmob @ 2022-10-01 11:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages stawberry
https://github.com/void-linux/void-packages/pull/39580

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/39580.patch is attached

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

From 7ebee3e0c666dc1de347a46b46f7074eb36e1928 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 1 Oct 2022 14:40:36 +0300
Subject: [PATCH] strawberry: update to 1.0.9.

---
 srcpkgs/strawberry/patches/less-log-spam.patch | 10 ----------
 srcpkgs/strawberry/template                    |  6 +++---
 2 files changed, 3 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/strawberry/patches/less-log-spam.patch

diff --git a/srcpkgs/strawberry/patches/less-log-spam.patch b/srcpkgs/strawberry/patches/less-log-spam.patch
deleted file mode 100644
index ffe5e3802f98..000000000000
--- a/srcpkgs/strawberry/patches/less-log-spam.patch
+++ /dev/null
@@ -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
diff --git a/srcpkgs/strawberry/template b/srcpkgs/strawberry/template
index 3a9e996fe8a1..6beee79c0071 100644
--- a/srcpkgs/strawberry/template
+++ b/srcpkgs/strawberry/template
@@ -1,7 +1,7 @@
 # Template file for 'strawberry'
 pkgname=strawberry
-version=0.9.3
-revision=6
+version=1.0.9
+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="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.strawberrymusicplayer.org/"
 distfiles="https://files.strawberrymusicplayer.org/${pkgname}-${version}.tar.xz"
-checksum=0fe9c38c4d1e2f10c1130dbd87ea6e740bef729fe78820a84ffabe524a80c83e
+checksum=d69396e1df321003ab0e4f9374ea8c5c34fdfbc7fb6c68882d477215224b8cdf
 
 build_options="qt6"
 build_options_default=""

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

* Re: [PR PATCH] [Updated] strawberry: update to 1.0.9.
  2022-10-01 11:42 [PR PATCH] strawberry: update to 1.0.9 mobinmob
@ 2022-10-01 11:47 ` mobinmob
  2022-10-02  0:39 ` [PR REVIEW] " classabbyamp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2022-10-01 11:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages stawberry
https://github.com/void-linux/void-packages/pull/39580

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/39580.patch is attached

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

From cef4bbe6047e28635c80816084e1fe55757f487e Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 1 Oct 2022 14:40:36 +0300
Subject: [PATCH] strawberry: update to 1.0.9.

---
 srcpkgs/strawberry/patches/less-log-spam.patch | 10 ----------
 srcpkgs/strawberry/template                    |  7 +++----
 2 files changed, 3 insertions(+), 14 deletions(-)
 delete mode 100644 srcpkgs/strawberry/patches/less-log-spam.patch

diff --git a/srcpkgs/strawberry/patches/less-log-spam.patch b/srcpkgs/strawberry/patches/less-log-spam.patch
deleted file mode 100644
index ffe5e3802f98..000000000000
--- a/srcpkgs/strawberry/patches/less-log-spam.patch
+++ /dev/null
@@ -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
diff --git a/srcpkgs/strawberry/template b/srcpkgs/strawberry/template
index 3a9e996fe8a1..439e2065b87f 100644
--- a/srcpkgs/strawberry/template
+++ b/srcpkgs/strawberry/template
@@ -1,7 +1,7 @@
 # Template file for 'strawberry'
 pkgname=strawberry
-version=0.9.3
-revision=6
+version=1.0.9
+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="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.strawberrymusicplayer.org/"
 distfiles="https://files.strawberrymusicplayer.org/${pkgname}-${version}.tar.xz"
-checksum=0fe9c38c4d1e2f10c1130dbd87ea6e740bef729fe78820a84ffabe524a80c83e
+checksum=d69396e1df321003ab0e4f9374ea8c5c34fdfbc7fb6c68882d477215224b8cdf
 
 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] 6+ messages in thread

* Re: [PR REVIEW] strawberry: update to 1.0.9.
  2022-10-01 11:42 [PR PATCH] strawberry: update to 1.0.9 mobinmob
  2022-10-01 11:47 ` [PR PATCH] [Updated] " mobinmob
@ 2022-10-02  0:39 ` classabbyamp
  2022-10-05 12:48 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-10-02  0:39 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39580#discussion_r985161071

Comment:
```suggestion
homepage="https://www.strawberrymusicplayer.org/"
changelog="https://raw.githubusercontent.com/strawberrymusicplayer/strawberry/master/Changelog"
```

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

* Re: [PR PATCH] [Updated] strawberry: update to 1.0.9.
  2022-10-01 11:42 [PR PATCH] strawberry: update to 1.0.9 mobinmob
  2022-10-01 11:47 ` [PR PATCH] [Updated] " mobinmob
  2022-10-02  0:39 ` [PR REVIEW] " classabbyamp
@ 2022-10-05 12:48 ` mobinmob
  2022-10-05 12:48 ` [PR REVIEW] " mobinmob
  2022-10-05 21:23 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2022-10-05 12:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages stawberry
https://github.com/void-linux/void-packages/pull/39580

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/39580.patch is attached

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

From de813e2542ece51128ff26017792b2becbf3f8a8 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 1 Oct 2022 14:40:36 +0300
Subject: [PATCH] strawberry: update to 1.0.9.

---
 srcpkgs/strawberry/patches/less-log-spam.patch | 10 ----------
 srcpkgs/strawberry/template                    |  8 ++++----
 2 files changed, 4 insertions(+), 14 deletions(-)
 delete mode 100644 srcpkgs/strawberry/patches/less-log-spam.patch

diff --git a/srcpkgs/strawberry/patches/less-log-spam.patch b/srcpkgs/strawberry/patches/less-log-spam.patch
deleted file mode 100644
index ffe5e3802f98..000000000000
--- a/srcpkgs/strawberry/patches/less-log-spam.patch
+++ /dev/null
@@ -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
diff --git a/srcpkgs/strawberry/template b/srcpkgs/strawberry/template
index 3a9e996fe8a1..23849b28eb7b 100644
--- a/srcpkgs/strawberry/template
+++ b/srcpkgs/strawberry/template
@@ -1,7 +1,7 @@
 # Template file for 'strawberry'
 pkgname=strawberry
-version=0.9.3
-revision=6
+version=1.0.9
+revision=1
 build_style=cmake
 hostmakedepends="pkg-config protobuf gettext"
 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>"
 license="GPL-3.0-or-later"
 homepage="https://www.strawberrymusicplayer.org/"
+changelog="https://raw.githubusercontent.com/strawberrymusicplayer/strawberry/master/Changelog"
 distfiles="https://files.strawberrymusicplayer.org/${pkgname}-${version}.tar.xz"
-checksum=0fe9c38c4d1e2f10c1130dbd87ea6e740bef729fe78820a84ffabe524a80c83e
+checksum=d69396e1df321003ab0e4f9374ea8c5c34fdfbc7fb6c68882d477215224b8cdf
 
 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] 6+ messages in thread

* Re: [PR REVIEW] strawberry: update to 1.0.9.
  2022-10-01 11:42 [PR PATCH] strawberry: update to 1.0.9 mobinmob
                   ` (2 preceding siblings ...)
  2022-10-05 12:48 ` [PR PATCH] [Updated] " mobinmob
@ 2022-10-05 12:48 ` mobinmob
  2022-10-05 21:23 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2022-10-05 12:48 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/39580#discussion_r987882270

Comment:
Done :)

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

* Re: [PR PATCH] [Merged]: strawberry: update to 1.0.9.
  2022-10-01 11:42 [PR PATCH] strawberry: update to 1.0.9 mobinmob
                   ` (3 preceding siblings ...)
  2022-10-05 12:48 ` [PR REVIEW] " mobinmob
@ 2022-10-05 21:23 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-10-05 21:23 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

strawberry: update to 1.0.9.
https://github.com/void-linux/void-packages/pull/39580

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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
-->


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-01 11:42 [PR PATCH] strawberry: update to 1.0.9 mobinmob
2022-10-01 11:47 ` [PR PATCH] [Updated] " mobinmob
2022-10-02  0:39 ` [PR REVIEW] " classabbyamp
2022-10-05 12:48 ` [PR PATCH] [Updated] " mobinmob
2022-10-05 12:48 ` [PR REVIEW] " mobinmob
2022-10-05 21:23 ` [PR PATCH] [Merged]: " classabbyamp

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).