about summary refs log tree commit diff
path: root/pkgs/misc/screensavers/electricsheep
AgeCommit message (Collapse)AuthorFilesLines
2023-07-22various packages: pin boost179Tobias Mayer1-2/+2
Taken from PR #244831 and vcunat amended the miopen override.
2023-03-13treewide: make ffmpeg_4-dependant packages depend on ffmpeg_4Atemu1-2/+2
These packages were identified as broken when ffmpeg = ffmpeg_5. Tested _only_ by building them. If you are a maintainer of one of these packages, please test whether your package still works.
2022-11-03electricsheep: migrate to wxGTK32Weijia Wang1-5/+34
2022-09-29licenses: remove gpl1Weijia Wang1-1/+1
2022-08-03treewide: remove myself as maintainer from some pkgsFranz Pletz1-1/+1
Only packages I'm not able to maintain anymore as of today. Mostly because I'm haven't been using them in a while.
2022-01-13electricsheep.src: fix shaJonathan Ringer1-1/+1
2021-05-17treewide: remove nand0p as maintainerMartin Weinelt1-1/+1
While looking at the sphinx package I noticed it was heavily undermaintained, which is when we noticed nand0p has been inactive for roughly 18 months. It is therefore prudent to assume they will not be maintaining their packages, modules and tests. - Their last contribution to nixpkgs was in 2019/12 - On 2021/05/08 I wrote them an email to the address listed in the maintainer-list, which they didn't reply to.
2021-02-02electricsheep: use ffmpeg instead of libavRobert Schütz1-2/+2
2021-01-16pkgs/misc: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-09-30electricsheep: 2.7b33-2017-10-20 -> 3.0.2-2019-10-05, fix buildsohalt1-2/+6
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-18treewide: Get rid of libGLU_combinedadisbladis1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+0
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-06-23treewide: http -> httpsRyan Mulligan1-1/+1
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
2018-01-28electricsheep: 2.7b33-2017-02-04 -> 2.7b33-2017-10-20adisbladis1-3/+3
2017-02-08electricsheep: 2.7b33-598d93d90 -> 2.7b33-2017-02-04Franz Pletz1-12/+12
Also some cleanups like removed unused buildInputs.
2017-02-06electricsheep: 2.6.8 -> 2.7b33Fernando J Pando1-10/+32
- Updates and fixes currently broken package. - Provides Flam3 and GLee dependencies. - Tested on Nixos Unstable.
2015-09-15xlibs: replace occurrences by xorgVladimír Čunát1-2/+2
This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
2015-09-15xlibs.xlibs: removeVladimír Čunát1-1/+1
It was really ugly that `xlibs.xlibs` meant something else than `xlibs`, especially when using `with xlibs`, such as in wine. Also, now `xlibs` is the same as `xorg`.
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2009-04-30* Electric Sheep, a screensaver.Eelco Dolstra1-0/+22
svn path=/nixpkgs/trunk/; revision=15415