Martin Rys pushed to branch main at Arch Linux / Packaging / Packages / 
librespot


Commits:
ffae6845 by Martin Rys at 2026-01-20T10:29:39+01:00
upgpkg: 0.8.0-3: Fix dependencies

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = librespot
        pkgdesc = Open source client library for Spotify
        pkgver = 0.8.0
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/librespot-org/librespot
        arch = x86_64
        license = MIT
@@ -9,19 +9,17 @@ pkgbase = librespot
        makedepends = git
        makedepends = jack
        makedepends = libpulse
-       makedepends = portaudio
-       makedepends = sdl2
        depends = alsa-lib
        depends = gcc-libs
        depends = glibc
        depends = gst-plugins-base-libs
        depends = gstreamer
+       depends = portaudio
+       depends = sdl2
        optdepends = gst-plugins-base: Audio playback using GStreamer
        optdepends = gst-plugins-good: Audio playback using GStreamer
        optdepends = jack2: Audio playback using JACK
        optdepends = libpulse: Audio playback using PulseAudio
-       optdepends = portaudio: Audio playback using PortAudio
-       optdepends = sdl2: Audio playback using SDL2
        options = !lto
        source = git+https://github.com/librespot-org/librespot#tag=v0.8.0
        sha256sums = 
7660f8563c11291ee742b917bfa0f3459c7e57761a50fca6c10a44376d5a48dd


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 
 pkgname=librespot
 pkgver=0.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Open source client library for Spotify'
 arch=('x86_64') # 'armv7h' 'aarch64'
 url='https://github.com/librespot-org/librespot'
@@ -17,22 +17,20 @@ depends=(
        glibc
        gst-plugins-base-libs
        gstreamer
+       portaudio
+       sdl2
 )
 makedepends=(
        cargo
        git
        jack
        libpulse
-       portaudio
-       sdl2
 )
 optdepends=(
        'gst-plugins-base: Audio playback using GStreamer'
        'gst-plugins-good: Audio playback using GStreamer'
        'jack2: Audio playback using JACK'
        'libpulse: Audio playback using PulseAudio'
-       'portaudio: Audio playback using PortAudio'
-       'sdl2: Audio playback using SDL2'
 )
 options=(!lto)
 source=("git+${url}#tag=v${pkgver}")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/librespot/-/commit/ffae6845be2d1c6cc7a084f55fe6a0b535f3431d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/librespot/-/commit/ffae6845be2d1c6cc7a084f55fe6a0b535f3431d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to