Commit graph

640 commits

Author SHA1 Message Date
Eelco Dolstra 08d3840c94 * A Hello World GUI application compiled with VC++.
svn path=/nixpkgs/trunk/; revision=5370
2006-06-02 10:09:19 +00:00
Eelco Dolstra 91aebd8616 * A wrapper around the Visual C++ compiler and the Windows SDK.
TODO: download and unpack into the Nix store Visual C++ (either from
  Visual C++ Express Edition or from the .NET 2.0 Framework SDK) and
  the Windows Platform SDK.  The command line tools don't seem to need
  any registry settings...

svn path=/nixpkgs/trunk/; revision=5369
2006-06-02 09:56:10 +00:00
Martin Bravenboer 9a1aec2f31 Build ruby with ncurses and readline
svn path=/nixpkgs/trunk/; revision=5292
2006-05-11 00:16:23 +00:00
Eelco Dolstra 405d314395 * Pan 0.96.
svn path=/nixpkgs/trunk/; revision=5280
2006-05-07 21:58:31 +00:00
Eelco Dolstra 12f0f1ad20 * Updated a few packages.
svn path=/nixpkgs/trunk/; revision=5246
2006-05-01 17:57:42 +00:00
Eelco Dolstra 4acfb1a684 * More examples of interpolation.
svn path=/nixpkgs/trunk/; revision=5244
2006-05-01 15:25:17 +00:00
Eelco Dolstra 965fa2208e * Make xpdf build again.
svn path=/nixpkgs/trunk/; revision=5239
2006-04-29 14:18:08 +00:00
Eelco Dolstra 01ca1e7fef * Graphics support in w3m. Must be seen to be believed. Disabled by
default; set graphicsSupport to true in all-packages.nix to enable.

svn path=/nixpkgs/trunk/; revision=5237
2006-04-28 19:02:52 +00:00
Martin Bravenboer 626bcbed10 Added spidermonkey.
svn path=/nixpkgs/trunk/; revision=5227
2006-04-26 14:47:16 +00:00
Roy van den Broek fd2d743748 Added Xalan-Java 2.7.0 (binary).
svn path=/nixpkgs/trunk/; revision=5212
2006-04-25 13:12:45 +00:00
Roy van den Broek 3c8a7d98b0 * Added ClearSilver 0.10.3.
* Added SQLite 3.3.
* Added PySQLite 2.2.2.
* Added Trac 0.9.5. To get you started; a new project environment is
  created by executing:

    $ trac-admin /path/to/trac_project_env initenv

  Running the server can be done by executing:

    $ tracd --port 8000 /path/to/projectenv

  Trac is then available at http://localhost:8000/projectenv. More
  information available at http://www.edgewall.com/trac/.


svn path=/nixpkgs/trunk/; revision=5195
2006-04-22 18:08:37 +00:00
Roy van den Broek 67d9dfd583 Added Martyr 0.3.9.
svn path=/nixpkgs/trunk/; revision=5176
2006-04-19 22:32:59 +00:00
Armijn Hemel f002f9d30a add bluez-libs. We need this to add more bluetooth related stuff, so I can test easily with things like hotplug :)
svn path=/nixpkgs/trunk/; revision=5164
2006-04-18 10:46:04 +00:00
Merijn de Jonge 144c22b2fe addid nix expression for toolbus
svn path=/nixpkgs/trunk/; revision=5141
2006-04-04 13:10:05 +00:00
Roy van den Broek 8c188ffe04 Added Apache Axis 1.3 (Apache Axis is an implementation of the SOAP
("Simple Object Access Protocol") submission to W3C.)


svn path=/nixpkgs/trunk/; revision=5137
2006-04-03 13:00:10 +00:00
Martin Bravenboer 8dbf2c38fb * Update of jre
* Added aspectj-1.5.0


