summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* * Fix some broken URLs.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4622
* upgrade to 0.172Armijn Hemel2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4621
* update to 1.0.17, put some stuff in place for hotplugging support...Armijn Hemel2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4620
* update to jdk-1_5_0_06-linux-i586.binArmijn Hemel2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4618
* * M-x sort-lines is your friend.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4617
* * Get the Unreal Tournament 2004 demo to work with the new scheme forEelco Dolstra2006-01-30
| | | | | | handling OpenGL. svn path=/nixpkgs/trunk/; revision=4616
* * updated darcs to 1.0.5, added curl dependencyAndres Löh2006-01-30
| | | | | | | * added an experimental fetchdarcs function, based on fetchsvn (there are no expressions yet that use this function) svn path=/nixpkgs/trunk/; revision=4615
* * Added rss-glx, a collection of nice OpenGL screensavers.Eelco Dolstra2006-01-28
| | | | svn path=/nixpkgs/trunk/; revision=4614
* * A quick hack to get accelerated OpenGL working: just use the driverEelco Dolstra2006-01-28
| | | | | | | | | | | | | | | | 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
* * In Quake 3, by default use Mesa as the OpenGL implementation. ButEelco Dolstra2006-01-28
| | | | | | | | | | | | | | | | | | | | 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
* * Get the Quake 3 demo data to work with the open source Quake 3.Eelco Dolstra2006-01-27
| | | | | | | | | 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
* * ALSA library updated to 1.0.10.Eelco Dolstra2006-01-27
| | | | svn path=/nixpkgs/trunk/; revision=4610
* * modified tetex to support extra .sty's from other packagesAndres Löh2006-01-27
| | | | | | | * added lazylist and polytable (both tetex packages) * added lhs2tex ebuild, depending on the two above svn path=/nixpkgs/trunk/; revision=4609
* change uulib to store all dependencies to package.conf Christof Douma2006-01-27
| | | | | | | added ghc-wrapper to use a generated global package.conf added uuagc svn path=/nixpkgs/trunk/; revision=4608
* * Fix an annoying problem with xmms's ALSA output driver. ThanksEelco Dolstra2006-01-26
| | | | | | SuSE! svn path=/nixpkgs/trunk/; revision=4607
* add xterm. Untested in NixOS (but will be in 10 minutes)Armijn Hemel2006-01-26
| | | | svn path=/nixpkgs/trunk/; revision=4604
* GIMP Python plugins also needs pygtk. TODO: factor these out, so we can alsoArmijn Hemel2006-01-26
| | | | | | build and run without Python svn path=/nixpkgs/trunk/; revision=4603
* * Fix the fix.Eelco Dolstra2006-01-26
| | | | svn path=/nixpkgs/trunk/; revision=4601
* add python to the right list of inherit thingies. Doh!Armijn Hemel2006-01-26
| | | | svn path=/nixpkgs/trunk/; revision=4600
* fix the Nix expression, so it evaluates correctly...Armijn Hemel2006-01-26
| | | | svn path=/nixpkgs/trunk/; revision=4599
* add undocumented dependency (python) and upgrade to new versionArmijn Hemel2006-01-26
| | | | svn path=/nixpkgs/trunk/; revision=4598
* package has moved...and there's a new version out btw...Armijn Hemel2006-01-26
| | | | svn path=/nixpkgs/trunk/; revision=4597
* * Put a tarball of the Quake 3 sources somewhere.Eelco Dolstra2006-01-26
| | | | svn path=/nixpkgs/trunk/; revision=4596
* * Added basic Quake 3. Some wrapper stuff is still needed to get itEelco Dolstra2006-01-26
| | | | | | | | | 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
* * Added the OpenAL sound library.Eelco Dolstra2006-01-26
| | | | | | * Enabled (optional) 3D support in SDL. svn path=/nixpkgs/trunk/; revision=4594
* * Let subversitnWithJava use jdk in stead of blackdownRoy van den Broek2006-01-25
| | | | | | | * Disable jikes when building subversion with javahl bindings svn path=/nixpkgs/trunk/; revision=4589
* added uulib - a ghc library (ghc wrapper is needed to use it with cabal - ↵Christof Douma2006-01-25
| | | | | | see comments in builder.sh) svn path=/nixpkgs/trunk/; revision=4588
* a patch which defines FLAGS_FOR_TARGET. This patch is not enabled by defaultArmijn Hemel2006-01-23
| | | | svn path=/nixpkgs/trunk/; revision=4585
* * Fix the gcc-4.0.2 build. It was impure: it used /lib/cpp during theEelco Dolstra2006-01-20
| | | | | | | building of libstdc++. * Add gcc-4.0.2 to the channel. svn path=/nixpkgs/trunk/; revision=4583
* * Provide the xlibs attribute in xlibs.Eelco Dolstra2006-01-20
| | | | svn path=/nixpkgs/trunk/; revision=4582
* fix xawtv installArmijn Hemel2006-01-20
| | | | svn path=/nixpkgs/trunk/; revision=4580
* add xawtv hereArmijn Hemel2006-01-20
| | | | svn path=/nixpkgs/trunk/; revision=4579
* disable xawtv and ov511...Armijn Hemel2006-01-18
| | | | svn path=/nixpkgs/trunk/; revision=4577
* add xawtv, ov511 kernel driverArmijn Hemel2006-01-17
| | | | svn path=/nixpkgs/trunk/; revision=4576
* * Disable xauth in the cache.Eelco Dolstra2006-01-17
| | | | svn path=/nixpkgs/trunk/; revision=4575
* remove stand-alone xauth (it's still somewhere in "tools" though), use theArmijn Hemel2006-01-17
| | | | | | | one in the X server instead. Make xauth and xforwarding optional for SSH. Enable by default. svn path=/nixpkgs/trunk/; revision=4574
* make X forwarding optional. If enabled "xauth" is a dependencyArmijn Hemel2006-01-17
| | | | svn path=/nixpkgs/trunk/; revision=4573
* add driver for the Logitech quickcam USB webcamArmijn Hemel2006-01-17
| | | | svn path=/nixpkgs/trunk/; revision=4572
* * OpenGL dependency in the i810 driver.Eelco Dolstra2006-01-17
| | | | svn path=/nixpkgs/trunk/; revision=4571
* * Oops.Eelco Dolstra2006-01-17
| | | | svn path=/nixpkgs/trunk/; revision=4570
* * libdrm updated to 2.0.Eelco Dolstra2006-01-17
| | | | svn path=/nixpkgs/trunk/; revision=4569
* * Detect even more dependencies.Eelco Dolstra2006-01-17
| | | | svn path=/nixpkgs/trunk/; revision=4568
* don't forget findutilsArmijn Hemel2006-01-16
| | | | svn path=/nixpkgs/trunk/; revision=4567
* delete this file (even though it should not be present at all. Probably aArmijn Hemel2006-01-16
| | | | | | braino on my side) svn path=/nixpkgs/trunk/; revision=4566
* svn path=/nixpkgs/trunk/; revision=4565Armijn Hemel2006-01-16
|
* move kernelscripts to nixpkgsArmijn Hemel2006-01-16
| | | | svn path=/nixpkgs/trunk/; revision=4564
* * More dependencies.Eelco Dolstra2006-01-16
| | | | svn path=/nixpkgs/trunk/; revision=4562
* inversed patchMart Kolthof2006-01-16
| | | | svn path=/nixpkgs/trunk/; revision=4560
* * Don't build static libraries. Whooooosh!Eelco Dolstra2006-01-16
| | | | svn path=/nixpkgs/trunk/; revision=4559