Github messages for voidlinux
 help / color / mirror / Atom feed
From: jonaski <jonaski@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] strawberry: update to 1.0.2
Date: Tue, 22 Feb 2022 00:16:43 +0100	[thread overview]
Message-ID: <20220221231643.8MESOxaT0qOWI0VFkHf2Ya8yCsBDKW9bjyPtBVeyn3A@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35744@inbox.vuxu.org>

[-- 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"

      parent reply	other threads:[~2022-02-21 23:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-21 22:24 [PR PATCH] " jonaski
2022-02-21 22:37 ` [PR PATCH] [Updated] " jonaski
2022-02-21 22:39 ` jonaski
2022-02-21 23:16 ` jonaski [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220221231643.8MESOxaT0qOWI0VFkHf2Ya8yCsBDKW9bjyPtBVeyn3A@z \
    --to=jonaski@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).