svn path=/nixpkgs/trunk/; revision=5110
2006-03-26 03:52:55 +00:00
Martin Bravenboer d88e2ea70f Added abc 1.1.1.
svn path=/nixpkgs/trunk/; revision=5109
2006-03-26 03:21:32 +00:00
Eelco Dolstra 09a9cae715 * Merged the usability branch (from trunk@4749 to branches/usability@5087).
svn path=/nixpkgs/trunk/; revision=5088
2006-03-24 12:25:19 +00:00
Eelco Dolstra 0b81c9f7d4 * TODO.
svn path=/nixpkgs/trunk/; revision=5086
2006-03-24 11:15:52 +00:00
Eelco Dolstra 7c50890ebe * Properly pass arguments to valgrind (this patch should really be
sent upstream).

svn path=/nixpkgs/trunk/; revision=5048
2006-03-16 13:04:55 +00:00
Eelco Dolstra ae736de422 * Valgrind 3.1.1.
svn path=/nixpkgs/trunk/; revision=5047
2006-03-16 13:02:03 +00:00
Eelco Dolstra 9f1b5e24ad * Added the MySQL ODBC connector.
* Enable unixODBC support in PHP.
* Build MySQL with thread-safe client libraries.

svn path=/nixpkgs/trunk/; revision=5045
2006-03-15 15:59:20 +00:00
Eelco Dolstra e745e86d52 * Added unixODBC.
svn path=/nixpkgs/trunk/; revision=5041
2006-03-15 12:43:40 +00:00
Martin Bravenboer a63588689d Added jikespg, an oldskool parser generator
svn path=/nixpkgs/trunk/; revision=5038
2006-03-14 18:20:21 +00:00
Eelco Dolstra baec8f5b38 * stdenv.mkDerivation now takes an optional attribute "meta" that
contains arbitrary information about a package, like this:

  meta = {
    homepage = "http://gcc.gnu.org/";
    license = "GPL/LGPL";
    description = "GNU Compiler Collection, 4.0.x";
  };

  The "meta" attribute is not passed to the actual derivation
  operation, so it's not a dependency --- changes to "meta" attributes
  don't trigger a recompilation.

  Now we have to standardise some useful attributes ;-)

svn path=/nixpkgs/branches/usability/; revision=5024
2006-03-10 16:12:46 +00:00
Eelco Dolstra 4c63a4a97a * Don't pass Blackdown to firefox-wrapper unless it is actually built.
svn path=/nixpkgs/branches/usability/; revision=4999
2006-03-08 16:03:47 +00:00
Eelco Dolstra 0d299bc2f7 * Purify aangifte2005. Now we can do our taxes in NixOS ;-)
svn path=/nixpkgs/trunk/; revision=4980
2006-03-03 22:31:16 +00:00
Armijn Hemel 85252cbcfd add mipsel-linux support
svn path=/nixpkgs/trunk/; revision=4978
2006-03-03 21:12:20 +00:00
Armijn Hemel d0c7f39a60 upgrade to a snapshot of uClibc, update mips config to reflect this. Break all
other archs.

svn path=/nixpkgs/trunk/; revision=4966
2006-03-02 18:01:53 +00:00
Armijn Hemel 6bec50fda1 add gcc-4.1. The no-sys-dirs.patch had to be regenerated because a lot of stuff had been reworked in the Makefiles for 4.1.
svn path=/nixpkgs/trunk/; revision=4961
2006-03-01 19:09:53 +00:00
Merijn de Jonge ebe59d3d21 fixed ocaml/qcmm problem:
-created separate nix expressions for ocaml-3.08.0 and ocaml 3.09.1
-ocam-3.09.1 is standard/default ocaml version (included by ocaml/default.nix)
-created ocaml3080 in all-packages-generic.nix
-qcmm now uses ocaml3080 instead of ocaml


