Github messages for voidlinux
 help / color / mirror / Atom feed
From: sincorchetes <sincorchetes@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Update spotify template
Date: Fri, 29 Apr 2022 10:43:19 +0200	[thread overview]
Message-ID: <20220429084319.fwnVjEGVFIaEzS9RTxCE-m3-03QNHYB-i2U9nIN-y-E@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36909@inbox.vuxu.org>

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

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

https://github.com/sincorchetes/void-packages master
https://github.com/void-linux/void-packages/pull/36909

Update spotify template
Spotify client was updated.

Solve this issue:
```
=> spotify-1.1.80_1: installing host dependencies: curl-7.83.0_1 w3m-0.5.3+git20210102_2 libcurl-7.83.0_1 ...
=> spotify-1.1.80_1: running do-fetch hook: 00-distfiles ...
=> spotify-1.1.80_1: fetching distfile 'spotify-client_1.1.80.699.gc3dac750_amd64.deb'...
http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.1.80.699.gc3dac750_amd64.deb: Not Found
=> ERROR: spotify-1.1.80_1: failed to fetch spotify-client_1.1.80.699.gc3dac750_amd64.deb.
```

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

#### Testing the changes
- I tested the changes in this PR: YES

<!--
#### 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 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/36909.patch is attached

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

From 157093fd57b5b02fdf1c3fad9aa224bd589efa2e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=81lvaro=20Castillo?=
 <31448043+sincorchetes@users.noreply.github.com>
Date: Fri, 29 Apr 2022 08:53:09 +0100
Subject: [PATCH 1/2] Update template

Spotify client was updated.

Solve this issue:
```
=> spotify-1.1.80_1: installing host dependencies: curl-7.83.0_1 w3m-0.5.3+git20210102_2 libcurl-7.83.0_1 ...
=> spotify-1.1.80_1: running do-fetch hook: 00-distfiles ...
=> spotify-1.1.80_1: fetching distfile 'spotify-client_1.1.80.699.gc3dac750_amd64.deb'...
http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.1.80.699.gc3dac750_amd64.deb: Not Found
=> ERROR: spotify-1.1.80_1: failed to fetch spotify-client_1.1.80.699.gc3dac750_amd64.deb.
```
---
 srcpkgs/spotify/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/spotify/template b/srcpkgs/spotify/template
index 32d439d290f8..0dba9c4293c0 100644
--- a/srcpkgs/spotify/template
+++ b/srcpkgs/spotify/template
@@ -1,8 +1,8 @@
 # Template file for 'spotify'
 pkgname=spotify
-version=1.1.80
+version=1.1.84
 revision=1
-_ver="${version}.699.gc3dac750_amd64"
+_ver="${version}.716.gc5f8b819_amd64"
 _filename="spotify-client_${_ver}.deb"
 archs="x86_64"
 create_wrksrc=yes
@@ -14,7 +14,7 @@ maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
 license="custom:Proprietary"
 homepage="https://www.spotify.com"
 distfiles="http://repository.spotify.com/pool/non-free/s/spotify-client/${_filename}"
-checksum=19f80255b89d768969ff9d6a05d90091a30c05f65eabdd968592d47a7754b80e
+checksum=08e6b2666dc2a39624890e553a3046d05ecebe17bcc2fe930d49314b2fb812c7
 _license_checksum=4465d0bba5deb87866184b04ba76604cd93561c0dc9cd21cacdf5b0295bdae3a
 repository=nonfree
 restricted=yes

From 184eb435f8c95fb5101f20fdb766b5d0728dd02e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=81lvaro=20Castillo?=
 <31448043+sincorchetes@users.noreply.github.com>
Date: Fri, 29 Apr 2022 09:43:13 +0100
Subject: [PATCH 2/2] Without qt5-wayland deps does not launch

Output when I try to run obs without qt5-wayland
```
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.

Aborted
```
---
 srcpkgs/obs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index df6ee22e52ee..38e25c652163 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -12,7 +12,7 @@ makedepends="LuaJIT-devel fdk-aac-devel ffmpeg-devel glu-devel jack-devel
  qt5-x11extras-devel qt5-svg-devel speexdsp-devel v4l-utils-devel vlc-devel
  x264-devel mbedtls-devel jansson-devel wayland-devel pipewire-devel
  libxkbcommon-devel pciutils-devel"
-depends="xset xdg-desktop-portal"
+depends="xset xdg-desktop-portal qt5-wayland"
 short_desc="Open Broadcaster Software"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="GPL-2.0-or-later"

  reply	other threads:[~2022-04-29  8:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-29  7:54 [PR PATCH] " sincorchetes
2022-04-29  8:43 ` sincorchetes [this message]
2022-04-29  9:04 ` [PR REVIEW] Update Spotify new version because fail download the last. OBS needs qt5-wayland as dep to work paper42
2022-04-29  9:04 ` paper42
2022-04-29 10:34 ` paper42
2022-04-29 10:43 ` [PR REVIEW] " sincorchetes
2022-04-29 11:24 ` mhmdanas
2022-04-29 11:31 ` paper42
2022-05-01  9:00 ` paper42
2022-05-01  9:00 ` [PR PATCH] [Closed]: " paper42

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=20220429084319.fwnVjEGVFIaEzS9RTxCE-m3-03QNHYB-i2U9nIN-y-E@z \
    --to=sincorchetes@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).