Commit graph

135 commits

Author SHA1 Message Date
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 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 e879f0648f * M-x sort-lines is your friend.
svn path=/nixpkgs/trunk/; revision=4617
2006-01-30 12:54:26 +00:00
Eelco Dolstra 105150e281 * Added rss-glx, a collection of nice OpenGL screensavers.
svn path=/nixpkgs/trunk/; revision=4614
2006-01-28 02:10:26 +00:00
Eelco Dolstra 410f21887a * A quick hack to get accelerated OpenGL working: just use the driver
in /usr/lib/libGL.so.1 (which will typically load a driver in
  /usr/X11R6/lib/modules/dri).  This has been tested on a i915
  graphics card; it should work with most open source X.org drivers.
  For NVidia's proprietary drivers (which we cannot build ourselves
  anyway), some more symlinks are necessary; I'll add those later.

  So to get hardware-accelerated Quake 3, do:

  $ nix-env -p /nix/var/nix/profiles/opengl -i xorg-sys-opengl
  $ nix-env -i quake3-demo
  $ quake3

svn path=/nixpkgs/trunk/; revision=4613
2006-01-28 01:13:31 +00:00
Eelco Dolstra 7f74c406c4 * In Quake 3, by default use Mesa as the OpenGL implementation. But
allow the OpenGL implementation to be overriden through the
  OPENGL_DRIVER environment variable.  If it is not set, we use the
  implementation installed in the profile
  /nix/var/nix/profiles/opengl, allowing easy late binding by the
  user, e.g.,

    $ nix-env -p /nix/var/nix/profiles/opengl -i nvidia-sys-opengl

  might install the NVidia OpenGL implementation.

  The code that does this is not specific to Quake 3: it has been
  factored out into build-support/opengl/mesa-switch.sh.  Presumably
  any application that requires hardware-accelerated OpenGL needs it.

* Add the Quake 3 demo to the cache.

svn path=/nixpkgs/trunk/; revision=4612
2006-01-28 00:41:16 +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
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
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
Armijn Hemel 394e18e667 disable xawtv and ov511...
svn path=/nixpkgs/trunk/; revision=4577
2006-01-18 00:07:35 +00:00
Armijn Hemel 42b387e041 add xawtv, ov511 kernel driver
svn path=/nixpkgs/trunk/; revision=4576
2006-01-17 23:47:49 +00:00
Eelco Dolstra d53e98bd20 * Disable xauth in the cache.
svn path=/nixpkgs/trunk/; revision=4575
2006-01-17 22:34:44 +00:00
Eelco Dolstra 7a8ea3f12b * Add BDB to the cache.
svn path=/nixpkgs/trunk/; revision=4548
2006-01-15 12:00:50 +00:00
Martin Bravenboer 83afd0c173 Added Transformers 0.4
svn path=/nixpkgs/trunk/; revision=4405
2005-12-22 07:39:06 +00:00
Eelco Dolstra 8a6944779a * Toss out Firefox 1.0.7.
svn path=/nixpkgs/trunk/; revision=4322
2005-11-30 05:44:52 +00:00
Armijn Hemel 174a51334f enable kdelibs. This is a pretty huge package. Combined with the Qt that we
just fixed to build on NixOS building this should make the lab nice and warm
this Monday morning :P

svn path=/nixpkgs/trunk/; revision=4277
2005-11-12 22:23:22 +00:00
Martin Bravenboer cedeeb31e8 No cache yet
svn path=/nixpkgs/trunk/; revision=4271
2005-11-12 18:19:12 +00:00
Martin Bravenboer d95228a0d6 Added kdelibs to the cache
svn path=/nixpkgs/trunk/; revision=4270
2005-11-12 18:11:58 +00:00
Martin Bravenboer d785903b05 * Removed MythTV from cache
* Make the jing library available



svn path=/nixpkgs/trunk/; revision=4122
2005-10-24 14:01:08 +00:00
Martin Bravenboer 7acd7773b4 * Upgraded MythTV to 0.18.1
svn path=/nixpkgs/trunk/; revision=4118
2005-10-22 23:36:07 +00:00
Martin Bravenboer a55b35c264 XMMS and Emacs in the cache.
svn path=/nixpkgs/trunk/; revision=4112
2005-10-21 10:40:26 +00:00
Eelco Dolstra 33eee5d50d * wxGTK 2.6.
* Also updated chmlib, xchm.

svn path=/nixpkgs/trunk/; revision=4109
2005-10-19 15:15:37 +00:00
Eelco Dolstra 3d9df37b33 * Apache updated to 2.0.55 (security fixes). Also added to the
channel (finally!).

svn path=/nixpkgs/trunk/; revision=4093
2005-10-14 19:44:17 +00:00
Eelco Dolstra 14b6982164 * Add Firefox 1.5beta2 to the channel.
svn path=/nixpkgs/trunk/; revision=4076
2005-10-12 17:25:41 +00:00
Eelco Dolstra 8148284d9c * Disable xchm for now - wxGTK seems to have issues.
svn path=/nixpkgs/trunk/; revision=4075
2005-10-12 15:58:11 +00:00
Eelco Dolstra c077c7b67b * Disable MythTV for now --- it seems to have issues with the latest
kernel headers (not "sanitised" I suppose...).