svn path=/nixpkgs/trunk/; revision=4935
2006-03-01 09:18:22 +00:00
Eelco Dolstra dff1c50b1b * Typo: "--enable-swg" -> "--enable-svg".
svn path=/nixpkgs/trunk/; revision=4928
2006-02-28 12:03:35 +00:00
Merijn de Jonge 90666e6eff Updated ocaml to version 3.09.1
svn path=/nixpkgs/trunk/; revision=4882
2006-02-23 09:30:40 +00:00
Mart Kolthof 03e93539b4 * refactored operators, kinds and storage modifiers to make them checkable at compiletime
svn path=/nixpkgs/trunk/; revision=4863
2006-02-20 10:43:19 +00:00
Eelco Dolstra 6f02db3237 * Hash changed (db-4.4.20 was rereleased due to some copyright notice changes).
svn path=/nixpkgs/trunk/; revision=4823
2006-02-16 14:57:08 +00:00
Eelco Dolstra 5c9484028f * Oops, "ls" -> "ls -d".
svn path=/nixpkgs/trunk/; revision=4816
2006-02-15 12:37:28 +00:00
Eelco Dolstra 2cbcd0bd7a * "ensureDir ./lib/xulrunner-*" doesn't work because ensureDir quotes
its argument, causing a directory named xulrunner-* to be created.
  As a result xulrunner couldn't find the extensions directory and
  wouldn't start.

svn path=/nixpkgs/trunk/; revision=4815
2006-02-15 09:33:54 +00:00
Martin Bravenboer 04767dfdd9 * Added xulrunner 1.8.0.1
* Added a basic wrapper generator for xulrunner

* Chatzilla running in xulrunner


svn path=/nixpkgs/trunk/; revision=4809
2006-02-15 02:53:01 +00:00
Merijn de Jonge b81dde0661 added sglr-3.14
svn path=/nixpkgs/trunk/; revision=4685
2006-02-03 09:23:18 +00:00
Merijn de Jonge 5d6d6a5930 used buildInputs to remove need for special builder scripts
svn path=/nixpkgs/trunk/; revision=4684
2006-02-03 09:08:26 +00:00
Christof Douma 3c68c34ee7 build native qc-- version only (with ocamlopt). This removes the runtime dependency on ocaml.
svn path=/nixpkgs/trunk/; revision=4682
2006-02-02 20:14:11 +00:00
Christof Douma 1fa4c66b73 added version to uuagc
added: noweb, lua-5.x, lua-4.x, mk, qc-- (as qcmm)

svn path=/nixpkgs/trunk/; revision=4681
2006-02-02 17:07:07 +00:00
Merijn de Jonge d1d0f290ad Added toolbuslib and toolbus packages
svn path=/nixpkgs/trunk/; revision=4677
2006-02-02 16:21:09 +00:00
Eelco Dolstra 6386871030 * Build a Musepack plugin for BMP so that I can finally play that
Nixon in China rip again :-)

svn path=/nixpkgs/trunk/; revision=4676
2006-02-02 15:04:04 +00:00
Eelco Dolstra fedfbe2d1a * Added the Beep Music Player (a GTK2 XMMS fork).
svn path=/nixpkgs/trunk/; revision=4675
2006-02-02 14:12:31 +00:00
Eelco Dolstra 3c614ad92f * Added the build manager SCons.
svn path=/nixpkgs/trunk/; revision=4673
2006-02-02 12:59:41 +00:00
Eelco Dolstra ce9307a349 * Berkeley DB 4.4.20.
svn path=/nixpkgs/trunk/; revision=4662
2006-02-01 14:53:25 +00:00
Andres Löh 51e287469c * ghc should call the gcc instance it's been built with (to compile Haskell code)
svn path=/nixpkgs/trunk/; revision=4658
2006-01-31 23:58:32 +00:00
Eelco Dolstra 72b0c9444f * Doh!
svn path=/nixpkgs/trunk/; revision=4647
2006-01-31 16:40:21 +00:00
Eelco Dolstra 321e4da7e8 * Copy more files.
svn path=/nixpkgs/trunk/; revision=4646
2006-01-31 16:37:40 +00:00
Eelco Dolstra 90254f5a4e * Update to 1.4.
svn path=/nixpkgs/trunk/; revision=4645
2006-01-31 16:36:43 +00:00
Eelco Dolstra b8a0ebe410 * kdelibs 3.5.0.
* Make it detect bzip2; this is required for "meinproc".

