R. RyanTM
442a8644fe
imagemagick7: 7.0.10-46 -> 7.0.10-61
2021-02-07 10:07:00 +00:00
Robert Schütz
fd892478a1
imagemagick: 6.9.11-57 -> 6.9.11-60
2021-01-30 11:57:12 +01:00
ajs124
c41de40237
imagemagick: 6.9.11-29 -> 6.9.11-57
2021-01-30 11:51:15 +01:00
ajs124
da0d4925f5
imagemagick: drop broken MinGW support
2021-01-30 11:51:12 +01:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08: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
R. RyanTM
3139f42543
imagemagick7: 7.0.10-35 -> 7.0.10-46
2020-12-09 02:56:01 +00:00
R. RyanTM
9217752561
imagemagick7: 7.0.10-27 -> 7.0.10-35
2020-11-02 07:30:15 +00:00
Ryan Burns
5f265ce646
imagemagick: enable on ppc64le
2020-10-02 18:46:18 -07:00
ajs124
083b64c63f
imagemagick: 6.9.11-14 -> 6.9.11-29
2020-09-30 11:20:53 +10:00
R. RyanTM
4887eb493f
imagemagick7: 7.0.10-25 -> 7.0.10-27
2020-08-15 15:27:05 -07:00
R. RyanTM
b9d13c1819
imagemagick7: 7.0.10-19 -> 7.0.10-25
2020-08-03 08:34:51 +00:00
Maximilian Bosch
f95acb5cc6
imagemagick7: 7.0.10-17 -> 7.0.10-19, fix build w/glibc-2.31
2020-06-29 14:41:42 +02:00
R. RyanTM
2e264a8908
imagemagick7: 7.0.10-14 -> 7.0.10-17
2020-06-11 10:30:33 -07:00
Frederik Rietdijk
36d9eeb9c7
Merge staging-next into staging
2020-05-29 17:06:01 +02:00
zowoq
fd3d93a3e2
imagemagick7: 7.0.9-0 -> 7.0.10-14
2020-05-24 10:49:48 +10:00
zowoq
9efb29f978
imagemagick: 6.9.10-71 -> 6.9.11-14
2020-05-24 10:49:39 +10:00
John Ericson
ee8cfe4bf3
treewide: pkg-config has targetPrefix
2020-05-16 00:21:21 +00:00
Jörg Thalheim
887295fd2d
treewide: remove the-kenny from maintainers
...
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
pacien
6a059ee5fe
imagemagick: 6.9.10-69 -> 6.9.10-71
2019-11-16 23:13:24 +01:00
Robert Scott
1b44b12c57
imagemagick7: 7.0.8-68 -> 7.0.9-0
2019-10-27 13:06:55 +00:00
Robert Scott
11933c37cf
imagemagick: 6.9.10-68 -> 6.9.10-69
2019-10-27 13:06:27 +00:00
R. RyanTM
eb6ad6e959
imagemagick7: 7.0.8-66 -> 7.0.8-68
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/imagemagick/versions
2019-10-22 10:17:20 +02:00
Robert Scott
2a8e53efce
imagemagick: 6.9.9-34 -> 6.9.10-68 (security)
...
fixing numerous CVEs
2019-10-13 15:00:26 +01:00
R. RyanTM
5852497f3c
imagemagick7: 7.0.8-58 -> 7.0.8-66
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/imagemagick/versions
2019-10-01 08:24:05 -07:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
...
There ver very many conflicts, basically all due to
name -> pname+version. Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job. There might be some fallback to these
conflicts, but I believe it should be minimal.
Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02: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
R. RyanTM
167ccf73c4
imagemagick7: 7.0.8-53 -> 7.0.8-58
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/imagemagick/versions
2019-08-04 06:53:10 -07:00
R. RyanTM
2df0b53d70
imagemagick7: 7.0.8-46 -> 7.0.8-53
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/imagemagick/versions
2019-07-17 09:45:52 +02:00
Silvan Mosberger
4c1bf57f37
imagemagick: Remove obsolete patch
...
According to https://www.imagemagick.org/discourse-server/viewtopic.php?f=4&t=29588
this has been mitigated in versions 6.9.4-7 and 7.0.1-9, which we're well
past already.
2019-05-24 23:43:01 +02:00
R. RyanTM
ed2c6a0e21
imagemagick7: 7.0.8-34 -> 7.0.8-46
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/imagemagick/versions
2019-05-21 11:13:50 -07:00
Ryan Mulligan
70e4ae97e8
Merge pull request #58241 from r-ryantm/auto-update/imagemagick
...
imagemagick7: 7.0.8-22 -> 7.0.8-34
2019-04-07 14:57:33 -07:00
Anders Kaseorg
0a88820fc9
imagemagick7Big: Revert meta.broken to false ( #58414 )
...
imagemagickBig and imagemagick7Big were marked broken in #55634 due
to #55118 . #57313 fixed the bug but reverted the broken bit only on
imagemagickBig. Revert it on imagemagick7Big too.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-03-26 22:56:38 -04:00
R. RyanTM
f85d7f45b4
imagemagick7: 7.0.8-22 -> 7.0.8-34
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/imagemagick/versions
2019-03-24 22:32:15 -07:00
Pierre Bourdon
a9cf5c27ec
imagemagickBig: revert meta.broken to false
2019-03-11 00:13:02 +01:00
Erik Arvstedt
9699ce4cf7
imagemagickBig: mark as broken
2019-02-12 10:23:30 +01:00
pacien
87d8ba0ae6
imagemagick: add djvu support
2019-02-06 15:55:47 -05:00
Jörg Thalheim
b5c1deca8a
treewide: remove wkennington as maintainer
...
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
R. RyanTM
1cf9c63af1
imagemagick7: 7.0.8-14 -> 7.0.8-22
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/imagemagick/versions
2019-01-03 06:47:10 -08:00
R. RyanTM
d60faae441
imagemagick7: 7.0.8-12 -> 7.0.8-14 ( #49298 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/imagemagick/versions
2018-10-29 16:19:33 +01:00
Vladyslav M
a5d6705e20
imagemagick7: 7.0.8-6 -> 7.0.8-12 ( #47851 )
2018-10-05 15:48:38 +02:00
John Ericson
0828e2d8c3
treewide: Remove usage of remaining redundant platform compatability stuff
...
Want to get this out of here for 18.09, so it can be deprecated
thereafter.
2018-08-30 17:20:32 -04:00
John Ericson
2c2f1e37d4
reewide: Purge all uses stdenv.system
and top-level system
...
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Markus Kowalewski
74a12299dd
imagemagick: add license
2018-08-23 11:28:06 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
R. RyanTM
178b2ba17e
imagemagick7: 7.0.8-2 -> 7.0.8-6
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/imagemagick/versions .
2018-07-13 02:35:32 -07:00
Gabriel Ebner
a3c82197d9
imagemagick: heif support
2018-07-01 14:21:36 +02:00
Gabriel Ebner
e683432895
imagemagick7: add heif support
2018-07-01 14:21:36 +02:00