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
Jan Tojnar
95ad9695a8
librsvg: 2.42.3 → 2.42.4
2018-05-09 03:58:06 +02:00
Jan Malakhovski
7438083a4d
tree-wide: disable doCheck
and doInstallCheck
where it fails (the trivial part)
2018-04-25 04:18:46 +00:00
Jan Tojnar
2b6596962b
librsvg: 2.42.2 → 2.42.3
2018-04-12 11:53:47 +02:00
Matthew Bauer
ed2a9cf65f
treewide: remove libintl hacks
2018-03-22 16:50:11 -05:00
Jan Tojnar
0c2ede96a0
librsvg: always build introspection
...
We have multiple outputs nowadays.
2018-03-22 07:46:50 +01:00
Jan Tojnar
dece1166c2
librsvg: add updateScript
2018-03-04 20:05:52 +01:00
Vladimír Čunát
9c8b87e953
librsvg: 2.42.0 -> 2.42.2 (maintenance)
2018-02-03 19:51:08 +01:00
adisbladis
231eb68c2a
librsvg: 2.40.18 -> 2.42.0
2018-01-21 00:08:46 +08:00
Jan Tojnar
14e518d020
librsvg: 2.40.17 → 2.40.19
2017-11-05 17:02:27 +01:00
Jan Tojnar
dd200f8197
librsvg: fix thumbnailer path
...
librsvg hooks itself into gdk-pixbuf and then uses gdk-pixbuf-thumbnailer
as the thumbnailer, extending its supported MIME type list.
Unfortunately, librsvg assumes the thumbnailer will be located in the same
bindir as librsvg binaries would, which is not true on Nix-powered systems.
This commit corrects the bindir path of the thumbnailer to the gdk_pixbuf
derivation.
2017-10-01 15:16:38 +02:00
Franz Pletz
0227471cc9
librsvg: 2.40.16 -> 2.40.17
2017-06-20 07:48:14 +02:00
Daiderd Jordan
ab0bb24973
Revert "cairo: Add ApplicationServices as propagatedBuildInput"
...
This reverts commit 0f67005c4a
.
2017-01-09 20:58:27 +01:00
Tuomas Tynkkynen
5bf5de58ea
treewide: Fix 'lib.optional' misuses
...
These add a singleton list of a package to buildInputs.
2016-10-01 23:38:06 +03:00
Franz Pletz
ee8fed4697
librsvg: 2.40.9 -> 2.40.16 (security)
...
Fixes CVE-2015-7558 & CVE-2016-6163.
cc #18856
2016-09-24 20:11:00 +02:00
Tuomas Tynkkynen
a17216af4c
treewide: Shuffle outputs
...
Make either 'bin' or 'out' the first output.
2016-08-29 14:49:51 +03:00
Tuomas Tynkkynen
2258b21e4b
treewide: Add lots of platforms to packages with no meta
...
Build-tested on x86_64 Linux and on Darwin.
2016-08-02 21:17:44 +03:00
Thomas Tuegel
160bf21b3a
librsvg: multiple outputs
2016-04-25 19:04:24 -05:00
Vladimír Čunát
cba6641623
cairo, pango: fix some string references
2015-10-13 20:18:51 +02:00
Tuomas Tynkkynen
54dcadad6c
librsvg: Reference correct output of gdk_pixbuf
2015-10-03 14:08:54 +02:00
Eelco Dolstra
d7e97e07a3
librsvg: Disable GTK+ 3 dependency
...
GTK+ 2 is still our default, so packages should generally not depend
on GTK+ 3. For instance, this causes Emacs to depend on both GTK+ 2
and 3, which is obviously a bad thing.
Issue #8990 .
2015-07-26 12:00:43 +02:00
Luca Bruno
4982143324
gdkpixbuf: simplify setup hook, don't create per-package loaders.cache
2015-06-15 09:57:05 +02:00
Spencer Whitt
d68a0554b6
librsvg: Fix libintl undefined symbols on Darwin
2015-04-01 16:57:40 -04:00
William A. Kennington III
1f82542fcb
librsvg: 2.36.4 -> 2.40.9
2015-03-27 15:36:26 -07:00
Vladimír Čunát
63481f1b4b
librsvg: comment on why the version isn't updated
2013-11-18 20:51:06 +01:00
Jonas Hoersch
11b2added0
librsvg: move cairo dependency into propagatedBuildInputs
...
the pkgconfig description file of librsvg states cairo as a build requirement.
and with cairo being propagated, vlc now picks up librsvg as available.
2013-09-16 07:08:42 +02:00
Jason \"Don\" O'Conal
9767a725cc
djvulibre: fix build on darwin ( close #931 )
2013-09-14 15:21:35 +02:00
Vladimír Čunát
2c700f3b4a
librsvg: drop gtk2 dep. by default, add optional gtk3 dep.
...
Tried to build some affected packages, seems OK.
2013-02-21 21:33:49 +01:00
Vladimír Čunát
0d72174dbd
Merge branch stdenv-updates into x-updates
...
x-updates is supposed to merge after stdenv-updates, so let's test it
Conflicts:
pkgs/development/libraries/gtk+/2.x.nix (both updated, taking newer)
pkgs/development/libraries/mesa/default.nix (taking nativeBuildInputs)
2013-02-21 12:43:00 +01:00
Vladimír Čunát
57248e25e6
librsvg: major update
2013-01-29 15:15:08 +01: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
Cillian de Róiste
7c9eebf446
Enable pixbuf-loader
...
for gtk to be able to use the pixbuf-loader for svg files it needs to be enabled, and a loaders.cache needs to be created.
2012-11-11 18:02:27 +01:00
Yury G. Kudryashov
b0dbd38ea6
Move libcroco and librsvg to top-level
...
svn path=/nixpkgs/trunk/; revision=32933
2012-03-08 22:57:05 +00:00
Eelco Dolstra
eca684a44b
* Gnome 2.22.1.
...
* Moved some of the Gnome package Nix expressions into
pkgs/desktops/gnome/default.nix - no need to have them in separate
files. This way the code is much shorter. Still to be done for all
the other Gnome packages.
* Glib 2.16.3.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11855
2008-05-20 14:25:09 +00:00
Wouter den Breejen
5200276c3b
nixpkgs dir: nvidia and libsrvg
...
svn path=/nixpkgs/trunk/; revision=8785
2007-05-28 14:10:46 +00:00