svn path=/nixpkgs/trunk/; revision=4641
2006-01-31 15:22:10 +00:00
Armijn Hemel f102909a83 update to libgphoto2 2.1.99. This adds a dependency on libusb and pkgconfig
svn path=/nixpkgs/trunk/; revision=4637
2006-01-31 14:07:25 +00:00
Eelco Dolstra 0e09f5a1e0 * Copy files.
svn path=/nixpkgs/trunk/; revision=4636
2006-01-31 13:51:38 +00:00
Eelco Dolstra a9df2bc8b6 * Latest valgrind, callgrind.
* Build callgrind so that it doesn't need its own copy of valgrind.
* Add kcachegrind and callgrind to the cache.

svn path=/nixpkgs/trunk/; revision=4635
2006-01-31 13:50:49 +00:00
Eelco Dolstra 9f898a586b * Copy even more files (in particular from losser.st-lab.cs.uu.nl,
can't assume that it will live forever).

svn path=/nixpkgs/trunk/; revision=4624
2006-01-30 16:11:00 +00:00
Eelco Dolstra 3389f4bc36 * Copy lots of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=4623
2006-01-30 16:04:03 +00:00
Eelco Dolstra 53c56afcfe * Fix some broken URLs.
svn path=/nixpkgs/trunk/; revision=4622
2006-01-30 15:52:15 +00:00
Armijn Hemel accbe1d1a7 update to jdk-1_5_0_06-linux-i586.bin
svn path=/nixpkgs/trunk/; revision=4618
2006-01-30 14:25:19 +00:00
Christof Douma 8d4e61d096 change uulib to store all dependencies to package.conf
added ghc-wrapper to use a generated global package.conf
added uuagc

svn path=/nixpkgs/trunk/; revision=4608
2006-01-27 10:16:15 +00:00
Armijn Hemel 531d25dafa package has moved...and there's a new version out btw...
svn path=/nixpkgs/trunk/; revision=4597
2006-01-26 16:47:27 +00:00
Eelco Dolstra 8544fe567a * Added the OpenAL sound library.
* Enabled (optional) 3D support in SDL.

svn path=/nixpkgs/trunk/; revision=4594
2006-01-26 14:01:08 +00:00
Christof Douma 84e89e2fca added uulib - a ghc library (ghc wrapper is needed to use it with cabal - see comments in builder.sh)
svn path=/nixpkgs/trunk/; revision=4588
2006-01-25 11:19:21 +00:00
Armijn Hemel 7625850ab3 a patch which defines FLAGS_FOR_TARGET. This patch is not enabled by default
svn path=/nixpkgs/trunk/; revision=4585
2006-01-23 11:53:33 +00:00
Eelco Dolstra 57315e624d * Fix the gcc-4.0.2 build. It was impure: it used /lib/cpp during the
building of libstdc++.
* Add gcc-4.0.2 to the channel.  

svn path=/nixpkgs/trunk/; revision=4583
2006-01-20 17:27:53 +00:00
Eelco Dolstra 0bb8593bbb * libdrm updated to 2.0.
svn path=/nixpkgs/trunk/; revision=4569
2006-01-17 12:42:57 +00:00
Mart Kolthof 7bc09b8f2f inversed patch
svn path=/nixpkgs/trunk/; revision=4560
2006-01-16 13:13:43 +00:00
Mart Kolthof 2939db05c9 added binaries in 'make install'
svn path=/nixpkgs/trunk/; revision=4555
2006-01-16 12:36:30 +00:00
Mart Kolthof 1a496e77c8 changed cil from version 1.3.3 to 1.3.4
svn path=/nixpkgs/trunk/; revision=4552
2006-01-16 10:09:55 +00:00
Eelco Dolstra b803253ddd * Added mod_python.
svn path=/nixpkgs/trunk/; revision=4549
2006-01-15 12:03:00 +00:00
Eelco Dolstra 19efa576b3 * GTK updates.
svn path=/nixpkgs/trunk/; revision=4537
2006-01-11 15:13:09 +00:00
Eelco Dolstra a0c07c35c3 * Give imake what it wants: gccmakedep instead of makedepend.
svn path=/nixpkgs/trunk/; revision=4536
2006-01-11 15:06:09 +00:00
Eelco Dolstra 05f665116a * Xaw3d: export Xaw header directory and propagate libXmu.
* Emacs: don't depend on libXaw when we're using Xaw3d.
* Enable X11R7.0 over the old XLibs.  Cross fingers :-)

