mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
quodlibet: depends on libsoup3
Version 4.6.0 switched from requiring soup2 to requiring soup3. https://quodlibet.readthedocs.io/en/latest/changelog.html#release-4-6-0
This commit is contained in:
parent
5ff34256c5
commit
935d5b23ca
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'quodlibet'
|
# Template file for 'quodlibet'
|
||||||
pkgname=quodlibet
|
pkgname=quodlibet
|
||||||
version=4.6.0
|
version=4.6.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="intltool python3-devel python3-setuptools"
|
hostmakedepends="intltool python3-devel python3-setuptools"
|
||||||
depends="desktop-file-utils gst-plugins-bad1 gst-plugins-base1 gst-plugins-good1
|
depends="desktop-file-utils gst-plugins-bad1 gst-plugins-base1 gst-plugins-good1
|
||||||
gst-plugins-ugly1 gtk+3 hicolor-icon-theme python3-dbus python3-feedparser
|
gst-plugins-ugly1 gtk+3 hicolor-icon-theme python3-dbus python3-feedparser
|
||||||
python3-gobject python3-mutagen libsoup"
|
python3-gobject python3-mutagen libsoup3"
|
||||||
short_desc="Music Library/Editor/Player"
|
short_desc="Music Library/Editor/Player"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue