David Runge pushed to branch main at Arch Linux / Packaging / Packages / quodlibet
Commits: 5b2b948e by David Runge at 2023-08-26T10:13:04+02:00 upgpkg: 4.6.0-1 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: Eric Bélanger <[email protected]> pkgname=quodlibet -pkgver=4.5.0 -pkgrel=3 +pkgver=4.6.0 +pkgrel=1 pkgdesc="Music player and music library manager" arch=(any) url="https://quodlibet.readthedocs.io/" @@ -18,7 +18,7 @@ depends=( gst-plugins-base-libs gtk3 hicolor-icon-theme - libsoup + libsoup3 pango python python-cairo @@ -36,10 +36,13 @@ makedepends=( ) # python-raven python-senf are currently vendored checkdepends=( - gst-plugins-base + gst-plugins-bad gst-plugins-good + gst-plugins-ugly + # python-polib # TODO: package python-polib python-pytest - python-xvfbwrapper + python-pyvirtualdisplay + xorg-server-xvfb ) optdepends=( 'gst-libav: Extra media codecs for the GStreamer backend' @@ -59,8 +62,10 @@ optdepends=( 'xine-lib: Alternative audio backend' ) source=(https://github.com/$pkgname/$pkgname/releases/download/release-$pkgver/$pkgname-$pkgver.tar.gz{,.sig}) -sha256sums=('301615829f652cbafedb35539237162a58bc1ee71a567d249f7789d9268245bc' +sha512sums=('d17ed0ba14aa86eaf103fdc5feaeda74575e4bd9d9e55dae07679afb50e279c82b66b7429b0435c36663a9865141c168d3ff56a25c64f9694818f722362db7e9' 'SKIP') +b2sums=('aab5a6a651081caf4a2e6935ccaab505ee1102e6433b28bcb704de2ef9d17190db30314f7efba07b3d3a15919eb8171bc81de68d60de8166efeddaaa7813d00c' + 'SKIP') validpgpkeys=(0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC) # Christoph Reiter <[email protected]> prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/quodlibet/-/commit/5b2b948edb8148a3ad6f1d9179c24bca90e05a99 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/quodlibet/-/commit/5b2b948edb8148a3ad6f1d9179c24bca90e05a99 You're receiving this email because of your account on gitlab.archlinux.org.
