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 32d439d290f812..0dba9c4293c056 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 " 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 df6ee22e52eebc..38e25c65216338 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 " license="GPL-2.0-or-later"