Commit graph

1805 commits

Author SHA1 Message Date
Pascal Wittmann f63c21569f
Fix homepage links (see #30636) 2017-11-11 17:36:48 +01:00
Pascal Wittmann 24e87b49b6
Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
dywedir 9b35a335f2 feh: 2.22 -> 2.22.2 2017-11-09 12:52:00 +02:00
Tim Steinbach 88e03e1269
Merge pull request #31314 from dywedir/feh
feh: 2.21 -> 2.22
2017-11-06 12:48:52 +00:00
dywedir a5eaa1cfea feh: 2.21 -> 2.22 2017-11-06 12:15:33 +02:00
Franz Pletz 4f8c5331c8
imagemagick7: 7.0.7-8 -> 7.0.7-9 2017-11-05 16:42:24 +01:00
Franz Pletz 611829ba42
imagemagick: 6.9.9-20 -> 6.9.9-21 2017-11-05 16:42:24 +01:00
Eelco Dolstra 20bb7d5373 krita: 3.2.1 -> 3.3.2 2017-11-05 13:48:19 +01:00
Piotr Bogdan 8904ce343a fix source root locations.
These have changed following commit
c3255fe8ec.

See also:

- https://github.com/NixOS/nixpkgs/pull/31004
- https://github.com/NixOS/nixpkgs/pull/31106
2017-11-02 13:53:36 +00:00
Samuel Leathers 73fe83206e
Merge pull request #30988 from pbogdan/autotrace-insecure
autotrace: mark as insecure
2017-11-01 04:46:55 +01:00
Mica Semrick 37f548e836 hugin: 2016.2.0 -> 2017.0.0 2017-10-30 20:13:27 -07:00
Joachim F 5c35db3e9b
Merge pull request #30953 from teto/sxiv
sxiv: installs .desktop file
2017-10-30 08:56:51 +00:00
Matthieu Coudron cdbcb19e83 sxiv: installs .desktop file
sxiv won't appear in meus as it has NoDisplay but it can be used to
generate the mimetypes.
2017-10-31 01:16:43 +09:00
Albert Safin 6ce4147659 ahoviewer: 1.4.8 -> 1.4.9
- Add xzfc to maintainers
2017-10-28 17:18:08 +02:00
Peter Hoeg 405f905ff8
Merge pull request #30573 from peterhoeg/u/kf5
kde-frameworks: 5.38 -> 5.39
2017-10-28 17:15:28 +08:00
mimadrid 51babe0fa8
shotwell: 0.27.0 -> 0.27.1 2017-10-27 23:11:50 +02:00
Piotr Bogdan 978bba8415 autotrace: mark as insecure 2017-10-27 15:38:05 +01:00
CrazedProgrammer 8327e434c4 astah-community: init at 7.2.0 (#30691)
* astah-community: init at 7.2.0

* astah-community: nitpicks
2017-10-25 14:56:52 +01:00
mimadrid 5715f276da shotwell: 0.26.2 -> 0.27.0 2017-10-24 12:45:38 +01:00
Jörg Thalheim 56a6144593 Merge pull request #30728 from pmiddend/awesomebump-5.1
awesomebump: 4.0 -> 5.1
2017-10-24 11:31:51 +01:00
Joerg Thalheim f6f0b7ac5d awesomebump: do not override qmake build phases
then all the hacks are not necessary
2017-10-24 11:29:17 +01:00
mimadrid 62b467a07d
gthumb: 3.5.1 -> 3.5.3 2017-10-23 22:34:44 +02:00
Franz Pletz bb49391151
imagemagick7: 7.0.7-4 -> 7.0.7-8 2017-10-23 22:16:57 +02:00
Franz Pletz 6af0de6478
imagemagick: 6.9.9-15 -> 6.9.9-20 2017-10-23 22:16:36 +02:00
Philipp Middendorf c9e08b578b awesomebump-4.0 -> 5.1 2017-10-23 18:46:56 +02:00
Peter Hoeg c41d794ecb digikam: minor cleanups 2017-10-23 22:49:46 +08:00
aszlig 27b7192726
digikam: 5.4.0 -> 5.7.0
The build for the version 5.4.0 of digiKam has been broken at the time
prior to this commit, which is the main reason for this update as I
don't think it makes sense to fix the build for 5.4.0 when we're going
to update it anyway.

A lot has changed upstream between version 5.4.0 and 5.7.0 and it's too
much to be summarized here, so here are the URLs to the upstream
announcements:

 * https://www.digikam.org/news/2017-03-14_digiKam_5.5.0_is_released/
 * https://www.digikam.org/news/2017-06-21-5.6.0-release-announcement/
 * https://www.digikam.org/news/2017-09-11-5.7.0_release_announcement/

On the packaging side, we now no longer have the patch that disables
-fno-operator-names because the build runs fine without that patch
(which didn't even apply but I didn't check why) and IMO it doesn't make
sense to rebase that patch for no reason.

Additionally, there were build time dependencies lurking around in
propagatedBuildInputs, which is kinda pointless and the application just
runs fine if those dependencies are listed in buildInputs.

While looking for clues about why that might be necessary I haven't
found any comment about it in the source nor a clarification within the
message of the commit where this has been introduced.

The commit in question is be7b7d908f.

Apart from these changes, the rest is just adding a few dependencies
(kcalcore, libksane, mesa and pcre) to get less errors during
cmakeConfigurePhase.

I've tested digiKam by playing around within a VM using photos I
netcat'ed into it and it works so far. The VM was built using:

nix-build nixos --arg configuration '{ pkgs, ... }: {
  imports = [ ./nixos/tests/common/user-account.nix ];
  environment.systemPackages = [ pkgs.digikam ];
  services.xserver.enable = true;
  services.xserver.displayManager.sddm.enable = true;
  services.xserver.desktopManager.plasma5.enable = true;
  services.xserver.desktopManager.default = "plasma5";
  virtualisation.memorySize = 1024;
}' -A vm

What I didn't test however was whether importing from a camera would
work (as I don't have one), but aside from that, the application seems
to run fine compared to the fact that it didn't even build until now :-)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @the-kenny, @urkud, @viric, @cillianderoiste, @ttuegel
Cc: @jraygauthier, @fkz, @sh01, @lsix
2017-10-19 04:42:53 +02:00
Jörg Thalheim 8c667cc810 Merge pull request #30273 from edef1c/solvespace-escaped-newline
solvespace: remove stray newline escape
2017-10-11 12:22:02 +01:00
dywedir e509f6ffdf feh: 2.20 -> 2.21 2017-10-11 02:36:45 +02:00
jaltek da93e6e678 shutter: 0.93.1 -> 0.94 2017-10-10 19:30:25 +02:00
edef 2314ed72f1 solvespace: remove stray newline escape 2017-10-10 12:01:34 +02:00
Vladimír Čunát ef41fc7f51
Merge branch 'master' into staging
Hydra: ?compare=1399476
2017-10-07 10:17:42 +02:00
Markus Hauck 882bceac5d rawtherapee: 5.2 -> 5.3 2017-10-06 20:00:41 +02:00
Graham Christensen 3bd24be7dc Merge pull request #30102 from jtojnar/gnome-simple-scan
simple-scan: Move to GNOME package set
2017-10-05 17:38:51 -04:00
Orivej Desh 66d4941afe Merge branch 'master' into staging
* master: (48 commits)
  Mathematica: 11.0.1 -> 11.2.0
  kbfs: 20170922.f76290 -> 20171004.40555d
  packer: 1.0.3 -> 1.1.0
  libxdg-basedir: 1.0.2 -> 1.2.0
  fscrypt: 0.2.1 -> 0.2.2
  devtodo: init at 0.1.20
  keybase: 1.0.30 -> 1.0.33
  elixir: Fix locale problem on NixOS
  keybase-gui: 1.0.25 -> 1.0.33
  terraform: 0.10.2 -> 0.10.7  (#30055)
  emby: 3.2.32.0 -> 3.2.33.0
  sbcl: 1.3.21 -> 1.4.0
  ardour: 5.11 -> 5.12
  axoloti: fix evaluation
  axoloti: init at 1.0.12-1
  melpa-packages: Add new lean packages
  fastlane: init at 2.60.1
  nixos/traefik: guard example path
  go-ethereum: 1.7.0 -> 1.7.1
  xzgv: 0.9.1 -> 0.9.2
  ...
2017-10-05 07:41:39 +00:00
Jan Tojnar 50bca782b3
simple-scan: move to gnome3 package set 2017-10-05 01:00:53 +02:00
Orivej Desh dea58ce228 Merge pull request #30069 from jtojnar/gcolor3
gcolor3: init at 2.2
2017-10-04 17:04:01 +00:00
Jörg Thalheim d7d3125ba8 Merge pull request #30081 from womfoo/bump/xzgv-0.9.2
xzgv: 0.9.1 -> 0.9.2
2017-10-04 14:07:17 +01:00
Kranium Gikos Mendoza fa35c520d9 xzgv: 0.9.1 -> 0.9.2 2017-10-04 23:27:51 +11:00
Jan Tojnar ed0146b237
gcolor3: init at 2.2 2017-10-04 14:20:44 +02:00
tv 8bc5f04c06 brscan4: 0.4.4-2 -> 0.4.4-4 2017-10-03 20:30:01 +02:00
Orivej Desh fda26c8476 Merge branch 'master' into staging
* master: (271 commits)
  pysmbc: clarify license
  pysmbc: fix license
  bazel: 0.5.4 -> 0.6.0 (#29990)
  googler: init at 3.3
  go: declare support for aarch64
  firefox-beta-bin: 56.0b5 -> 57.0b4
  spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26
  gogs: 0.11.19 -> 0.11.29
  grafana: 4.5.1 -> 4.5.2
  mopidy-iris: 3.4.1 -> 3.4.9
  nextcloud: 12.0.2 -> 12.0.3
  haskell-json-autotype: jailbreak to fix build within LTS 9.x
  kore: fix up
  kore: init at 2.0.0
  glusterfs service: fix issues with useRpcbind
  tig: 2.2.2 -> 2.3.0
  haskell-hspec-core: enable test suite again
  hackage-packages.nix: automatic Haskell package set update
  librsvg: fix thumbnailer path
  awscli: 1.11.108 -> 1.11.162
  ...
2017-10-02 00:22:12 +00:00
Robin Gloster 40ed226507 treewide: mark a bunch of failing builds as broken
(cherry picked from commit 23fdbaa37599f490435056b9865023870656571b)
[dezgeg: Un-mark shotcut, tokei & uchiwa that do build on master]
2017-10-01 00:26:52 +03:00
Peter Hoeg 3fa6afdb35 kgraphviewer: 2.2.0 -> 2.4.2
This also moves it from qt4 to qt5/kf5.
2017-09-30 14:17:55 +08:00
John Ericson f037625f87 Merge remote-tracking branch 'upstream/staging' into deps-reorg 2017-09-28 12:32:57 -04:00
Franz Pletz de4abf7054
imagemagick7: 7.0.6-4 -> 7.0.7-4 for multiple CVEs
Too many CVEs to list because they are not tracked upstream by release
versions.
2017-09-26 17:28:46 +02:00
Franz Pletz 2d854c4c92
imagemagick: 6.9.9-7 -> 6.9.9-15 for multiple CVEs
Too many CVEs to list because they are not tracked upstream by release
versions.
2017-09-26 17:28:46 +02:00
Joachim F 8ab9502868 Merge pull request #29664 from womfoo/bump-fix/giv-0.9.26
giv: 20150811-git (broken) -> 0.9.26
2017-09-22 20:04:31 +00:00
Tuomas Tynkkynen ab71280823 darwin: Disable some packages that have never built successfully
mate.mate-desktop: https://hydra.nixos.org/build/61110037
gdmap: https://hydra.nixos.org/build/61144743
redsocks: https://hydra.nixos.org/build/61123106
resolv_wrapper: https://hydra.nixos.org/build/61121132
ogmtools: https://hydra.nixos.org/build/61108726
mp3info: https://hydra.nixos.org/build/61139015
lxappearance-gtk3: https://hydra.nixos.org/build/61126327
hdf5-fortran: https://hydra.nixos.org/build/61146631
pqiv: https://hydra.nixos.org/build/61124724
2017-09-22 17:25:38 +03:00
Kranium Gikos Mendoza 5da75526f7 giv: 20150811-git (broken) -> 0.9.26 2017-09-22 21:55:14 +10:00
Jörg Thalheim 5b29e35c8c Merge pull request #29214 from timor/paraview-5.4.0
ParaView: 4.0.1 -> 5.4.0
2017-09-22 08:31:11 +01:00
John Ericson ed14223f8c treewide: Manual fix more pkg-config build-inputs 2017-09-21 15:49:54 -04:00
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
John Ericson 1e73b71e03 synfig: Make pkg-config, autoreconfHook, and gettext nativeBuildInputs 2017-09-21 15:49:53 -04:00
Franz Pletz ede0ecdc69
potrace: 1.14 -> 1.15
Fixes CVE-2017-12067 and other security issues.

Fixes NixOS/security#107.
2017-09-18 17:24:09 +02:00
Eelco Dolstra 9f740f1f7c openimage: 1.7.12 -> 1.7.17 2017-09-16 22:44:35 +02:00
aszlig 8180085733
krita: 3.1.4 -> 3.2.1
New features since version 3.2.0:

  * G'MIC Plugin
  * Touch Painting
  * Smart Patch Tool
  * New Brush Presets

The full release notes can be found at:

https://krita.org/en/release-notes-for-krita-3-2/

Version 3.2.1 contains these fixes:

  * Crash on startup if only OpenGL 2.1 is found: if you had to disable
    opengl for 3.2.0, you can try to enable it again
  * A crash when changing layer types in the gmic-qt plugin
  * A bug where gmic-qt could crash on odd-sized images
  * A regression where using the text tool would break the brush tool
  * The option to use the native platform's file dialogs was restored
  * A bug where selecting the line tool would disable the flow slider
  * Some issues with the LUT docker were fixed

Upstream release notes for 3.2.1:

https://krita.org/en/item/krita-3-2-1-released/

I've dropped the patch, because it was already from the upstream
development version and thus is also included in this release.

Built and tested using a few images and just playing around with a few
new features.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @abbradar, @Mic92, @kragniz
2017-09-16 19:34:28 +02:00
Joachim F 0504dd6fb0 Merge pull request #29141 from danielfullmer/k2pdfopt
k2pdfopt: 2.32 -> 2.42
2017-09-15 16:57:44 +00:00
Tuomas Tynkkynen 14b833e560 awesomebump: Yet another RPATH-contains-TMPDIR hack
https://github.com/NixOS/patchelf/pull/98
2017-09-14 15:45:24 +03:00
Tuomas Tynkkynen eab8124939 pythonmagick: Fix sha256 2017-09-14 15:45:24 +03:00
Frederik Rietdijk 628b6c0e9d Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-11 22:52:53 +02:00
dywedir 1b261730f2 feh: 2.19.3 -> 2.20 2017-09-11 07:26:14 +02:00
timor 274333e222 ParaView: 4.0.1 -> 5.4.0 2017-09-10 18:02:38 +02:00
Peter Hoeg af1f99143f sane-frontends: boy scout cleanups 2017-09-10 15:46:43 +08:00
Peter Hoeg 67c949a8b6 sane-backends: 1.0.25 -> 1.0.27
Use a proper upstream as well.
2017-09-10 15:46:38 +08:00
Peter Hoeg 2dff799a10 sane-backends: support parallel building 2017-09-10 15:46:34 +08:00
Frederik Rietdijk dab3272f47 Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-10 08:56:39 +02:00
Daniel Fullmer 6182b67228 gocr: Install libraries and includes 2017-09-08 19:28:39 -04:00
Daiderd Jordan 25f74ecc8b
c3d: fix darwin build 2017-09-08 22:45:54 +02:00
Daiderd Jordan a8382432d9
autotrace: fix darwin build 2017-09-08 21:08:15 +02:00
Frederik Rietdijk febd5e323d Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-08 20:48:14 +02:00
Kamil Chmielewski d70e64ceff yEd: 3.17 -> 3.17.1 2017-09-08 17:01:06 +02:00
AndersonTorres f93a019816 mcomix: fixup
MComix is failing in the check phase; so, we'll not check it.
2017-09-08 16:38:28 +02:00
Eelco Dolstra ec8d41f08c
Revert "Merge pull request #28557 from obsidiansystems/binutils-wrapper"
This reverts commit 0a944b345e, reversing
changes made to 61733ed6cc.

I dislike these massive stdenv changes with unclear motivation,
especially when they involve gratuitous mass renames like NIX_CC ->
NIX_BINUTILS. The previous such rename (NIX_GCC -> NIX_CC) caused
months of pain, so let's not do that again.
2017-09-07 12:51:21 +02:00
Frederik Rietdijk 9e27b88141 Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-06 20:17:53 +02:00
Markus Hauck 572361f396
rawtherapee: 5.0-r1 -> 5.2 2017-09-06 18:57:01 +02:00
Frederik Rietdijk d7ef196c26 Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-05 10:11:06 +02:00
José Luis Lafuente 4912c68aca
mcomix: Disable test suite for now
Regression introduced by
94351197cd

Exactly the same problem (and solution) that here:
bd2aeb4883
2017-09-04 11:50:14 +02:00
aszlig 8436e9bfcd
xournal: 0.4.8 -> 0.4.8.2016
Upstream bug fixes:

  * pen and touchscreen input handling bugfixes
  * fix a minor bug with save file paths in Windows (D. German)
  * use GDK macros (not WIN32) to disable X11-specific code (T.
    Schoonjans)
  * export to PDF and printing: fix resolution loss on some pdf
    backgrounds
  * disable xinput during modal dialog boxes
  * avoid data corruption when exporting to overwrite a PDF
  * fix path search order for toolbar bitmaps
  * text and image tools activate on button release instead of button
    press to avoid subsequent confusion between clicks in toolbar and
    drawing area
  * fix "pen disable touch" when touchscreen sends prox events (A.
    Kittenberger)
  * fix crash when pasting text or images via xclip
  * updated Italian translation (Marco Ciampa)

New upstream features:

  * add space and shift-space bindings to page down/up (D. German)
  * add A5 paper (D. German)
  * config option to export successive layers to separate PDF pages
  * config option to create new file when trying to open non-existent
    .xoj

The full change log along with bug numbers can be found at:

https://sourceforge.net/p/xournal/code/ci/Release-0_4_8_2016/tree/ChangeLog

I've dropped gdk-quartz-backend.patch, because I believe it has been
fixed upstream.

Here are the upstream changes relevant for the patch (shortened, because
SourceForge has really long URLs):

  http://bit.ly/2vXW8n0 -> src/Makefile.am
  http://bit.ly/2gDnjl7 -> src/xo-file.c
  http://bit.ly/2xJ5K7A -> src/xo-misc.c

Tested building and using the application.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @7c6f434c, @dguibert
Cc: @johbo who has introduced the patch in #21842
2017-09-04 07:58:25 +02:00
Jan Solanti 0499b04457 renderdoc: Update to 0.91 2017-09-03 21:42:44 +03:00
John Ericson 0a944b345e Merge pull request #28557 from obsidiansystems/binutils-wrapper
Binutils-wrapper: Init by refactoring out of cc-wrapper
2017-09-03 10:37:27 -04:00
Vladimír Čunát 37242d98de
Merge branch 'master' into staging 2017-09-03 10:51:11 +02:00
Jörg Thalheim 89e1245c65 Merge pull request #28917 from disassembler/photivo
photivo: fixes build with gcc6
2017-09-03 09:03:25 +01:00
Vladimír Čunát 53998f5036
treewide: purge explicit usage of gcc6
It's now the default. /cc #19456
This makes a real build simplification, because in our current
bootstrapping+aliases, `gcc6` attribute is not the default compiler
but a derivation *built by* the default compiler.

nix-exec didn't build before this commit already
2017-09-03 09:57:20 +02:00
Samuel Leathers 1398d5555c photivo: fixes build with gcc6 2017-09-02 23:01:27 -04:00
Frederik Rietdijk d0dab8a330 Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-02 11:10:52 +02:00
John Ericson 3f30cffa55 misc pkgs: Use $NIX_BINUTILS for when needed
Certain files are now only there instead of $NIX_CC (some are in both)
2017-09-01 11:44:55 -04:00
Jörg Thalheim d83cadf841 photoqt: 1.3 -> 1.5.1
related to #28643
2017-08-31 15:18:30 +01:00
Dmitry Kalinkin 13d628d2d3
dia: 0.97.3 -> 0.97.3.20170622 2017-08-31 02:50:35 -04:00
Dmitry Kalinkin 42a4aa1e83
dia: undo persistence wrapper
The wrapper was introduced as workaround for #1691. The original bug was
present in 0.97.2 but was fixed in 0.97.3.
2017-08-30 21:19:40 -04:00
Dmitry Kalinkin 9c501a05a6
dia: mark as working on darwin 2017-08-30 20:54:58 -04:00
Will Dietz 9ad7c64281 kgraphviewer: 2.1.90 unstable -> 2.2.0 stable 2017-08-30 00:59:32 +02:00
WilliButz 95a4c03c7d inkscape: 0.92.1 -> 0.92.2 2017-08-29 16:45:20 +02:00
Lukas Werling f0a1ab78b4 meson/ninja: add setup hooks (#28444)
* Add setupHook for meson/ninja build

* libhttpseverywhere: Use meson/ninja setupHooks

* jamomacore: Remove superfluous ninja buildInput

* Remove obsolete ninja buildPhases

These are all handled by ninja's setup hook.

* lean2, xcbuild: fix build with ninja setup hook

Ninja is a runtime dependency here. However, cmake can generate Ninja
build files as well to satisfy the setup hook.

* qtwebengine: fix build with ninja setup hook
2017-08-27 19:42:21 +02:00
Joachim F f0fc3101d5 Merge pull request #27012 from Hodapp87/draftsight_sp2
draftsight: 2017-SP1 to 2017-SP2
2017-08-26 22:50:35 +00:00
Jörg Thalheim 89e542d824 Merge pull request #28501 from georgewhewell/imagemagick-aarch64
ImageMagick: allow building on aarch64
2017-08-25 22:16:34 +01:00
WilliButz c6ee3231b7
feh: 2.19.1 -> 2.19.3 2017-08-24 21:20:04 +02:00
georgewhewell 2f2275bb8c ImageMagick: allow building on aarch64 2017-08-23 11:36:24 +01:00
Matthew Justin Bauer 2eacddf0dc treewide: homepage URL fixes (#28475)
* pgadmin: use https homepage

* msn-pecan: move homepage to github

google code is now unavailable

* pidgin-latex: use https for homepage

* pidgin-opensteamworks: use github for homepage

google code is unavailable

* putty: use https for homepage

* ponylang: use https for homepage

* picolisp: use https for homepage

* phonon: use https for homepage

* pugixml: use https for homepage

* pioneer: use https for homepage

* packer: use https for homepage

* pokerth: usee https for homepage

* procps-ng: use https for homepage

* pycaml: use https for homepage

* proot: move homepage to .github.io

* pius: use https for homepage

* pdfread: use https for homepage

* postgresql: use https for homepage

* ponysay: move homepage to new site

* prometheus: use https for homepage

* powerdns: use https for homepage

* pm-utils: use https for homepage

* patchelf: move homepage to https

* tesseract: move homepage to github

* quodlibet: move homepage from google code

* jbrout: move homepage from google code

* eiskaltdcpp: move homepage to github

* nodejs: use https to homepage

* nix: use https for homepage

* pdf2djvu: move homepage from google code

* game-music-emu: move homepage from google code

* vacuum: move homepae from google code
2017-08-22 20:50:04 +02:00
Frederik Rietdijk 6bbc3a0b24 Merge commit '3b29468313bc8604fe8f85c8d9316fd276d3985c' into HEAD 2017-08-21 04:44:40 +02:00
Joachim F 417c1ed4f1 Merge pull request #28339 from edef1c/solvespace-2.3-20170808
solvespace: 2.3-20170416 -> 2.3-20170808
2017-08-20 20:17:31 +00:00
Hoang Xuan Phu b4c7d595c8 imagemagick: 6.9.9-3 -> 6.9.9-7
The old release has been removed from https://www.imagemagick.org/download/releases/ causing new builds to fail.
2017-08-18 15:52:56 +02:00
Matthew Bauer 99c868c010 use https://github.com for all homepages
GitHub does a redirect to https:// when you use http://

repology complains with:

“Homepage link "https://github.com/…" is dead (HTTP error 404) for more than a month.”

This will fix some of them (not all though)
2017-08-17 14:53:40 -07:00
edef 208ca7ad96 solvespace: 2.3-20170416 -> 2.3-20170808 2017-08-17 14:11:10 +02:00
Frederik Rietdijk 62dac1bdd9 Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-14 09:34:10 +02:00
Frederik Rietdijk 13bbaee21d Merge pull request #27881 from mimadrid/fix/http-https
Update homepage attributes: http -> https
2017-08-13 21:53:20 +02:00
Vladimír Čunát 34946256a0
Merge #27424: stdenv: Don't put man pages into $doc 2017-08-13 19:32:51 +02:00
Frederik Rietdijk 7ebcd39a0f Merge commit '4c49205' into HEAD 2017-08-13 18:34:59 +02:00
Frederik Rietdijk 2a8cd14d5f Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-13 09:50:47 +02:00
Robin Gloster 473b58f20e
inkscape: remove unused automake114x, intltool 2017-08-12 20:08:28 +02:00
Tuomas Tynkkynen 1ff422aa23 treewide: Add man & info outputs where necessary (instead of doc)
Because man & info pages won't be going to $doc after the next commit.
Scripted change for the files having one-package-per-file.
2017-08-11 21:32:54 +03:00
Domen Kožar 486e1c3c16 Merge pull request #27998 from davidak/macOS
replace "Mac OS X" and "OS X" with "macOS"
2017-08-11 13:01:36 +02:00
Vincent Laporte 82a4c5e38b ImageMagick: fix Magick-config 2017-08-08 17:07:54 +02:00
davidak 3270aa896b replace "Mac OS X" and "OS X" with "macOS"
as it is the official name since 2016

https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop

exception are parts refering to older versions of macOS like

"GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
2017-08-07 21:41:30 +02:00
Cillian de Róiste feb7d844f8 processing: fix homepage 2017-08-03 23:03:04 +02:00
mimadrid 09e0cc7cc7
Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Michael Raskin b2d19a4d24 fbida: fix build failure 2017-07-31 11:46:48 +02:00
Franz Pletz d46c567756 Merge pull request #27747 from NeQuissimus/feh_2_19_1
feh: 2.19.0 -> 2.19.1
2017-07-29 22:39:57 +02:00
Franz Pletz e09bb50d76 Merge pull request #27749 from NeQuissimus/imagemagick_6_9_9_3
ImageMagick: 6.9.9-0 -> 6.9.9-3
2017-07-29 21:20:07 +02:00
Tim Steinbach 5e26dbe7ad
ImageMagick: 7.0.6-1 -> 7.0.6-4 2017-07-29 13:46:47 -04:00
Tim Steinbach bde8a15019
ImageMagick: 6.9.9-0 -> 6.9.9-3 2017-07-29 13:40:13 -04:00
Tim Steinbach 07b69a5325
feh: 2.19.0 -> 2.19.1 2017-07-29 13:32:58 -04:00
Frederik Rietdijk 5ecc470b8c freecad: 0.16 -> 0.16.6712 2017-07-29 13:04:07 +02:00
Johannes Frankenau 776de2556b freecad: Add desktop entry file and mime xml 2017-07-29 11:35:42 +02:00
Frederik Rietdijk ac594af559 pythonmagick: note to whoever maintains this that expression should be moved 2017-07-19 14:36:05 +02:00
Franz Pletz cb2344829f
graphicsmagick: 1.3.25 -> 1.3.26 2017-07-18 18:04:26 +02:00
Joachim F aa7d840bee Merge pull request #27441 from jfrankenau/fix-solvespace
solvespace: Fix path in desktop entry file
2017-07-17 21:30:18 +01:00
Franz Pletz cff27d574e
imagemagick7: 7.0.6-0 -> 7.0.6-1 2017-07-17 15:54:40 +02:00
Franz Pletz 0e9676f62e
imagemagick: 6.9.8-10 -> 6.9.9-0 2017-07-17 15:54:19 +02:00
Chris Hodapp 957e653b41 draftsight: 2017-SP1 -> 2017-SP2 2017-07-17 07:44:19 -04:00
Johannes Frankenau ff22d73d2e solvespace: Fix path in desktop entry file 2017-07-17 11:24:10 +02:00
Franz Pletz 77a0b04f91
darktable: 2.2.4 -> 2.2.5 2017-07-17 02:53:14 +02:00
Joachim F 079b4957df Merge pull request #27251 from jfrankenau/update-feh
feh: 2.18.2 -> 2.19
2017-07-09 09:20:51 +01:00
Johannes Frankenau 1df820cd3d feh: 2.18.2 -> 2.19 2017-07-09 08:52:27 +02:00
Johannes Frankenau f501db5573 pqiv: 2.8.3 -> 2.9 2017-07-08 06:30:18 +02:00
Mateusz Kowalczyk c31d21c9b1 Merge pull request #27090 from jfrankenau/config-sxiv
sxiv: Add support for custom config
2017-07-03 23:35:53 +01:00
Jan Tojnar e02d40c33e mypaint: 1.1.0 -> 1.2.1 (#27004) 2017-07-03 21:21:50 +02:00
Johannes Frankenau b424c43465 sxiv: Add support for custom config 2017-07-03 14:42:12 +02:00
Sebastian Jordan b300472568 guetzli: init at 1.0.1 (#26595)
* guetzli: init at  1.0.1
* guetzli: move pkgconfig from buildInputs to nativeBuildInputs
* guetzli: use fetchFromGitHub instead of fetchgit
2017-07-02 13:01:18 +02:00
Benno Fünfstück 58a231d944 Merge pull request #26026 from Hodapp87/autotrace
autotrace: init at 0.31.1
2017-06-30 16:34:48 +02:00
Benno Fünfstück 98bd25a02e autotrace: build with pstoedit 2017-06-30 16:32:03 +02:00
John Ericson e1faeb574a Merge pull request #26884 from obsidiansystems/purge-stdenv-cross
Purge stdenv cross
2017-06-28 21:39:16 -04:00
John Ericson c4443d70df fbida: cc-wrapper can be relied on to export these env vars 2017-06-28 18:21:05 -04:00
John Ericson a11426c523 ImageMagick: Don't use stdenv.cross
I'm guessing the salient aspect here is not cross compiling itself, but
just whether the host platform is MinGW, so I simplified the logic
accordingly
2017-06-28 18:20:38 -04:00
Joachim F 2c30e5e754 Merge pull request #25441 from Hodapp87/draftsight
draftsight: init at 2017-SP1
2017-06-27 21:04:30 +01:00
Jörg Thalheim f506b72308 krita: 3.1.3 -> 3.1.4 2017-06-25 10:18:45 +01:00
aszlig 06271b6eba
krita: Fix build dependencies
First of all, we need a newer version of Vc, because at least version
1.1.0 is required for Krita 3.1.3.

Also, qtmultimedia and qtx11extras were missing.

Built and tested successfully on my machine.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @abbradar
2017-06-23 22:15:05 +02:00
Thomas Tuegel c816bbc8a8
qt5: remove makeQtWrapper 2017-06-18 08:44:42 -05:00
Thomas Tuegel be7b7d908f
Remove kdeWrapper 2017-06-18 08:43:39 -05:00
Thomas Tuegel 210f688802
qt5: rename qmakeHook to qmake 2017-06-18 08:41:57 -05:00
Pascal Wittmann 4e89e18852
shotwell: 0.26.1 -> 0.26.2 2017-06-18 12:33:57 +02:00
Franz Pletz 4e8d44c2cd
feh: build and install man pages 2017-06-17 19:06:20 +02:00
Franz Pletz 5f803db91f
imagemagick: 6.9.8-9 -> 6.9.8-10 2017-06-17 15:51:05 +02:00
Franz Pletz 9be1951a8a
imagemagick7: 7.0.5-7 -> 7.0.6-0 2017-06-17 15:50:44 +02:00
Chris Hodapp a24960d214 autotrace: init at 0.31.1
Add ApplicationServices for Darwin build

Clean up comments
2017-06-10 12:08:54 -04:00
Jan Malakhovski 6696378911 ImageMagick: 6.9.8-6 -> 6.9.8-9 2017-06-07 15:27:03 +02:00
Kier Davis b81124b4fb
Fix hooks not being called when overriding phases in various packages
It's necessary to do this in order to fix ckb's compilation, now that
fixupPhase rejects derivation results containing references to the temporary
build directory. It seems like good practice so I've added it to the
other packages that I maintain.
2017-06-05 19:13:19 +01:00
Graham Christensen b520c30d9e Merge pull request #25767 from armijnhemel/gimp
gimp: 2.8.20 -> 2.8.22
2017-06-02 22:29:46 -04:00
Profpatsch bd4c6b456e inkscape: patch python interpreter for extension code 2017-06-01 06:55:38 +02:00
montag451 2e4e65c7ff simple-scan: fix #26054 (#26085) 2017-05-25 18:28:31 +08:00
Franz Pletz e1b3f854b6
imagemagick: 6.9.8-4 -> 6.9.8-6 2017-05-25 01:54:38 +02:00
Franz Pletz 2d04e5653a
imagemagick7: 7.0.4-6 -> 7.0.5-7 2017-05-25 01:54:06 +02:00
Jaka Hudoklin c0610085b9 Merge pull request #25714 from k0ral/imagemagick
imagemagick: 6.9.7-6 -> 6.9.8-4
2017-05-25 01:34:56 +02:00
Valérian Galliat 330048e40c timelapse-deflicker: init at 142acd1 (#25904)
* timelapse-deflicker: init at 142acd1

* timelapse-deflicker: nitpicks

* Add myself as a maintainer
2017-05-20 12:33:28 +01:00
Joachim Fasting dea66a1cb3
sxiv: fix version string
name would end up as "sxiv-v".
2017-05-14 15:09:03 +02:00
Armijn Hemel 3775a90701 gimp: 2.8.20 -> 2.8.22 2017-05-13 21:08:43 +02:00
koral e55cf2cba3 imagemagick: 6.9.7-6 -> 6.9.8-4 2017-05-11 22:01:32 +02:00
mimadrid 821e522d6f shotwell: 0.26.0 -> 0.26.1 2017-05-08 16:06:01 +02:00
edef 87c1e48223 solvespace: 2.0 -> 2.3 2017-05-07 02:50:45 +03:00
Michael Raskin 0a218a9f3a Merge pull request #25520 from vinhlh/mozjpeg-3.2
mozjpeg: 3.1 -> 3.2
2017-05-05 09:29:25 +02:00
Yuri Aisaka 17d2ff414d imagej: init at 150 (#25249)
* imagej: init at 150

* correcting for PR comments
2017-05-05 07:00:38 +01:00
Vinh Le 5ed9d8df86 mozjpeg: 3.1 -> 3.2 2017-05-05 12:57:53 +08:00
Michael Raskin 6c149ee84d Merge pull request #25393 from avnik/fix/gimp
gimp: fix all plugins build
2017-05-04 20:44:44 +02:00
Alexander V. Nikolaev db82435660 gimp: promote intltool to default nativeBuildDepends
It used by gimp itself (so should be already present on machine builds
gimp+plugins) and 90% of plugins.
2017-05-04 16:44:59 +03:00
Chris Hodapp 7680f83f9d draftsight: init at 2017-SP1
DraftSight is "a professional-grade 2D design and drafting solution
that lets you create, edit, view and markup any kind of 2D drawing."
It is available as a binary .deb package for Linux. This package jumps
through the necessary hoops to make it run properly.
2017-05-02 11:51:58 -04:00
Alexander V. Nikolaev 8452e0684e gimp: split buildInputs and nativeBuildInputs for plugins 2017-05-02 09:33:54 +03:00
Alexander V. Nikolaev 94d909adaf gimp: fix all plugins build 2017-05-01 17:53:40 +03:00
Pascal Wittmann 033741aef8
ocrad: 0.25 -> 0.26 2017-05-01 12:03:39 +02:00
Marc Weber f8b5b85df6 displaycal: init at 3.2.4.0 2017-04-30 21:12:36 +02:00
Vladimír Čunát e8d2b81988
Merge #25302: krita: 3.1.2.1 -> 3.1.3 2017-04-30 13:44:38 +02:00
Vladimír Čunát ac0b90f8c7
krita: fixup meta
Nix 1.12 (pre) would complain otherwise.
2017-04-30 13:42:35 +02:00
Alexey Lebedeff 4ae18e0463 apitrace: 7.1 -> git (#24829)
After upgrade `qapitrace` have working "Buffers" tab where the data
can be inspected (it was always empty before).

There is no tags after `7.1`, but I think that fixing pretty important
piece of functionality warrants an upgrade to current `master` tip.
2017-04-30 10:27:17 +02:00
Michael Raskin f1c7d5a6ba gimpPlugins.resynthesizer2: fix build 2017-04-29 16:51:25 +02:00
Michael Raskin 4a207b1dd8 gimpPlugins.resynthesizer: fix build 2017-04-29 12:41:31 +02:00
Louis Taylor 7e29ead375
krita: 3.1.2.1 -> 3.1.3 2017-04-28 21:28:42 +01:00
Daiderd Jordan 80828429d7 Merge pull request #25066 from matthewbauer/less-darwin-eval-errors
Add Darwin as platform to various "broken" packages that actually build
2017-04-24 08:14:21 +02:00
Matthew Bauer f1346f5854
tesseract: supports darwin 2017-04-23 18:08:51 -05:00
Linus Heckemann 457bc9bdc4 inkscape: add potrace
This allows vectorising bitmap images in inkscape.
2017-04-17 22:10:05 +01:00
jraygauthier 383706f36d digikam: add video support through libqtav (#24866)
* libqtav: init at unstable-2017-03-30

* digikam: add video support through `libqtav` dependency

Issue #24426.
2017-04-17 22:28:20 +02:00
aszlig 7b5263e1a6
tesseract: Package version 4.x from Git master
Tesseract 4 has got a new long short-term memory neural networking based
OCR engine which really helps a lot in terms of accuracy and our VM
tests.

I ran the new version across a bunch of different screenshots and
comparing the results to the 3.x branch and it really makes a big
difference, especially with various font rendering settings.

The only downside of this is that version 4 hasn't been released yet and
is in alpha state right now, but it will eventually get there and the
only solutions that came into my mind sticking to version 3 were really
sub-par:

 * Use several passes with different color negation on the screenshots.
 * Train Tesseract 3 specifically for screenshots. This is sub-par
   because we'd need to do it for Tesseract 4 from scratch again.
 * Change the test systems so that it specifically uses *only* OCR an
   font when displaying. I've actually tried this but this also isn't
   accurate enough with our default font rendering setup.
 * Turn off special font rendering settings for our tests. In
   conjunction with changing to an OCR font this might work but it won't
   catch all the cases, because applications might use their own font
   rendering.

Given that version 4 is faster[1] when it comes to OCR detection and also
the points just mentioned I think even using the alpha version just for
tests isn't going to hurt anybody.

[1]: https://github.com/tesseract-ocr/tesseract/wiki/4.0-Accuracy-and-Performance

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-04-11 03:21:46 +02:00
aszlig c381fa9b63
tesseract: 3.04.01 -> 3.05.00
Upstream changelog:

 * Made some fine tuning to the hOCR output.
 * Added TSV as another optional output format.
 * Fixed ABI break introduced in 3.04.00 with the AnalyseLayout()
   method.
 * text2image tool - Enable all OpenType ligatures available in a font.
   This feature requires Pango 1.38 or newer.
 * Training tools - Replaced asserts with tprintf() and exit(1).
 * Fixed Cygwin compatibility.
 * Improved multipage tiff processing.
 * Improved the embedded pdf font (pdf.ttf).
 * Enable selection of OCR engine mode from command line.
 * Changed tesseract command line parameter '-psm' to '--psm'.
 * Added new C API for orientation and script detection, removed the old
   one.
 * Increased minimum autoconf version to 2.59.
 * Removed dead code.
 * Fixed many compiler warning.
 * Fixed memory and resource leaks.
 * Fixed some issues with the 'Cube' OCR engine.
 * Fixed some openCL issues.
 * Added option to build Tesseract with CMake build system.
 * Implemented CPPAN support for easy Windows building.

The upstream URL of the change log is:

https://github.com/tesseract-ocr/tesseract/releases/tag/3.05.00

Tested by building against the following packages that directly depend
on it:

 * vapoursynth (with ocrSupport = true)
 * pyocr (fails)
 * vobsub2srt

Also tested against the following NixOS VM tests that have OCR enabled:

 * nixos/tests/chromium.nix -A stable
 * nixos/tests/emacs-daemon.nix
 * nixos/tests/installer.nix -A luksroot
 * nixos/tests/lightdm.nix
 * nixos/tests/plasma5.nix
 * nixos/tests/sddm.nix

All of the packages and tests except pyocr build/succeed on
x86_64-linux.

Fixing pyocr is outside of the scope of this commit and will happen very
soon.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-04-11 03:21:32 +02:00
aszlig 288a79187c
tesseract: Reintroduce enableLanguages
I've removed that attribute in 68bc260ca2,
because the language files no longer were distributed as seperate files,
but if we for example only want to use the English training data, the
closure size of Tesseract gets quite large (around 1.2 GB), which is a
bit much just to be able to run NixOS VM tests.

For this reason I've also switched the VM tests back to using only the
English language.

Tested using the following VM tests (the ones that have OCR enabled) on
x86_64-linux:

 * nixos/tests/chromium.nix -A stable
 * nixos/tests/emacs-daemon.nix
 * nixos/tests/installer.nix -A luksroot
 * nixos/tests/lightdm.nix
 * nixos/tests/plasma5.nix
 * nixos/tests/sddm.nix

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-04-11 03:21:26 +02:00
Lancelot SIX 045ecd11f8 Merge pull request #24785 from paperdigits/darktable-2.2.4
darktable: 2.2.3 -> 2.2.4
2017-04-10 13:18:11 +02:00
Daiderd Jordan f8230518a2 Merge pull request #24762 from matthewbauer/darwin-misc-fixes
darwin: miscellaneous fixes
2017-04-10 08:50:15 +02:00
Mica Semrick eae15ab771 darktable: 2.2.3 -> 2.2.4 2017-04-09 15:58:06 -07:00
Franz Pletz e798712da7 Merge pull request #24759 from matthewbauer/inkscape-darwin-fix
inkscape: fix missing library error
2017-04-09 10:56:20 +02:00
Matthew Bauer c344f46321
djview: fix macOS build 2017-04-08 23:28:00 -05:00
Matthew Bauer ba78c50069
inkscape: fix missing library error 2017-04-08 23:20:10 -05:00
Laverne Schrock b70b1b1f06 shotwell: 0.25.90 -> 0.26.0
Simple version bump.
2017-04-06 15:30:03 -05:00
Lprndn 75319eb203
nomacs: 3.4 -> 3.6.1
fixes #24589
2017-04-03 21:21:05 +02:00
Taahir Ahmed 438ac662aa nomacs: init at 3.4 (#24580)
* nomacs: init at 3.4

* nomacs: add gsettings for gtk open dialogs

* nomacs: use fetchurl instead of fetchFromGitHub
2017-04-03 10:28:34 +02:00
Robin Gloster 62303628ce
vimiv: mark as broken
cc @aszlig
2017-03-30 16:23:35 +02:00
Vladimír Čunát 96d41e393d
treewide: purge maintainers.urkud
It's sad, but he's been inactive for the last five years.
Keeping such people in meta.maintainers is counter-productive.
2017-03-27 19:52:29 +02:00
Thomas Tuegel 8b50f4c990 Merge pull request #24299 from ttuegel/master--drop-qt-5.7
Drop Qt 5.5 and Qt 5.7 from master
2017-03-26 09:18:38 -05:00
Michael Raskin 7b706900e7 graphicsmagick: patch for CVE-2017-6335 2017-03-25 21:04:08 +01:00
Thomas Tuegel e6dc95697a
rapcad: pin to Qt 5.6 2017-03-25 09:23:52 -05:00
Thomas Tuegel 5044ceb7e7
rapcad: broken on Qt 5.6 2017-03-25 08:49:39 -05:00
ndowens 6b9471f32b feh: Remove un-needed libPath 2017-03-21 16:27:55 -05:00
jansol f9e688e8a1 renderdoc: init at version 0.34pre (#23769)
* renderdoc: init at version 0.34pre

Initialising a few commits after the latest release due to some upstream
improvements to the build system.

* fix maintainer
2017-03-21 21:36:26 +01:00
Pascal Wittmann a20fa00de7 fbida: add dependency to lirc 2017-03-21 13:39:52 +01:00
Pascal Wittmann 8aacf212ed fbida: 2.12 -> 2.13 2017-03-21 13:36:35 +01:00
Pascal Wittmann 8d721e2910 Merge pull request #24118 from mimadrid/update/yed-3.17
yed: 3.16.2.1 -> 3.17
2017-03-20 13:06:05 +01:00
mimadrid 596e10c236
yed: 3.16.2.1 -> 3.17 2017-03-20 11:40:32 +01:00
2chilled a3b3a7ffb1 rawtherapee: 5.0-r1 -> 5.0-r1 with gtk3 support (#22911) 2017-03-20 11:39:53 +01:00
Jörg Thalheim f66e06a828
leocad: remove unnessary patches 2017-03-19 19:18:32 +01:00
Joachim F 575cf2e17f Merge pull request #24035 from ndowens/leocad
leocad: 0.81 -> 17.02
2017-03-19 18:22:59 +01:00
ndowens 26187da45c Merge pull request #24038 from ndowens/openimageio
openimageio: 1.6.11 -> 1.7.12
2017-03-19 12:12:40 -05:00
ndowens 20e62c3b76 Merge pull request #24030 from ndowens/fontmatrix
fontmatrix: Changed URL & homepage; they no longer exist
2017-03-19 10:03:34 -05:00
ndowens cb231786af Merge pull request #24033 from ndowens/glabels
glabels: 3.2.1 -> 3.4.0
2017-03-19 10:03:06 -05:00
Frederik Rietdijk a4e7e0d3c1 Merge pull request #24025 from ndowens/ahoviewer
ahoviewer: 1.4.6 -> 1.4.8
2017-03-19 15:06:44 +01:00
Frederik Rietdijk b1f7157675 Merge pull request #24024 from ndowens/alchemy
alchemy: 007 -> 008
2017-03-19 15:06:13 +01:00
Frederik Rietdijk 6405cb2ea9 Merge pull request #24034 from ndowens/jpegoptim
jpegoptim: 1.4.3 -> 1.4.4
2017-03-19 15:04:18 +01:00
ndowens 64a880faa6 djview: 4.10.5 -> 4.10.6 (#24029) 2017-03-19 14:40:15 +01:00
ndowens 705b2d9b66 feh: 2.18.1 -> 2.18.2 2017-03-19 10:45:52 +01:00
Michael Raskin d860d9aedf Merge pull request #24043 from ndowens/potrace
potrace: 1.13 -> 1.14
2017-03-19 09:59:18 +01:00
Benjamin Staffin 85af430be3 Merge pull request #24046 from ndowens/gthumb
gthumb: 3.4.4 -> 3.5.1
2017-03-19 03:47:10 -04:00
Benjamin Staffin 3effae81f1 Merge pull request #24044 from ndowens/pqiv
pqiv: 0.12 -> 2.8.3
2017-03-19 03:44:24 -04:00
Benjamin Staffin 3b762fb201 Merge pull request #24049 from ndowens/rapcad
rapcad: 0.9.5 -> 0.9.8
2017-03-19 03:42:54 -04:00
ndowens ec85bdb6c6 rapcad: 0.9.5 -> 0.9.8 2017-03-18 22:39:18 -05:00
ndowens 8a8b80d289 gthumb: 3.4.4 -> 3.5.1 2017-03-18 21:52:04 -05:00
ndowens 237ac13370 pqiv: 0.12 -> 2.8.3 2017-03-18 21:20:23 -05:00
ndowens 56504fcb2c potrace: 1.13 -> 1.14 2017-03-18 21:11:39 -05:00
neeasade 78a0bdfa98 meh: init at unstable-2015-04-11 2017-03-18 21:11:22 -05:00
ndowens f5d6dd6e83 openimageio: 1.6.11 -> 1.7.12 2017-03-18 20:22:54 -05:00
ndowens 7b1e1f3cd7 leocad: 0.81 -> 17.02 2017-03-18 19:32:30 -05:00
ndowens 7364b6c252 jpegoptim: 1.4.3 -> 1.4.4 2017-03-18 19:09:17 -05:00
ndowens 3dfd03b382 glabels: 3.2.1 -> 3.4.0 2017-03-18 18:38:47 -05:00
ndowens 4024c6354e fontmatrix: Changed URL & homepage; they no longer exist 2017-03-18 18:30:57 -05:00
ndowens 35e7df6bee ahoviewer: 1.4.6 -> 1.4.8 2017-03-18 16:42:47 -05:00
ndowens 98b9b07a98 alchemy: 007 -> 008 2017-03-18 16:38:41 -05:00
ndowens f6bae24590 pythonmagick: 0.9.14 -> 0.9.16 2017-03-18 16:27:12 -05:00
Michael Raskin 68cf4d1dfc Merge pull request #23677 from bcdarwin/c3d
c3d: init at 1.1.0
2017-03-18 19:07:09 +01:00
Michael Raskin 4d5f33deff Merge pull request #23376 from bcdarwin/ants
ANTs: init at 2.1.0 (0gyys1lf) and update ITK accordingly
2017-03-18 18:42:24 +01:00
Julien Dehos 14db0b9ef3 pbrt: 2016-05-19 -> 2017-01-12 (#23405) 2017-03-13 02:35:34 +01:00
Ben Darwin 7baad2e4be c3d: init at 1.1.0 2017-03-10 11:57:19 -05:00
Raymond Gauthier c7d9032b51 brscan4: 0.4.3-4 -> 0.4.4-2
Also add missing linux32 support.
2017-03-10 16:24:49 +02:00
Ben Darwin f02ac9588f mark old seg3d as broken for now since it no longer builds with stock gcc version and flags 2017-03-09 19:06:17 -05:00
Bart Brouns 2ab778cc9c inkscape: 0.92.0 -> 0.92.1 (#23652) 2017-03-09 01:26:26 +01:00
Robert Helgesson 747b62f909
photivo: fix build with lensfun >= 0.3 2017-03-06 17:41:16 -05:00