svn path=/nixpkgs/trunk/; revision=4531
2006-01-09 19:37:11 +00:00
Mart Kolthof 431962ce8f added the right buildInputs
svn path=/nixpkgs/trunk/; revision=4528
2006-01-09 14:32:08 +00:00
Rob Vermaas b9854645d3 0.26 -> 0.27
svn path=/nixpkgs/trunk/; revision=4517
2006-01-08 15:10:23 +00:00
Armijn Hemel 611a70c502 add libusb
svn path=/nixpkgs/trunk/; revision=4490
2006-01-04 23:29:09 +00:00
Mart Kolthof 0ab104df8d added cil-aterm to nixpkgs
svn path=/nixpkgs/trunk/; revision=4482
2006-01-02 14:24:36 +00:00
Armijn Hemel 4655f9a723 add configuration for powerpc. Due to some bug we use a post-0.9.28 snapshot.
Scary ;)

svn path=/nixpkgs/trunk/; revision=4475
2006-01-01 01:55:26 +00:00
Armijn Hemel 036e97eea9 add binutils for powerpc-linux. Happy New Year!!!
svn path=/nixpkgs/trunk/; revision=4474
2006-01-01 01:36:08 +00:00
Armijn Hemel d23e28873e add support for sparc-linux. For some reason the build still fails though...
svn path=/nixpkgs/trunk/; revision=4472
2005-12-31 16:29:22 +00:00
Armijn Hemel 05ab87c7e1 move some of the configuration into the builder from default.nix. Also add support for sparc
svn path=/nixpkgs/trunk/; revision=4470
2005-12-31 16:27:23 +00:00
Armijn Hemel 560a2d3c10 make a symlink to an existing "ar"
svn path=/nixpkgs/trunk/; revision=4468
2005-12-31 15:56:07 +00:00
Armijn Hemel bfcb644bb4 better layout, make sure we can differentiate between different configurations
svn path=/nixpkgs/trunk/; revision=4465
2005-12-31 14:10:20 +00:00
Armijn Hemel 2f3dfaa5b9 make our cross compiler a lot more generic.
svn path=/nixpkgs/trunk/; revision=4464
2005-12-31 14:09:44 +00:00
Armijn Hemel 51e246c532 add a configuration for MIPS. Will make a document on how to add new
configurations...

svn path=/nixpkgs/trunk/; revision=4461
2005-12-31 13:15:23 +00:00
Armijn Hemel 4d84a2e569 move the configuration to a platform specific file, so we can be more generic
svn path=/nixpkgs/trunk/; revision=4460
2005-12-31 13:11:01 +00:00
Armijn Hemel 8b10549f2e move binutils-arm to binutils-cross. Also, add binutils for mips-linux in a
more generic way. Still, there is a lot of room for improvement.

svn path=/nixpkgs/trunk/; revision=4458
2005-12-31 03:46:20 +00:00
Eelco Dolstra b43c421658 * JDK: put the machine-dependent header files in the right place.
* Added SWT for GTK (built from source).
* Added Azureus (a Bittorrent client written in Java).

