3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

3133 commits

Author SHA1 Message Date
Timo Kaufmann 40178ea3a2
Merge pull request #90515 from fgaz/evilpixie/init
impy,evilpixie: init
2020-06-20 16:04:30 +02:00
Florian Klink 34efb1df34
Merge pull request #90328 from priegger/fix/sane-backends
sane-backends: 1.0.28 -> 1.0.30
2020-06-19 00:35:18 +02:00
David Guibert e1e044e70e
Merge pull request #90072 from jobojeha/paraview_5_8
paraview: 5.6.3 -> 5.8.0
2020-06-18 22:23:26 +02:00
R. RyanTM e487f9f708 avocode: 4.6.4 -> 4.7.0 2020-06-17 12:41:36 -07:00
R. RyanTM fdc434621c goxel: 0.10.5 -> 0.10.6 2020-06-17 12:17:45 -07:00
Mario Rodas 2bb7965655
Merge pull request #99436 from r-burns/ppc64le-imagemagick
imagemagick: enable on ppc64le
2020-10-03 22:55:59 -05:00
Doron Behar c9195c15ce pdfcpu: 0.3.5 -> 0.3.6 2020-10-03 14:08:21 +03:00
Ryan Burns 5f265ce646 imagemagick: enable on ppc64le 2020-10-02 18:46:18 -07:00
Patrick Hilhorst f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Jan Solanti 360aded63d renderdoc: 1.9 -> 1.10 2020-10-01 17:49:13 +03:00
ajs124 083b64c63f imagemagick: 6.9.11-14 -> 6.9.11-29 2020-09-30 11:20:53 +10:00
pacien b3f8642587 gscan2pdf: 2.8.1 -> 2.9.1 2020-09-29 06:55:49 +02:00
Ryan Mulligan 0a74860735
Merge pull request #98911 from r-ryantm/auto-update/yacreader
yacreader: 9.6.2 -> 9.7.1
2020-09-27 21:12:40 -07:00
R. RyanTM ec34833248 yacreader: 9.6.2 -> 9.7.1 2020-09-27 03:44:14 +00:00
Gabriel Ebner bbb854f974
Merge pull request #98845 from gebner/freecad019git 2020-09-26 17:30:56 +02:00
Gabriel Ebner 58121fe1b0 freecadStable: init at 0.18.4 2020-09-26 14:28:36 +02:00
Gabriel Ebner 22301b66cd freecad: 0.18.4 -> unstable-2020-09-25 2020-09-26 13:49:42 +02:00
Thomas Tuegel b10e170cb3
Merge pull request #98721 from callahad/digikam-7.1.0
digikam: 6.4.0 -> 7.1.0
2020-09-26 06:18:06 -05:00
Thomas Tuegel 2e48e306f6
Merge pull request #98795 from callahad/digikam-icons
digikam: fix broken icons
2020-09-26 06:16:27 -05:00
Dan Callahan c4c101e414
digikam: unbreak media playback
This patch re-adds libqtav to digikam's list of dependencies, restoring
support for video playback in the application.
This effectively reverts commit 5194e7c0cb
2020-09-26 08:38:59 +01:00
Dan Callahan afec4b31bd
digikam: fix broken icons
Ensures that the Breeze icon theme is available to digikam.
Without this, digikam breaks in strange ways.

