Shea Levy
bc6ee5020d
Add isl, the integer set library (needed for cloog, an optional dependency for GCC 4.6.0)
...
svn path=/nixpkgs/trunk/; revision=26633
2011-03-31 21:19:39 +00:00
Eelco Dolstra
2cf4ac9c33
* libvirt updated to 0.9.0rc2. Nova likes this one better.
...
svn path=/nixpkgs/branches/modular-python/; revision=26627
2011-03-31 13:20:49 +00:00
Eelco Dolstra
4585c62aec
* Erlang updated to R14B02.
...
svn path=/nixpkgs/branches/modular-python/; revision=26619
2011-03-31 08:44:11 +00:00
Lluís Batlle i Rossell
627812ffbb
Adding Rigs of Rods.
...
Basically it builds, but I still don't know how to run it. I imagine the
installPhase is still too poor, but it's better than nothing.
I also added two mygui versions. That stable, and that required by Rigs of Roads (svn).
svn path=/nixpkgs/trunk/; revision=26618
2011-03-30 22:08:33 +00:00
Lluís Batlle i Rossell
48748dedcb
Adding the rally game Trigger. As a side effect, I add jam.
...
svn path=/nixpkgs/trunk/; revision=26615
2011-03-30 18:45:11 +00:00
Eelco Dolstra
69b974bda6
* Generic Python builder: support preCheck and postCheck.
...
svn path=/nixpkgs/branches/modular-python/; revision=26602
2011-03-30 12:27:04 +00:00
Eelco Dolstra
353d450867
* wrapPythonPrograms: don't hard-code the Python library prefix.
...
svn path=/nixpkgs/branches/modular-python/; revision=26594
2011-03-29 15:19:59 +00:00
Eelco Dolstra
11b67ccee5
* Move buildPythonPackage and setuptools into python-packages.nix.
...
This ensures that they're built with the same "python" argument.
svn path=/nixpkgs/branches/modular-python/; revision=26593
2011-03-29 15:02:15 +00:00
Andres Löh
3ae597033d
Added tuple and OneTuple.
...
svn path=/nixpkgs/trunk/; revision=26592
2011-03-29 14:17:19 +00:00
Andres Löh
f9c356ad17
Adding ghc-7.0.3.
...
svn path=/nixpkgs/trunk/; revision=26588
2011-03-28 21:33:21 +00:00
Eelco Dolstra
1439ae44be
* Sync with the trunk.
...
svn path=/nixpkgs/branches/modular-python/; revision=26586
2011-03-28 20:22:30 +00:00
Lluís Batlle i Rossell
497fc7bb94
Making btanks work (and adding smpeg).
...
svn path=/nixpkgs/trunk/; revision=26585
2011-03-28 18:58:49 +00:00
Eelco Dolstra
968496e69b
* wrapPythonPrograms: rewrite the common "#! .../env python" idiom to
...
"#! .../python".
svn path=/nixpkgs/branches/modular-python/; revision=26583
2011-03-28 17:19:27 +00:00
Eelco Dolstra
47adaa80e3
* Move the wrapPythonPrograms function into a separate setup hook
...
(wrapPython).
svn path=/nixpkgs/branches/modular-python/; revision=26580
2011-03-28 16:33:33 +00:00
Lluís Batlle i Rossell
655a9ea9c3
Adding the racing videogame VDrift.
...
I added the asio library as a side effect.
svn path=/nixpkgs/trunk/; revision=26575
2011-03-28 16:08:21 +00:00
Lluís Batlle i Rossell
97182f0bcb
Making SDL_gfx and SDL_image find the SDL headers, by a postInstall patch.
...
They expected to sit in the same directory as the SDL headers.
svn path=/nixpkgs/trunk/; revision=26574
2011-03-28 16:08:17 +00:00
Eelco Dolstra
120d1757fe
* buildPythonPackage: added an argument `pythonPath' to specify Python
...
dependencies that are *not* propagated to the user environment
(as opposed to `propagatedBuildInputs'). For instance, if you
install `iotop', you typically don't want its Python dependencies
polluting the user environment.
* buildPythonPackage: some cleanup (e.g. use function argument
defaults instead of `if attrs ? foo then attrs.foo else []').
svn path=/nixpkgs/branches/modular-python/; revision=26571
2011-03-28 15:30:48 +00:00
Andres Löh
b18dd91057
Removing trailing whitespace.
...
svn path=/nixpkgs/trunk/; revision=26570
2011-03-28 15:04:00 +00:00
Andres Löh
127a2fc8e0
Added random-fu plus dependencies.
...
(Unfortunately doesn't compile yet with ghc-7.)
svn path=/nixpkgs/trunk/; revision=26569
2011-03-28 15:03:51 +00:00
Ludovic Courtès
ed10cda58d
Guile-Lib 0.2.0.
...
svn path=/nixpkgs/trunk/; revision=26563
2011-03-28 12:05:17 +00:00
Ludovic Courtès
b56430e7c0
MPC is now a GNU project.
...
svn path=/nixpkgs/trunk/; revision=26562
2011-03-28 12:04:59 +00:00
Eelco Dolstra
d449c4db98
* Remove Python 2.6, since the only remaining package that used it
...
(Calibre) also works with 2.7.
svn path=/nixpkgs/branches/modular-python/; revision=26561
2011-03-28 11:50:47 +00:00
Lluís Batlle i Rossell
5142fda2bf
Updating freeimage.
...
svn path=/nixpkgs/trunk/; revision=26560
2011-03-28 10:22:55 +00:00
Eelco Dolstra
8ca5d5d8b6
* Move python/2.7/modules.nix into python/2.7/default.nix. Also
...
remove the pythonModules attribute. The built-in modules are now
accessible as (e.g.) "python.modules.ssl" or "pythonPackages.ssl".
svn path=/nixpkgs/branches/modular-python/; revision=26559
2011-03-28 09:48:57 +00:00
Michael Raskin
1233bbb9fa
Adding PicoLisp
...
svn path=/nixpkgs/trunk/; revision=26558
2011-03-28 08:16:15 +00:00
Lluís Batlle i Rossell
20ef19e1d2
Updating enet
...
svn path=/nixpkgs/trunk/; revision=26546
2011-03-27 14:07:38 +00:00
Russell O'Connor
72124a0aa9
Bitcoin.
...
svn path=/nixpkgs/trunk/; revision=26544
2011-03-27 06:44:34 +00:00
Evgeny Egorochkin
836b0d259d
ustr: packaged
...
svn path=/nixpkgs/trunk/; revision=26540
2011-03-27 04:46:05 +00:00
Evgeny Egorochkin
9f7e3964d4
taglib: version bump
...
svn path=/nixpkgs/trunk/; revision=26533
2011-03-26 18:23:30 +00:00
Karn Kallio
f477fe9d3d
Update libssh version to latest release 0.4.8
...
svn path=/nixpkgs/trunk/; revision=26519
2011-03-25 23:14:01 +00:00
Lluís Batlle i Rossell
ef57b57b92
Adding two NES emulators.
...
Because of them, I made allegro build the allegrogl library.
I also added the HawkNL library.
svn path=/nixpkgs/trunk/; revision=26517
2011-03-25 22:15:48 +00:00
Karn Kallio
9eb80e4f94
URL to libssh has changed.
...
svn path=/nixpkgs/trunk/; revision=26516
2011-03-25 15:27:30 +00:00
Peter Simons
cec39fe1a8
ghc-7.0.2: moved 'homepage' setting into the meta section
...
svn path=/nixpkgs/trunk/; revision=26514
2011-03-25 12:55:42 +00:00
Peter Simons
b579f4fd5c
ghc-7.0.2: fix build on Darwin
...
There were two problems preventing GHC 7.0.2 from being built on MacOS. For
one, the 'configure' script automatically added the flag
-isysroot /Developer/SDKs/MacOSX10.5.sdk
to the command-line that's being passed to GCC. This setting doesn't work with
our GCC, and resulted in build errors because standard headers like <stdargs.h>
could no longer be found.
Secondly, the build depends on install_name_tool, which has been added as a
buildInput.
These changes trigger a re-build on all platforms, not just on Darwin. I
realize that this could have been avoided by adding some cruft. However, I
didn't want to add cruft, so there you are.
svn path=/nixpkgs/trunk/; revision=26513
2011-03-25 12:55:37 +00:00
Peter Simons
05474e174b
cmake: updated meta.platforms to reflect the fact that CMake is supposed to build on all Unix-like platforms
...
svn path=/nixpkgs/trunk/; revision=26512
2011-03-25 12:55:33 +00:00
Peter Simons
5ba10a94e1
cmake: add install_name_tool on Darwin to fix the build
...
svn path=/nixpkgs/trunk/; revision=26511
2011-03-25 12:55:29 +00:00
Peter Simons
0e5593b0f6
libarchive: don't try to build e2fsprogs, attr, or acl unless running on Linux
...
These packages give errors when built on, say, Darwin.
svn path=/nixpkgs/trunk/; revision=26510
2011-03-25 12:55:22 +00:00
Rob Vermaas
592abae649
add patch for boost to get rid of ' what(): locale::facet::_S_create_c_locale name not valid' errors in some packages
...
svn path=/nixpkgs/trunk/; revision=26500
2011-03-25 08:04:00 +00:00
Karn Kallio
7df7521dd1
Add the PAKCS (Portland Aachen Kiel Curry System) Curry compiler to Nixpkgs.
...
svn path=/nixpkgs/trunk/; revision=26497
2011-03-24 19:22:30 +00:00
Lluís Batlle i Rossell
0b176e1bd0
Adding a first attempt of expression for wxwidgets 2.9.
...
It looks like building and installing. Part of the expression I copied from wxGTK 2.8,
and some parts of it may be irrelevant or wrong.
svn path=/nixpkgs/trunk/; revision=26484
2011-03-23 22:05:14 +00:00
Ludovic Courtès
acffafe66f
GStreamer: Actually use the setup hook.
...
svn path=/nixpkgs/trunk/; revision=26482
2011-03-23 21:56:05 +00:00
Ludovic Courtès
53eb747a5c
GNU uCommon C++ 4.2.0.
...
svn path=/nixpkgs/trunk/; revision=26478
2011-03-23 21:55:43 +00:00
Peter Simons
2e24a92971
pathtype: added initial version 0.5.2
...
svn path=/nixpkgs/trunk/; revision=26471
2011-03-23 15:57:58 +00:00
Alexander Tsamutali
e54a964632
development/libraries/sfml: New nixpkg.
...
svn path=/nixpkgs/trunk/; revision=26433
2011-03-20 18:21:37 +00:00
Alexander Tsamutali
4cbc38255f
development/libraries/fribidi: Updated to 0.19.2.
...
svn path=/nixpkgs/trunk/; revision=26431
2011-03-20 14:54:39 +00:00
Andres Löh
19b2375799
Fix Haskell x11-xft package.
...
svn path=/nixpkgs/trunk/; revision=26430
2011-03-20 13:23:53 +00:00
Michael Raskin
6879f1e3b1
Update NSPR
...
svn path=/nixpkgs/trunk/; revision=26416
2011-03-18 08:26:11 +00:00
Michael Raskin
36af24fc05
Fix SWI-Prolog build
...
svn path=/nixpkgs/trunk/; revision=26407
2011-03-17 22:09:22 +00:00
Michael Raskin
4aacdee4e1
Adding J language
...
svn path=/nixpkgs/trunk/; revision=26398
2011-03-17 15:36:38 +00:00
Eelco Dolstra
a8334929f1
* Delete Python 2.4. It was only used by "zope", which doesn't even
...
build.
svn path=/nixpkgs/branches/modular-python/; revision=26350
2011-03-16 09:56:19 +00:00
Eelco Dolstra
b3667a1e8f
* Sync with the trunk.
...
svn path=/nixpkgs/branches/modular-python/; revision=26347
2011-03-16 09:39:40 +00:00
Yury G. Kudryashov
6923a32b33
Add funambol
...
svn path=/nixpkgs/trunk/; revision=26336
2011-03-15 23:09:27 +00:00
Yury G. Kudryashov
e37f85adb7
Add liblikeback
...
svn path=/nixpkgs/trunk/; revision=26335
2011-03-15 23:09:21 +00:00
Yury G. Kudryashov
a9eb45ae18
Add bluedevil
...
svn path=/nixpkgs/trunk/; revision=26333
2011-03-15 23:09:07 +00:00
Eelco Dolstra
f208edd1a5
* Merge the x-updates branch.
...
svn path=/nixpkgs/trunk/; revision=26330
2011-03-15 18:29:27 +00:00
Ludovic Courtès
497c46e5e5
Hydra: Update.
...
svn path=/nixpkgs/trunk/; revision=26323
2011-03-15 14:01:33 +00:00
Andres Löh
1a7d72731b
Added AC-Vector package.
...
svn path=/nixpkgs/trunk/; revision=26322
2011-03-15 13:56:55 +00:00
Ludovic Courtès
2dcf4fbfcc
Hydra: Update.
...
svn path=/nixpkgs/trunk/; revision=26320
2011-03-15 13:42:01 +00:00
Eelco Dolstra
0648ceff32
* Enable the "tee" backend in Cairo. Apparently Firefox 4.0 needs
...
this.
svn path=/nixpkgs/branches/x-updates/; revision=26312
2011-03-15 09:25:08 +00:00
Eelco Dolstra
60510f2145
* One last glib/gtk update.
...
svn path=/nixpkgs/branches/x-updates/; revision=26309
2011-03-15 08:43:06 +00:00
Eelco Dolstra
3e3eac2e30
* Sync with the trunk.
...
svn path=/nixpkgs/branches/x-updates/; revision=26303
2011-03-14 18:26:46 +00:00
Eelco Dolstra
e5fcf7ebe9
* Fix the libvirt build on x86_64-linux
...
(http://hydra.nixos.org/build/959072 ).
svn path=/nixpkgs/trunk/; revision=26301
2011-03-14 14:46:41 +00:00
Eelco Dolstra
fd2f86820c
* Glib 2.28.2.
...
svn path=/nixpkgs/branches/x-updates/; revision=26299
2011-03-14 12:26:51 +00:00
Andres Löh
b043946163
More Haskell library updates.
...
svn path=/nixpkgs/trunk/; revision=26292
2011-03-13 11:03:49 +00:00
Andres Löh
f89b676312
Upgraded Hakyll to 2.4.3.
...
I know, that's not the latest version, but Hakyll-3 is rather
different from Hakyll-2 and the upgrade would require more work.
svn path=/nixpkgs/trunk/; revision=26291
2011-03-13 08:46:54 +00:00
Andres Löh
3e0ac9b040
Major Haskell packages overhaul.
...
Several changes, some highlights:
* Structure of haskell-packages.nix updated. It's now easier to
select different default versions of packages for different
versions of GHC.
* GHC 7.0.2 is now default.
* Haskell Platform 2011.2.0.0 has been added and is now default.
* Several packages have been updated
(gtk2hs, gitit, xmonad, darcs, ...).
* Some old packages have been removed.
svn path=/nixpkgs/trunk/; revision=26288
2011-03-12 17:28:15 +00:00
Yury G. Kudryashov
03b3d85fbf
qt-4.7.2
...
svn path=/nixpkgs/trunk/; revision=26287
2011-03-12 06:59:49 +00:00
Ludovic Courtès
7b395420a0
GNU DejaGNU 1.5.
...
svn path=/nixpkgs/trunk/; revision=26285
2011-03-11 19:45:51 +00:00
Karn Kallio
33fb7aef16
Update flapjax compiler to the latest release, version 2.1
...
Also add to nixpkgs new dependencies from hackage.
svn path=/nixpkgs/trunk/; revision=26283
2011-03-11 16:49:56 +00:00
Lluís Batlle i Rossell
d58c5e2821
Adding GMU, a music player for small portable devices, written in SDL.
...
svn path=/nixpkgs/trunk/; revision=26266
2011-03-10 22:20:35 +00:00
Ludovic Courtès
9f34f8ea61
GNU uCommon C++ 4.1.7.
...
svn path=/nixpkgs/trunk/; revision=26263
2011-03-10 16:27:53 +00:00
Ludovic Courtès
6400cf78f0
GnuTLS 2.10.5.
...
svn path=/nixpkgs/trunk/; revision=26257
2011-03-10 14:53:51 +00:00
Ludovic Courtès
5cf585dce2
GNU libidn 1.20.
...
svn path=/nixpkgs/trunk/; revision=26256
2011-03-10 14:53:46 +00:00
Ludovic Courtès
69fec8a6a0
GNU GLOBAL 5.9.4.
...
svn path=/nixpkgs/trunk/; revision=26252
2011-03-10 14:53:24 +00:00
Eelco Dolstra
cc3d1e1c09
* Sync with trunk.
...
svn path=/nixpkgs/branches/x-updates/; revision=26243
2011-03-10 08:48:14 +00:00
Andres Löh
92db39f586
Added ghc-7.0.2.
...
This is supposed to become the new default version of GHC once
the new Haskell Platform is released (but only then).
svn path=/nixpkgs/trunk/; revision=26217
2011-03-09 08:29:12 +00:00
Ludovic Courtès
117c51cf2a
Hydra: Update from SVN.
...
svn path=/nixpkgs/trunk/; revision=26209
2011-03-08 15:01:18 +00:00
Lluís Batlle i Rossell
dd190a5fb8
Updating cminpack (+ the meta homepage)
...
svn path=/nixpkgs/trunk/; revision=26206
2011-03-08 09:19:41 +00:00
Lluís Batlle i Rossell
a136bd7968
Adding flann
...
svn path=/nixpkgs/trunk/; revision=26205
2011-03-08 09:19:37 +00:00
Lluís Batlle i Rossell
d95300f90f
Adding cminpack
...
svn path=/nixpkgs/trunk/; revision=26204
2011-03-08 09:19:32 +00:00
Eelco Dolstra
cf6bc1aeae
* Apply a patch to prevent the X server from segfaulting if kwin is
...
run with swrast_dri (e.g. with the VGA driver). (NixOS/121)
svn path=/nixpkgs/branches/x-updates/; revision=26201
2011-03-07 21:16:34 +00:00
Eelco Dolstra
d10651a8b7
* zOMG, a new Pan release!
...
* Delete gmime 2.2.x because the old version of Pan was the only
package that needed it.
svn path=/nixpkgs/trunk/; revision=26200
2011-03-07 17:11:50 +00:00
Eelco Dolstra
5a437c99d6
* Valgrind 3.6.1.
...
svn path=/nixpkgs/trunk/; revision=26191
2011-03-07 12:37:01 +00:00
Eelco Dolstra
f16a2dc2f6
* Sync with the trunk. Remove glib_2_28 because the branch already
...
has it.
svn path=/nixpkgs/branches/x-updates/; revision=26189
2011-03-07 12:17:12 +00:00
Eelco Dolstra
3e9de5097d
* Mesa updated to 7.10.1.
...
svn path=/nixpkgs/branches/x-updates/; revision=26186
2011-03-07 11:51:08 +00:00
Eelco Dolstra
c3e68778ae
* libdrm updated to 2.4.24.
...
svn path=/nixpkgs/branches/x-updates/; revision=26185
2011-03-07 11:22:40 +00:00
Michael Raskin
32b0f76435
Missing glib-2.28 expression
...
svn path=/nixpkgs/trunk/; revision=26165
2011-03-04 21:04:44 +00:00
Eelco Dolstra
bf8e36dd4f
* Revert PyQt and sip because the upgrade breaks KDE, but use
...
tarballs on nixos.org.
svn path=/nixpkgs/trunk/; revision=26164
2011-03-04 19:57:52 +00:00
Lluís Batlle i Rossell
3d50c7c0d7
Updating SDL_gfx, as it should fix a memory corruption:
...
http://yellowgrass.org/issue/Nixpkgs/108
https://gna.org/bugs/?17768
svn path=/nixpkgs/trunk/; revision=26163
2011-03-04 19:37:56 +00:00
Eelco Dolstra
69b8bc9ed7
* Remove the removal of swrast_dri.so :-) It's better to address this
...
in the NixOS X server module.
svn path=/nixpkgs/branches/x-updates/; revision=26157
2011-03-04 12:03:53 +00:00
Eelco Dolstra
927a41492d
* Updated dbus, glib, gtk+.
...
svn path=/nixpkgs/branches/x-updates/; revision=26156
2011-03-04 11:59:04 +00:00
Lluís Batlle i Rossell
31c38d7dd2
Updating pyqt and sip because the 'src' there mentioned is not at the urls anymore.
...
svn path=/nixpkgs/trunk/; revision=26152
2011-03-04 09:48:29 +00:00
Lluís Batlle i Rossell
a76b0fb6fa
Making freecad install; it still does not find all shared objects though.
...
Either eigen changed the hash of the tarball, or I did not commit its latest hash.
I add boost 1.46 apart, because 1.44 does not work easily for freecad.
svn path=/nixpkgs/trunk/; revision=26151
2011-03-04 09:48:24 +00:00
Lluís Batlle i Rossell
5148ee9654
I revert the "Updating boost" change. I don't really need it new I think, and
...
it breaks things, niksnut reports.
svn path=/nixpkgs/trunk/; revision=26146
2011-03-03 14:10:18 +00:00
Lluís Batlle i Rossell
7912200505
Adding libf2c
...
svn path=/nixpkgs/trunk/; revision=26144
2011-03-03 13:41:06 +00:00
Lluís Batlle i Rossell
b679cf6a66
Updating boost
...
svn path=/nixpkgs/trunk/; revision=26143
2011-03-03 13:41:01 +00:00
Eelco Dolstra
eb4b1e8b04
* Sync with the trunk.
...
svn path=/nixpkgs/branches/x-updates/; revision=26141
2011-03-03 12:02:50 +00:00
Yury G. Kudryashov
efb12635d3
Qca2: do not separate debug info
...
svn path=/nixpkgs/trunk/; revision=26138
2011-03-02 18:50:00 +00:00
Yury G. Kudryashov
53a7f85871
cmake-2.8.4
...
svn path=/nixpkgs/trunk/; revision=26137
2011-03-02 18:49:56 +00:00
Lluís Batlle i Rossell
d11c00e5a5
Adding xercesc, the references to coin3d and soqt, and trying to add
...
freecad (that still does not build).
svn path=/nixpkgs/trunk/; revision=26135
2011-03-02 17:18:30 +00:00
Lluís Batlle i Rossell
f58e7158e0
Updating ODE.
...
svn path=/nixpkgs/trunk/; revision=26134
2011-03-02 17:18:24 +00:00
Lluís Batlle i Rossell
6381040f0a
Adding coin3d and soqt
...
svn path=/nixpkgs/trunk/; revision=26133
2011-03-02 17:18:20 +00:00
Lluís Batlle i Rossell
e1cf8f90e6
Adding GNU Triangulated Surface library
...
svn path=/nixpkgs/trunk/; revision=26132
2011-03-02 17:18:15 +00:00
Andres Löh
b13e4ebdef
Updated ghc HEAD expression to 7.0.2-rc2.
...
svn path=/nixpkgs/trunk/; revision=26127
2011-03-01 11:56:41 +00:00
Michael Raskin
9e204fec07
Update SBCL
...
svn path=/nixpkgs/trunk/; revision=26124
2011-02-27 18:56:15 +00:00
Eelco Dolstra
f543078655
* Install the libvirt-guests boot script for saving/restoring VMs
...
across host reboots.
svn path=/nixpkgs/trunk/; revision=26120
2011-02-25 15:56:10 +00:00
Eelco Dolstra
583053d018
* libvirt: enable some more features.
...
svn path=/nixpkgs/trunk/; revision=26111
2011-02-25 13:24:41 +00:00
Eelco Dolstra
6538f20485
* Revert to Boost 1.44 for now, as 1.46 breaks several packages.
...
svn path=/nixpkgs/branches/x-updates/; revision=26110
2011-02-25 11:01:50 +00:00
Eelco Dolstra
a9ca5acac3
* Grrr, we should really mirror jquery-ui.
...
svn path=/nixpkgs/trunk/; revision=26099
2011-02-24 16:20:47 +00:00
Eelco Dolstra
9bbe78533e
* Add readline support to libvirt.
...
svn path=/nixpkgs/trunk/; revision=26097
2011-02-24 15:42:51 +00:00
Eelco Dolstra
6bab14437c
* libvirt: use /var and set the correct paths to ip/iptables.
...
svn path=/nixpkgs/trunk/; revision=26091
2011-02-24 13:36:18 +00:00
Eelco Dolstra
a35dcdb281
* libvirt updated to 0.8.8.
...
svn path=/nixpkgs/trunk/; revision=26088
2011-02-24 11:59:30 +00:00
Yury G. Kudryashov
072df43f00
boost-1.46.0
...
svn path=/nixpkgs/branches/x-updates/; revision=26066
2011-02-23 11:29:23 +00:00
Ludovic Courtès
7201a275db
GNU AutoGen 5.11.6.
...
svn path=/nixpkgs/trunk/; revision=26060
2011-02-22 13:40:01 +00:00
Yury G. Kudryashov
4a5b7854a8
Move eigen outside of kde-4.x
...
Michael, sorry for overriding your work but I want to maintain it...
svn path=/nixpkgs/trunk/; revision=26058
2011-02-22 11:54:56 +00:00
Yury G. Kudryashov
0646cfee1e
Move strigi outside of kde-4.x
...
svn path=/nixpkgs/trunk/; revision=26057
2011-02-22 11:54:49 +00:00
Yury G. Kudryashov
78127c3b86
Move qimageblitz outside of kde-4.x
...
svn path=/nixpkgs/trunk/; revision=26056
2011-02-22 11:54:42 +00:00
Eelco Dolstra
d47cf5a35e
* Sync with the trunk.
...
svn path=/nixpkgs/branches/x-updates/; revision=26054
2011-02-22 10:00:18 +00:00
Yury G. Kudryashov
68299a0202
Move qca2 outside of kde-4.x
...
svn path=/nixpkgs/trunk/; revision=26053
2011-02-22 09:53:01 +00:00
Yury G. Kudryashov
3b3f50e405
Move automoc4 out of kde-4.x/
...
kde-4.x/ is for software that is released with kde releases,
not for anything hosted on *.kde.org or in kde svn/git.
svn path=/nixpkgs/trunk/; revision=26048
2011-02-22 06:19:05 +00:00
Karn Kallio
db53a4e36a
Advance version of libjpeg to 8c.
...
svn path=/nixpkgs/trunk/; revision=26037
2011-02-19 22:16:31 +00:00
Eelco Dolstra
b35383d9b2
* jquery-ui updated to 1.8.9.
...
svn path=/nixpkgs/trunk/; revision=26033
2011-02-19 16:54:54 +00:00
Eelco Dolstra
e5d12bbca7
* Disable swrast_dri.so because it doesn't work properly (NixOS/121).
...
svn path=/nixpkgs/branches/x-updates/; revision=26020
2011-02-18 09:16:11 +00:00
Eelco Dolstra
9b6dfe840a
* Sync with the trunk.
...
svn path=/nixpkgs/branches/x-updates/; revision=25993
2011-02-16 15:14:04 +00:00
Karn Kallio
7c339958f9
Fix missing semicolon
...
svn path=/nixpkgs/trunk/; revision=25992
2011-02-16 15:11:58 +00:00
Ludovic Courtès
59904446e4
GNU Guile 2.0.0!
...
svn path=/nixpkgs/trunk/; revision=25990
2011-02-16 13:18:08 +00:00
Karn Kallio
db25406910
Advance racket to latest release version 5.1
...
svn path=/nixpkgs/trunk/; revision=25984
2011-02-16 00:48:58 +00:00
Andres Löh
0a69fe9898
Restored HaXml-1.13.3 to keep happstack and gitit working.
...
svn path=/nixpkgs/trunk/; revision=25974
2011-02-15 10:36:52 +00:00
Andres Löh
bcb46affc2
Version bump for Haskell libs: HaXml and json.
...
svn path=/nixpkgs/trunk/; revision=25973
2011-02-15 09:47:36 +00:00
Eelco Dolstra
070f7debe0
* gdk-pixbuf: build gdk-pixbuf-xlib.
...
svn path=/nixpkgs/branches/x-updates/; revision=25961
2011-02-14 13:44:01 +00:00
Eelco Dolstra
5042a81534
* Fix broken icons such as the back/forward buttons in Firefox.
...
svn path=/nixpkgs/branches/x-updates/; revision=25944
2011-02-13 23:38:28 +00:00
Yury G. Kudryashov
33e30b8601
libdbusmenu-qt-0.7.0
...
svn path=/nixpkgs/trunk/; revision=25936
2011-02-13 04:36:55 +00:00
Florian Friesdorf
db47cdae9d
xapian(-bindings)-1.0.23 from 1.0.14
...
svn path=/nixpkgs/trunk/; revision=25928
2011-02-13 00:49:07 +00:00
David Guibert
188b3c00ba
libmatroska: 1.0.0
...
svn path=/nixpkgs/trunk/; revision=25924
2011-02-12 20:18:46 +00:00
David Guibert
489b0e2fe5
libebml: 1.0.0
...
svn path=/nixpkgs/trunk/; revision=25923
2011-02-12 20:18:41 +00:00
Eelco Dolstra
52787275a4
* Update clutter and clutter-gtk to get it to build with the latest
...
GTK+ (http://hydra.nixos.org/build/902751 ).
svn path=/nixpkgs/branches/x-updates/; revision=25920
2011-02-12 13:52:17 +00:00
Eelco Dolstra
4b45a4c4cb
* Build GTK+ with Xinput support, necessary for tablet support in Gimp
...
and Inkscape (suggested by Cillian de Róiste).
svn path=/nixpkgs/branches/x-updates/; revision=25919
2011-02-12 13:38:30 +00:00
Eelco Dolstra
57eed75265
* polkit updated to 0.99.
...
svn path=/nixpkgs/branches/x-updates/; revision=25916
2011-02-12 09:25:10 +00:00
Yury G. Kudryashov
38b1c5fbfc
Fix #! line in gtester-report
...
svn path=/nixpkgs/branches/x-updates/; revision=25915
2011-02-12 08:44:35 +00:00
Eelco Dolstra
bdafe406db
* Update gobject-introspection.
...
svn path=/nixpkgs/branches/x-updates/; revision=25910
2011-02-11 17:27:16 +00:00
Lluís Batlle i Rossell
cb41a67c47
Building mumble a bit further.
...
svn path=/nixpkgs/trunk/; revision=25908
2011-02-11 15:56:29 +00:00
Eelco Dolstra
2c72c03de5
* Mesa 7.9.1.
...
svn path=/nixpkgs/branches/x-updates/; revision=25905
2011-02-11 14:48:30 +00:00
Peter Simons
bb1edcae8d
pkgs/development/interpreters/maude: updated to version 2.6
...
svn path=/nixpkgs/trunk/; revision=25904
2011-02-11 14:41:03 +00:00
Eelco Dolstra
e877e4dc13
* Dbus 1.4.1.
...
svn path=/nixpkgs/branches/x-updates/; revision=25903
2011-02-11 14:01:39 +00:00
Eelco Dolstra
5dcde6d437
* Expat: apply a fix for CVE-2009-3560.
...
svn path=/nixpkgs/branches/x-updates/; revision=25902
2011-02-11 13:55:30 +00:00
Eelco Dolstra
a08d99715d
* Sync with the trunk.
...
svn path=/nixpkgs/branches/x-updates/; revision=25900
2011-02-11 13:08:45 +00:00
Lluís Batlle i Rossell
951b65cf9c
Trying to add mumble. It still does not build.
...
svn path=/nixpkgs/trunk/; revision=25890
2011-02-10 19:23:27 +00:00
Yury G. Kudryashov
857121483f
Add libtiger
...
svn path=/nixpkgs/trunk/; revision=25871
2011-02-09 21:11:16 +00:00
Yury G. Kudryashov
7e4e25bbd2
taglib-1.6.3
...
svn path=/nixpkgs/trunk/; revision=25870
2011-02-09 21:11:02 +00:00
Yury G. Kudryashov
822ddb6b5e
Add libkate
...
svn path=/nixpkgs/trunk/; revision=25869
2011-02-09 21:10:55 +00:00
Yury G. Kudryashov
e67fdbf901
Add libass
...
svn path=/nixpkgs/trunk/; revision=25868
2011-02-09 21:10:42 +00:00
Yury G. Kudryashov
e936f855a1
Add liboggz
...
svn path=/nixpkgs/trunk/; revision=25867
2011-02-09 21:10:28 +00:00
Yury G. Kudryashov
5c6389f69c
SDL_image-1.2.10
...
svn path=/nixpkgs/trunk/; revision=25865
2011-02-09 21:10:05 +00:00
Yury G. Kudryashov
f8369c6f2b
xine-lib-1.1.19; remove unused files
...
svn path=/nixpkgs/trunk/; revision=25864
2011-02-09 21:09:56 +00:00
Yury G. Kudryashov
2e92a0cd12
cmake-2.8.3
...
svn path=/nixpkgs/trunk/; revision=25859
2011-02-09 21:08:53 +00:00
Karn Kallio
69f2e5d157
Bump version of mlt to 0.6.2
...
This also fixes compilation error in kdenlive
svn path=/nixpkgs/trunk/; revision=25857
2011-02-09 15:34:30 +00:00
Eelco Dolstra
d924bbb775
* openssl: per Nixpkgs convention, don't install static libraries when
...
building dynamic libraries.
svn path=/nixpkgs/branches/x-updates/; revision=25856
2011-02-09 15:27:34 +00:00
Eelco Dolstra
935a8efdb0
* Remove the old gdk-pixbuf.
...
svn path=/nixpkgs/branches/x-updates/; revision=25854
2011-02-09 15:12:05 +00:00
Eelco Dolstra
6a59d1a98f
* Latest Glib, ATK, Pango and GTK+.
...
* Added gdk-pixbuf, which has been revived and is required by GTK+.
* Don't install the documentation of aforementioned packages. This
cuts 56 MiB off the closure of GTK+-based packages. It wasn't
really useful anyway because it's not installed in a way that allows
users to find it easily on NixOS. And if you want it, it's faster
to Google it.
svn path=/nixpkgs/branches/x-updates/; revision=25853
2011-02-09 15:09:29 +00:00
Eelco Dolstra
51fe520113
* Fix the GTK+ build. It depends directly on libXrender, but probably
...
we didn't notice because some other X package used to have it as a
propagated dependency.
svn path=/nixpkgs/branches/x-updates/; revision=25831
2011-02-09 12:36:08 +00:00
Eelco Dolstra
0b86d85634
* Updated gmime to 2.4.22.
...
svn path=/nixpkgs/branches/x-updates/; revision=25830
2011-02-09 12:35:20 +00:00
Eelco Dolstra
bafc1b5cb8
* While we're at it, bump OpenSSL to 1.0.0d (with a fix for
...
CVE-2011-0014).
svn path=/nixpkgs/branches/x-updates/; revision=25827
2011-02-09 11:02:24 +00:00
Eelco Dolstra
52e0027c93
* Glib 2.24.2.
...
svn path=/nixpkgs/branches/x-updates/; revision=25826
2011-02-09 11:01:48 +00:00
Eelco Dolstra
b705289759
* Remove gtkLibs218 and an old Cairo.
...
svn path=/nixpkgs/branches/x-updates/; revision=25824
2011-02-09 10:49:20 +00:00
Sander van der Burg
0c4706f165
Bumped qt-4.7 to version 4.7.1
...
svn path=/nixpkgs/trunk/; revision=25820
2011-02-08 21:23:17 +00:00
Eelco Dolstra
0003f76f9b
* Cairo 1.10.2.
...
svn path=/nixpkgs/branches/x-updates/; revision=25819
2011-02-08 17:57:00 +00:00
Eelco Dolstra
e9c3b7b55a
* libdrm 2.4.23.
...
svn path=/nixpkgs/branches/x-updates/; revision=25814
2011-02-08 14:15:53 +00:00
Eelco Dolstra
e848a70b31
* Freetype 2.4.4.
...
svn path=/nixpkgs/branches/x-updates/; revision=25813
2011-02-08 14:12:24 +00:00
Eelco Dolstra
f1c8cbed52
* libjpeg updated to 8c.
...
svn path=/nixpkgs/branches/x-updates/; revision=25812
2011-02-08 13:41:28 +00:00
Eelco Dolstra
58744ab7f3
* SQLite 3.7.5.
...
svn path=/nixpkgs/trunk/; revision=25804
2011-02-08 11:56:49 +00:00
Lluís Batlle i Rossell
47c7daa2af
Adding vmime
...
svn path=/nixpkgs/trunk/; revision=25783
2011-02-06 15:27:14 +00:00
Andres Löh
9fdd920391
Version bump for convertible.
...
svn path=/nixpkgs/trunk/; revision=25781
2011-02-05 23:40:34 +00:00
Eelco Dolstra
4f87b5338c
* Clang/LLVM updated to 2.8.
...
svn path=/nixpkgs/trunk/; revision=25777
2011-02-05 15:45:02 +00:00
Ludovic Courtès
b4c640d686
GNU Guile-Ncurses 1.3.
...
svn path=/nixpkgs/trunk/; revision=25772
2011-02-04 08:40:33 +00:00
Ludovic Courtès
726235d36c
GNU Guile 1.9.15.
...
svn path=/nixpkgs/trunk/; revision=25771
2011-02-03 16:42:16 +00:00
Eelco Dolstra
207f3278c1
* boehm-gc: For simplicity, use a tarball containing the CVS export
...
instead of fetchcvs. Then we don't need to special-case FreeBSD
either. Also, removed the Cygwin patch which no longer seems
needed.
svn path=/nixpkgs/trunk/; revision=25759
2011-02-02 12:17:29 +00:00
Peter Simons
d23005c2f9
pkgs/development/interpreters/python/3.1: major simplification of the expression
...
This change allows 'python3' to be built with approximately the same features
as 'python27Full'.
svn path=/nixpkgs/trunk/; revision=25757
2011-02-02 11:17:06 +00:00
Peter Simons
775542900b
pkgs/development/interpreters/python/3.1: enable parallel building
...
svn path=/nixpkgs/trunk/; revision=25754
2011-02-02 11:16:53 +00:00
Peter Simons
c60fad3978
pkgs/development/interpreters/python/3.1: added missing meta section attributes
...
svn path=/nixpkgs/trunk/; revision=25753
2011-02-02 11:16:49 +00:00
Peter Simons
4685f4b74e
pkgs/development/interpreters/python/3.1/setup-hook.sh: fixed bogus version number
...
svn path=/nixpkgs/trunk/; revision=25752
2011-02-02 11:16:45 +00:00
Peter Simons
c80d448a64
pkgs/development/interpreters/python/3.1: updated to version 3.1.3
...
svn path=/nixpkgs/trunk/; revision=25751
2011-02-02 11:16:41 +00:00
Michael Raskin
e6621da1c3
Adding Sphere of Influence
...
svn path=/nixpkgs/trunk/; revision=25711
2011-01-28 08:13:52 +00:00
Peter Simons
031edc4509
pkgs/development/libraries/glibc-2.5: fix build with GNU Make 3.82
...
svn path=/nixpkgs/trunk/; revision=25701
2011-01-27 13:35:53 +00:00
Ludovic Courtès
d968cb95a2
libelf: Attempt to fix Darwin builds.
...
svn path=/nixpkgs/trunk/; revision=25694
2011-01-27 09:50:44 +00:00
Peter Simons
b42c943411
pkgs/development/interpreters/maude: added proper quoting for the shell pattern in the postInstall hook
...
svn path=/nixpkgs/trunk/; revision=25692
2011-01-26 15:39:24 +00:00
Ludovic Courtès
bef4ae60e4
BDW-GC: Fix Cygwin builds with the CVS tree.
...
svn path=/nixpkgs/trunk/; revision=25691
2011-01-26 08:09:59 +00:00
David Guibert
4f50c9147f
update swt from 3.1.1 to 3.6.1
...
svn path=/nixpkgs/trunk/; revision=25682
2011-01-24 19:57:15 +00:00
Karn Kallio
fca3859da8
Update urweb to latest released version.
...
svn path=/nixpkgs/trunk/; revision=25680
2011-01-24 15:27:07 +00:00
Lluís Batlle i Rossell
07b89a3fbb
Adding offrss
...
svn path=/nixpkgs/trunk/; revision=25672
2011-01-23 16:40:25 +00:00
Ludovic Courtès
e314e1f2de
GNU Autoconf: Disable tests on Solaris.
...
svn path=/nixpkgs/trunk/; revision=25671
2011-01-22 22:20:52 +00:00
Ludovic Courtès
04bd33d520
BDW-GC: Default to the current CVS version.
...
svn path=/nixpkgs/trunk/; revision=25669
2011-01-22 21:34:18 +00:00
Ludovic Courtès
3593d48524
GMP: Further attempt to fix `x86_64-darwin' builds.
...
svn path=/nixpkgs/trunk/; revision=25668
2011-01-22 20:26:50 +00:00
Michael Raskin
618e45c0f3
Adding ipmiutil
...
svn path=/nixpkgs/trunk/; revision=25660
2011-01-21 19:15:10 +00:00
Yury G. Kudryashov
08a1b61716
Make it possible to override system ruby gems
...
svn path=/nixpkgs/trunk/; revision=25658
2011-01-21 08:25:11 +00:00
Yury G. Kudryashov
08abc174f6
Move various functions to separate files.
...
Also allow overwriting the 'generated' file.
svn path=/nixpkgs/trunk/; revision=25656
2011-01-21 08:25:02 +00:00
Yury G. Kudryashov
15333c2665
Adjust description
...
svn path=/nixpkgs/trunk/; revision=25655
2011-01-21 08:24:57 +00:00
Yury G. Kudryashov
9e22c7f8ab
Rework ruby gems
...
svn path=/nixpkgs/trunk/; revision=25654
2011-01-21 08:24:52 +00:00
Yury G. Kudryashov
404f669852
rubygems-1.4.1
...
svn path=/nixpkgs/trunk/; revision=25653
2011-01-21 08:24:46 +00:00
Yury G. Kudryashov
87915c8320
ruby-1.8.7-p330
...
Also add passthru.gemPath
svn path=/nixpkgs/trunk/; revision=25651
2011-01-21 08:24:39 +00:00
Ludovic Courtès
ec042dad00
GNU Ncurses: Fix C++-less builds.
...
svn path=/nixpkgs/trunk/; revision=25649
2011-01-20 23:32:09 +00:00