summary refs log tree commit diff
path: root/pkgs/applications/graphics
Commit message (Collapse)AuthorAge
* rapcad: fix urlEvgeny Egorochkin2013-07-18
|
* Pinta: fix urlEvgeny Egorochkin2013-07-18
|
* make package use mirror:// for gnu, savannah and gnome repositories where ↵Evgeny Egorochkin2013-07-14
| | | | possible
* Even more mirror:// fixesEvgeny Egorochkin2013-07-14
|
* gktspell: version bump to 2.0.16 because the old one has disappearedEvgeny Egorochkin2013-07-14
|
* seg3d: fix version to match tarballEvgeny Egorochkin2013-07-14
|
* alchemy: fix version to match tarballEvgeny Egorochkin2013-07-14
|
* sane-backends: update saneBackendsGit to the latest versionPeter Simons2013-07-10
| | | | | | | | | | | | | | | | | | | | | | For some reason, SANE suddenly stopped recognizing my scanner recently: | $ scanimage -L | | No scanners were identified. If you were expecting something different, | check that the scanner is plugged in, turned on and detected by the | sane-find-scanner tool (if appropriate). Please read the documentation | which came with this software (README, FAQ, manpages). I was able to remedy this issue by building SANE with the latest version of the backends package from Git, by adding the following override to ~/.nixpkgs/config.nix: | { | packageOverrides = pkgs: | { | saneBackends = pkgs.saneBackendsGit; | }; | }
* darktable: Update to 1.2.2Rickard Nilsson2013-07-02
|
* whitespace cleaningMathijs Kwik2013-07-01
|
* keep lcms versioning in all-packages.nixMathijs Kwik2013-07-01
|
* libpng: keep versioning in all-packages.nix, not in individual expressionsMathijs Kwik2013-06-27
|
* whitespace cleaningMathijs Kwik2013-06-27
|
* nixos.org/tarballs -> tarballs.nixos.orgEelco Dolstra2013-06-25
| | | | | It's currently the same machine, but tarballs.nixos.org should become an S3/CloudFront site eventually.
* oiio: 1.1.8 -> 1.1.12Domen Kozar2013-06-23
|
* Merge remote-tracking branch 'upstream/master' into x-updatesMichael Raskin2013-06-13
|\ | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/cairo/default.nix pkgs/development/libraries/gdk-pixbuf/default.nix pkgs/development/libraries/gtk+/2.x.nix pkgs/misc/ghostscript/default.nix pkgs/top-level/all-packages.nix
| * tesseract: simplifyDomen Kozar2013-06-12
| |
| * tesseract: upgrade to 3.02.02 and add some languagesDomen Kozar2013-06-11
| |
* | Merge branch 'master' into x-updatesVladimír Čunát2013-06-05
|\| | | | | | | | | Silently merged badly the firefox 20/21 things. I got that, hopefully there aren't more (my nixos-rebuild dry-run finds no more errors).
| * Merge pull request #551 from MarcWeber/submit/alchemyEvgeny Egorochkin2013-06-03
| |\ | | | | | | adding alchemy painting application
| | * gpl fixMarc Weber2013-05-30
| | |
| | * adding alchemy painting applicationMarc Weber2013-05-22
| | |
| * | digikam 3.2: fixing urlLluís Batlle i Rossell2013-05-30
| | |
| * | digikam: updating (2.9 for kde 4.7/8, 3.2 for kde 4.10)Lluís Batlle i Rossell2013-05-30
| | |
| * | freecad: update to stable from February, 0.13.1830Lluís Batlle i Rossell2013-05-30
| | |
* | | ReRevert Merge x-updates into masterVladimír Čunát2013-05-29
|/ / | | | | | | | | | | | | | | | | This reverts commit ec3965d8d0b5594a9db11e6c9cd1c28d36e91cde. Conflicts (taken x-updates): pkgs/development/libraries/libgcrypt/default.nix pkgs/development/libraries/libgpg-error/default.nix pkgs/development/libraries/poppler/default.nix
* | digikam: enable parallel buildingLluís Batlle i Rossell2013-05-29
| |
* | add sxiv-1.1Song Wenwu2013-05-24
| |
* | Add myself as maintainer for several packagesBjørn Forsman2013-05-20
|/ | | | And set missing meta.platforms for the packages I've added earlier.
* updating paraview to 3.98.1David Guibert2013-05-12
|
* Revert Merge x-updates into master due to mesa bloatVladimír Čunát2013-05-09
| | | | | | | | | | | See #490 discussion. This reverts commit 1278859d3167b9f84bfab680d9c8c463adf64a60, reversing changes made to 0c020c98f9d4f49d5c9907db5f4b35aac7df959b. Conflicts: pkgs/desktops/xfce/core/xfce4-session.nix (take master) pkgs/lib/misc.nix (auto)
* Merge branch 'master' into x-updatesVladimír Čunát2013-05-01
|\
| * openscad: compile the correct version numberBjørn Forsman2013-04-25
| | | | | | | | | | The default version info that is compiled into openscad is the build date(!). Force the version to the actual release version instead.
| * openscad: add longDescription and licenseBjørn Forsman2013-04-25
| | | | | | | | longDescription is taken from openscad homepage.
| * openscad: bump to 2013.01Bjørn Forsman2013-04-25
| | | | | | | | Bump to latest release. Use tarball instead of git.
* | Merge branch 'master' into x-updatesVladimír Čunát2013-04-11
|\| | | | | | | Needed that to fix the tarball.
| * darktable: Update to 1.2Rickard Nilsson2013-04-08
| |
| * pinta: updating it. It works now.Lluís Batlle i Rossell2013-04-08
| |
* | Merge branch 'master' into x-updatesVladimír Čunát2013-04-04
|\| | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/graphics/rawtherapee/default.nix pkgs/applications/misc/blender/default.nix pkgs/applications/networking/browsers/chromium/sources.nix pkgs/os-specific/linux/kernel/linux-3.9.nix pkgs/top-level/all-packages.nix
| * darktable: Add 1.2-RC1 as darktable12Rickard Nilsson2013-04-02
| |
| * cinepaint: making it run (missing rpath)Lluís Batlle i Rossell2013-04-02
| |
| * rawtherapee-4.0.10 . Add a 'float' option to fftw, as this version of ↵Jack Cummings2013-03-31
| | | | | | | | rawtherapee requires it.
| * Merge: use Python 3.3 as the default version of Python3Cillian de Róiste2013-03-28
| |\
| | * Add OpenColorIO support to OpenImageIO and tidy upCillian de Róiste2013-03-28
| | |
| | * OpenImageIO Tidy Up: moved to applications/graphicsCillian de Róiste2013-03-27
| | | | | | | | | | | | oiio includes CLI tools for manipulating graphics
| * | darktable: Update to 1.1.4Rickard Nilsson2013-03-27
| | |
| * | gimp: update from 2.8.2 to 2.8.4Lluís Batlle i Rossell2013-03-26
| |/
* | Fix K3D gtlglext handlingMichael Raskin2013-03-21
| |
* | Merge branch 'master' into x-updatesVladimír Čunát2013-03-17
|\| | | | | | | | | | | | | Conflicts (easy): pkgs/desktops/xfce/core/xfdesktop.nix pkgs/development/libraries/cairo/default.nix pkgs/development/libraries/pango/default.nix
| * viewnior: Add viewnior, GTK image viewer programSergey Mironov2013-03-12
| |