Commit Graph

4978 Commits

Author SHA1 Message Date
Michael Raskin
dcb7d72481 Wine update
svn path=/nixpkgs/trunk/; revision=12226
2008-07-01 03:44:26 +00:00
Michael Raskin
cd9f816c08 Some security options added to mail-related servers..
svn path=/nixpkgs/trunk/; revision=12222
2008-06-30 21:11:07 +00:00
Eelco Dolstra
5df5717181 * Build most of the helper programs in extras (ata_id, volume_id, etc.).
svn path=/nixpkgs/trunk/; revision=12220
2008-06-30 14:31:29 +00:00
Eelco Dolstra
c11fe60937 * Udev 124.
svn path=/nixpkgs/trunk/; revision=12218
2008-06-29 22:27:50 +00:00
Eelco Dolstra
3f1d35c985 * Oops.
svn path=/nixpkgs/trunk/; revision=12213
2008-06-29 17:07:23 +00:00
Eelco Dolstra
343d4fc9f6 * Linux 2.6.25.9
svn path=/nixpkgs/trunk/; revision=12212
2008-06-29 17:02:08 +00:00
Eelco Dolstra
7d1ba0ace0 * gcc-wrapper: use the right dynamic linker when -m32 is used.
* An attribute `stdenv_32bit' that returns a stdenv capable of
  building 32-bit binaries.
* grub: build on x86_64-linux.

svn path=/nixpkgs/trunk/; revision=12211
2008-06-29 16:13:02 +00:00
Michael Raskin
66b3c35d9c Added WebKit; made it install webkit-program-GtkLauncher (originally it is just GtkLauncher) - minimalistic http/file-only browser which passes Acid3
svn path=/nixpkgs/trunk/; revision=12210
2008-06-29 07:02:11 +00:00
Ludovic Courtès
add294e64b GnuTLS: Disable tests that don't work in a chroot.
svn path=/nixpkgs/trunk/; revision=12209
2008-06-28 18:17:47 +00:00
Peter Simons
8920511812 git: updated to version 1.5.6.1
svn path=/nixpkgs/trunk/; revision=12208
2008-06-28 15:22:31 +00:00
Peter Simons
6c58c97f3a boost: updated to 1.35.0 and added selectVersion dispatcher
svn path=/nixpkgs/trunk/; revision=12207
2008-06-28 15:22:23 +00:00
Michael Raskin
e1f4d60dca Added fresh radeonhd to X.org expression.
svn path=/nixpkgs/trunk/; revision=12205
2008-06-28 07:10:51 +00:00
Michael Raskin
5ba53d93b5 Added DrGeo
svn path=/nixpkgs/trunk/; revision=12204
2008-06-27 19:15:01 +00:00
Eelco Dolstra
48ac8018ca Improved support for building 32-bit binaries on x86_64-linux.
* glibc_multi: a wrapper that combines the 32-bit and 64-bit Glibcs.
  This is necessary so that 64-bit GCC can find gnu/stubs-32.h and the
  32-bit Glibc libraries.

  To build glibc_multi on x86_64-linux, you still need either the
  i686-linux Glibc derivation from a channel, or to have configured
  Nix with support for forwarding the build to a i686-linux machine.
  In the future this may become unnecessary by providing a prebuilt
  binary of 32-bit Glibc somewhere (like the binaries used in the
  stdenvLinux bootstrap).

* With glibc_multi, it becomes possible to build gcc with multilib
  support (i.e. it builds 32-bit and 64-bit versions of libgcc,
  libstdc++, etc.).

svn path=/nixpkgs/trunk/; revision=12203
2008-06-27 18:26:19 +00:00
Ludovic Courtès
f960020e95 GnuTLS 2.4.0 (new stable series).
svn path=/nixpkgs/trunk/; revision=12202
2008-06-27 18:18:38 +00:00
Eelco Dolstra
aaccd6f6e2 * Fix building the Fortran compiler.
svn path=/nixpkgs/trunk/; revision=12201
2008-06-27 14:43:25 +00:00
Eelco Dolstra
eef2cd2f81 * Oops, because we didn't pass extraAttrs, the glibc from the
bootstrap wasn't recycled in the final allPackages, causing an
  additional glibc to be built for packages that explicitly depend on
  glibc.

svn path=/nixpkgs/trunk/; revision=12200
2008-06-27 14:33:09 +00:00
Eelco Dolstra
e9ce89d0f5 * Fix splashutils in the initrd on 2.5.23.
svn path=/nixpkgs/trunk/; revision=12199
2008-06-27 14:01:10 +00:00
Eelco Dolstra
fecb562721 * Added k3b (a basic configuration for now, many features are not
compiled in).

svn path=/nixpkgs/trunk/; revision=12197
2008-06-26 14:38:28 +00:00
Eelco Dolstra
eb8618ea41 * Support the case where gcc has been built without g++.
svn path=/nixpkgs/trunk/; revision=12196
2008-06-26 11:09:00 +00:00
Eelco Dolstra
1cdb7e4831 * Some hackery to make sure that the Glibc headers appear *after* the
libstdc++ headers in the header search path, otherwise libstdc++'s
  use of #include_next to include Glibc headers breaks.

svn path=/nixpkgs/trunk/; revision=12195
2008-06-26 11:07:46 +00:00
Eelco Dolstra
34f583224d * GCC 4.3.1. (g++ doesn't work yet though.)
svn path=/nixpkgs/trunk/; revision=12194
2008-06-26 10:20:33 +00:00
Eelco Dolstra
2e8df9e722 svn path=/nixpkgs/trunk/; revision=12193 2008-06-26 08:43:14 +00:00
Nicolas Pierron
a160e0ff22 Update zsh mirror. (patch from Bárður Árantsson)
svn path=/nixpkgs/trunk/; revision=12192
2008-06-26 07:49:02 +00:00
Eelco Dolstra
9affba6463 * mythtv: build with Xv/X11/XvMV support. However, for some strange
Qt-related reason it currently needs libXmu in $LD_LIBRARY_PATH.

svn path=/nixpkgs/trunk/; revision=12191
2008-06-25 22:01:33 +00:00
Eelco Dolstra
df50191ff5 * Really fix Exult on x86_64 now.
svn path=/nixpkgs/trunk/; revision=12188
2008-06-25 15:33:07 +00:00
Eelco Dolstra
677be83122 * Fixes for a52dec and mpeg2dec to make vlc build on x86_64-linux.
* Fixes to make par2cmdline and exult build on gcc 4.x, since gcc
  3.4.x doesn't seem to work on x86_64-linux (NIXPKGS-91).
* Disabled pidgin on x86_64-linux because it needs a dynamic libperl
  which we don't have right now.
* Disabled wine on x86_64-linux because we still lack -m32 support.

svn path=/nixpkgs/trunk/; revision=12187
2008-06-25 15:01:04 +00:00
Eelco Dolstra
de4901c4fe * lsof 4.80.
svn path=/nixpkgs/trunk/; revision=12186
2008-06-25 13:08:09 +00:00
Eelco Dolstra
41b713411f * Build almost all packages that are built for i686-linux for
x86_64-linux as well.

svn path=/nixpkgs/trunk/; revision=12185
2008-06-25 11:29:14 +00:00
Eelco Dolstra
a6ecd844f0 * Improve indentation.
svn path=/nixpkgs/trunk/; revision=12184
2008-06-25 10:58:44 +00:00
Eelco Dolstra
fde0ce5023 * Do support old DBs.
svn path=/nixpkgs/trunk/; revision=12183
2008-06-25 09:30:50 +00:00
Ludovic Courtès
a667b3289a Gnash: Use the GNU mirror, honor $TMPDIR.
svn path=/nixpkgs/trunk/; revision=12182
2008-06-25 08:50:39 +00:00
Eelco Dolstra
b81415699f * Updated nixUnstable to the latest version. This is the first no-bdb
version, so if you use it, it will convert /nix/var/nix/db to the
  new schema.

svn path=/nixpkgs/trunk/; revision=12181
2008-06-24 09:39:19 +00:00
Marc Weber
106c67b9db updated blender
svn path=/nixpkgs/trunk/; revision=12180
2008-06-24 01:57:12 +00:00
Peter Simons
4842708ca1 scons: install library files in python's site-package directory
svn path=/nixpkgs/trunk/; revision=12179
2008-06-23 22:24:12 +00:00
Eelco Dolstra
9d48cb846b * MythTV 0.21.
svn path=/nixpkgs/trunk/; revision=12177
2008-06-23 09:01:04 +00:00
Marc Weber
ca0a14c0f8 added gifscile (creating and reading gif animations)
svn path=/nixpkgs/trunk/; revision=12176
2008-06-22 02:07:53 +00:00
Michael Raskin
203f2f8809 Added aria - metalink/http/ftp/bittorrent supporting downloader
svn path=/nixpkgs/trunk/; revision=12175
2008-06-21 20:53:52 +00:00
Eelco Dolstra
a64c9e4b8f * Some patches to make gorecord more useful.
svn path=/nixpkgs/trunk/; revision=12172
2008-06-20 18:17:27 +00:00
Eelco Dolstra
3736bd0716 * Remove misguided patch.
svn path=/nixpkgs/trunk/; revision=12171
2008-06-20 17:00:12 +00:00
Eelco Dolstra
1f9af0f18d * wis-go7007: make it compile on Linux >= 2.6.24. Added PCI id
093b:a104.

svn path=/nixpkgs/trunk/; revision=12168
2008-06-20 16:09:14 +00:00
Eelco Dolstra
f225672ef4 * fxload: make it work with recent kernels.
svn path=/nixpkgs/trunk/; revision=12167
2008-06-20 16:08:03 +00:00
Eelco Dolstra
dca0666111 * kdelibs: build with ACL support.
* kdebase updated to 3.5.9.  Some hackery to make it compile.  Now
  built with PAM support.

svn path=/nixpkgs/trunk/; revision=12165
2008-06-19 22:20:49 +00:00
Eelco Dolstra
418d5e3081 * More stdenv documentation. Some of it has been moved from the Nix
manual.

svn path=/nixpkgs/trunk/; revision=12164
2008-06-19 16:00:37 +00:00
Eelco Dolstra
69b82f319f svn path=/nixpkgs/trunk/; revision=12163 2008-06-19 15:46:43 +00:00
Eelco Dolstra
9663d4c76a * Added Subversion 1.5.0. Some features probably don't work yet
(building the Apache modules, building various language bindings).
* Neon 0.28.2.  Also kept Neon 0.26.x because Subversion 1.4.x needs
  it.

svn path=/nixpkgs/trunk/; revision=12162
2008-06-19 15:29:25 +00:00
Eelco Dolstra
8b3a7e2713 * Remove prehistoric Subversion versions.
svn path=/nixpkgs/trunk/; revision=12161
2008-06-19 15:01:01 +00:00
Eelco Dolstra
61895cfcb9 * Minor cleanup.
svn path=/nixpkgs/trunk/; revision=12160
2008-06-19 14:59:56 +00:00
Eelco Dolstra
160e3472ca * Removed some dead code.
svn path=/nixpkgs/trunk/; revision=12159
2008-06-19 14:51:26 +00:00
Michael Raskin
8b90ef4690 Python must be propagatedBuildInputs now that they are using env
svn path=/nixpkgs/trunk/; revision=12158
2008-06-19 07:24:43 +00:00