Frederik Rietdijk
ca6ee8f519
Merge master into staging-next
2018-10-20 09:40:09 +02:00
Jörg Thalheim
4f3a0a394d
Merge pull request #48389 from r-ryantm/auto-update/openimageio
...
openimageio: 1.8.14 -> 1.8.15
2018-10-19 11:34:11 +01:00
Frederik Rietdijk
89349fdae9
Merge staging-next into staging
2018-10-17 08:36:28 +02:00
Johannes Frankenau
6032bdd532
rapid-photo-downloader: 0.9.10 -> 0.9.12
2018-10-15 13:45:10 +02:00
R. RyanTM
f8f0a36c74
openimageio: 1.8.14 -> 1.8.15
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/openimageio/versions
2018-10-14 04:01:10 -07:00
R. RyanTM
49284e4a00
goxel: 0.8.0 -> 0.8.1 ( #47789 )
...
* goxel: 0.8.0 -> 0.8.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/goxel/versions
* goxel: build only on x86_64-linux
2018-10-13 16:41:54 +02:00
volth
a974ecf803
Merge branch 'staging' into remove-top-perlXMLParser
2018-10-13 13:22:11 +00:00
Yegor Timoshenko
a600f3b577
Merge pull request #47776 from r-ryantm/auto-update/krita
...
krita: 4.1.1 -> 4.1.3
2018-10-13 12:51:07 +00:00
volth
c0fed1ba77
perlXMLParser -> perlPackages.XMLParser
2018-10-12 22:56:15 +00:00
Dmitry Kalinkin
c047572a17
dia: fix on darwin ( #48176 )
...
Fixes runtime error:
GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported
2018-10-10 23:20:34 +02:00
Eelco Dolstra
a3382a85b3
digikam: libGLU_combined -> libGL + libGLU
...
This prevents a runtime dependency on a large number of -dev outputs.
2018-10-08 22:56:23 +02:00
edef
b5a2181899
solvespace: 2.3-20170808 -> 2.3-20180906
2018-10-06 14:07:36 +00:00
Vladyslav M
a5d6705e20
imagemagick7: 7.0.8-6 -> 7.0.8-12 ( #47851 )
2018-10-05 15:48:38 +02:00
Jan Tojnar
5cc18c4781
gnome3: remove versionBranch attribute
...
Standard library now contains stdenv.lib.versions.majorMinor,
which does the same.
2018-10-05 02:17:19 +02:00
R. RyanTM
dbe2f0ba23
krita: 4.1.1 -> 4.1.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/krita/versions
2018-10-03 09:30:38 -07:00
R. RyanTM
844ebe2039
kgraphviewer: 2.4.2 -> 2.4.3 ( #47031 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kgraphviewer/versions
2018-09-28 22:15:11 +02:00
R. RyanTM
ee8f6be536
openimageio: 1.8.9 -> 1.8.14 ( #46232 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
openimageio
2018-09-28 21:12:26 +02:00
Frederik Rietdijk
56853dc6d8
Merge pull request #45941 from NixOS/staging-next
...
Staging next
2018-09-23 09:31:28 +02:00
Orivej Desh
1491d4f268
yed: 3.18.1 -> 3.18.1.1
2018-09-22 16:59:38 +00:00
R. RyanTM
4d35759735
feh: 2.27.1 -> 2.28 ( #47055 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/feh/versions
2018-09-21 00:49:51 +02:00
Frederik Rietdijk
de419917a3
Merge master into staging-next
2018-09-18 18:44:48 +02:00
Jan Tojnar
eb9de57dd7
gcolor3: 2.3 → 2.3.1
2018-09-17 12:43:36 +02:00
Ryan Mulligan
f91a79ecc8
treewide: fix config.allowAliases = false
evaluation
2018-09-13 06:47:22 -07:00
Uli Baum
1df2560dde
Merge branch 'master' into staging-next
2018-09-13 10:08:53 +02:00
Michele Guerini Rocco
fd7e69be1c
antimony: 0.9.3 -> 2018-10-17 ( #46486 )
2018-09-10 22:17:00 +02:00
Maximilian Bosch
6d6cbd316d
pythonmagick: fix build ( #46469 )
...
The original build broke with the following linker issue:
```
CXXLD _PythonMagick.la
/nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/ld: cannot find -l-L/nix/store/4gh6ynzsd5ndx37hmkl62xa8z30k43y1-imagemagick-6.9.9-34/lib
collect2: error: ld returned 1 exit status
```
This happens since `BOOST_PYTHON_LIB` wasn't set properly, however
`_PythonMagick.la` was linked with `-l$(BOOST_PYTHON_LIB)
$(MAGICK_LIBS)`. With an empty `BOOST_PYTHON_LIB` the linker got
confused.
To work around this, the `boost` library directory needs to be specified
explicitly. To ensure that the changes take effect, the original
`configure` script shipped with `$src` needs to be removed and recreated
using the `autoreconfHook`.
Additionally the `imagemagick` license (https://spdx.org/licenses/ImageMagick.html )
needs to be added to `lib/licenses.nix` to document the proper license
of `pythonmagick` in the meta section.
2018-09-10 11:59:51 +02:00
aszlig
7bda775331
imv: Include i686-linux in platforms attribute
...
The package builds and works fine on i686-linux, so there is no need to
fail evaluation on those systems.
Signed-off-by: aszlig <aszlig@nix.build>
Issue: #45976
Cc: @rnhmjoj, @xeji
2018-09-09 10:30:58 +02:00
R. RyanTM
cdf82f6ddd
kipi-plugins: 5.2.0 -> 5.9.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
kipi-plugins
2018-09-06 19:30:21 -07:00
Vladimír Čunát
1428d00aa4
Merge branch 'master' into staging-next
...
Hydra: ?compare=1477053
2018-09-04 13:06:45 +02:00
xeji
6f91e44b6a
Merge pull request #45976 from rnhmjoj/imv
...
imv: 2.1.3 -> 3.0.0
2018-09-04 00:48:20 +02:00
rnhmjoj
d5b0c4d5c2
imv: build only on x86_64 linux
2018-09-04 00:35:17 +02:00
worldofpeace
507dfccdf8
photoflow: mark broken for aarch64
2018-09-03 15:31:12 -04:00
worldofpeace
a3db67282d
photoflow: 2018-03-06 -> 2018-08-28
2018-09-03 14:51:41 -04:00
worldofpeace
66385a66dc
imgcat: fix build
2018-09-03 14:51:40 -04:00
rnhmjoj
7a58a44474
imv: 2.1.3 -> 3.0.0
2018-09-03 14:22:32 +02:00
Jan Tojnar
e2a731fc5c
Merge pull request #45949 from jtojnar/gcolor3
...
gcolor3: 2.2 → 2.3
2018-09-02 18:24:23 +01:00
Jan Tojnar
87f3a2a406
gcolor3: 2.2 → 2.3
2018-09-02 18:53:04 +02:00
Frederik Rietdijk
b910b697f6
Merge master into staging
2018-09-02 12:10:33 +02:00
xeji
a3434cf4e5
Merge pull request #45921 from markuskowa/homepages
...
Cleanup homepage links
2018-09-02 08:39:30 +02:00
Markus Kowalewski
3cbd6c559e
grafx2: update homepage
2018-09-02 00:05:49 +02:00
greydot
028b64ab08
qcomicbook: init at 0.9.1. ( #44074 )
2018-09-01 23:39:38 +02:00
Thra11
ef21e949a0
krita: refactor to fix build on aarch64 ( #45906 )
...
An optional dependency, Vc, doesn't currently provide any optimisations
on aarch64 and causes a build failure in krita. Exclude it from the
build inputs on arm and aarch64.
2018-09-01 20:25:38 +02:00
Vladimír Čunát
2d6179d1e8
Merge branch 'master' into staging
...
A few trivial conflicts due to *Platforms mass replace.
2018-09-01 17:38:18 +02:00
Markus Kowalewski
e014edeb8b
k3d: add license
2018-09-01 16:11:19 +02:00
lewo
fc39e5c645
Merge pull request #41920 from fgaz/drawpile
...
drawpile: init at 2.0.10
2018-08-31 18:37:37 +02:00
Andrew Childs
78d842e8fb
pbrt: 2017-01-12 -> 2018-08-15; cmake 3.12 compatibility ( #45863 )
2018-08-31 16:18:05 +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
John Wiegley
fa817fb9f7
imgcat: New expression 2.3.0
2018-08-28 12:51:09 -07:00
Francesco Gazzetta
62a2574eb3
drawpile: init at 2.0.11
2018-08-26 21:00:39 +02:00