Commit graph

326 commits

Author SHA1 Message Date
Eelco Dolstra 03dca65e08 * MPlayer updated to 1.0pre8.
svn path=/nixpkgs/trunk/; revision=5498
2006-06-23 12:00:06 +00:00
Eelco Dolstra 1a570c63f7 * Inkscape 0.43.
svn path=/nixpkgs/trunk/; revision=5497
2006-06-23 11:21:19 +00:00
Eelco Dolstra 6717cab0b2 * Don't delete the search plugin.
svn path=/nixpkgs/trunk/; revision=5433
2006-06-13 20:59:16 +00:00
Eelco Dolstra 1e766b521c * Subversion 1.3.2.
svn path=/nixpkgs/trunk/; revision=5423
2006-06-09 12:40:51 +00:00
Eelco Dolstra c40a94ad07 * Doh.
svn path=/nixpkgs/trunk/; revision=5375
2006-06-04 13:39:04 +00:00
Eelco Dolstra 79fd001662 * Firefox 1.5.0.4.
svn path=/nixpkgs/trunk/; revision=5374
2006-06-04 12:45:37 +00:00
Armijn Hemel 93957f48c3 ethereal 0.99
svn path=/nixpkgs/trunk/; revision=5291
2006-05-10 22:56:03 +00:00
Armijn Hemel 6a1a282635 vim 7.0
svn path=/nixpkgs/trunk/; revision=5289
2006-05-08 21:05:07 +00:00
Eelco Dolstra 405d314395 * Pan 0.96.
svn path=/nixpkgs/trunk/; revision=5280
2006-05-07 21:58:31 +00:00
Eelco Dolstra c63f4278c7 * Firefox 1.5.0.3.
svn path=/nixpkgs/trunk/; revision=5263
2006-05-03 18:35:31 +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 d56e3d6f5a * Use string interpolation.
svn path=/nixpkgs/trunk/; revision=5243
2006-05-01 14:53: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
Eelco Dolstra cce11c4f1f * Added gtk-gnutella.
* Added a patch to MPlayer to fix the aspect ratio on screens rotated
  with Xrandr.
* Disable toolbus for now because it requires a non-existant package
  (tcltk).

svn path=/nixpkgs/trunk/; revision=5171
2006-04-18 18:46:36 +00:00
Armijn Hemel ba18de03b9 generic unpacker for some firmware which needs to be uploaded
svn path=/nixpkgs/trunk/; revision=5166
2006-04-18 11:01:59 +00:00
Armijn Hemel 8292f5c856 add bluetooth utilities (without libusb and openobex support though)
svn path=/nixpkgs/trunk/; revision=5165
2006-04-18 10:53:45 +00:00
Eelco Dolstra b3b9118eab * Firefox 1.5.0.2.
svn path=/nixpkgs/trunk/; revision=5161
2006-04-14 16:08:35 +00:00
Eelco Dolstra 47612615ab * Subversion 1.3.1.
svn path=/nixpkgs/trunk/; revision=5143
2006-04-05 07:58:13 +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 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 b06335a835 * Thunderbird updated to 1.5 (it was at 0.8!).
svn path=/nixpkgs/trunk/; revision=4970
2006-03-02 19:08:26 +00:00
Eelco Dolstra dff1c50b1b * Typo: "--enable-swg" -> "--enable-svg".
svn path=/nixpkgs/trunk/; revision=4928
2006-02-28 12:03:35 +00:00
Martin Bravenboer 49d220cc97 Typo
svn path=/nixpkgs/trunk/; revision=4912
2006-02-25 01:24:21 +00:00
Martin Bravenboer 06b5fa3519 Added support for Eclipse plugins with custom installers.
svn path=/nixpkgs/trunk/; revision=4907
2006-02-25 00:44:02 +00:00
Eelco Dolstra a9efb9d155 * Firefox: don't use internal jpeg, png, zlib, cairo.
svn path=/nixpkgs/trunk/; revision=4819
2006-02-16 08:46:28 +00:00
Eelco Dolstra bbda87fc30 * Fix the title bar icon.
svn path=/nixpkgs/trunk/; revision=4818
2006-02-15 17:15:16 +00:00
Eelco Dolstra 9012efbaef * Make the Firefox build more like xulrunner (e.g., don't using
.mozconfig).
* Optionally build Firefox with official branding (so that it calls
  itself "Firefox" instead of "Deer Park").  This should not be turned
  on for the channel!

