rss-glx: drop (#494602)

This commit is contained in:
dotlambda
2026-02-28 04:06:25 +00:00
committed by GitHub
3 changed files with 1 additions and 66 deletions
-12
View File
@@ -1,12 +0,0 @@
diff --git i/src/Implicit/impSurface.h w/src/Implicit/impSurface.h
index 41fab81..027587f 100644
--- i/src/Implicit/impSurface.h
+++ w/src/Implicit/impSurface.h
@@ -25,6 +25,7 @@
#ifdef WIN32
#include <windows.h>
#endif
+#include <cstddef>
#include <vector>
#include <GL/gl.h>
-54
View File
@@ -1,54 +0,0 @@
{
lib,
stdenv,
fetchurl,
autoconf,
pkg-config,
libx11,
libxext,
libGLU,
libGL,
imagemagick6,
libtiff,
bzip2,
}:
stdenv.mkDerivation rec {
version = "0.9.1";
pname = "rss-glx";
src = fetchurl {
url = "mirror://sourceforge/rss-glx/rss-glx_${version}.tar.bz2";
sha256 = "1aikafjqrfmv23jnrrm5d56dg6injh4l67zjdxzdapv9chw7g3cg";
};
nativeBuildInputs = [
autoconf
pkg-config
];
buildInputs = [
libGLU
libGL
libx11
libxext
imagemagick6
libtiff
bzip2
];
patches = [
./cstddef.patch
];
env.NIX_CFLAGS_COMPILE = "-I${imagemagick6.dev}/include/ImageMagick";
meta = {
description = "Really Slick Screensavers Port to GLX";
longDescription = ''
This package currently contains all of the screensavers from the
original collection, plus a few others.
'';
license = lib.licenses.gpl2Only;
platforms = lib.platforms.linux;
};
}
+1
View File
@@ -1715,6 +1715,7 @@ mapAliases {
rpPPPoE = warnAlias "'rpPPPoE' has been renamed to 'rp-pppoe'" rp-pppoe; # Added 2026-02-12
rquickshare-legacy = throw "The legacy version depends on insecure package libsoup2, please use the main version"; # Added 2025-10-09
rr-unstable = throw "'rr-unstable' has been renamed to/replaced by 'rr'"; # Converted to throw 2025-10-27
rss-glx = throw "'rss-glx' has been removed because it was broken and depends on an outdated version of ImageMagick"; # added 2026-02-26
rtx = throw "'rtx' has been renamed to/replaced by 'mise'"; # Converted to throw 2025-10-27
ruby-zoom = throw "'ruby-zoom' has been removed due to lack of maintaince and had not been updated since 2020"; # Added 2025-08-24
ruby_3_1 = throw "ruby_3_1 has been removed, as it is has reached endoflife upstream"; # Added 2025-10-12