Commit Graph

17 Commits

Author SHA1 Message Date
R. Ryantm
9aa79c238c advancecomp: 2.5 -> 2.6 2023-10-11 12:10:54 +00:00
R. Ryantm
51c748a0ef advancecomp: 2.4 -> 2.5 2023-01-25 14:13:40 +00:00
R. Ryantm
2051570194 advancecomp: 2.3 -> 2.4 2022-11-23 14:45:41 +00:00
Robert Schütz
acf1d843bb advancecomp: 2.1 -> 2.3 2022-04-17 17:35:33 +00:00
Sergei Trofimovich
ed869fb417 advancecomp: pull upstream patch for gcc-11 support 2021-11-22 10:07:15 +00:00
volth
bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
snicket2100
b1c14fb636 advancecomp: version number correctly embedded in binaries
without this fix, binaries report their version number as "vnone"
which for example stops `image_optim` from using `advpng` (refuses
to use it not being able to tell what version number it has)
2020-04-13 10:21:29 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Andreas Rammhold
f23627cb12
advancecomp: fix CVE-2019-9210 2019-12-15 23:15:35 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Dave Nicponski
b3b4184786 games/crawl: add support for MacOS/Darwin builds
games/crawl: Add support for darwin builds.  Also,
compression/advancecomp: Add support for darwin builds in meta (which already worked).
2019-07-28 02:25:17 -04:00
Ryan Mulligan
7bfccd7c24 advancecomp: 2.0 -> 2.1
Semi-automatic update; builds on NixOS
2018-02-24 14:16:49 -08:00
Franz Pletz
a5e9a31fb5
advancecomp: 1.23 -> 2.0 2017-09-05 13:10:13 +02:00
Petr Mikusek
60f18cf94a advancecomp: fix license 2017-04-07 20:33:56 +02:00
ndowens
22e58be888 advancecomp: 1.19 -> 1.23 2017-03-24 21:37:56 -05:00
Michael Raskin
d78973078a Adding AdvanceCOMP deflate compression optimizer 2014-09-17 11:27:13 +04:00