mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
projectm: move to projectm_3
ProjectM 4 was split into libprojectm and projectm-sdl
This commit is contained in:
parent
4457f3606c
commit
c0aaa9a2eb
5 changed files with 6 additions and 5 deletions
|
@ -24,7 +24,7 @@
|
|||
gvfs,
|
||||
libcdio,
|
||||
pcre,
|
||||
projectm,
|
||||
projectm_3,
|
||||
protobuf,
|
||||
qca-qt5,
|
||||
pkg-config,
|
||||
|
@ -84,7 +84,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
liblastfm
|
||||
libpulseaudio
|
||||
pcre
|
||||
projectm
|
||||
projectm_3
|
||||
protobuf
|
||||
qca-qt5
|
||||
qjson
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, rel, buildKodiBinaryAddon, fetchFromGitHub, pkg-config, glm, libGL, projectm }:
|
||||
{ lib, rel, buildKodiBinaryAddon, fetchFromGitHub, pkg-config, glm, libGL, projectm_3 }:
|
||||
|
||||
buildKodiBinaryAddon rec {
|
||||
pname = "visualization-projectm";
|
||||
|
@ -12,7 +12,7 @@ buildKodiBinaryAddon rec {
|
|||
hash = "sha256-J3RtVl+hO8DspLyF2KAVMLDIJBiEb0bKosKhJyKy9hk=";
|
||||
};
|
||||
|
||||
extraBuildInputs = [ pkg-config libGL projectm ];
|
||||
extraBuildInputs = [ pkg-config libGL projectm_3 ];
|
||||
|
||||
propagatedBuildInputs = [ glm ];
|
||||
meta = with lib; {
|
||||
|
|
|
@ -1182,6 +1182,7 @@ mapAliases {
|
|||
poac = cabinpkg; # Added 2025-01-22
|
||||
poretools = throw "poretools has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2024-06-03
|
||||
powerdns = pdns; # Added 2022-03-28
|
||||
projectm = throw "Since version 4, 'projectm' has been split into 'libprojectm' (the library) and 'projectm-sdl-cpp' (the SDL2 frontend). ProjectM 3 has been moved to 'projectm_3'"; # Added 2024-11-10
|
||||
|
||||
# postgresql plugins
|
||||
cstore_fdw = postgresqlPackages.cstore_fdw;
|
||||
|
|
|
@ -4692,7 +4692,7 @@ with pkgs;
|
|||
jdk = jdk8;
|
||||
};
|
||||
|
||||
projectm = libsForQt5.callPackage ../applications/audio/projectm { };
|
||||
projectm_3 = libsForQt5.callPackage ../applications/audio/projectm_3 { };
|
||||
|
||||
proxmark3 = libsForQt5.callPackage ../tools/security/proxmark3/default.nix {
|
||||
inherit (darwin.apple_sdk_11_0.frameworks) Foundation AppKit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue