clementine: enabled last.fm (#12433)

This commit is contained in:
kenmays
2025-05-25 22:57:08 -07:00
committed by GitHub
parent 7d537e1161
commit cdea3e77c0

View File

@@ -31,7 +31,7 @@ Queue manager."
HOMEPAGE="https://www.clementine-player.org/"
COPYRIGHT="2010-present David Sansome, John Maguire, Arnaud Bienner"
LICENSE="GNU GPL v3"
REVISION="1"
REVISION="2"
srcGitRev="41bcdca7f7e0ffda8e2105bb49a200e5a7cec795"
SOURCE_URI="https://github.com/clementine-player/Clementine/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="1bb1e91fd910ef9c8e25331693af81cd0876c4df46e5a05e1044d154560a3a7a"
@@ -63,6 +63,7 @@ REQUIRES="
lib:libgstreamer_1.0$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
lib:libintl$secondaryArchSuffix
lib:liblastfm5$secondaryArchSuffix
lib:libmtp$secondaryArchSuffix
lib:libprotobuf$secondaryArchSuffix
lib:libQt5Core$secondaryArchSuffix
@@ -99,6 +100,7 @@ BUILD_REQUIRES="
devel:libgstreamer_1.0$secondaryArchSuffix
devel:libiconv$secondaryArchSuffix
devel:libintl$secondaryArchSuffix
devel:liblastfm5$secondaryArchSuffix
devel:libmtp$secondaryArchSuffix
devel:libprotobuf$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix