Commit graph

1296 commits

Author SHA1 Message Date
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 5da5239588 * Added NEdit.
svn path=/nixpkgs/trunk/; revision=4329
2005-12-03 00:04:13 +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
Eelco Dolstra c7804cb0e5 * Idem.
svn path=/nixpkgs/trunk/; revision=4324
2005-11-30 05:49:28 +00:00
Eelco Dolstra 8e64101900 * Idem.
svn path=/nixpkgs/trunk/; revision=4323
2005-11-30 05:45:12 +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
Eelco Dolstra d17cafb294 * Firefox 1.5.
svn path=/nixpkgs/trunk/; revision=4321
2005-11-30 05:42:29 +00:00
Eelco Dolstra 5e784729b2 * To do.
svn path=/nixpkgs/trunk/; revision=4320
2005-11-29 15:48:18 +00:00
Armijn Hemel b3d1a16db9 add kernel headers for linux ARM, uclibc
svn path=/nixpkgs/trunk/; revision=4319
2005-11-29 01:43:11 +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 508cd3a3e8 add a wrapper for cross compilers, which makes the correct link to the cross compiler. Only works for "gcc", haven't tried for g++ and the others
svn path=/nixpkgs/trunk/; revision=4317
2005-11-29 01:40:33 +00:00
Armijn Hemel 0cf7a93827 add kernel headers for ARM
svn path=/nixpkgs/trunk/; revision=4316
2005-11-28 22:03:13 +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
Eelco Dolstra d68e567fe3 * Enable option to compress multiple spaces in the index.
svn path=/nixpkgs/trunk/; revision=4314
2005-11-28 14:19:46 +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 f880e6e099 add xpdf
svn path=/nixpkgs/trunk/; revision=4311
2005-11-27 21:06:08 +00:00
Armijn Hemel 31c615a95d add rsync, untested
svn path=/nixpkgs/trunk/; revision=4309
2005-11-22 22:39:09 +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 2b76e2955d disable ltrace for now, until we fix those elfutils problems
svn path=/nixpkgs/trunk/; revision=4304
2005-11-22 12:59:45 +00:00
Armijn Hemel 04d6db0985 pass gtk so the frontend for xchat will be built
svn path=/nixpkgs/trunk/; revision=4303
2005-11-22 12:22:50 +00:00
Armijn Hemel b80756391a add xchat and tcl
svn path=/nixpkgs/trunk/; revision=4302
2005-11-22 12:05:36 +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 39b9f03964 also add ctags here...I keep forgetting to do it in one go...
svn path=/nixpkgs/trunk/; revision=4300
2005-11-21 12:50:37 +00:00
Armijn Hemel b8045f9dd2 add ctags
svn path=/nixpkgs/trunk/; revision=4299
2005-11-21 12:49:28 +00:00
Eelco Dolstra 7ba4b74bef * Firefox 1.5rc3.
svn path=/nixpkgs/trunk/; revision=4292
2005-11-19 14:19:39 +00:00
Eelco Dolstra b012d59f00 * Doh!
svn path=/nixpkgs/trunk/; revision=4290
2005-11-17 12:01:19 +00:00
Eelco Dolstra 4bdbf2c8c7 * Firefox 1.5rc2.
svn path=/nixpkgs/trunk/; revision=4288
2005-11-17 11:46:44 +00:00
Armijn Hemel 7a8161848f don't forget to add pinfo here
svn path=/nixpkgs/trunk/; revision=4279
2005-11-13 15:03:49 +00:00
Armijn Hemel 79036a1c87 add pinfo, a viewer for GNU info files for people who are used to sensible navigation in applications
svn path=/nixpkgs/trunk/; revision=4278
2005-11-13 15:02:31 +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
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
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
Armijn Hemel d17619f24d kdelibs needs freetype
svn path=/nixpkgs/trunk/; revision=4269
2005-11-12 17:57:26 +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 e6c4e72c3a * eclipse-sdk: added support for plugins
* Added Spoofax editor plugin.

* re-added eclipse-sdk 3.1, which wasn't necessary after all.


svn path=/nixpkgs/trunk/; revision=4255
2005-11-07 23:02:17 +00:00