Commit graph

2796 commits

Author SHA1 Message Date
Mario Rodas
c4f1e93514
Merge pull request #78264 from brainrape/init-fluxus
fluxus: init at 0.19
2020-01-25 17:43:00 -05:00
José Romildo Malaquias
58a26351c9 sane-backends: 1.0.27 -> 1.0.28 2020-01-25 18:18:16 -03:00
Márton Boros
57092f7ef1
fluxus: init at 0.19 2020-01-25 20:41:04 +00:00
Ryan Mulligan
cb0843898b
Merge pull request #78334 from r-ryantm/auto-update/qview
qview: 2.0 -> 3.0
2020-01-23 10:17:05 -08:00
R. RyanTM
5a4afd2cc4 qview: 2.0 -> 3.0 2020-01-22 23:33:25 +00:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
Pavol Rusnak
5bd4028bdc runwayml: 0.10.11 -> 0.10.20 2020-01-22 01:05:18 -08:00
Nikolay Korotkiy
d24a439d92 imgp: init at 2.7 2020-01-22 00:39:03 -08:00
Ryan Mulligan
53c681d7e2
Merge pull request #78147 from dwarfmaster/rename
Renamed maintainer lucas8 -> dwarfmaster
2020-01-21 07:47:20 -08:00
Ryan Mulligan
9db50dc97f
Merge pull request #78075 from r-ryantm/auto-update/drawio
drawio: 12.4.2 -> 12.5.3
2020-01-21 05:26:06 -08:00
DwarfMaster
227a3f4383 Renamed maintainer lucas8 -> dwarfmaster 2020-01-21 16:39:52 +10:00
Orivej Desh
ff708504cd apngasm_2: init at 2.91
This is the original apngasm which has not been updated since 2017 but it has
diverged from its fork with support for LZMA and ZOPFLI compression and TGA
input.
2020-01-21 01:44:53 +00:00
Orivej Desh
e902495a51 apngasm: init at 3.1.9 2020-01-21 01:39:41 +00:00
R. RyanTM
33f55c4c74 drawio: 12.4.2 -> 12.5.3 2020-01-20 06:09:08 +00:00
Vladyslav M
7db4b67267
sxiv: 25 -> 26, minor cleanup (#77861)
sxiv: 25 -> 26, minor cleanup
2020-01-19 13:58:19 +02:00
Mario Rodas
7f2ce879d2
Merge pull request #77725 from r-ryantm/auto-update/avocode
avocode: 4.2.1 -> 4.2.2
2020-01-17 21:41:49 -05:00
Niklas Hambüchen
644fd15a2a
Merge pull request #77084 from r-ryantm/auto-update/gthumb
gthumb: 3.8.2 -> 3.8.3
2020-01-18 02:45:39 +01:00
Frederik Rietdijk
bcd8c6b8dc Merge master into staging-next 2020-01-17 17:08:16 +01:00
Erik Arvstedt
e6fad86853 tesseract: 4.1.0 -> 4.1.1 2020-01-17 13:19:12 +00:00
Will Dietz
905c707c16
sxiv: 25 -> 26, minor cleanup 2020-01-16 22:31:50 -06:00
Jan Solanti
69cba89f91 renderdoc: 1.5 -> 1.6 2020-01-16 16:42:56 +00:00
Thomas Tuegel
32907db36c
Merge pull request #77356 from moretea/krop-wrapQtAppsHook
krop: Add wrapQtAppsHook.
2020-01-16 10:02:56 -06:00
Anders Kaseorg
3cd8ce3bce treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  (See #67234, for
example.)  Fix this throughout the tree.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
R. RyanTM
869d157cc1 avocode: 4.2.1 -> 4.2.2 2020-01-15 06:40:19 +00:00
Dmitry Kalinkin
4cb3041e49
Merge pull request #77359 from veprbl/pr/blender_darwin_fix
blender: fix on darwin
2020-01-14 20:10:20 -05:00
Flakebi
2ac5fab264 pencil: 3.0.4 -> 3.1.0 2020-01-14 08:04:00 +01:00
Minijackson
865851f003 rx: 0.3.1 -> 0.3.2 2020-01-13 07:29:16 -08:00
Niklas Hambüchen
9aeb9664c8
Merge pull request #77188 from tilpner/goxel-update
goxel: 0.10.0 -> 0.10.5
2020-01-12 04:21:32 +01:00
Minijackson
df7ed4382c rx: 0.3.0 -> 0.3.1 2020-01-11 13:08:13 -08:00
Dmitry Kalinkin
66dde827fb
krita: set -Wno-deprecated-copy for gcc
This reduces the build log length to fix the build on the Hydra.
2020-01-11 15:15:12 -05:00
Vladyslav M
429812d0cb
Merge pull request #77389 from erictapen/imv-4.1.0
imv: 4.0.1 -> 4.1.0
2020-01-09 23:42:35 +02:00
markuskowa
db630cac11
Merge pull request #74512 from prusnak/kodelife
kodelife: 0.8.7.105 -> 0.8.8.110 (+support for more archs)
2020-01-09 21:41:48 +01:00
Justin Humm
ccb4a4e4e9
imv: 4.0.1 -> 4.1.0 2020-01-09 21:00:18 +01:00
Dmitry Kalinkin
95b8c85331
openimageio: enable on darwin 2020-01-09 02:54:44 -05:00
Maarten Hoogendoorn
7d14a45b51 krop: Add wrapQtAppsHook. Closes #77339 2020-01-09 05:00:18 +01:00
Andrew Valencik
787a7f6456 photoqt: use qt5's mkDerivation 2020-01-07 19:51:01 -05:00
worldofpeace
30fc528a6c
Merge pull request #77212 from pacien/gscan2pdf-v2.6.3
gscan2pdf: 2.6.2 -> 2.6.3
2020-01-07 19:08:46 -05:00
Will Dietz
76039f97e1
Merge pull request #75027 from dtzWill/update/azpainter-2.1.5
azpainter: 2.1.4 -> 2.1.5
2020-01-07 16:06:07 -06:00
Marek Fajkus
eb58df4e55
gcolor2: sha1 -> sha256
related to: https://github.com/NixOS/nixpkgs/issues/77238
2020-01-07 18:19:12 +01:00
pacien
a6608d5981 gscan2pdf: 2.6.2 -> 2.6.3 2020-01-07 12:08:56 +01:00
Pavol Rusnak
665112e6e6
kodelife: 0.8.7.105 -> 0.8.8.110
add support for aarch64-linux, armv7l-linux and x86_64-darwin
2020-01-07 10:27:54 +01:00
tilpner
e9f87bd30b
goxel: 0.10.0 -> 0.10.5 2020-01-07 08:26:00 +01:00
R. RyanTM
8b42ff460c gthumb: 3.8.2 -> 3.8.3 2020-01-06 06:38:25 -08:00
Doron Behar
01fb51db81 pdfcpu: 0.3.1 -> 0.3.2 2020-01-05 15:12:45 +01:00
Frederik Rietdijk
f08e3e38d4 Merge master into staging-next 2020-01-02 21:41:13 +01:00
Robin Gloster
313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
Robin Gloster
f9f46dc327
treewide: NIX_*_FLAGS -> string 2019-12-31 00:15:46 +01:00
Robin Gloster
ab0cfd9e03
treewide: NIX_*_COMPILE -> string 2019-12-31 00:10:18 +01:00
Maximilian Bosch
6885a05192
rx: restrict builds to x86 targets 2019-12-30 18:47:34 +01:00
Frederik Rietdijk
6d059becd3 Merge gcc-9 into staging (#68029) 2019-12-30 16:38:38 +01:00
Frederik Rietdijk
bfa5af85b7 Merge staging-next into staging 2019-12-30 16:25:56 +01:00
Oleksii Filonenko
d8623a2137
rx: add filalex77 to maintainers 2019-12-30 17:23:42 +02:00
Oleksii Filonenko
98224979fb
rx: 0.2.0 -> 0.3.0
- Remove "--features" invocations
- Refactor some meta attributes
2019-12-30 17:23:42 +02:00
ajs124
863794cbba yeetgif: init at 1.23.5 2019-12-30 15:49:34 +01:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Doron Behar
5f80b37036 pdfcpu: 0.3 -> 0.3.1 (#76556) 2019-12-29 10:08:42 -05:00
Dmitry Kalinkin
435b8862c6
Merge pull request #76528 from hamishmack/darktable-macos
darktable: Add openmp when cc.isClang to fix macos
2019-12-27 16:36:49 -05:00
Nathan
b0caf68bff
maintainer-list.nix: remove ndowens 2019-12-26 16:47:41 -05:00
Maximilian Bosch
9842c4b107
treewide: update which packages I'm currently maintaining
Idea shamelessly stolen from 4e60b0efae.

I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.

As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.

I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
2019-12-26 15:27:47 +01:00
Franz Pletz
77b6c3cd06
Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00
Hamish Mackenzie
db60032141
darktable: Add openmp when cc.isClang to fix macos 2019-12-26 00:02:35 -07:00
Jan Tojnar
d059e1a720
Merge pull request #76358 from r-ryantm/auto-update/openimageio
openimageio2: 2.0.12 -> 2.1.9.0
2019-12-25 20:00:41 +01:00
AmineChikhaoui
db14939ea3
darktable: remove darwin from the supported platforms 2019-12-25 11:35:05 -05:00
AmineChikhaoui
6bff3d8be5
darktable: 2.6.3 -> 3.0.0 2019-12-25 05:34:29 -05:00
Jörg Thalheim
89c55c0a6d
net-snmp: split outputs (#76155)
net-snmp: split outputs
2019-12-25 06:27:55 +00:00
Jan Tojnar
a71baa5be6
openimageio2: 2.0.12 -> 2.1.9.0 2019-12-25 04:12:24 +01:00
Pavol Rusnak
f709da62cb runwayml: 0.9.0 -> 0.10.11 2019-12-23 15:14:15 +00:00
Ryan Mulligan
e5b1598564
Merge pull request #76215 from r-ryantm/auto-update/avocode
avocode: 4.0.1 -> 4.2.1
2019-12-23 05:55:17 -08:00
R. RyanTM
1f705c691c avocode: 4.0.1 -> 4.2.1 2019-12-22 21:20:17 -08:00
worldofpeace
2dd7d4dd44 treewide: pantheon updateScript 2019-12-22 18:20:55 -05:00
Jörg Thalheim
725f85e271
net-snmp: rename from net_snmp 2019-12-21 22:56:08 +00:00
Jan Tojnar
76c526a4fb
Merge pull request #75909 from jtojnar/gtkglext-fix
Do not depend on pangox_compat
2019-12-20 01:14:08 +01:00
Daniël de Kok
cc03522f52 drawio: 12.3.2 -> 12.4.2
Changelog:

* Updates to draw.io 12.4.2, changes from, and including, 12.3.2 to
  12.4.2 are new in this desktop release.
* Updates to Electron 7.1.5
2019-12-19 07:42:10 +01:00
Jan Tojnar
c324283e8c
k3d: drop unneeded pangox_compat
It was probably needed before gtkglext propagated it.
2019-12-19 00:49:14 +01:00
Mario Rodas
352f030b71
Merge pull request #75385 from pacien/gscan2pdf-v2.6.2
gscan2pdf: 2.5.6 -> 2.6.2
2019-12-17 09:31:13 -05:00
Maciej Krüger
9af73d9326 pick-colour-picker: init at unstable-2019-10-11 2019-12-16 11:16:11 -08:00
nyanloutre
2abd0a559c treewide: replace kcalcore dependencies with kcalendarcore 2019-12-15 16:13:49 +01:00
worldofpeace
be13df6c76
Merge pull request #75465 from worldofpeace/gnome-args
doc/gnome: update wrapper args example, remove proliferated uses
2019-12-15 00:13:17 -05:00
worldofpeace
abe3475df8 treewide: remove bash snippets in flags
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
2019-12-15 00:10:41 -05:00
Francesco Gazzetta
feb775244c drawpile: 2.1.14 -> 2.1.15 (#75553) 2019-12-12 17:56:07 -05:00
worldofpeace
b99ca2f33f mirage: remove 2019-12-10 22:33:11 -05:00
worldofpeace
28d4283121 mcomix: remove 2019-12-10 22:33:11 -05:00
worldofpeace
cd6c028a1b cinepaint: remove 2019-12-10 22:33:09 -05:00
pacien
735fc5b773 gscan2pdf: 2.5.6 -> 2.6.2 2019-12-09 19:17:06 +01:00
WilliButz
5b5e33d9b9
Merge pull request #75211 from r-ryantm/auto-update/feh
feh: 3.2.1 -> 3.3
2019-12-08 12:42:56 +01:00
R. RyanTM
457a3c760d feh: 3.2.1 -> 3.3 2019-12-07 21:49:54 -08:00
Jan Tojnar
866dd4c0b4
Merge pull request #66390 from KoviRobi/mandelbulber2-init-at-2.19
mandelbulber: init at 2.20
2019-12-06 11:19:32 +01:00
Kovacsics Robert
d6c37ff788 mandelbulber: init at 2.20
Tested on my machine, see package request #52038
2019-12-06 09:34:39 +00:00
Frederik Rietdijk
51ef7c3e49 Merge master into staging-next 2019-12-05 09:14:08 +01:00
Mateusz Kowalczyk
1451a52a38 Remove myself (fuuzetsu) from maintainer lists
I haven't been doing any maintenance for a long time now and not only
do I get notified, it also creates a fake impression that all these
packages had at least one maintainer when in practice they had none.
2019-12-05 16:29:48 +09:00
Will Dietz
e90bef28ed
azpainter: 2.1.4 -> 2.1.5 2019-12-04 22:21:06 -06:00
Jan Tojnar
deecdeae30
Merge pull request #74961 from jtojnar/gimp-libdir
gimp: use prefix-relative libdir
2019-12-04 09:56:30 +01:00
Jan Tojnar
375c4b110f
gimp: use prefix-relative libdir
Multiple outputs hard-code libdir, which prevents plug-ins to override it in gimpplugindir variable.
2019-12-04 02:33:42 +01:00
Mario Rodas
f469c6bb71
Merge pull request #74729 from danieldk/drawio-12.3.2
drawio: 12.2.2 -> 12.3.2
2019-12-03 20:32:29 -05:00
worldofpeace
ddf711c925
Merge pull request #74332 from filalex77/akira-2019-10-12
akira-unstable: init at 2019-10-12
2019-12-03 17:01:12 +00:00
Jan Tojnar
30fae2883e
Merge branch 'master' into staging-next 2019-12-03 16:51:48 +01:00
Jan Tojnar
d2da3202ea
Merge pull request #74558 from r-ryantm/auto-update/poppler-utils
poppler: 0.81.0 -> 0.83.0
2019-12-03 16:50:55 +01:00
Jan Tojnar
65952e7d27
inkscape: fix build with Poppler 0.83.0 2019-12-03 14:50:49 +01:00
Oleksii Filonenko
f5257359d8
akira-unstable: init at 2019-10-12
Co-authored-by: worldofpeace <worldofpeace@users.noreply.github.com>
2019-12-03 14:06:40 +02:00
Jan Tojnar
7f275732dd
gscan2pdf: fix eval with allowAliases = false 2019-12-03 01:57:12 +01:00