Commit graph

4775 commits

Author SHA1 Message Date
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 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
Peter Simons bc4f5932ad scons: updated to version 0.95.5 and added selectVersion dispatcher
Scons is not only a tool, it's also a python library. However, the
modules are installed in ~/.nix-profile/lib/scons-${version} -- not in
python's "site-packages" directory -- so python won't find the library
without further help. Maybe there should be a symlink in nix-profile? I
guess there should, but I didn't know how to write that into the
expression.

svn path=/nixpkgs/trunk/; revision=12157
2008-06-18 22:48:54 +00:00
Peter Simons 48864eb8a2 adns: added convenience default values for 'version'
svn path=/nixpkgs/trunk/; revision=12156
2008-06-18 22:48:43 +00:00
Peter Simons 0f3550682b all-packages.nix: add adns library
This commit also adds the combinator 'getPkgConfig', which ADNS uses to
let the user enable/disable static linking of the library. The behavior
of the adns expression can be customized in ~/.nixpkgs/config.nix by
setting, i.e., "adns = { version = "1.4"; static = true; };".

svn path=/nixpkgs/trunk/; revision=12155
2008-06-18 22:48:34 +00:00
Armijn Hemel 1f42cdde48 add gupnp-tools. I can't actually run them, since there seems to be some issue with fontconfig that has not been configured correctly and i don't know why
svn path=/nixpkgs/trunk/; revision=12154
2008-06-18 22:34:49 +00:00
Peter Simons fee96dabb7 Added a nix expression for GNU ADNS. The version-specific files merely
forward the appropriate hash value to the generic driver found in
default.nix.

svn path=/nixpkgs/trunk/; revision=12153
2008-06-18 21:29:42 +00:00
Armijn Hemel f8465d0d48 add gssdp and gupnp here too
svn path=/nixpkgs/trunk/; revision=12152
2008-06-18 19:40:56 +00:00
Armijn Hemel 0042a38689 1.4.8 -> 1.4.11
svn path=/nixpkgs/trunk/; revision=12151
2008-06-18 19:37:55 +00:00
Armijn Hemel 7ab5540a4a add gssdp and gupnp, some Universal Plug and Play thingies
svn path=/nixpkgs/trunk/; revision=12149
2008-06-18 19:03:58 +00:00
Eelco Dolstra 7bf0c5ba01 * Folded the Cygwin, powerpc-darwin and FreeBSD stdenv into the "native"
stdenv.

svn path=/nixpkgs/trunk/; revision=12147
2008-06-18 15:09:13 +00:00
Eelco Dolstra aab9aee56e * Wine 1.0. ZOMG!
svn path=/nixpkgs/trunk/; revision=12142
2008-06-18 07:23:53 +00:00
Eelco Dolstra d97069da1a * Quick start section.
* Updated some packages that are referenced in that section.

svn path=/nixpkgs/trunk/; revision=12139
2008-06-17 14:19:59 +00:00