Commit Graph

132 Commits

Author SHA1 Message Date
Lluís Batlle i Rossell
813a3b6c6d Adding freepv, without its mozilla plug-in.
svn path=/nixpkgs/trunk/; revision=14954
2009-04-08 20:05:59 +00:00
Lluís Batlle i Rossell
2c3aaf09d1 Adding autopano-sift-C, a C implementation of autopano-sift, made by the hugin people.
svn path=/nixpkgs/trunk/; revision=14916
2009-04-07 19:15:53 +00:00
Lluís Batlle i Rossell
613cc80e1d Adding sha256 hash to panotools, and improving its description.
svn path=/nixpkgs/trunk/; revision=14900
2009-04-06 09:34:28 +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
Lluís Batlle i Rossell
7f9d11782e Adding panotools.
svn path=/nixpkgs/trunk/; revision=14893
2009-04-05 21:41:24 +00:00
Lluís Batlle i Rossell
0b76035b66 Adding qtpfsgui and pfstools. Updating fftw because the src URL didn't work anymore.
svn path=/nixpkgs/trunk/; revision=14892
2009-04-05 21:41:13 +00:00
Lluís Batlle i Rossell
19ac94dee3 Adding cinepaint 0.22.1 and as a dependency, also fltk 1.1.9
svn path=/nixpkgs/trunk/; revision=14841
2009-04-02 15:20:19 +00:00
Lluís Batlle i Rossell
0edebf5d84 Adding paraview.
svn path=/nixpkgs/trunk/; revision=14794
2009-03-30 20:06:31 +00:00
Lluís Batlle i Rossell
c29118795a Adding gwenview.
svn path=/nixpkgs/trunk/; revision=14761
2009-03-29 20:32:53 +00:00
Armijn Hemel
19eaf90e36 update to 2.6.6
svn path=/nixpkgs/trunk/; revision=14636
2009-03-20 21:11:37 +00:00
Eelco Dolstra
fcad0b0a5a * Cleaned up a lot of description fields that contained newlines.
Some of these should be longDescriptions, but most others just
  shouldn't contain newlines.  E.g. write

    description = "Bla";

  and not

    description = ''
      Bla
    '';

  This pollutes "nix-env -qa --description" output.

svn path=/nixpkgs/trunk/; revision=14310
2009-03-03 13:27:40 +00:00
Armijn Hemel
1ff2661414 version bump
svn path=/nixpkgs/trunk/; revision=14088
2009-02-16 21:28:00 +00:00
Lluís Batlle i Rossell
18cc7f4b37 Adding comical-0.8
svn path=/nixpkgs/trunk/; revision=14016
2009-02-09 20:44:26 +00:00
Michael Raskin
97d0f21d03 Added XaoS fractal viewer
svn path=/nixpkgs/trunk/; revision=14004
2009-02-08 14:17:05 +00:00
Armijn Hemel
aecd8c4415 bump to 2.6.4
svn path=/nixpkgs/trunk/; revision=13966
2009-02-02 23:01:10 +00:00
Eelco Dolstra
a815367a7a * gimp 2.6.3.
svn path=/nixpkgs/trunk/; revision=13949
2009-02-02 12:40:05 +00:00
Armijn Hemel
b0cc696011 version bump
svn path=/nixpkgs/trunk/; revision=13896
2009-01-28 17:14:14 +00:00
Ludovic Courtès
730fe26fa0 Inkscape: Work around libpng's unhappiness.
svn path=/nixpkgs/trunk/; revision=13873
2009-01-26 18:51:52 +00:00
Andres Löh
9d67550148 version bump to 0.8
svn path=/nixpkgs/trunk/; revision=13701
2009-01-04 17:30:03 +00:00
Marc Weber
5638574907 fixes for previous commit
svn path=/nixpkgs/trunk/; revision=13662
2008-12-20 02:15:26 +00:00
Eelco Dolstra
aa84bce64d * Get rid of all references to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=13299
2008-11-14 16:57:19 +00:00
Michael Raskin
c5363217ad meta.function -> passthru.function, not killing other contents of passthru
svn path=/nixpkgs/trunk/; revision=13190
2008-11-04 21:24:10 +00:00
Armijn Hemel
57bad22121 2.6.1 -> 2.6.2, still python import problems
svn path=/nixpkgs/trunk/; revision=13171
2008-11-01 08:45:49 +00:00
Armijn Hemel
ed9151d338 gimp 2.4 -> 2.6 + update dependencies
svn path=/nixpkgs/trunk/; revision=13039
2008-10-09 23:21:39 +00:00
Michael Raskin
530c8a4e5b Double oops
svn path=/nixpkgs/trunk/; revision=12915
2008-09-24 14:45:28 +00:00
Michael Raskin
6b97827f14 oops, recursionwas needed on an attribute set
svn path=/nixpkgs/trunk/; revision=12914
2008-09-24 14:15:35 +00:00
Michael Raskin
4b21f11fda Updated xscreensaver; removed all versions as sources are removed off site anyway..
svn path=/nixpkgs/trunk/; revision=12912
2008-09-24 13:57:16 +00:00
Eelco Dolstra
5d9dfc1e60 * Removed $installCommand, it's no longer needed since we split the
install and fixup phases.  You can just override installPhase.

svn path=/nixpkgs/trunk/; revision=12787
2008-09-02 13:51:32 +00:00
Armijn Hemel
a5deaa8e07 update to 2.4.7, python problems are still there
svn path=/nixpkgs/trunk/; revision=12698
2008-08-23 08:47:14 +00:00
Michael Raskin
87ff8d6347 Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made overrides in builderDefsPackage to work in an intuitive manner.
svn path=/nixpkgs/trunk/; revision=12655
2008-08-19 05:54:09 +00:00
Michael Raskin
4577779af6 Fixed Inkscape build
svn path=/nixpkgs/trunk/; revision=12114
2008-06-16 09:09:58 +00:00
Michael Raskin
db24f5948f Fresh XScreensaver (5.05)
svn path=/nixpkgs/trunk/; revision=12104
2008-06-15 17:10:42 +00:00
Armijn Hemel
a65e05bbaf update to 2.4.6, python import problems are still there:
(gimp:9911): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error
Traceback (most recent call last):
  File "/nix/store/41hi79yr3k46yx98yfanpxbdcdslbgql-gimp-2.4.6/lib/gimp/2.0/plug-ins/happy-valley-relief.py", line 20, in ?
    from gimpfu import *
  File "/nix/store/41hi79yr3k46yx98yfanpxbdcdslbgql-gimp-2.4.6/lib/gimp/2.0/python/gimpfu.py", line 74, in ?
    import gimp
ImportError: could not import pygtk

svn path=/nixpkgs/trunk/; revision=11942
2008-05-31 11:59:41 +00:00
Andres Löh
45f5f8a5b3 * added pqiv image viewer
svn path=/nixpkgs/trunk/; revision=11908
2008-05-27 15:05:16 +00:00
Ludovic Courtès
09f95efe18 ImageMagick: Use the `imagemagick' mirror scheme.
svn path=/nixpkgs/trunk/; revision=11843
2008-05-19 09:32:24 +00:00
Eelco Dolstra
3042994875 * ImageMagick: don't need to keep old versions I guess.
* texFunctions.simpleTexToPNG: purity (use our own ImageMagick).

svn path=/nixpkgs/trunk/; revision=11836
2008-05-16 11:26:23 +00:00
Eelco Dolstra
4bbd9bab29 * ImageMagick: code cleanup and added another source URL
(ftp.imagemagick.org seems to be down now).

svn path=/nixpkgs/trunk/; revision=11835
2008-05-16 11:05:37 +00:00
Nicolas Pierron
6cbefd2f91 Update ImageMagick version.
svn path=/nixpkgs/trunk/; revision=11831
2008-05-15 22:02:56 +00:00
Armijn Hemel
2b8ec976cf update to 2.4.5, Python ImportError still in there.
svn path=/nixpkgs/trunk/; revision=10923
2008-03-02 22:24:21 +00:00
Michael Raskin
71f8e0911a Added src to meta for builderDefs-based packages.
svn path=/nixpkgs/trunk/; revision=10913
2008-03-02 18:49:31 +00:00
Michael Raskin
5883330e2c Updated ImageMagick
svn path=/nixpkgs/trunk/; revision=10886
2008-02-28 18:53:39 +00:00
Eelco Dolstra
5ea761b23f * Merged the last of the trunk, preparing for switch...
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10847
2008-02-25 11:09:37 +00:00
Ludovic Courtès
c800565c73 Make Inkscape properly depend on Python, which is needed for some features.
svn path=/nixpkgs/trunk/; revision=10836
2008-02-22 16:24:58 +00:00
Eelco Dolstra
e12b421add * Merged most of the stdenv-updates branch. Some stuff didn't
merge cleanly right away (kde-4, kernel stuff) so it should be
  merged later.  But the stdenv stuff is all there.

svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10793
2008-02-20 23:02:41 +00:00
Ludovic Courtès
93c4507257 Add ImageMagick mirrors, suggested by Nicolas Pierron.
svn path=/nixpkgs/trunk/; revision=10717
2008-02-17 19:02:56 +00:00
Ludovic Courtès
59ff810f83 Update ImageMagick since the previous source tarball is no longer available (!).
svn path=/nixpkgs/trunk/; revision=10646
2008-02-12 15:50:55 +00:00
Yury G. Kudryashov
e748c42115 ImageMagick: version updated
svn path=/nixpkgs/branches/stdenv-updates/; revision=10616
2008-02-10 17:42:16 +00:00