libxplayer-plparser: Remove

The upstream project was archived.
This commit is contained in:
Bobby Rong 2024-12-27 22:20:54 +08:00
parent a50d1a9598
commit f5428fcd0a
No known key found for this signature in database
2 changed files with 1 additions and 48 deletions

View file

@ -1,48 +0,0 @@
{
stdenv,
lib,
fetchFromGitHub,
meson,
ninja,
gobject-introspection,
gmime3,
libxml2,
libsoup_2_4,
pkg-config,
}:
stdenv.mkDerivation rec {
pname = "xplayer-plparser";
version = "1.0.3";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-6GMKsIpyQdiyHPxrjWHAHvuCouJxrAcYPIo9u6TLOA4=";
};
nativeBuildInputs = [
meson
ninja
pkg-config
gobject-introspection
];
buildInputs = [
gmime3
libxml2
libsoup_2_4
];
meta = with lib; {
description = "Playlist parsing library for xplayer";
homepage = "https://github.com/linuxmint/xplayer-plparser";
maintainers = with maintainers; [
tu-maurice
bobby285271
];
license = licenses.lgpl2Plus;
platforms = platforms.linux;
};
}

View file

@ -684,6 +684,7 @@ mapAliases {
libusb = throw "'libusb' has been renamed to/replaced by 'libusb1'"; # Converted to throw 2024-10-17
libvpx_1_8 = throw "libvpx_1_8 has been removed because it is impacted by security issues and not used in nixpkgs, move to 'libvpx'"; # Added 2024-07-26
libwnck3 = libwnck;
libxplayer-plparser = throw "libxplayer-plparser has been removed as the upstream project was archived"; # Added 2024-12-27
libyamlcpp = yaml-cpp; # Added 2023-01-29
libyamlcpp_0_3 = yaml-cpp_0_3; # Added 2023-01-29
lightdm_gtk_greeter = lightdm-gtk-greeter; # Added 2022-08-01