Eelco Dolstra
452afd1ed6
ilmbase: Use separate outputs
2016-09-01 18:57:43 +02:00
Christoph Hrdinka
72306b762d
hugin: 2015.0.0 -> 2016.0.0
...
This updates hugin to its latest version and cleanes the derivation.
Release notes:
http://hugin.sourceforge.net/releases/2016.0.0/en.shtml
2016-05-07 16:50:06 +02:00
Joachim Fasting
29c3314fe4
hugin: add missing dependencies
...
https://hydra.nixos.org/build/33609995/nixlog/2/raw
2016-03-26 16:55:00 +01:00
Christoph Hrdinka
86de7b1d2b
hugin: update 2013.0.0 -> 2015.0.0
2016-02-06 13:50:32 +01:00
William A. Kennington III
6602f49495
Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""
...
This reverts commit 741bf840da
.
This reverts the fallout from reverting the major changes.
2015-11-14 12:32:51 -08:00
Eelco Dolstra
741bf840da
Revert "Merge pull request #9543 from NixOS/staging.post-15.06"
...
This reverts commit f61176c539
, reversing
changes made to a27ca029ee
.
Conflicts:
pkgs/development/libraries/ncurses/default.nix
2015-10-06 15:24:20 +02:00
Tobias Geerinckx-Rice
4a92863fd5
enblend-enfuse: rename to actual package name
...
Retain old and unreadable "enblendenfuse" alias for compatibility.
2015-10-02 05:34:34 +02:00
Vladimír Čunát
df76cbaa21
hugin, enblend-enfuse: enbaleParallelBuilding, default boost
...
Also unset meta.broken.
2014-08-12 21:17:53 +02:00
Vladimír Čunát
54c18db1ca
Merge master into this PR
2014-08-12 21:16:47 +02:00
Eelco Dolstra
8a7f3c3618
Mark a bunch of packages as broken or not supported on Darwin
2014-08-08 17:59:02 +02:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Christoph Hrdinka
75518f748f
hugin: update to version 2013.0.0
2014-07-12 13:18:22 +02:00
Eelco Dolstra
ab3eeabfed
Rename buildNativeInputs -> nativeBuildInputs
...
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
2012-12-28 19:20:09 +01:00
Yury G. Kudryashov
f9c551a41f
hugin-2011.4.0
...
svn path=/nixpkgs/trunk/; revision=32170
2012-02-10 10:13:39 +00:00
Lluís Batlle i Rossell
2c3bd9a12c
Updating hugin. At least it builds.
...
svn path=/nixpkgs/trunk/; revision=27175
2011-05-06 22:33:50 +00:00
Lluís Batlle i Rossell
5cf5a154db
Updating hugin
...
svn path=/nixpkgs/trunk/; revision=22810
2010-07-29 14:38:46 +00:00
Armijn Hemel
60e4c3e9ab
update to 2009.4.0
...
svn path=/nixpkgs/trunk/; revision=19115
2009-12-25 16:58:17 +00:00
Lluís Batlle i Rossell
a534f901bb
Updating hugin.
...
svn path=/nixpkgs/trunk/; revision=18915
2009-12-12 18:58:40 +00:00
Lluís Batlle i Rossell
f3c23487a2
Adding a new version of the gcc-wrapper, named gcc-wrapper2, in order not to rebuild
...
stdenv.
In this gcc-wrapper2 I made the ld-wrapper.sh to handle the linking with shared
objects through direct pass as ld command arguments of the absolute path to shared
objects, instead of using the -L/-l combinations.
cmake 'FindXXX.cmake' modules make a strong usage of the dynamic linking directly
passing the absolute path to the shared object to the linker, and as our wrapper did
not add any -rpath for those, writting the nix expressions for some cmake packages
resulted in a lot of tricks, compared to using this gcc-wrapper2.
This gcc-wrapper2/ld-wrapper.sh should become the gcc-wrapper/ld-wrapper in a
stdenv update.
I also updated some cmake expressions to use this gcc-wrapper2, and reduced its
tricks.
I also updated the cmake setup-hook for it to make cmake not touch any rpath decided
at build time, when running the 'make install' of makefiles created by cmake.
svn path=/nixpkgs/trunk/; revision=18885
2009-12-10 22:19:52 +00:00
Lluís Batlle i Rossell
32f2dda5de
Fixing hugin (we now install boost without tags on library file names, and
...
the hugin expression still used the tag for 'multithread' in the boost library
file names).
svn path=/nixpkgs/trunk/; revision=18698
2009-11-29 19:22:22 +00:00
Ludovic Courtès
ed658483e9
Hugin: Fix segfault on x86_64.
...
svn path=/nixpkgs/trunk/; revision=16340
2009-07-13 16:24:47 +00:00
Ludovic Courtès
3a4ba343a4
Hugin: Fix typo stealthily introduced in r15692.
...
svn path=/nixpkgs/trunk/; revision=16332
2009-07-12 22:00:35 +00:00
Marc Weber
f7f938a1d1
big breaking change: renaming lib.getAttr to lib.attrByPath
...
getAttr was ambiguous. It's also a builtin function
fix
svn path=/nixpkgs/trunk/; revision=15692
2009-05-24 10:57:41 +00:00
Lluís Batlle i Rossell
dab0ce81ac
Fixing the hugin build, and its meta information, with help of civodul.
...
svn path=/nixpkgs/trunk/; revision=14899
2009-04-06 09:19:51 +00:00
Ludovic Courtès
61a559cf97
Hugin: Fix `meta.license'.
...
svn path=/nixpkgs/trunk/; revision=14898
2009-04-06 08:26:13 +00:00
Lluís Batlle i Rossell
c36012783f
Fixing licenses for the last packages I added.
...
svn path=/nixpkgs/trunk/; revision=14895
2009-04-05 21:41:47 +00:00
Lluís Batlle i Rossell
2dd00f1a57
Adding enblend-fuse, libxmi and hugin. Maybe hugin doesn't run well enough still.
...
svn path=/nixpkgs/trunk/; revision=14894
2009-04-05 21:41:38 +00:00