svn path=/nixpkgs/trunk/; revision=4072
2005-10-12 10:13:26 +00:00
Eelco Dolstra 1ec2b9d94f * Added darcs 1.0.3.
svn path=/nixpkgs/trunk/; revision=4009
2005-10-04 14:25:13 +00:00
Eelco Dolstra 5573610e01 * Add GHC to the cache.
svn path=/nixpkgs/trunk/; revision=4007
2005-10-04 13:22:23 +00:00
Martin Bravenboer 4c70ef7e5d Cleaning up the java naming conventions
svn path=/nixpkgs/trunk/; revision=3871
2005-09-17 23:58:51 +00:00
Armijn Hemel 4d07cb8db5 add kernel
svn path=/nixpkgs/trunk/; revision=3810
2005-09-12 15:06:10 +00:00
Martin Bravenboer 572e8796c6 batik in cache
svn path=/nixpkgs/trunk/; revision=3796
2005-09-07 19:37:44 +00:00
Martin Bravenboer 560f307623 Added libraries:
- gtkmm: C++ bindings for gtk
  - glibmm: C++ bindings for glib
  - libsigc++ (C++)

Added applications:
  - Batik: SVG rasterizer (and more)
  - Inkscape: vector graphics drawing application

Upgraded:
  - boehm-gc


svn path=/nixpkgs/trunk/; revision=3792
2005-09-07 14:57:30 +00:00
Martin Bravenboer 7e75cb7cc4 Added ecj (The Eclipse Compiler for Java) to Nix. This means that Java
5.0 code can now be compiled and run in Nix (the J2RE 5.0 was already
available without deployment problems).

Also, I need ecj to checkout its behaviour and warnings as a second
reference (javac).


svn path=/nixpkgs/trunk/; revision=3783
2005-09-06 00:00:22 +00:00
Eelco Dolstra 9abe0fa366 * Add teTeX to the cache for powerpc-darwin.
svn path=/nixpkgs/trunk/; revision=3768
2005-09-01 18:15:41 +00:00
Martin Bravenboer 975db72a72 Added Mozilla NSS, NSPR and Gaim to Nix. Gaim in Nix supports SSL
svn path=/nixpkgs/trunk/; revision=3676
2005-08-24 09:54:42 +00:00
Martin Bravenboer 33110a9dde Provide 0.14 in nixpkgs
svn path=/nixpkgs/trunk/; revision=3634
2005-08-17 21:40:11 +00:00
Martin Bravenboer 95f748c966 Temp. removed strategoxt from the cache: 0.15 does not build
svn path=/nixpkgs/trunk/; revision=3632
2005-08-17 21:33:51 +00:00
Martin Bravenboer 3ea317784f Upgraded aterm to aterm 2.4. Removed the dynamic variant.
svn path=/nixpkgs/trunk/; revision=3611
2005-08-17 14:29:04 +00:00
Martin Bravenboer f0f8123a7f Added jing-tools to the cache
svn path=/nixpkgs/trunk/; revision=3570
2005-08-13 18:12:10 +00:00
Martin Bravenboer ad4df362cc Added docbook-ng to the cache
svn path=/nixpkgs/trunk/; revision=3567
2005-08-13 00:02:40 +00:00
Armijn Hemel eb1a0e5744 add grub parted qtparted
svn path=/nixpkgs/trunk/; revision=3527
2005-08-05 10:11:52 +00:00
Eelco Dolstra 6b41222b5c * Added Xauth (pilfered from the modular X.org tree).
svn path=/nixpkgs/trunk/; revision=3466
2005-07-29 10:06:49 +00:00
Eelco Dolstra 2f9ee7390e * Doh!
svn path=/nixpkgs/trunk/; revision=3424
2005-07-25 10:22:53 +00:00
Eelco Dolstra 58acb5aa0f * Add Autoconf, Automake, Libtool for Darwin to the channel.
svn path=/nixpkgs/trunk/; revision=3405
2005-07-22 21:28:43 +00:00
Martin Bravenboer c59283c2f6 Added aterm-dynamic
svn path=/nixpkgs/trunk/; revision=3373
2005-07-19 21:42:56 +00:00
Eelco Dolstra fa8d81739e * Disable everything depending on Java 1.5, since we cannot build it
in the build farm.

svn path=/nixpkgs/trunk/; revision=3334
2005-07-13 13:26:34 +00:00
Martin Bravenboer 458f0c6faf strategoxt-utils
svn path=/nixpkgs/trunk/; revision=3271
2005-06-30 16:54:25 +00:00
Martin Bravenboer 39d6e0a2ed Added some Java libraries to the cache
svn path=/nixpkgs/trunk/; revision=3242
2005-06-22 14:24:12 +00:00
Eelco Dolstra a75aef6c7a * Add ghostscript to the channel.
svn path=/nixpkgs/trunk/; revision=3231
2005-06-20 22:14:12 +00:00
Eelco Dolstra f029091023 * Turn GTK# apps off for now.
svn path=/nixpkgs/trunk/; revision=3205
2005-06-18 10:05:21 +00:00