svn path=/nixpkgs/trunk/; revision=4817
2006-02-15 17:04:11 +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
Martin Bravenboer 5bacf0f069 Updated eclipse to 3.1.2
svn path=/nixpkgs/trunk/; revision=4796
2006-02-12 12:59:46 +00:00
Martin Bravenboer 5e4075947c Update of spoofax
svn path=/nixpkgs/trunk/; revision=4795
2006-02-12 12:23:47 +00:00
Eelco Dolstra 26f98860c1 * Opera 8.51 (on Linux).
svn path=/nixpkgs/trunk/; revision=4782
2006-02-10 12:15:04 +00:00
Eelco Dolstra 5c11ecb7f1 * Firefox 1.5.0.1.
svn path=/nixpkgs/trunk/; revision=4747
2006-02-07 11:07:18 +00:00
Merijn de Jonge 4440283683 Joe doen't need its own builder script
svn path=/nixpkgs/trunk/; revision=4683
2006-02-03 08:53:06 +00:00
Merijn de Jonge 1cc7a09617 added Joe (Joe's own editor). Yes!
svn path=/nixpkgs/trunk/; revision=4679
2006-02-02 16:30:01 +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 ff501de086 * Update RealPlayer.
svn path=/nixpkgs/trunk/; revision=4670
2006-02-01 21:47:48 +00:00
Eelco Dolstra 321e4da7e8 * Copy more files.
svn path=/nixpkgs/trunk/; revision=4646
2006-01-31 16:37:40 +00:00
Armijn Hemel 6d76f21f43 add gphoto2
svn path=/nixpkgs/trunk/; revision=4638
2006-01-31 14:22:08 +00:00
Eelco Dolstra 4e684bbf5a * Better names.
svn path=/nixpkgs/trunk/; revision=4625
2006-01-30 16:19:53 +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
Andres Löh 70c36821c6 * 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
2006-01-30 11:18:38 +00:00
Eelco Dolstra 69b41650ad * Fix an annoying problem with xmms's ALSA output driver. Thanks
SuSE!

svn path=/nixpkgs/trunk/; revision=4607
2006-01-26 23:34:22 +00:00
Armijn Hemel cb27290a7a add xterm. Untested in NixOS (but will be in 10 minutes)
svn path=/nixpkgs/trunk/; revision=4604
2006-01-26 20:45:11 +00:00
Armijn Hemel 84008ec181 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
2006-01-26 20:09:23 +00:00
Armijn Hemel ef4dedff3a add undocumented dependency (python) and upgrade to new version
svn path=/nixpkgs/trunk/; revision=4598
2006-01-26 18:45:50 +00:00
Roy van den Broek af5e956d23 * Let subversitnWithJava use jdk in stead of blackdown
* Disable jikes when building subversion with javahl bindings


svn path=/nixpkgs/trunk/; revision=4589
2006-01-25 14:03:55 +00:00
Armijn Hemel 5941ccfbea fix xawtv install
svn path=/nixpkgs/trunk/; revision=4580
2006-01-20 12:10:28 +00:00
Martin Bravenboer 9eb147a0f8 New version of spoofax
svn path=/nixpkgs/trunk/; revision=4535
2006-01-11 00:43:25 +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
Armijn Hemel 5c8e0170c8 add an alias "vi", for my convenience ;)
svn path=/nixpkgs/trunk/; revision=4506
2006-01-07 16:10:13 +00:00
Armijn Hemel 483562f267 add xawtv. This version uses the new X libs and won't build the way this
one is built with the old libs. Maybe we should switch now ;)

svn path=/nixpkgs/trunk/; revision=4487
2006-01-03 23:18:20 +00:00
Eelco Dolstra c476c825cb * Subversion 1.3.0.
svn path=/nixpkgs/trunk/; revision=4484
2006-01-02 16:01:03 +00:00
Armijn Hemel e8488e3b71 add the links browser. This package built immediately, so I believe something is not pure...
svn path=/nixpkgs/trunk/; revision=4440
2005-12-26 16:13:04 +00:00
Eelco Dolstra 4d905aa2ed * Added the Emacs 22.0 branch with anti-aliasing (Xft) support.
* Added an option to Adobe Reader to make it start faster (by deleting
  all the plugins).

svn path=/nixpkgs/trunk/; revision=4406
2005-12-22 10:49:43 +00:00
Armijn Hemel c564d6dbb2 lua needs to be built, no matter what...then why do they provide an option
to disable it, which doesn't even work properly???

TODO: fix -lncurses error in lua...

svn path=/nixpkgs/trunk/; revision=4404
2005-12-20 01:29:04 +00:00
Armijn Hemel 8bfb6a3737 add RPM. But:
- untested
- no Python bindings
- experimental version (this is not the "stable" production branch)