svn path=/nixpkgs/trunk/; revision=4438
2005-12-26 00:51:24 +00:00
Armijn Hemel 322d2f95e8 add the S-lang language...
svn path=/nixpkgs/trunk/; revision=4437
2005-12-25 14:02:09 +00:00
Armijn Hemel 9a3162f1ff rip a patch from the Fedora RPM. This is needed to let kudzu compile...
svn path=/nixpkgs/trunk/; revision=4417
2005-12-23 15:26:05 +00:00
Armijn Hemel b8e0c0bd99 put headerfiles in $out/include/pci, not in $out/include
svn path=/nixpkgs/trunk/; revision=4416
2005-12-23 15:14:56 +00:00
Armijn Hemel 4cbc035e47 add the pciutils
svn path=/nixpkgs/trunk/; revision=4415
2005-12-23 15:03:01 +00:00
Martin Bravenboer 8f2c62c0e9 Patches
svn path=/nixpkgs/trunk/; revision=4407
2005-12-22 12:28:11 +00:00
Martin Bravenboer 83afd0c173 Added Transformers 0.4
svn path=/nixpkgs/trunk/; revision=4405
2005-12-22 07:39:06 +00:00
Armijn Hemel 41108750ba add beecrypt
svn path=/nixpkgs/trunk/; revision=4401
2005-12-19 17:17:06 +00:00
Eelco Dolstra fd5e5e34a4 * Updated Sylpheed to 2.1.9 and added GPG support (through gpgme).
svn path=/nixpkgs/trunk/; revision=4400
2005-12-19 10:34:01 +00:00
Eelco Dolstra 62d12a8cdb * Apply the register patch.
svn path=/nixpkgs/trunk/; revision=4375
2005-12-15 17:03:47 +00:00
Eelco Dolstra 47dcd9819f * Updated Berkeley DB to 4.4.16.
svn path=/nixpkgs/trunk/; revision=4354
2005-12-12 16:20:49 +00:00
Eelco Dolstra 20426f9825 * Latest QT 3.x.
svn path=/nixpkgs/trunk/; revision=4345
2005-12-06 21:35:07 +00:00
Eelco Dolstra 6869f24f1f * Latest versions of the GTK 2.8 libraries.
svn path=/nixpkgs/trunk/; revision=4344
2005-12-06 21:34:55 +00:00
Armijn Hemel 5c461f8e7b small hack to get strace compiling with glibc 2.3.6
svn path=/nixpkgs/trunk/; revision=4340
2005-12-06 12:02:13 +00:00
Armijn Hemel e700b0964e update strace to 4.5.12. This does not solve the glibc quota problems,
will add a patch soon...

