summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * Mark as stable.•••svn path=/nixpkgs/branches/0.9-release/; revision=4650 backups/0.9-release@46510.9Eelco Dolstra2006-01-311-1/+1
* * Tweaks.•••svn path=/nixpkgs/trunk/; revision=4648 Eelco Dolstra2006-01-311-2/+2
* * Doh!•••svn path=/nixpkgs/trunk/; revision=4647 Eelco Dolstra2006-01-311-2/+2
* * Copy more files.•••svn path=/nixpkgs/trunk/; revision=4646 Eelco Dolstra2006-01-316-6/+6
* * Update to 1.4.•••svn path=/nixpkgs/trunk/; revision=4645 Eelco Dolstra2006-01-311-4/+4
* * Minor edits.•••svn path=/nixpkgs/trunk/; revision=4644 Eelco Dolstra2006-01-311-4/+5
* add udev rules, but make them optional (default == off)•••svn path=/nixpkgs/trunk/; revision=4643 Armijn Hemel2006-01-313-1/+19
* fix a comparison in the test•••svn path=/nixpkgs/trunk/; revision=4642 Armijn Hemel2006-01-311-1/+1
* * kdelibs 3.5.0.•••* Make it detect bzip2; this is required for "meinproc". svn path=/nixpkgs/trunk/; revision=4641 Eelco Dolstra2006-01-313-8/+21
* add linuxwacom. Now, this is still without the driver for X (even though•••I don't know how that has to be used in X) svn path=/nixpkgs/trunk/; revision=4640 Armijn Hemel2006-01-312-0/+15
* * More release notes.•••svn path=/nixpkgs/trunk/; revision=4639 Eelco Dolstra2006-01-311-1/+10
* add gphoto2•••svn path=/nixpkgs/trunk/; revision=4638 Armijn Hemel2006-01-312-0/+14
* update to libgphoto2 2.1.99. This adds a dependency on libusb and pkgconfig•••svn path=/nixpkgs/trunk/; revision=4637 Armijn Hemel2006-01-312-5/+6
* * Copy files.•••svn path=/nixpkgs/trunk/; revision=4636 Eelco Dolstra2006-01-312-2/+2
* * 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 Eelco Dolstra2006-01-316-27/+112
* remove some assertions•••svn path=/nixpkgs/trunk/; revision=4634 Armijn Hemel2006-01-311-4/+3
* add hotplugging stuff conditionally•••svn path=/nixpkgs/trunk/; revision=4633 Armijn Hemel2006-01-311-0/+9
* * Release notes.•••svn path=/nixpkgs/trunk/; revision=4632 Eelco Dolstra2006-01-311-1/+73
* * NVidia support.•••svn path=/nixpkgs/trunk/; revision=4628 Eelco Dolstra2006-01-301-0/+2
* * NEWS in DocBook.•••svn path=/nixpkgs/trunk/; revision=4627 Eelco Dolstra2006-01-305-48/+425
* * Updated URL.•••svn path=/nixpkgs/trunk/; revision=4626 Eelco Dolstra2006-01-301-9/+17
* * Better names.•••svn path=/nixpkgs/trunk/; revision=4625 Eelco Dolstra2006-01-302-2/+2
* * 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 Eelco Dolstra2006-01-3026-26/+26
* * Copy lots of files to nix.cs.uu.nl.•••svn path=/nixpkgs/trunk/; revision=4623 Eelco Dolstra2006-01-30233-659/+624
* * Fix some broken URLs.•••svn path=/nixpkgs/trunk/; revision=4622 Eelco Dolstra2006-01-309-25/+16
* upgrade to 0.172•••svn path=/nixpkgs/trunk/; revision=4621 Armijn Hemel2006-01-301-3/+3
* update to 1.0.17, put some stuff in place for hotplugging support...•••svn path=/nixpkgs/trunk/; revision=4620 Armijn Hemel2006-01-302-4/+12
* update to jdk-1_5_0_06-linux-i586.bin•••svn path=/nixpkgs/trunk/; revision=4618 Armijn Hemel2006-01-301-5/+5
* * M-x sort-lines is your friend.•••svn path=/nixpkgs/trunk/; revision=4617 Eelco Dolstra2006-01-301-118/+111
* * Get the Unreal Tournament 2004 demo to work with the new scheme for••• handling OpenGL. svn path=/nixpkgs/trunk/; revision=4616 Eelco Dolstra2006-01-306-7/+24
* * updated darcs to 1.0.5, added curl dependency•••* added an experimental fetchdarcs function, based on fetchsvn (there are no expressions yet that use this function) svn path=/nixpkgs/trunk/; revision=4615 Andres Löh2006-01-304-7/+49
* * Added rss-glx, a collection of nice OpenGL screensavers.•••svn path=/nixpkgs/trunk/; revision=4614 Eelco Dolstra2006-01-285-1/+51
* * 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 Eelco Dolstra2006-01-285-3/+32
* * 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 Eelco Dolstra2006-01-285-4/+53
* * Get the Quake 3 demo data to work with the open source Quake 3.••• quake3/demo takes care of downloading and patching the required PAK files. quake3/wrapper calls the Quake binary with a synthesised directory of symlinks to activated PAK files. This should make it easy to plug in the commercial PAKs, or third-party mods. svn path=/nixpkgs/trunk/; revision=4611 Eelco Dolstra2006-01-2710-52/+74
* * ALSA library updated to 1.0.10.•••svn path=/nixpkgs/trunk/; revision=4610 Eelco Dolstra2006-01-271-3/+3
* * modified tetex to support extra .sty's from other packages•••* added lazylist and polytable (both tetex packages) * added lhs2tex ebuild, depending on the two above svn path=/nixpkgs/trunk/; revision=4609 Andres Löh2006-01-2711-0/+166
* 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 Christof Douma2006-01-277-17/+100
* * Fix an annoying problem with xmms's ALSA output driver. Thanks••• SuSE! svn path=/nixpkgs/trunk/; revision=4607 Eelco Dolstra2006-01-262-0/+1478
* add xterm. Untested in NixOS (but will be in 10 minutes)•••svn path=/nixpkgs/trunk/; revision=4604 Armijn Hemel2006-01-262-0/+15
* GIMP Python plugins also needs pygtk. TODO: factor these out, so we can also•••build and run without Python svn path=/nixpkgs/trunk/; revision=4603 Armijn Hemel2006-01-262-6/+6
* * Fix the fix.•••svn path=/nixpkgs/trunk/; revision=4601 Eelco Dolstra2006-01-261-1/+1
* add python to the right list of inherit thingies. Doh!•••svn path=/nixpkgs/trunk/; revision=4600 Armijn Hemel2006-01-261-2/+2
* fix the Nix expression, so it evaluates correctly...•••svn path=/nixpkgs/trunk/; revision=4599 Armijn Hemel2006-01-261-3/+3
* add undocumented dependency (python) and upgrade to new version•••svn path=/nixpkgs/trunk/; revision=4598 Armijn Hemel2006-01-262-3/+3
* package has moved...and there's a new version out btw...•••svn path=/nixpkgs/trunk/; revision=4597 Armijn Hemel2006-01-261-1/+1
* * Put a tarball of the Quake 3 sources somewhere.•••svn path=/nixpkgs/trunk/; revision=4596 Eelco Dolstra2006-01-262-4/+5
* * Added basic Quake 3. Some wrapper stuff is still needed to get it••• to work "out of the box" with hardware acceleration and either the shareware or full PAK files. But with some hackery, I have gotten it to work with both Mesa software rendering and NVidia hardware rendering. svn path=/nixpkgs/trunk/; revision=4595 Eelco Dolstra2006-01-263-0/+49
* * Added the OpenAL sound library.•••* Enabled (optional) 3D support in SDL. svn path=/nixpkgs/trunk/; revision=4594 Eelco Dolstra2006-01-265-3/+129
* * Let subversitnWithJava use jdk in stead of blackdown•••* Disable jikes when building subversion with javahl bindings svn path=/nixpkgs/trunk/; revision=4589 Roy van den Broek2006-01-252-3/+2