Commit Graph

69 Commits

Author SHA1 Message Date
Yury G. Kudryashov
8294a83e5d gphoto2 upgraded to 2.4.0
svn path=/nixpkgs/trunk/; revision=9722
2007-11-16 17:28:17 +00:00
Marc Weber
1627b94ee7 implemented proposal by niksnut.
Now you have to use either date= or tag= when specifying cvs revision

svn path=/nixpkgs/trunk/; revision=9661
2007-11-13 01:26:54 +00:00
Marc Weber
7a9d92486f Synergy added and fetchcvs modified (see mailinglist post)
svn path=/nixpkgs/trunk/; revision=9624
2007-11-11 08:16:23 +00:00
Marc Weber
16d701c9ab rxvt-unicode and jdk update provided by Tobias Hammerschmidt
svn path=/nixpkgs/trunk/; revision=9561
2007-10-31 12:17:14 +00:00
Michael Raskin
f5f830802a Mentioned installPhase. Ugly but working for setup.sh, the only way for new setup-*.sh
svn path=/nixpkgs/trunk/; revision=9531
2007-10-26 05:45:20 +00:00
Michael Raskin
004057ea50 Fixed xmove to work with unrecognizable hostnames as with localhost
svn path=/nixpkgs/trunk/; revision=9530
2007-10-26 05:44:38 +00:00
Marc Weber
02ff4fc875 This nix expression is conributed by Tobias Hammerschmidt as well
svn path=/nixpkgs/trunk/; revision=9525
2007-10-26 00:54:19 +00:00
Marc Weber
e87c6a6793 sox, ffmpeg_svn expressions added
ghcPkgUtil defines a function to create setup-hook 
- creating a packagedatabase (nix-support/package.conf)
- adding it to GHC_PACKAGE_PATH
see comments for details

svn path=/nixpkgs/trunk/; revision=9500
2007-10-22 00:51:40 +00:00
Eelco Dolstra
17dccfe4f4 * Add cdrkit instead of cdrtools to the channel.
svn path=/nixpkgs/trunk/; revision=9484
2007-10-19 14:16:43 +00:00
Eelco Dolstra
459b386ff9 * xpdf updated to 3.02pl1. Also patch its configuration file so that
it uses the Base-14 fonts from Ghostscript.

svn path=/nixpkgs/trunk/; revision=9396
2007-10-03 12:16:48 +00:00
Michael Raskin
8036507a29 Added maxima
svn path=/nixpkgs/trunk/; revision=9372
2007-09-26 00:19:26 +00:00
Marc Weber
8942d938de flite added and added mplayer derivation with esound and new configuration style support (still a mess but works)
svn path=/nixpkgs/trunk/; revision=9326
2007-09-17 23:24:58 +00:00
Marc Weber
3907405619 sbagen (binaural sound generator) added
svn path=/nixpkgs/trunk/; revision=9317
2007-09-12 10:56:56 +00:00
Marc Weber
8907d0ba89 d4x (gui downloader for X) added
svn path=/nixpkgs/trunk/; revision=9304
2007-09-11 19:27:25 +00:00
Eelco Dolstra
ea9667ab18 * Fixed some more URLs.
svn path=/nixpkgs/trunk/; revision=9294
2007-09-11 11:15:37 +00:00
Marc Weber
3c596b4e2c rxvt added
svn path=/nixpkgs/trunk/; revision=9256
2007-09-05 08:25:23 +00:00
Marc Weber
121ab831d7 mrxvt terminal emulator supporting bg images added
svn path=/nixpkgs/trunk/; revision=9255
2007-09-04 20:06:18 +00:00
Marc Weber
9b6d60f961 svn path=/nixpkgs/trunk/; revision=9250 2007-09-04 13:26:33 +00:00
Marc Weber
088a6817db added:
dnsmasq, uisp, fltk libixp_for_wmii, acerhk kernel module, reiserfsprogs, radeontools, msmtp,
procmail, pstree, gxemul

changed:
umlutilities to also support building tunctl optionally (needing kernel header files)
wmii updated and wmiimenu added                                                 

