treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -50,7 +50,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Open source, physically-based global illumination rendering engine";
|
||||
homepage = https://appleseedhq.net/;
|
||||
homepage = "https://appleseedhq.net/";
|
||||
maintainers = with maintainers; [ hodapp ];
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -115,7 +115,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.argyllcms.com;
|
||||
homepage = "http://www.argyllcms.com";
|
||||
description = "Color management system (compatible with ICC)";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [];
|
||||
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
platforms = platforms.linux; # Maybe other non-darwin Unix
|
||||
downloadPage = "https://ftp.gnu.org/gnu/barcode/";
|
||||
updateWalker = true;
|
||||
homepage = https://www.gnu.org/software/barcode/;
|
||||
homepage = "https://www.gnu.org/software/barcode/";
|
||||
license = licenses.gpl3;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/sonald/blur-effect;
|
||||
homepage = "https://github.com/sonald/blur-effect";
|
||||
description = "Off-screen image blurring utility using OpenGL ES 3.0";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -25,7 +25,7 @@ in stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = https://sourceforge.net/projects/briss/;
|
||||
homepage = "https://sourceforge.net/projects/briss/";
|
||||
description = "Java application for cropping PDF files";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
|
||||
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Multi-language OCR system";
|
||||
homepage = https://launchpad.net/cuneiform-linux;
|
||||
homepage = "https://launchpad.net/cuneiform-linux";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.raskin ];
|
||||
|
||||
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = https://www.dechifro.org/dcraw/;
|
||||
homepage = "https://www.dechifro.org/dcraw/";
|
||||
description = "Decoder for many camera raw picture formats";
|
||||
license = stdenv.lib.licenses.free;
|
||||
platforms = stdenv.lib.platforms.unix; # Once had cygwin problems
|
||||
|
||||
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
||||
name = "ditaa-0.11.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://github.com/stathissideris/ditaa/releases/download/v0.11.0/ditaa-0.11.0-standalone.jar;
|
||||
url = "https://github.com/stathissideris/ditaa/releases/download/v0.11.0/ditaa-0.11.0-standalone.jar";
|
||||
sha256 = "1acnl7khz8aasg230nbsx9dyf8716scgb5l3679cb2bdzxisl64l";
|
||||
};
|
||||
|
||||
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Convert ascii art diagrams into proper bitmap graphics";
|
||||
homepage = https://github.com/stathissideris/ditaa;
|
||||
homepage = "https://github.com/stathissideris/ditaa";
|
||||
license = licenses.lgpl3;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.bjornfor ];
|
||||
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://cgit.freedesktop.org/xorg/app/editres/;
|
||||
homepage = "https://cgit.freedesktop.org/xorg/app/editres/";
|
||||
description = "A dynamic resource editor for X Toolkit applications";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://enblend.sourceforge.net/;
|
||||
homepage = "http://enblend.sourceforge.net/";
|
||||
description = "Blends away the seams in a panoramic image mosaic using a multiresolution spline";
|
||||
license = licenses.gpl2;
|
||||
platforms = with platforms; linux;
|
||||
|
||||
@@ -39,7 +39,7 @@ stdenv.mkDerivation {
|
||||
This package also includes the complementary 'ec' tool (say "extract
|
||||
column").
|
||||
'';
|
||||
homepage = http://liris.cnrs.fr/christian.wolf/software/eplot/;
|
||||
homepage = "http://liris.cnrs.fr/christian.wolf/software/eplot/";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.bjornfor ];
|
||||
|
||||
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A utility to create or extract preview images in EPS files, fix bounding boxes and convert to bitmaps";
|
||||
homepage = http://pages.cs.wisc.edu/~ghost/gsview/epstool.htm;
|
||||
homepage = "http://pages.cs.wisc.edu/~ghost/gsview/epstool.htm";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.asppsa ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -23,7 +23,7 @@ buildPythonApplication {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://github.com/Roger/escrotum;
|
||||
homepage = "https://github.com/Roger/escrotum";
|
||||
description = "Linux screen capture using pygtk, inspired by scrot";
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ rasendubi ];
|
||||
|
||||
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ libexif popt libintl ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://libexif.github.io;
|
||||
homepage = "https://libexif.github.io";
|
||||
description = "A utility to read and manipulate EXIF data in digital photographs";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.lgpl21;
|
||||
|
||||
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "exiftags-1.01";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://johnst.org/sw/exiftags/exiftags-1.01.tar.gz;
|
||||
url = "https://johnst.org/sw/exiftags/exiftags-1.01.tar.gz";
|
||||
sha256 = "194ifl6hybx2a5x8jhlh9i56k3qfc6p2l72z0ii1b7v0bzg48myr";
|
||||
};
|
||||
|
||||
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://johnst.org/sw/exiftags/;
|
||||
homepage = "http://johnst.org/sw/exiftags/";
|
||||
description = "Displays EXIF data from JPEG files";
|
||||
license = stdenv.lib.licenses.free;
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
|
||||
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.thregr.org/~wavexx/software/facedetect/;
|
||||
homepage = "https://www.thregr.org/~wavexx/software/facedetect/";
|
||||
description = "A simple face detector for batch processing";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.all;
|
||||
|
||||
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "View pictures on a linux framebuffer device";
|
||||
homepage = http://s-tech.elsat.net.pl/fbv/;
|
||||
homepage = "http://s-tech.elsat.net.pl/fbv/";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
};
|
||||
|
||||
@@ -48,7 +48,7 @@ perlPackages.buildPerlPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "General purpose pipe-oriented plotting tool";
|
||||
homepage = https://github.com/dkogan/feedgnuplot/;
|
||||
homepage = "https://github.com/dkogan/feedgnuplot/";
|
||||
license = with licenses; [ artistic1 gpl1Plus ];
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ mnacamura ];
|
||||
|
||||
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Static photo gallery generator";
|
||||
homepage = http://www.thregr.org/~wavexx/software/fgallery/;
|
||||
homepage = "http://www.thregr.org/~wavexx/software/fgallery/";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.bjornfor ];
|
||||
|
||||
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
|
||||
to be a highly customizable and scriptable for users who are comfortable
|
||||
with software like the VIM text editor or the Mutt mail user agent.
|
||||
'';
|
||||
homepage = https://www.nongnu.org/fbi-improved/;
|
||||
homepage = "https://www.nongnu.org/fbi-improved/";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ primeos ];
|
||||
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Cosmic recursive fractal flames";
|
||||
homepage = https://flam3.com/;
|
||||
homepage = "https://flam3.com/";
|
||||
maintainers = [ maintainers.nand0p ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.cc-by-nc-sa-20;
|
||||
|
||||
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Visualization program for exploring high-dimensional data";
|
||||
homepage = http://www.ggobi.org/;
|
||||
homepage = "http://www.ggobi.org/";
|
||||
license = licenses.cpl10;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.michelk ];
|
||||
|
||||
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Command-line tool for creating, editing, and getting information about GIF images and animations";
|
||||
homepage = https://www.lcdf.org/gifsicle/;
|
||||
homepage = "https://www.lcdf.org/gifsicle/";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = platforms.all;
|
||||
maintainers = with stdenv.lib.maintainers; [ zimbatm ];
|
||||
|
||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "GL Easy Extension Library";
|
||||
homepage = https://sourceforge.net/p/glee/glee/;
|
||||
homepage = "https://sourceforge.net/p/glee/glee/";
|
||||
maintainers = with maintainers; [ nand0p ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl3;
|
||||
|
||||
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "OpenGL (ES) 2.0 benchmark";
|
||||
homepage = https://github.com/glmark2/glmark2;
|
||||
homepage = "https://github.com/glmark2/glmark2";
|
||||
license = licenses.gpl3Plus;
|
||||
longDescription = ''
|
||||
glmark2 is a benchmark for OpenGL (ES) 2.0. It uses only the subset of
|
||||
|
||||
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Test utilities for OpenGL";
|
||||
homepage = https://www.mesa3d.org/;
|
||||
homepage = "https://www.mesa3d.org/";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
|
||||
@@ -137,7 +137,7 @@ mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = variants.${variant}.description;
|
||||
homepage = http://gmic.eu/;
|
||||
homepage = "http://gmic.eu/";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Open and full-featured framework for image processing";
|
||||
homepage = http://gmic.eu/;
|
||||
homepage = "http://gmic.eu/";
|
||||
license = licenses.cecill20;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
@@ -63,7 +63,7 @@ in
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = http://www.gnuplot.info/;
|
||||
homepage = "http://www.gnuplot.info/";
|
||||
description = "A portable command-line driven graphing utility for many platforms";
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
license = {
|
||||
@@ -73,7 +73,7 @@ in
|
||||
# be distributed as patches to the released version. Permission to
|
||||
# distribute binaries produced by compiling modified sources is granted,
|
||||
# provided you: ...
|
||||
url = https://sourceforge.net/p/gnuplot/gnuplot-main/ci/master/tree/Copyright;
|
||||
url = "https://sourceforge.net/p/gnuplot/gnuplot-main/ci/master/tree/Copyright";
|
||||
};
|
||||
maintainers = with maintainers; [ lovek323 ];
|
||||
};
|
||||
|
||||
@@ -12,7 +12,7 @@ let
|
||||
# https://gitlab.com/graphviz/graphviz/issues/1367 CVE-2018-10196
|
||||
fetchpatch {
|
||||
name = "CVE-2018-10196.patch";
|
||||
url = https://gitlab.com/graphviz/graphviz/uploads/30f8f0b00e357c112ac35fb20241604a/p.diff;
|
||||
url = "https://gitlab.com/graphviz/graphviz/uploads/30f8f0b00e357c112ac35fb20241604a/p.diff";
|
||||
sha256 = "074qx6ch9blrnlilmz7p96fkiz2va84x2fbqdza5k4808rngirc7";
|
||||
excludes = ["tests/*"]; # we don't run them and they don't apply
|
||||
};
|
||||
@@ -80,7 +80,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://graphviz.org;
|
||||
homepage = "https://graphviz.org";
|
||||
description = "Graph visualization tools";
|
||||
license = licenses.epl10;
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Grab images from a Wayland compositor";
|
||||
homepage = https://github.com/emersion/grim;
|
||||
homepage = "https://github.com/emersion/grim";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ buffet ];
|
||||
|
||||
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||
to make annotations on the screen.
|
||||
'';
|
||||
|
||||
homepage = https://github.com/bk138/gromit-mpx;
|
||||
homepage = "https://github.com/bk138/gromit-mpx";
|
||||
maintainers = with maintainers; [ pjones ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2;
|
||||
|
||||
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A plot device";
|
||||
homepage = https://github.com/silentbicycle/guff;
|
||||
homepage = "https://github.com/silentbicycle/guff";
|
||||
license = licenses.isc;
|
||||
maintainers = [ maintainers.marsam ];
|
||||
platforms = platforms.all;
|
||||
|
||||
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = https://www.nongnu.org/icoutils/;
|
||||
homepage = "https://www.nongnu.org/icoutils/";
|
||||
description = "Set of programs to deal with Microsoft Windows(R) icon and cursor files";
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
||||
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = false; # ifm-scan.l:16:10: fatal error: ifm-parse.h: No such file or directory
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://bitbucket.org/zondo/ifm;
|
||||
homepage = "https://bitbucket.org/zondo/ifm";
|
||||
description = "Interactive fiction mapper";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A raster image scaling and processing utility";
|
||||
homepage = https://entropymine.com/imageworsener/;
|
||||
homepage = "https://entropymine.com/imageworsener/";
|
||||
changelog = "https://github.com/jsummers/${pname}/blob/${version}/changelog.txt";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ emily ];
|
||||
|
||||
@@ -21,7 +21,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A tool for easy screencapping and uploading to imgur";
|
||||
homepage = https://github.com/jomo/imgur-screenshot/;
|
||||
homepage = "https://github.com/jomo/imgur-screenshot/";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ lw ];
|
||||
|
||||
@@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
homepage = https://github.com/ram-on/imgurbash2;
|
||||
homepage = "https://github.com/ram-on/imgurbash2";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "jbig2enc-0.28";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://github.com/agl/jbig2enc/archive/0.28-dist.tar.gz;
|
||||
url = "https://github.com/agl/jbig2enc/archive/0.28-dist.tar.gz";
|
||||
sha256 = "1wc0lmqz4jag3rhhk1xczlqpfv2qqp3fz7wzic2lba3vsbi1rrw3";
|
||||
};
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.sentex.net/~mwandel/jhead/;
|
||||
homepage = "http://www.sentex.net/~mwandel/jhead/";
|
||||
description = "Exif Jpeg header manipulation tool";
|
||||
license = licenses.publicDomain;
|
||||
maintainers = with maintainers; [ rycee ];
|
||||
|
||||
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Real-time large-dataset viewing and plotting tool";
|
||||
homepage = https://kst-plot.kde.org/;
|
||||
homepage = "https://kst-plot.kde.org/";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.vbgl ];
|
||||
|
||||
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "CLI frontend to the poppler-glib libary of PDF tools";
|
||||
homepage = https://github.com/TrilbyWhite/Leela;
|
||||
homepage = "https://github.com/TrilbyWhite/Leela";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
maintainers = [ stdenv.lib.maintainers.puffnfresh ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = stdenv.lib.optionals stdenv.isLinux [ glibc.static ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/dropbox/lepton;
|
||||
homepage = "https://github.com/dropbox/lepton";
|
||||
description = "A tool to losslessly compress JPEGs";
|
||||
license = licenses.asl20;
|
||||
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||
|
||||
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
glm freetype ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://logstalgia.io/;
|
||||
homepage = "https://logstalgia.io/";
|
||||
description = "Website traffic visualization tool";
|
||||
license = licenses.gpl3Plus;
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/lprof/lprof/lprof-1.11.4/lprof-1.11.4.1.tar.gz;
|
||||
url = "mirror://sourceforge/lprof/lprof/lprof-1.11.4/lprof-1.11.4.1.tar.gz";
|
||||
sha256 = "0q8x24fm5yyvm151xrl3l03p7hvvciqnkbviprfnvlr0lyg9wsrn";
|
||||
};
|
||||
|
||||
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Little CMS ICC profile construction set";
|
||||
homepage = https://sourceforge.net/projects/lprof;
|
||||
homepage = "https://sourceforge.net/projects/lprof";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -71,7 +71,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Open source, physically based, unbiased rendering engine";
|
||||
homepage = https://luxcorerender.org/;
|
||||
homepage = "https://luxcorerender.org/";
|
||||
maintainers = with maintainers; [ hodapp ];
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://www.mcternan.me.uk/mscgen/;
|
||||
homepage = "http://www.mcternan.me.uk/mscgen/";
|
||||
description = "Convert Message Sequence Chart descriptions into PNG, SVG, or EPS images";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://niftools.sourceforge.net/wiki/NifSkope;
|
||||
homepage = "http://niftools.sourceforge.net/wiki/NifSkope";
|
||||
description = "A tool for analyzing and editing NetImmerse/Gamebryo '*.nif' files";
|
||||
maintainers = with maintainers; [ eelco ma27 ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Optar stands for OPTical ARchiver - it's a codec for encoding data on paper";
|
||||
homepage = http://ronja.twibright.com/optar/;
|
||||
homepage = "http://ronja.twibright.com/optar/";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
platforms = with platforms; linux; # possibly others, but only tested on Linux
|
||||
|
||||
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
'' else null;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://optipng.sourceforge.net/;
|
||||
homepage = "http://optipng.sourceforge.net/";
|
||||
description = "A PNG optimizer";
|
||||
license = licenses.zlib;
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
|
||||
doCheck = !stdenv.isAarch64 && !stdenv.isDarwin;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/shssoichiro/oxipng;
|
||||
homepage = "https://github.com/shssoichiro/oxipng";
|
||||
description = "A multithreaded lossless PNG compression optimizer";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ dywedir ];
|
||||
|
||||
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "PDF converter to SVG format";
|
||||
homepage = http://www.cityinthesky.co.uk/opensource/pdf2svg;
|
||||
homepage = "http://www.cityinthesky.co.uk/opensource/pdf2svg";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.ianwookim ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
||||
# But that needs user registration to allow downloading.
|
||||
# This is an evolution from pdfread 1.7 in http://pdfread.sourceforge.net/
|
||||
# Temporary place:
|
||||
url = http://vicerveza.homeunix.net/~viric/soft/PDFRead-1.8.2-Source-noGUI-noInstaller.zip;
|
||||
url = "http://vicerveza.homeunix.net/~viric/soft/PDFRead-1.8.2-Source-noGUI-noInstaller.zip";
|
||||
sha256 = "0mzxpnk97f0ww5ds7h4wsval3g4lnrhv6rhspjs7cy4i41gmk8an";
|
||||
};
|
||||
|
||||
@@ -44,7 +44,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "PDF/DJVU to ebook format converter";
|
||||
homepage = https://www.mobileread.com/forums/showthread.php?t=21906;
|
||||
homepage = "https://www.mobileread.com/forums/showthread.php?t=21906";
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||
patches = [ ./threads.patch ./pfstools.patch ./pfsalign.patch ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://pfstools.sourceforge.net/;
|
||||
homepage = "http://pfstools.sourceforge.net/";
|
||||
description = "Toolkit for manipulation of HDR images";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.lgpl2;
|
||||
|
||||
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||
# configureFlags = optional static "--enable-static --disable-shared";
|
||||
|
||||
meta = {
|
||||
homepage = http://www.libpgf.org/;
|
||||
homepage = "http://www.libpgf.org/";
|
||||
description = "Progressive Graphics Format command line program";
|
||||
license = stdenv.lib.licenses.lgpl21Plus;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
||||
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/ploticus/ploticus/2.41/pl241src.tar.gz;
|
||||
url = "mirror://sourceforge/ploticus/ploticus/2.41/pl241src.tar.gz";
|
||||
sha256 = "1065r0nizjixi9sxxfxrnwg10r458i6fgsd23nrxa200rypvdk7c";
|
||||
};
|
||||
|
||||
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
|
||||
over colors, styles, options and details.'';
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
homepage = http://ploticus.sourceforge.net/;
|
||||
homepage = "http://ploticus.sourceforge.net/";
|
||||
platforms = with platforms; linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||
graphics.
|
||||
'';
|
||||
|
||||
homepage = https://www.gnu.org/software/plotutils/;
|
||||
homepage = "https://www.gnu.org/software/plotutils/";
|
||||
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
maintainers = [ stdenv.lib.maintainers.marcweber ];
|
||||
|
||||
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://pmt.sourceforge.net/pngcrush;
|
||||
homepage = "http://pmt.sourceforge.net/pngcrush";
|
||||
description = "Verifies the integrity of PNG, JNG and MNG files";
|
||||
license = stdenv.lib.licenses.free;
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
|
||||
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ libpng ];
|
||||
|
||||
meta = {
|
||||
homepage = http://pmt.sourceforge.net/pngcrush;
|
||||
homepage = "http://pmt.sourceforge.net/pngcrush";
|
||||
description = "A PNG optimizer";
|
||||
license = stdenv.lib.licenses.free;
|
||||
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
||||
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://pngnq.sourceforge.net/;
|
||||
homepage = "http://pngnq.sourceforge.net/";
|
||||
description = "A PNG quantizer";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
|
||||
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
||||
name = "pngout-20150319";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://static.jonof.id.au/dl/kenutils/pngout-20150319-linux.tar.gz;
|
||||
url = "http://static.jonof.id.au/dl/kenutils/pngout-20150319-linux.tar.gz";
|
||||
sha256 = "0iwv941hgs2g7ljpx48fxs24a70m2whrwarkrb77jkfcd309x2h7";
|
||||
};
|
||||
|
||||
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "A tool that aggressively optimizes the sizes of PNG images";
|
||||
license = stdenv.lib.licenses.unfree;
|
||||
homepage = http://advsys.net/ken/utils.htm;
|
||||
homepage = "http://advsys.net/ken/utils.htm";
|
||||
maintainers = [ stdenv.lib.maintainers.sander ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ libpng zlib lcms2 ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://pngquant.org/;
|
||||
homepage = "https://pngquant.org/";
|
||||
description = "A tool to convert 24/32-bit RGBA PNGs to 8-bit palette with alpha channel preserved";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.gpl3;
|
||||
|
||||
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "pngtoico-1.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://kernel/software/graphics/pngtoico/pngtoico-1.0.tar.gz;
|
||||
url = "mirror://kernel/software/graphics/pngtoico/pngtoico-1.0.tar.gz";
|
||||
sha256 = "1xb4aa57sjvgqfp01br3dm72hf7q0gb2ad144s1ifrs09215fgph";
|
||||
};
|
||||
|
||||
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
||||
buildInputs = [ libpng ];
|
||||
|
||||
meta = {
|
||||
homepage = https://www.kernel.org/pub/software/graphics/pngtoico/;
|
||||
homepage = "https://www.kernel.org/pub/software/graphics/pngtoico/";
|
||||
description = "Small utility to convert a set of PNG images to Microsoft ICO format";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
|
||||
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.povray.org/;
|
||||
homepage = "http://www.povray.org/";
|
||||
description = "Persistence of Vision Raytracer";
|
||||
license = licenses.free;
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Translates PostScript and PDF graphics into other vector formats";
|
||||
homepage = https://sourceforge.net/projects/pstoedit/;
|
||||
homepage = "https://sourceforge.net/projects/pstoedit/";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.marcweber ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
installFlags = [ "prefix=" "DESTDIR=$(out)" ];
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/dbohdan/s2png/;
|
||||
homepage = "https://github.com/dbohdan/s2png/";
|
||||
description = "Store any data in PNG images";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = [ stdenv.lib.maintainers.dbohdan ];
|
||||
|
||||
@@ -48,8 +48,8 @@ stdenv.mkDerivation rec {
|
||||
scanbd can use all sane-backends or some special backends from the (old)
|
||||
scanbuttond project.
|
||||
'';
|
||||
homepage = http://scanbd.sourceforge.net/;
|
||||
downloadPage = https://sourceforge.net/projects/scanbd/;
|
||||
homepage = "http://scanbd.sourceforge.net/";
|
||||
downloadPage = "https://sourceforge.net/projects/scanbd/";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ giblib xlibsWrapper libXfixes libXcursor ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/resurrecting-open-source-projects/scrot;
|
||||
homepage = "https://github.com/resurrecting-open-source-projects/scrot";
|
||||
description = "A command-line screen capture utility";
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ globin ];
|
||||
|
||||
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Minilanguage designed to represent the entire contents of a PNG file in an editable form";
|
||||
homepage = http://sng.sourceforge.net/;
|
||||
homepage = "http://sng.sourceforge.net/";
|
||||
license = licenses.zlib;
|
||||
maintainers = [ maintainers.dezgeg ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
|
||||
version = "v1.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/structuresynth/StructureSynth-Source-v1.5.0.zip;
|
||||
url = "mirror://sourceforge/structuresynth/StructureSynth-Source-v1.5.0.zip";
|
||||
sha256 = "1kiammx46719az6jzrav8yrwz82nk4m72ybj0kpbnvp9wfl3swbb";
|
||||
};
|
||||
|
||||
@@ -39,7 +39,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Application for generating 3D structures by specifying a design grammar";
|
||||
homepage = http://structuresynth.sourceforge.net;
|
||||
homepage = "http://structuresynth.sourceforge.net";
|
||||
maintainers = with maintainers; [ hodapp ];
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
|
||||
license = stdenv.lib.licenses.lgpl21 ;
|
||||
maintainers = [stdenv.lib.maintainers.raskin];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
homepage = https://swfdec.freedesktop.org/wiki/;
|
||||
homepage = "https://swfdec.freedesktop.org/wiki/";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "transfig-3.2.4";
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.tex.ac.uk/pub/archive/graphics/transfig/transfig.3.2.4.tar.gz;
|
||||
url = "ftp://ftp.tex.ac.uk/pub/archive/graphics/transfig/transfig.3.2.4.tar.gz";
|
||||
sha256 = "0429snhp5acbz61pvblwlrwv8nxr6gf12p37f9xxwrkqv4ir7dd4";
|
||||
};
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ libav libxslt ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.flameeyes.eu/projects/unpaper;
|
||||
homepage = "https://www.flameeyes.eu/projects/unpaper";
|
||||
description = "Post-processing tool for scanned sheets of paper";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.all;
|
||||
|
||||
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "LunarG Vulkan loader";
|
||||
homepage = https://www.lunarg.com;
|
||||
homepage = "https://www.lunarg.com";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.ralith ];
|
||||
|
||||
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Improved fork of Waifu2X C++ using OpenCL and OpenCV";
|
||||
homepage = https://github.com/DeadSix27/waifu2x-converter-cpp;
|
||||
homepage = "https://github.com/DeadSix27/waifu2x-converter-cpp";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = [ stdenv.lib.maintainers.xzfc ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
@@ -30,7 +30,7 @@ mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://wkhtmltopdf.org/;
|
||||
homepage = "https://wkhtmltopdf.org/";
|
||||
description = "Tools for rendering web pages to PDF or images";
|
||||
longDescription = ''
|
||||
wkhtmltopdf and wkhtmltoimage are open source (LGPL) command line tools
|
||||
|
||||
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://henning.makholm.net/software;
|
||||
homepage = "http://henning.makholm.net/software";
|
||||
description = "Command-line tools for converting Gimp XCF files";
|
||||
longDescription = ''
|
||||
A set of fast command-line tools for extracting information from
|
||||
|
||||
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/eworm-de/xcur2png/releases;
|
||||
homepage = "https://github.com/eworm-de/xcur2png/releases";
|
||||
description = "Convert X cursors to PNG images";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A free, open source raytracer";
|
||||
homepage = http://www.yafaray.org;
|
||||
homepage = "http://www.yafaray.org";
|
||||
maintainers = with maintainers; [ hodapp ];
|
||||
license = licenses.lgpl21;
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -89,6 +89,6 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with maintainers; [ delroth raskin ];
|
||||
platforms = platforms.unix;
|
||||
license = licenses.lgpl21;
|
||||
homepage = https://github.com/mchehab/zbar;
|
||||
homepage = "https://github.com/mchehab/zbar";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
maintainers = [stdenv.lib.maintainers.raskin];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
homepage = https://github.com/zxing/zxing;
|
||||
homepage = "https://github.com/zxing/zxing";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user