svn path=/nixpkgs/trunk/; revision=4339
2005-12-06 11:47:02 +00:00
Eelco Dolstra 30a846de89 * The Darwin patch no longer applies (and hopefully isn't needed anymore).
svn path=/nixpkgs/trunk/; revision=4338
2005-12-06 10:22:50 +00:00
Eelco Dolstra 31aa23384c * Oops! That should be a SHA-1 hash, not MD5.
svn path=/nixpkgs/trunk/; revision=4337
2005-12-06 00:26:56 +00:00
Eelco Dolstra 94fe7734fa * Glibc 2.3.6.
* GCC 3.4.5.
* Updated several other stdenv packages.
* Modified the builders of several packages to use the generic
  builder.

svn path=/nixpkgs/trunk/; revision=4336
2005-12-06 00:12:45 +00:00
Eelco Dolstra 82e678362f * "." -> "source".
svn path=/nixpkgs/trunk/; revision=4335
2005-12-05 14:11:09 +00:00
Eelco Dolstra b6befed50e * Updated SDL, NASM and Generator to the latest versions.
* Moved Generator to the misc/emulators directory.

svn path=/nixpkgs/trunk/; revision=4330
2005-12-03 01:33:18 +00:00
Eelco Dolstra db8da13e0d * Added t1lib, a library for Type 1 font support. Enabled it in xpdf.
svn path=/nixpkgs/trunk/; revision=4328
2005-12-02 23:21:40 +00:00
Eelco Dolstra 6281842b45 * Added Lesstif (a Motif clone).
* Enabled the actual xpdf GUI in xpdf.

svn path=/nixpkgs/trunk/; revision=4327
2005-12-02 22:49:51 +00:00
Armijn Hemel 4130324eac add uclibc for ARM. The scary thing, this actually works...
svn path=/nixpkgs/trunk/; revision=4318
2005-11-29 01:41:24 +00:00
Armijn Hemel 3f3636a403 we need this patch (the famous "-Dinhibit_libc hack") to get stuff compiled
properly

svn path=/nixpkgs/trunk/; revision=4315
2005-11-28 21:58:24 +00:00
Armijn Hemel 2748236699 add cross compilers for ARM, only able to compile C code
svn path=/nixpkgs/trunk/; revision=4313
2005-11-28 11:20:59 +00:00
Armijn Hemel e261da07cf add uclibc with ARM config. This needs work with stdenv, gcc-wrapper,
glibc-wrapper, ld-wrapper and all other wrappers so we can actually
compile programs and whole projects with it.

svn path=/nixpkgs/trunk/; revision=4312
2005-11-28 11:19:16 +00:00
Armijn Hemel b4d760228e add speex, without Ogg support (if anyone wants that, just add it)
svn path=/nixpkgs/trunk/; revision=4308
2005-11-22 22:32:18 +00:00
Armijn Hemel 6ec2dea85c add xchat and tcl
svn path=/nixpkgs/trunk/; revision=4301
2005-11-22 12:05:18 +00:00
Armijn Hemel b8045f9dd2 add ctags
svn path=/nixpkgs/trunk/; revision=4299
2005-11-21 12:49:28 +00:00
Armijn Hemel 770261b78e fix passing of extra includes
svn path=/nixpkgs/trunk/; revision=4276
2005-11-12 22:18:08 +00:00
Martin Bravenboer 32f5773017 Pass extra includes to kdelibs
svn path=/nixpkgs/trunk/; revision=4275
2005-11-12 22:07:14 +00:00
Armijn Hemel b5bb94d25a add OpenEXR, a graphics library for high quality graphics made by ILM. kdelibs has this as an optional dependency...
svn path=/nixpkgs/trunk/; revision=4274
2005-11-12 22:04:57 +00:00
Martin Bravenboer a07c80b6d9 kcachegrind
svn path=/nixpkgs/trunk/; revision=4273
2005-11-12 21:33:39 +00:00
Armijn Hemel dae499bd6d add a patch which removes a dependency on /bin/pwd so it can be built on
NixOS. It also prevents the following warning:

./configure: line 19: /bin/pwd: No such file or directory
./configure: line 21: /bin/pwd: No such file or directory
The LICENSE, LICENSE.QPL, or LICENSE.GPL file shipped with
this software has disappeared.

Sorry, you are not licensed to use this software.
Try re-installing.

:D

svn path=/nixpkgs/trunk/; revision=4272
2005-11-12 19:07:37 +00:00
Armijn Hemel 45521c30b8 needs freetype as well...
svn path=/nixpkgs/trunk/; revision=4268
2005-11-12 17:56:12 +00:00
Martin Bravenboer d1b548a11d Builder fixes
svn path=/nixpkgs/trunk/; revision=4267
2005-11-12 17:44:52 +00:00
Martin Bravenboer f4b63fcae8 Builder fixes
svn path=/nixpkgs/trunk/; revision=4266
2005-11-12 17:44:40 +00:00
Martin Bravenboer d7cd4fbb08 Added kcachegrind
svn path=/nixpkgs/trunk/; revision=4265
2005-11-12 17:09:29 +00:00
Martin Bravenboer 7bb47c0150 Added kcachegrind
svn path=/nixpkgs/trunk/; revision=4264
2005-11-12 17:08:51 +00:00
Eelco Dolstra ea95a0509e * Start the switch to the new X libraries. It's still conditional:
set `useOldXLibs' to `false' in all-packages-generic.nix to use
  them.
* Added Xaw3d.
* Added Xaw3d support to Emacs.

svn path=/nixpkgs/trunk/; revision=4263
2005-11-12 17:05:51 +00:00
Martin Bravenboer abcd9e8155 wip: kdelibs
svn path=/nixpkgs/trunk/; revision=4261
2005-11-12 14:52:16 +00:00
Martin Bravenboer dfce6ac924 Upgrade of callgrind to pre-release of 0.10.1
svn path=/nixpkgs/trunk/; revision=4260
2005-11-11 18:32:37 +00:00
Martin Bravenboer 56f1fe73e9 Added callgrind, which is an extraordinary sexy tool for call graphs and profiling based onvalgrind
svn path=/nixpkgs/trunk/; revision=4259
2005-11-11 16:54:03 +00:00
Martin Bravenboer 9da2209bf0 Update of strategoxt-utils
svn path=/nixpkgs/trunk/; revision=4236
2005-11-04 19:20:51 +00:00
Martin Bravenboer 50a2b624f7 fix
svn path=/nixpkgs/trunk/; revision=4223
2005-11-04 13:38:29 +00:00
Martin Bravenboer e45e5c724d Upgrade of strategoxt to 0.16
svn path=/nixpkgs/trunk/; revision=4222
2005-11-04 13:34:35 +00:00
Eelco Dolstra e68763576b * Refactoring: move fontconfig out of xlibs.
svn path=/nixpkgs/trunk/; revision=4221
2005-11-04 13:07:22 +00:00
Armijn Hemel 4431b8377b add binutils for use in a crosscompiler, hosted on x86 though.
svn path=/nixpkgs/trunk/; revision=4214
2005-11-03 23:20:43 +00:00
Armijn Hemel 8797e21c6c add libpcap
svn path=/nixpkgs/trunk/; revision=4211
2005-11-03 19:41:36 +00:00
Martin Bravenboer 9bdcac2fe9 Upgrade of sdf to 2.3.3
svn path=/nixpkgs/trunk/; revision=4209
2005-11-03 18:15:14 +00:00
Eelco Dolstra 6928e1cc2d * Mesa updated to 6.4.
svn path=/nixpkgs/trunk/; revision=4196
2005-11-02 20:58:38 +00:00
Eelco Dolstra 018da5fbc2 * Added libdrm, required by the X Server.
svn path=/nixpkgs/trunk/; revision=4184
2005-11-01 20:27:57 +00:00
Eelco Dolstra f47cef6607 * Only build MySQL if mysqlSupport is enabled. Reported by Armijn.
svn path=/nixpkgs/trunk/; revision=4182
2005-11-01 11:58:06 +00:00
Martin Bravenboer 4ba92bbd4e * Added unstable pre release of Stratego/XT 0.16
* Upgraded bibtex-tools to latest unstable release.


svn path=/nixpkgs/trunk/; revision=4176
2005-10-31 14:28:11 +00:00
Martin Bravenboer 2c6d747823 Update to 4.0.2
svn path=/nixpkgs/trunk/; revision=4170
2005-10-30 23:58:42 +00:00
Eelco Dolstra 34a3dbbb1d * Updated xine-lib and xine-ui.
* xine-ui: compile with Xinerama support if xine-lib was also built
  with it.

svn path=/nixpkgs/trunk/; revision=4165
2005-10-29 20:50:11 +00:00
Eelco Dolstra 0e25817b25 * Enable Xinerama support in GTK. This is nice for applications like GQView.
svn path=/nixpkgs/trunk/; revision=4164
2005-10-29 20:35:56 +00:00
Armijn Hemel b257d4cd1d add older version of neon which has ne_header_handler, needed by OOo2
svn path=/nixpkgs/trunk/; revision=4155
2005-10-27 11:56:10 +00:00
Armijn Hemel 0ea4cf3255 also build shared Python libs
svn path=/nixpkgs/trunk/; revision=4153
2005-10-26 23:37:53 +00:00
Armijn Hemel 3f5a0c251a add bison 2.1
svn path=/nixpkgs/trunk/; revision=4150
2005-10-26 21:30:49 +00:00
Armijn Hemel a4cc462b17 add libmspack
svn path=/nixpkgs/trunk/; revision=4144
2005-10-26 16:59:49 +00:00
Armijn Hemel 9eba383a3d add a standalone version of neon
svn path=/nixpkgs/trunk/; revision=4143
2005-10-26 16:17:16 +00:00
Armijn Hemel 8aec439cd0 add libsndfile
svn path=/nixpkgs/trunk/; revision=4142
2005-10-26 15:58:09 +00:00