svn path=/nixpkgs/trunk/; revision=4403
2005-12-20 00:48:38 +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 444ac39ad3 * Emacs 22.0.50 (CVS dump).
svn path=/nixpkgs/trunk/; revision=4359
2005-12-13 00:13:01 +00:00
Eelco Dolstra 82e678362f * "." -> "source".
svn path=/nixpkgs/trunk/; revision=4335
2005-12-05 14:11:09 +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 d17cafb294 * Firefox 1.5.
svn path=/nixpkgs/trunk/; revision=4321
2005-11-30 05:42:29 +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 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 6ec2dea85c add xchat and tcl
svn path=/nixpkgs/trunk/; revision=4301
2005-11-22 12:05:18 +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 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
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 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
Eelco Dolstra 0e5659c43a * Firefox 1.5rc1.
svn path=/nixpkgs/trunk/; revision=4219
2005-11-04 12:58:50 +00:00
Armijn Hemel 98efb8f3ab add ethereal
svn path=/nixpkgs/trunk/; revision=4212
2005-11-03 19:55:05 +00:00
Eelco Dolstra e542ee6e4f * Build Acrobat Reader with Xinerama support. May or may not be useful.
svn path=/nixpkgs/trunk/; revision=4181
2005-11-01 11:34:47 +00:00
Eelco Dolstra e34b867778 * Quick hack to fix fonts in xine-ui: disable Xft. But xine-ui
remains the most godawful user interface in history.

svn path=/nixpkgs/trunk/; revision=4166
2005-10-29 21:19: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 9b6e112573 * Enable Xinerama support in MPlayer.
svn path=/nixpkgs/trunk/; revision=4163
2005-10-29 19:07:27 +00:00
Armijn Hemel 27e06147ad OOo needs unzip
svn path=/nixpkgs/trunk/; revision=4157
2005-10-27 14:50:43 +00:00
Armijn Hemel 6826026cf3 OOo2 also needs "file", otherwise it will "spin right round, baby, right round, like a record, baby" during compilation
svn path=/nixpkgs/trunk/; revision=4152
2005-10-26 22:04:34 +00:00
Armijn Hemel 9cf98d31f7 we need getopt too
svn path=/nixpkgs/trunk/; revision=4148
2005-10-26 20:42:12 +00:00
Armijn Hemel 218a6386bf get OpenOffice through the configure phase
svn path=/nixpkgs/trunk/; revision=4145
2005-10-26 17:05:32 +00:00
Armijn Hemel 617cbc2b12 OOo needs Perl too...
svn path=/nixpkgs/trunk/; revision=4137
2005-10-26 00:08:36 +00:00
Armijn Hemel 9d7df2c6ad more dependencies, use a lot of system packages instead of using the tarballs
that are in the OOo2 source dist. It seems the only things missing in the
tarball are a kernel (but it has to be cross platform) and emacs...

Gah, BLOAT!

svn path=/nixpkgs/trunk/; revision=4135
2005-10-25 23:29:16 +00:00
Armijn Hemel 74b4df1a7b WiP builder for OpenOffice2. This alone will be worth many ECTS if I succeeed in adding it :P
svn path=/nixpkgs/trunk/; revision=4133
2005-10-25 18:01:13 +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
Armijn Hemel 0d7780bd71 whoops, this file does not belong here
svn path=/nixpkgs/trunk/; revision=4117
2005-10-22 11:51:53 +00:00
Armijn Hemel 3430d3d8a3 add the mozilla browser. The compilation process is nearly identical
to firefox, but there are some differences:
- don't source in $topsrcdir/browser/config/mozconfig (does not exist
it seems)
- different source tarball (different version that is)
- leave out the postinstall phase

svn path=/nixpkgs/trunk/; revision=4116
2005-10-22 11:51:30 +00:00
Martin Bravenboer 23dbf57984 XMMS!
svn path=/nixpkgs/trunk/; revision=4111
2005-10-21 10:39:01 +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 01fd1c1d00 * sylpheed-gtk2 -> sylpheed.
svn path=/nixpkgs/trunk/; revision=4092
2005-10-14 12:30:53 +00:00
Eelco Dolstra 86ca57f4bb * Toss out the old (GTK-1) Sylpheed.
svn path=/nixpkgs/trunk/; revision=4091
2005-10-14 12:27:07 +00:00
Eelco Dolstra 71739165a8 * Sylpheed updated to version 2.1.3, plus a quick hack to get it to build.
svn path=/nixpkgs/trunk/; revision=4090
2005-10-14 12:26:40 +00:00
Eelco Dolstra b018b48647 * GQView 2.1.1.
svn path=/nixpkgs/trunk/; revision=4088
2005-10-14 11:41:16 +00:00