liblastfm-vambrose: rename from liblastfmSF

LastFM has an official "liblastfm" library.
liblastfmSF was called this way probably due to be hosted on
SourceForge, i don't think that is a good way to distinguish the
packages. It also doesn't fit the package naming conventions.
The developer is called Vikram Ambrose, username vambrose, so liblastfm-vambrose.
This commit is contained in:
quantenzitrone
2026-02-10 16:53:28 +01:00
parent ce1a7c1f9e
commit 25c8bd3dc2
3 changed files with 4 additions and 3 deletions
@@ -8,7 +8,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "liblastfm-SF";
pname = "liblastfm-vambrose";
version = "0.5";
nativeBuildInputs = [ pkg-config ];
+2 -2
View File
@@ -20,7 +20,7 @@
withGstPlugins ? true,
glyr,
withGlyr ? true,
liblastfmSF,
liblastfm-vambrose,
withLastfm ? true,
libcdio-paranoia,
withCD ? true,
@@ -93,7 +93,7 @@ stdenv.mkDerivation (finalAttrs: {
++ lib.optional withGudev libgudev
++ lib.optional withKeybinder keybinder3
++ lib.optional withLibnotify libnotify
++ lib.optional withLastfm liblastfmSF
++ lib.optional withLastfm liblastfm-vambrose
++ lib.optional withGlyr glyr
++ lib.optional withLibsoup libsoup_2_4
++ lib.optional withMtp libmtp
+1
View File
@@ -1002,6 +1002,7 @@ mapAliases {
libkkc = throw "'libkkc' has been removed due to lack of maintenance. Consider using anthy instead"; # Added 2025-08-28
libkkc-data = throw "'libkkc-data' has been removed as it depended on libkkc which was removed"; # Added 2025-08-28
libLAS = liblas; # Added 2026-02-08
liblastfmSF = warnAlias "'liblastfmSF' has been renamed to 'liblastfm-vambrose'" liblastfm-vambrose; # Added 2026-02-08
liblinphone = throw "'liblinphone' has been moved to 'linphonePackages.liblinphone'"; # Added 2025-09-20
libmesode = throw "'libmesode' has been removed because it was deprecated and archived upstream. Consider using 'libstrophe' instead"; # Added 2026-01-15
libmp3splt = throw "'libmp3splt' has been removed due to lack of maintenance upstream."; # Added 2025-05-17