svn path=/nixpkgs/trunk/; revision=9242
2007-09-03 12:10:57 +00:00
Eelco Dolstra
544cb9cb83 * Rewrite all URLs to GNU mirrors to mirror://gnu/.
svn path=/nixpkgs/trunk/; revision=9201
2007-08-27 13:42:00 +00:00
Eelco Dolstra
607b0d3e80 * Rewrite all the SourceForge URLs to mirror://sourceforge/.
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done

svn path=/nixpkgs/trunk/; revision=9198
2007-08-27 13:01:33 +00:00
Eelco Dolstra
a0159dee8e * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl
URLs to http://nix.cs.uu.nl/dist/tarballs.  With content-addressable
  mirror support (r9190, NIXPKGS-70) this is no longer necessary:
  fetchurl will try to download from that location automatically.  So
  we can keep the original URLs.

svn path=/nixpkgs/trunk/; revision=9192
2007-08-24 12:32:36 +00:00
Andres Löh
e00feaaad1 * added gv (ghostscript-with-X is a dependency)
svn path=/nixpkgs/trunk/; revision=9122
2007-08-14 14:09:58 +00:00
Michael Raskin
26ad059fb5 Added cdrkit to burn DVDs.
svn path=/nixpkgs/trunk/; revision=8958
2007-07-07 22:31:37 +00:00
Michael Raskin
c02cfe4fbe Added DjVuLibre
svn path=/nixpkgs/trunk/; revision=8938
2007-07-01 20:11:32 +00:00
Michael Raskin
d80093f2ff Added version suffixes.
svn path=/nixpkgs/trunk/; revision=8921
2007-06-26 12:13:17 +00:00
Michael Raskin
cc85843116 Added xmove - proxy X server which can move its clients to another one.
Useful with Xvfb - so you can save your X session during needed 
reload of X.


svn path=/nixpkgs/trunk/; revision=8917
2007-06-25 21:46:18 +00:00
Eelco Dolstra
d03cc6bcf3 * Latest Xpdf.
svn path=/nixpkgs/trunk/; revision=8543
2007-04-05 09:09:10 +00:00
Eelco Dolstra
b979dff808 * Purify Adobe Reader.
svn path=/nixpkgs/trunk/; revision=8173
2007-03-04 23:46:11 +00:00
Eelco Dolstra
a2e7375459 * Add an platform assertion.
svn path=/nixpkgs/trunk/; revision=8039
2007-02-25 09:48:07 +00:00
Eelco Dolstra
c036d1d48f * Adobe Reader 7.0.9.
* Renamed the Flash Player directories.

svn path=/nixpkgs/trunk/; revision=7831
2007-02-01 15:07:52 +00:00
Eelco Dolstra
b90781ec21 * Renamed orig-glibc -> orig-libc in some places, and in others, use
the new $NIX_GCC/nix-support/dynamic-linker file to locate the
  dynamic linker directly (don't hardcode ld-linux.so.2).

svn path=/nixpkgs/trunk/; revision=6873
2006-10-27 12:43:32 +00:00
Eelco Dolstra
1442e8ec22 * Copy a bunch of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=6711
2006-10-12 13:50:54 +00:00
Eelco Dolstra
368c196a62 * More descriptions.
svn path=/nixpkgs/trunk/; revision=6709
2006-10-12 10:53:16 +00:00
Eelco Dolstra
6006d61835 * Added a bunch of descriptions.
svn path=/nixpkgs/trunk/; revision=6705
2006-10-11 16:45:55 +00:00
Armijn Hemel
9ecd455774 update to 2.2.0
svn path=/nixpkgs/trunk/; revision=5627
2006-07-06 21:12:18 +00:00
Armijn Hemel
d511baa7d9 add security patch
svn path=/nixpkgs/trunk/; revision=5591
2006-07-05 14:00:05 +00:00
Eelco Dolstra
8a58852d9d * Update or disable some stuff.
svn path=/nixpkgs/trunk/; revision=5509
2006-06-24 10:26:52 +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
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
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
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
3389f4bc36 * Copy lots of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=4623
2006-01-30 16:04:03 +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
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
Eelco Dolstra
82e678362f * "." -> "source".
svn path=/nixpkgs/trunk/; revision=4335
2005-12-05 14:11:09 +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