Fixes #65322
Fixes #78225
2020-09-25 21:49:29 +01:00
Dan Callahan a9e0dd08d1
digikam: 6.4.0 -> 7.1.0 2020-09-25 09:06:48 +01:00
R. RyanTM 9962661ef3 drawio: 13.6.2 -> 13.7.3 2020-09-25 05:27:01 +00:00
Vincent Laporte 4e155d6be9
fontmatrix: 0.6.0 → 0.6.0-qt5 (#97800)
This is an unofficial port of Fontmatrix 0.6.0 to Qt5

Co-authored-by: symphorien <symphorien@users.noreply.github.com>
2020-09-21 08:01:37 +02:00
Maxwell L-T d3a2be1e7e yed: 3.20 -> 3.20.1 2020-09-19 09:11:18 +02:00
Jan Tojnar db64508779
ufraw: mark broken
It does not build so let's mark it broken in order for gimp-with-plugins not to be broken.

Fixes: https://github.com/NixOS/nixpkgs/issues/98103
2020-09-16 16:58:36 +02:00
WORLDofPEACE 0026c20ea1
Merge pull request #98007 from neonfuz/akira
akira: 2020-05-01 -> 0.0.13
2020-09-14 20:53:02 -04:00
Ryan Mulligan 8cdf9c95c4
Merge pull request #97280 from tex/airscan
airscan: 0.99.8 -> 0.99.16
2020-09-14 14:52:55 -07:00
Sage Raflik de248c05cf akira: 2020-05-01 -> 0.0.13 2020-09-14 16:31:11 -05:00
Jan Tojnar 35deaa45a1
inkscape_0: drop
Inkscape 1.0.1 re-added the old CLI flags:
3ca6a4ed08
2020-09-10 20:46:55 +02:00
Jan Tojnar a45e68be36
inkscape: 1.0 → 1.0.1
https://inkscape.org/news/2020/09/06/inkscape-version-101-patches-crashes-bugs/
https://inkscape.org/release/inkscape-1.0.1/
2020-09-10 20:35:33 +02:00
Robert Scott 20e90aac2e
Merge pull request #95114 from raboof/inkscape-extensions
inkscape: allow loading external extensions
2020-09-10 19:26:03 +01:00
Arnout Engelen 2e0a15fce1
inkscape-extensions.hexmap: init at 2020-06-06 2020-09-10 20:21:52 +02:00
Arnout Engelen 67b4880faa
inkscape: introduce a way to add external extensions
Co-Authored-By: Stefan Siegl <stesie@brokenpipe.de>
2020-09-10 09:17:49 +02:00
David Anderson 3a38cef8f9 jasper: remove, abandoned upstream.
Jasper has been marked insecure for a while, and upstream has not
been responsive to CVEs for over a year.

Fixes #55388.

Signed-off-by: David Anderson <dave@natulte.net>
2020-09-09 18:29:42 +00:00
Francesco Gazzetta 1c8d65f940 drawpile: fix build by adding libsecret 2020-09-09 15:39:00 +02:00
Jan Tojnar 26f8b201a1
Merge pull request #97416 from jtojnar/mypaint-hicolor
mypaint: fix crash without hicolor-icon-theme
2020-09-08 09:39:05 +02:00
Jan Tojnar 492de7bb2b
mypaint: fix crash without hicolor-icon-theme
Mypaint seems to check for a presence of this theme scaffold and crashes when not present.
Let’s add this since it weights almost nothing.
2020-09-08 05:35:27 +02:00
Thomas Tuegel 0368d93a9e
qtikz: proper Qt dependencies 2020-09-07 10:50:10 -05:00
Mario Rodas 90ee9e6315
Merge pull request #96967 from doronbehar/pkg/pdfcpu
pdfcpu: 0.3.4 -> 0.3.5
2020-09-06 23:27:01 -05:00
Milan Svoboda adcaba3809 airscan: 0.99.8 -> 0.99.16 2020-09-06 12:16:04 +02:00
Doron Behar de3a4a0569 pdfcpu: 0.3.4 -> 0.3.5 2020-09-06 08:20:27 +03:00
Ryan Mulligan f588116f3e
Merge pull request #97195 from r-ryantm/auto-update/lightburn
lightburn: 0.9.15 -> 0.9.16
2020-09-05 06:02:34 -07:00
R. RyanTM 9a21fc26a2 lightburn: 0.9.15 -> 0.9.16 2020-09-05 06:36:43 +00:00
Robert Scott 712f366ecc
Merge pull request #94579 from tfmoraes/meshlab-20.07
meshlab: 2020.03 -> 2020.07
2020-09-04 20:00:12 +01:00
Thiago Franco de Moraes 48b902dcd7
meshlab: 2020.03 -> 2020.07 2020-09-03 23:17:11 -03:00
Mario Rodas e7acfe332d
Merge pull request #96740 from r-ryantm/auto-update/xfractint
xfractint: 20.04p15 -> 20.04p16
2020-08-31 20:56:09 -05:00
R. RyanTM 9a94b93acf xfractint: 20.04p15 -> 20.04p16 2020-08-31 07:32:15 +00:00
Andy Tockman 612b7f71a0 feh: add enableAutoreload option
This change enables the inotify-based auto-reload feature of feh, which
causes images to be refreshed when the image file changes.
2020-06-16 19:48:50 -05:00
Doron Behar db20a2371c
krop: move libsForQt5.poppler out of propagatedBuildInputs (#87790) 2020-06-16 22:02:48 +02:00
Léo Gaspard a1095de695
Merge pull request #90582 from r-ryantm/auto-update/krop
krop: 0.5.1 -> 0.6.0
2020-06-16 22:00:51 +02:00
R. RyanTM 7a89140466 krop: 0.5.1 -> 0.6.0 2020-06-16 06:43:29 +00:00
Francesco Gazzetta 21720b4c93 evilpixie: init at 0.2 2020-06-15 18:45:01 +02:00
Ryan Mulligan aa060ababf
Merge pull request #90448 from r-ryantm/auto-update/yeetgif
yeetgif: 1.23.5 -> 1.23.6
2020-06-15 08:11:01 -07:00
R. RyanTM 4a09efd523 yeetgif: 1.23.5 -> 1.23.6 2020-06-15 06:33:14 +00:00
Philipp Riegger 03690ba290 sane-backends: 1.0.28 -> 1.0.30 2020-06-14 12:53:23 +02:00
Daniël de Kok b188f230cb drawio: 13.0.3 -> 13.2.2
Changelog:

https://github.com/jgraph/drawio-desktop/releases/tag/v13.2.2
2020-06-14 08:41:35 +02:00
Doron Behar 01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Jan Tojnar 3437d3c64f
Merge pull request #90154 from adisbladis/gimp-2_10_20 2020-06-12 11:29:25 +02:00
markuskowa 3f2e6b9c4b
Merge pull request #90148 from markuskowa/fix-lics
Fix licenses
2020-06-11 23:20:00 +02:00
adisbladis d7ffb5fa07
gimp: 2.10.18 -> 2.10.20 2020-06-11 20:45:07 +02:00
R. RyanTM 2e264a8908 imagemagick7: 7.0.10-14 -> 7.0.10-17 2020-06-11 10:30:33 -07:00
Markus Kowalewski d00013fd7c
jpeg-archive: add license 2020-06-11 18:27:33 +02:00
Jonathan Jeppener-Haltenhoff 7d424a400d paraview: 5.6.3 -> 5.8.0 2020-06-10 18:59:56 +02:00
Vladimír Čunát a5f5d020c6
Merge branch 'staging-next' 2020-06-10 16:13:48 +02:00
Maximilian Bosch 1095a14993
Merge pull request #89940 from r-ryantm/auto-update/feh
feh: 3.4 -> 3.4.1
2020-06-10 14:24:32 +02:00
Jan Tojnar c637cbe992
Merge branch 'master' into staging-next 2020-06-10 04:10:34 +02:00
R. RyanTM fbace4e4ed feh: 3.4 -> 3.4.1 2020-06-09 15:57:43 +00:00
R. RyanTM 41525f7d9a avocode: 4.6.3 -> 4.6.4 2020-06-09 08:01:11 +00:00
Frederik Rietdijk dc33419285 Merge master into staging-next 2020-06-08 12:06:12 +02:00
Ryan Mulligan d0abc5d54f
Merge pull request #89597 from r-ryantm/auto-update/cq-editor
cq-editor: 0.1RC2 -> 0.1.1
2020-06-07 15:39:19 -07:00
Jan Solanti 7bdddd0917 renderdoc: 1.7 -> 1.8 2020-06-07 15:58:02 +02:00
R. RyanTM d3b5e28142 cq-editor: 0.1RC2 -> 0.1.1 2020-06-06 04:56:35 +00:00
Frederik Rietdijk 43f71029cc Merge master into staging-next 2020-06-05 19:40:53 +02:00
Frederik Rietdijk a4ed97daf0 pythonmagick -> python2.pkgs.pythonmagick
Python bindings should be in python-packages.nix.
2020-06-05 12:01:02 +02:00
josephtheengineer 4eaa5a0863
freecad: use wrapQtAppsHook 2020-06-05 14:16:52 +10:00
Frederik Rietdijk 08900c0554 Merge master into staging-next 2020-06-04 15:25:54 +02:00
Lassulus 872fedd192
Merge pull request #88889 from paperdigits/displaycal
displaycal: 3.5 -> 3.8.9.3
2020-06-04 11:01:39 +02:00
Mario Rodas 0ad42c656c
Merge pull request #89319 from zaninime/sane-airscan-update
sane-airscan: 0.99.0 -> 0.99.3
2020-06-03 20:44:01 -05:00
Daiderd Jordan 7b3a2963d1
treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
Michael Weiss 8a9cbdb549
tev: 1.15 -> 1.16 2020-06-03 16:13:07 +02:00
Francesco Zanini 07d3ca8112 sane-airscan: 0.99.0 -> 0.99.3 2020-06-01 19:22:30 +02:00
Daiderd Jordan b7ddbd52bd
treewide: replace SRI hashes 2020-06-01 15:24:19 +02:00
Frederik Rietdijk 36d9eeb9c7 Merge staging-next into staging 2020-05-29 17:06:01 +02:00
Mario Rodas b6b424b490
Merge pull request #88041 from zowoq/imagemagick
imagemagick: 6.9.10-71 -> 6.9.11-14, 7.0.9-0 -> 7.0.10-14
2020-05-28 23:55:50 -05:00
Mario Rodas daf2f7cf29
Merge pull request #89088 from r-ryantm/auto-update/pdfcpu
pdfcpu: 0.3.2 -> 0.3.3
2020-05-28 19:42:43 -05:00
Frederik Rietdijk 03de4c02fb Merge staging-next into staging 2020-05-28 22:05:36 +02:00
R. RyanTM 931b3f225e pdfcpu: 0.3.2 -> 0.3.3 2020-05-28 08:15:45 +00:00
R. RyanTM 5384385c79 fondo: 1.3.8 -> 1.3.9 2020-05-27 10:11:27 -07:00
Frederik Rietdijk 362d88c2b1 Merge staging-next into staging 2020-05-27 15:27:28 +02:00
Rick van Schijndel 5b32225cc1 nomacs: remove unused patch
This patch became obsolete in the previous update, so can be removed.
2020-05-26 19:56:37 +02:00
Rick van Schijndel 7042530075 nomacs: remove old maintainer, add myself as maintainer
The old maintainer @ahmedtd sent me the following email:

Title: Are you interested in being the NixPkgs maintainer for nomacs?
Body: I don't run NixOS anymore, so I can't really build or check the PRs.
2020-05-26 19:44:00 +02:00
Mica Semrick 009284cd4c displaycal: 3.5 -> 3.8.9.3 2020-05-25 11:42:40 -07:00
markuskowa 2901376d00
Merge pull request #88256 from r-ryantm/auto-update/avocode
avocode: 4.6.2 -> 4.6.3
2020-05-24 13:35:23 +02:00
Frederik Rietdijk d578248611 Merge staging-next into staging 2020-05-24 10:10:06 +02:00
Dmitry Kalinkin e4cd1ba5b8 openscad: use wrapQtApp for macOS app 2020-05-24 07:52:19 +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
adisbladis 1f8bda3ce2
ivm: Package is not x86 specific 2020-05-23 22:47:22 +01:00
Frederik Rietdijk 8a77c900dd Merge staging-next into staging 2020-05-23 10:25:19 +02:00
Benjamin Hipple 531eab10a8
Merge pull request #88572 from marcus7070/marcus7070/cq-bump
python3Packages.cadquery: 2.0RC0 -> 2.0
2020-05-22 10:34:58 -04:00
Orivej Desh 16d7f7edae Merge branch 'master' into staging 2020-05-22 09:13:23 +00:00
Scott Worley 4085661911 opentoonz: Init at 1.4.0 2020-05-22 01:25:44 -07:00
Marcus Boyd a2ba99b22f cq-editor: 0.1RC1 -> 0.1RC2 2020-05-22 14:25:48 +09:30
R. RyanTM 71d291d7c7 gnome-photos: 3.34.1 -> 3.34.2 2020-05-21 12:38:37 +00:00
R. RyanTM cca54adf81 avocode: 4.6.2 -> 4.6.3 2020-05-20 07:44:20 +00:00
Jan Tojnar f8a9c6efac
Merge branch 'staging-next' into staging 2020-05-18 21:09:48 +02:00
Rick van Schijndel 4007543e66 nomacs: 3.12 -> 3.14.2 2020-05-16 12:01:27 +02:00
John Ericson ee8cfe4bf3 treewide: pkg-config has targetPrefix 2020-05-16 00:21:21 +00:00
adisbladis 730133e130
darktable: Remove doc directory from output
It puts very generic file names in the store like
`$out/share/doc/README.md` which has a high risk of collisions.
2020-05-15 10:38:39 +01:00
Mario Rodas c8010f6a13
Merge pull request #87745 from zaninime/sane-update
sane-airscan: 0.9.17 -> 0.99.0
2020-05-14 08:04:23 -05:00
Colin L Rice d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Francesco Zanini 5629e60d71 sane-airscan: 0.9.17 -> 0.99.0 2020-05-13 17:53:40 +02:00
Lassulus 83b618a11b
Merge pull request #87282 from symphorien/krop-desktop-file
krop: install desktop file
2020-05-12 23:30:28 +02:00
R. RyanTM 0e0995d14c yed: 3.19.1.1 -> 3.20 2020-05-11 03:04:49 +00:00
Symphorien Gibol 6bac73bc4a krop: install desktop file 2020-05-10 12:00:00 +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
Martin Weinelt 459bad4be4 graphicsmagick: 1.3.32 → 1.3.35
Fixes: CVE-2020-10938
2020-05-09 09:35:44 +02:00
R. RyanTM d2be85f9f1 krita: 4.2.7.1 -> 4.2.9 2020-05-09 08:53:31 +02:00
Mario Rodas e813d1b30c
Merge pull request #86859 from cole-h/qimgv
qimgv: 0.9 -> 0.9.1
2020-05-08 05:58:17 -05:00
Jon c12f5a256d
Merge pull request #86901 from r-ryantm/auto-update/gthumb
gthumb: 3.8.3 -> 3.10.0
2020-05-05 18:50:02 -07:00
Ryan Mulligan 7a040bd6e4
Merge pull request #86782 from r-ryantm/auto-update/avocode
avocode: 4.4.3 -> 4.6.2
2020-05-05 06:01:04 -07:00
R. RyanTM 67ee391c56 gthumb: 3.8.3 -> 3.10.0 2020-05-05 07:56:35 +00:00
Cole Helbling d0de28e20a
qimgv: 0.9 -> 0.9.1
https://github.com/easymodo/qimgv/compare/v0.9...v0.9.1
2020-05-04 17:22:25 -07:00
R. RyanTM f45c1dc89e avocode: 4.4.3 -> 4.6.2 2020-05-04 14:30:48 +00:00
Guillaume Bouchard b3c18fe2be
apitrace: fix OpenGL library path and Qt GUI (#86475)
For unknown reasons, Apitrace breaks the runpath of the traced program.
OpenGL programs on nix are looking at /run/opengl-driver/lib to find the
system OpenGL driver.

This change:

- add path /run/opengl-driver{-32} to the RPATH of the wrapper
libraries. This fixs tracing with `apitrace trace`.
- add rpath to `libglnvd` and `libGL` to the `{e}glretrace` binaries.
These libraries are loaded at runtime, but does not appears as NEEDED in
the binaries, hence the need for the explicit rpath addition. This fix
`{e}glretrace`.
- Explicitly add Qt wrapper to `qapitrace`. It fixs the GUI.

Co-authored-by: Florian Klink <flokli@flokli.de>

Co-authored-by: Florian Klink <flokli@flokli.de>
2020-05-04 12:39:44 +00:00
Benjamin Hipple 5ce11e6853
Merge pull request #86564 from r-ryantm/auto-update/fstl
fstl: 0.9.3 -> 0.9.4
2020-05-03 00:41:10 -04:00
R. RyanTM 8beea3f8ce fstl: 0.9.3 -> 0.9.4 2020-05-02 10:15:25 +00:00
R. RyanTM 44dd05c5f9 drawio: 12.9.9 -> 13.0.3 2020-05-02 07:05:39 +00:00
Cole Helbling a3f27a2720 qimgv: 0.8.9 -> 0.9
https://github.com/easymodo/qimgv/compare/v0.8.9...v0.9
2020-05-01 09:16:16 +02:00
Jörg Thalheim fb159eba4f
Merge pull request #86355 from Dema/darktable-3.0.2 2020-04-29 22:23:12 +01:00
Dmitry Olyenyov c7f9151479 darktable: 3.0.1 -> 3.0.2 2020-04-29 23:45:11 +03:00
Jan Tojnar e89e2edc73
libusb-compat-0_1: rename from libusb 2020-04-28 05:33:41 +02:00
Nikolay Korotkiy 73f3469c76
azpainter: 2.1.5 -> 2.1.6 (#86028) 2020-04-26 12:11:09 +00:00
worldofpeace b4d5dd861b
Merge pull request #84673 from mmilata/qt5-mkDerivation-stdenv
Use qt5's mkDerivation in packages that otherwise crash
2020-04-22 13:39:46 -04:00
Martin Milata a0a076b857 awesomebump: use qt5's mkDerivation
Wrap Qt program manually, remove makeWrapper from nativeBuildInputs.
2020-04-22 15:23:10 +02:00
Martin Milata 606a15d9d8 phototonic: use qt5's mkDerivation 2020-04-22 15:21:50 +02:00
Martin Milata 2986699ab0 qcomicbook: use qt5's mkDerivation 2020-04-22 15:21:50 +02:00
Martin Milata 904fc69424 write_stylus: use qt5's mkDerivation 2020-04-22 15:21:49 +02:00
Nikolay Korotkiy 42d290316c xournalpp: 1.0.17 -> 1.0.18 2020-04-21 19:45:02 +02:00
Vladimír Čunát d96487b9ca
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1582510
2020-04-18 07:42:26 +02:00
worldofpeace 786946a952
Merge pull request #83782 from mkg20001/krita-fix
krita: disable parallel building #35359
2020-04-17 09:42:19 -04:00
Constantine Glen Evans 919293492b ipe: fix Qt wrapping
Uses mkDerivation instead of stdenv.mkDerivation, to fix Qt wrapping problem.
2020-04-16 20:31:22 -07:00
Jan Tojnar 3d8e436917
Merge branch 'master' into staging-next 2020-04-16 10:09:43 +02:00
worldofpeace a6e85bd6c2
Merge pull request #84361 from dominikh/luminanceHDR-wrapQtAppsHook
luminance-hdr: use Qt5's mkDerivation
2020-04-14 08:32:30 -04:00
Jan Tojnar a725962ae9
inkscape: drop redundant enableParallelBuilding
With CMake it is on by default.
2020-04-14 11:32:41 +02:00
Jan Tojnar 0995d779a3
Merge pull request #85184 from jtojnar/inkscape-0.92.5
inkscape: 0.92.4 → 0.92.5
2020-04-14 10:21:25 +02:00
Benjamin Hipple 3988732856
Merge pull request #84965 from cole-h/qimgv
qimgv: enable video support
2020-04-13 22:11:55 -04:00
Jan Tojnar a926e7358f
inkscape: add jtojnar as maintainer 2020-04-14 02:05:49 +02:00
Jan Tojnar a48d86e851
inkscape: 0.92.4 → 0.92.5
https://gitlab.com/inkscape/inkscape/-/tags/INKSCAPE_0_92_5
2020-04-14 02:05:49 +02:00
Jan Tojnar eff936e8b9
inkscape: format with nixpkgs-fmt
Also order the build inputs alphabetically and switch to pname+version.
2020-04-14 02:05:33 +02:00
Jan Tojnar 38e316d398
inkscape: clean up
The unpackPhase override was only needed when the download server mangled the file extension:

https://github.com/NixOS/nixpkgs/pull/23652
2020-04-14 02:05:12 +02:00
Jonathan Ringer 8fdc7cc1d0 kodelife: preferLocalBuild 2020-04-13 10:40:27 -07:00
Jonathan Ringer 088afc8375 kodelife: fix non-x86 hashes 2020-04-13 10:40:27 -07:00
Jan Tojnar a04625379a
Merge branch 'master' into staging-next 2020-04-13 18:50:35 +02:00
R. RyanTM 50605b6927 kodelife: 0.8.8.110 -> 0.9.0.129 2020-04-12 17:45:00 -07:00
Maximilian Bosch 2d836ab922
feh: 3.3 -> 3.4
https://feh.finalrewind.org/archive/3.4/
2020-04-12 10:05:04 +02:00
Cole Helbling a276d1220d
qimgv: enable video support
I actually went back and `strace`'d the binary when it complained about
being unable to load the library it uses for playing videos. Turns out,
it wasn't finding the library because it wasn't in any of its library
paths. I added the lib path to `LD_LIBRARY_PATH` so it can find the
library it uses to play videos, and now things are peachy.

There is a (seemingly innocuous) error that gets displayed from Exiv2
being unable to determine its image type. Since it's actually a video, I
think it's fine. Another issue that pops up in the output is missing
`libcuda.so.1`, but that doesn't seem to affect functionality, and using
`addOpenGLRunpath` on both the binary and libraries didn't silence it.

Also did a little formatting.
2020-04-11 16:35:28 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jan Tojnar 1ab03c3a76
Merge branch 'master' into staging-next 2020-04-10 12:12:56 +02:00
Daniël de Kok ba8ffb5d2c drawio: 12.9.3 -> 12.9.9
Changelog:

- Updates to draw.io 12.9.9, changes from, and including, 12.9.4 to
  12.9.9 are new in this desktop release.
- Updates to Electron 8.2.1
- Fixes opening multiple files from explorer
- Fixes file path persistence

https://github.com/jgraph/drawio-desktop/releases/tag/v12.9.9
2020-04-10 00:25:38 -07:00
Mario Rodas ab1a184de3
Merge pull request #82267 from zaninime/sane-airscan
sane-airscan: init at 0.9.17
2020-04-09 10:51:09 -05:00
Tor Hedin Brønner 88607e0e02
Merge pull request #84694 from hedning/gnome-3.36.1
Gnome 3.36.1
2020-04-09 10:37:23 +02:00
Samuel Leathers 72cb7f81fd
Merge pull request #81442 from manveru/bundler-2.1.4
bundler: 1.17.3 -> 2.1.4
2020-04-08 12:44:54 -04:00
Tor Hedin Brønner a04dda2f6e shotwell: 0.31.0 -> 0.31.1 2020-04-08 09:48:14 +02:00
Dominik Honnef b233a19fe1 luminance-hdr: use Qt5's mkDerivation 2020-04-08 01:37:16 +02:00
Michael Fellinger f92600b406
update versions in Gemfile.lock 2020-04-06 15:02:13 +02:00
Jan Tojnar 5d4c6f7bda
Merge branch 'staging-next' into staging 2020-04-04 13:17:59 +02:00
Jan Tojnar 71557e5141
fluxus: Attempt to fix build
It requires Python2 scons.

But after fixing this, it fails with a different error.
2020-04-04 09:38:47 +02:00
Frederik Rietdijk edaa972160 Merge staging-next into staging 2020-04-03 21:55:10 +02:00
Doron Behar 044dfab5a4 gthumb: add gst plugins for video playback 2020-04-02 17:40:30 +02:00
Jan Tojnar 15002f1cfd
tree-wide: Switch from gnome3.maintainers to lib.teams.gnome 2020-04-01 14:41:43 +02:00
Maciej Krüger 321bc323a2
krita: disable parallel building #35359 2020-03-30 16:55:20 +02:00
R. RyanTM 7d19703e5e drawing: 0.4.11 -> 0.4.13 2020-03-29 14:13:04 +00:00
Jörg Thalheim d04396da8b
Merge pull request #82852 from Mic92/cross-build-rust-package
[WIP] buildRustPackage: enable strictDeps
2020-03-29 14:07:07 +01:00
Jörg Thalheim 22fe76d27d
fluxus: fix hash definition
error: unknown hash algorithm '', at /home/s1691654/git/nixpkgs/pkgs/build-support/fetchurl/default.
(use '--show-trace' to show detailed location information)
2020-03-29 12:37:24 +01:00
R. RyanTM 4c36e14386 drawio: 12.6.5 -> 12.9.3 2020-03-29 02:18:40 +00:00
pacien 1c8b75a027 gscan2pdf: 2.6.3 -> 2.6.5 2020-03-28 13:20:04 +01:00
rnhmjoj 9c7c0e148c
antimony: 2019-10-30 -> 2020-03-28 2020-03-28 09:24:55 +01:00
Patrick Chilton f1e4b3aefb meshlab: 20190129-beta -> 2020.03 2020-03-26 23:07:13 +01:00
Lancelot SIX e7d2655efb
Merge pull request #83034 from r-ryantm/auto-update/darktable
darktable: 3.0.0 -> 3.0.1
2020-03-21 13:05:24 +01:00
R. RyanTM eb3690c462 darktable: 3.0.0 -> 3.0.1 2020-03-20 21:51:56 +00:00
Francesco Zanini af7de69849 sane-airscan: init at 0.9.17 2020-03-20 15:03:59 +01:00
Marcus Boyd 45632582c5 cq-editor: use spyder_3 2020-03-19 07:38:56 +01:00
Vladyslav M 9c2e9960ea
Merge pull request #82646 from dywedir/rx
rx: 0.3.2 -> 0.4.0
2020-03-18 14:41:10 +02:00
John Chadwick 97fb0072db jbrout: remove broken package 2020-03-17 00:56:46 -07:00
Vladyslav M ac106521ae
rx: 0.3.2 -> 0.4.0 2020-03-15 12:49:34 +02:00
jansol 711a86973f
renderdoc: 1.6 -> 1.7
Added libglvnd to fix replaying OpenGL captures with renderdoccmd
2020-03-11 23:45:19 +00:00
Michael Weiss c7fb3750cc
tev: 1.14 -> 1.15 2020-03-10 16:17:19 +01:00
caadar 5ee998bbc2
scantailor-advanced: fix startup using wrapQtAppsHook (#82174) 2020-03-09 19:40:37 -04:00
R. RyanTM 853bf469bc rawtherapee: 5.7 -> 5.8 2020-03-06 07:20:28 +01:00
Ryan Mulligan 1426c3e9ed
Merge pull request #81741 from r-ryantm/auto-update/avocode
avocode: 4.3.0 -> 4.4.3
2020-03-04 19:58:37 -08:00
Danylo Hlynskyi 308d840f03
brscan4: 0.4.4-4 -> 0.4.8-1 (#79872) 2020-03-04 23:47:31 +02:00
R. RyanTM 64310331a5 avocode: 4.3.0 -> 4.4.3 2020-03-04 17:19:28 +00:00
Mario Rodas a1c8c7af61
Merge pull request #81701 from fgaz/drawpile/2.1.17
drawpile: 2.1.16 -> 2.1.17
2020-03-04 08:46:37 -05:00
Mario Rodas ed0c407ac9
Merge pull request #81697 from r-ryantm/auto-update/mandelbulber
mandelbulber: 2.20 -> 2.21
2020-03-04 08:43:22 -05:00
Francesco Gazzetta 2c2584dac8 drawpile: 2.1.16 -> 2.1.17 2020-03-04 09:31:46 +01:00
R. RyanTM 375c42c3a1 mandelbulber: 2.20 -> 2.21 2020-03-04 07:29:40 +00:00
worldofpeace b2f7754e83
Merge pull request #79876 from mothsART/feature/new-package-drawing
drawing: init at 0.4.10
2020-03-04 01:47:49 +00:00
Cole Helbling e2a0073e2d qimgv: init at 0.8.9
A few notes:

* I only run Linux, so that is what I set `meta.platforms` to.
* Video support is broken in both Nix and Arch builds.
2020-03-02 19:08:58 +01:00