Commit graph

629 commits

Author SHA1 Message Date
Michael Raskin cd2ba52040 Removed CURL_NO_OLDIES as we have a fresh curl version.
svn path=/nixpkgs/trunk/; revision=9962
2007-12-21 16:39:22 +00:00
Michael Raskin 4290be9a99 Various fixes to lessen reliance on nix.cs.uu.nl for tarballs; version bumps for unavailabel tarballs; ATI driver builds now
svn path=/nixpkgs/trunk/; revision=9952
2007-12-18 22:56:12 +00:00
Marc Weber b03e9de694 Unfinished teamspeak client
svn path=/nixpkgs/trunk/; revision=9934
2007-12-14 01:50:19 +00:00
Marc Weber 17ad9b8acd moved vim_configurable to much more sensible place
svn path=/nixpkgs/trunk/; revision=9931
2007-12-13 22:15:03 +00:00
Marc Weber 09c9eb9761 using patchelf now. This vim expression now has optional python support.
Should be dead easy to add the other scripting languages as well

svn path=/nixpkgs/trunk/; revision=9928
2007-12-13 09:50:22 +00:00
Marc Weber 224cb03f7c typo 'a' missing
svn path=/nixpkgs/trunk/; revision=9925
2007-12-12 11:48:36 +00:00
Marc Weber 9a4e9e7a3b vim_configurable example added. broken see comment.
svn path=/nixpkgs/trunk/; revision=9923
2007-12-12 07:20:41 +00:00
Marc Weber 152d8c77da freemind (mind mapping tool) added
svn path=/nixpkgs/trunk/; revision=9921
2007-12-12 06:42:37 +00:00
Michael Raskin 6bcfbb2aaa Asserted Linux for Firefox binary.
svn path=/nixpkgs/trunk/; revision=9907
2007-12-11 15:29:22 +00:00
Marc Weber c301e2dc31 qgis expression
svn path=/nixpkgs/trunk/; revision=9904
2007-12-11 00:14:21 +00:00
Marc Weber a7872ec0ec Eclipse download location for x86_64 added
svn path=/nixpkgs/trunk/; revision=9900
2007-12-10 19:58:36 +00:00
Michael Raskin 4830f9589b Dirty fix for BitTornado; draft support for .nar.bz2 in builder-defs; binary Firefox 3b1 (not that it works well, but a starting point anyway.)
svn path=/nixpkgs/trunk/; revision=9899
2007-12-10 16:56:55 +00:00
Marc Weber fb437cf98d exrviewer added (needs ctl openexr openexr_ctl)
fltk update
ilmbase updated
ndiswrapper does compile but has to be integrated into the kernel somehow

svn path=/nixpkgs/trunk/; revision=9863
2007-12-05 21:25:47 +00:00
Michael Raskin 41ecc6941b svn path=/nixpkgs/trunk/; revision=9861 2007-12-04 22:06:13 +00:00
Marc Weber 800634501b forgotten to commit this new default.nix
svn path=/nixpkgs/trunk/; revision=9855
2007-12-04 12:53:37 +00:00
Marc Weber 70decf6b0e now builds on x86_64-linux as well
svn path=/nixpkgs/trunk/; revision=9829
2007-12-03 04:16:33 +00:00
Marc Weber 30669073d5 blender default.nix
svn path=/nixpkgs/trunk/; revision=9813
2007-12-01 18:05:26 +00:00
Michael Raskin 1bbc6fe55a Added gdmap, changed builder-defs to use derivation attribute on propagatedBuildInputs, manually fixed Xorg expression problem for Compiz, various fixes.
svn path=/nixpkgs/trunk/; revision=9812
2007-12-01 16:20:23 +00:00
Marc Weber 0250bd7bac Opera updated - works now on x64-linux as well
svn path=/nixpkgs/trunk/; revision=9805
2007-11-28 02:10:27 +00:00
Eelco Dolstra 32bdb24a14 * Thunderbird 2.0.0.9.
* Removed Thunderbird 1.5.

svn path=/nixpkgs/trunk/; revision=9796
2007-11-26 14:18:57 +00:00
Eelco Dolstra c54b75c959 * Get rid of the `(import (__toPath ((toString
./JustNothing/.. )+"/"+args.version+".nix")))' hack, you can also just
  write `import (./path/to/pkg + "/${version}.nix)'.

svn path=/nixpkgs/trunk/; revision=9792
2007-11-26 13:24:56 +00:00
Michael Raskin 7d7850cf03 Added possibility to make suffixed wrapped firefoxes. Yes, to have beta&release at once.
svn path=/nixpkgs/trunk/; revision=9789
2007-11-24 10:49:52 +00:00
Michael Raskin 2b5369552c Added XScreensaver; also changed version-stub.nix (now it does sumArgs itself, and requires builderDefs to be used) and added a merge of composing-builder and declarative flag processing.
svn path=/nixpkgs/trunk/; revision=9776
2007-11-22 20:26:00 +00:00
Michael Raskin ebfbf03a25 Added fbpanel - desktop panel.
svn path=/nixpkgs/trunk/; revision=9774
2007-11-22 04:23:27 +00:00
Michael Raskin 0a830a172b Added Firefox 3 beta 1 (Minefield)
svn path=/nixpkgs/trunk/; revision=9773
2007-11-21 22:38:25 +00:00
Wouter den Breejen 040966d95d This is a quote from http://www.johannes-bauer.com/xpdf/xpdf.php, any moral issues can be posted on the mailing list ;) "If you are the proud owner of a proprietary PDF-Creator like "Adobe Acrobat" you probably have noticed that it gives you the option to make the resulting PDF protected in a way that you cannot copy any text from it or that you cannot extract the pictures within. What a nice little feature. Now what this technically does is to set a flag in the PDF telling the reader program "Please don't let the mean user copy any content from me! ". However, the whole process relies on the reader progam (like "Adobe Acrobat Reader" or "xpdf", in our case) to obey the request of the PDF creator. Now at this point, xpdf really pissed me off. Because it really does obey the completely non-sensical request of the PDF creator. Probably because of some legal trouble which Adobe might give them if they did not obey it. But logically there is absolutely no reason to restrict the extraction of text of graphical images from a PDF file. Text I could read and type it in again. Pictures I could photograph off my PC screen. It's completely moronic. It's Adobe. Plus some people at my college think it's protecting their documents well. They seem to believe that content which is made for education should under no circumstances leak to the outside - somebody could maybe learn something! It would be a disaster! It is obvious they're morons. This patch just proves my point."
svn path=/nixpkgs/trunk/; revision=9765
2007-11-20 17:27:24 +00:00
Marc Weber d24dc0d7ea svn path=/nixpkgs/trunk/; revision=9723 2007-11-16 17:28:53 +00:00
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 253f4d242a missing catalog added. Now you can open files
svn path=/nixpkgs/trunk/; revision=9721
2007-11-16 17:27:27 +00:00
Marc Weber d934acfb92 nix expression creating startup wrapper for jedit
svn path=/nixpkgs/trunk/; revision=9720
2007-11-16 17:09:32 +00:00
Marc Weber 27c46e0df2 The nice programmers editor jedit is now built on nix as well.
svn path=/nixpkgs/trunk/; revision=9719
2007-11-16 17:06:53 +00:00
Yury G. Kudryashov 185dd4c45f lame: upgrade to 3.97
svn path=/nixpkgs/trunk/; revision=9682
2007-11-14 23:46:48 +00:00
Yury G. Kudryashov 1aa59d5407 git: upgraded to 1.5.3.5; meta added; nix-expr slightly rewritten
svn path=/nixpkgs/trunk/; revision=9668
2007-11-14 21:41:01 +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
Michael Raskin e18c7cec9d Beta-version of builderDefs fixes.
svn path=/nixpkgs/trunk/; revision=9657
2007-11-12 16:42:13 +00:00
Eelco Dolstra 7a424b47f6 * Revert the setup hook changes on the trunk (but they remain on the
stdenv-updates branch).

svn path=/nixpkgs/trunk/; revision=9652
2007-11-12 13:51:46 +00:00
Michael Raskin b39c62675d Added OpenSSL gmp propagation; libtool dependency to elinks
svn path=/nixpkgs/trunk/; revision=9646
2007-11-11 20:35:21 +00:00
Yury G. Kudryashov 0cd729c415 Added djview4
svn path=/nixpkgs/trunk/; revision=9642
2007-11-11 16:52:29 +00:00
Yury G. Kudryashov 80ba72a288 Added some features to elinks
svn path=/nixpkgs/trunk/; revision=9630
2007-11-11 15:52:09 +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
Michael Raskin 61f4326752 Added possibility to enable SVG in ImageMagick, updated pidgin-latex, added missed xorgserver xkb patch.
svn path=/nixpkgs/trunk/; revision=9623
2007-11-11 07:54:45 +00:00
Michael Raskin 43b208bbb9 Fixed synaptics; Added GOCR (not that it is a good OCR); reverted MarcWeber's update to setup-new-2.sh (he has no time to use it in nearest future; later I hope it will be irrelevant)
svn path=/nixpkgs/trunk/; revision=9613
2007-11-09 13:54:02 +00:00
Michael Raskin a8db1746a5 Fixed log nesting; added Qi.
svn path=/nixpkgs/trunk/; revision=9601
2007-11-08 14:34:54 +00:00
Michael Raskin 1029a2a4da Added Compiz Fusion extra.
svn path=/nixpkgs/trunk/; revision=9586
2007-11-05 17:14:10 +00:00
Michael Raskin 3ef5e62b2f Some fixes to CompizFusion. With proper ~-setup works now.
svn path=/nixpkgs/trunk/; revision=9585
2007-11-05 16:07:35 +00:00
Michael Raskin 7b1c9a7a82 Added Compiz Fusion (main plugins). Also some dependencies, and made wmii build under setup-new-2.sh also.
svn path=/nixpkgs/trunk/; revision=9577
2007-11-05 08:32:20 +00:00
Eelco Dolstra 1bc214fd59 * Latest MPlayer plugin.
svn path=/nixpkgs/trunk/; revision=9576
2007-11-04 17:16:52 +00:00
Michael Raskin 4a70a11011 Added compiz 0.6.2 . Made a stub to make version a simple passable string. Drawbacks: can also accept "extra" as compiz version; dirty hack for getting nabsolute path of ./ .
svn path=/nixpkgs/trunk/; revision=9575
2007-11-03 11:32:21 +00:00
Michael Raskin 56cd763e46 Added Snd sound editor
svn path=/nixpkgs/trunk/; revision=9573
2007-11-03 04:15:13 +00:00
Eelco Dolstra c7521fb6d9 * Firefox 2.0.0.9.
svn path=/nixpkgs/trunk/; revision=9572
2007-11-02 11:00:48 +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
Marc Weber 2b8778748a update provided by Tobias Hammerschmidt
svn path=/nixpkgs/trunk/; revision=9560
2007-10-30 22:15:39 +00:00
Marc Weber 458895e930 Opera update - I hope I haven't broken anything? I haven't restarted opera yet :)
svn path=/nixpkgs/trunk/; revision=9556
2007-10-30 01:51:15 +00:00
Marc Weber 3f38e45fa4 update inkscape to version 0.45 (I was no longer able to get 0.43)
svn path=/nixpkgs/trunk/; revision=9554
2007-10-29 22:15:02 +00:00
Michael Raskin d352d54b11 Added a new setup proposal, builder is no more derived from shell script (where edit=glibc rebuild), but is composed from a nix attribute set with strings and dependencies - so if you add a function, old expressions ignore it; collateral damage are packages in this style: Fastest Fourier Transform in the West, Audacity sound editor, Falling Sand game. Also added string equality that ignores dependencies to lib. Note that hasSuffixHack is now the more predictable version, but hasSuffix is left to remind us to fix the bug.
svn path=/nixpkgs/trunk/; revision=9549
2007-10-29 10:52:04 +00:00
Eelco Dolstra 441e3e19d6 * MPlayer 1.0rc2.
svn path=/nixpkgs/trunk/; revision=9535
2007-10-26 19:47:35 +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
Armijn Hemel 14d5909a2f 2.4.0, still suffering from the pygtk bugs (see bugs.cs.uu.nl for a full report)
svn path=/nixpkgs/trunk/; revision=9524
2007-10-25 23:14:28 +00:00
Eelco Dolstra b724614087 * Newer Emacs 23.0.0.1 snapshot.
svn path=/nixpkgs/trunk/; revision=9519
2007-10-24 16:21:41 +00:00
Marc Weber 107368f5c2 Tobias Hammerschmidt has contributed this expression via mailinglist.
svn path=/nixpkgs/trunk/; revision=9516
2007-10-24 02:01:54 +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 cdc7562c63 * Firefox 2.0.0.8
svn path=/nixpkgs/trunk/; revision=9489
2007-10-19 15:15:28 +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
Michael Raskin dcb59e3541 Worked around fresh ImageMagick misfeature with dvi.
svn path=/nixpkgs/trunk/; revision=9475
2007-10-19 08:00:38 +00:00
Armijn Hemel 7841a05eb1 bump to 2.2.1
svn path=/nixpkgs/trunk/; revision=9400
2007-10-03 15:38:19 +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
Eelco Dolstra d4d6b5424d * Chatzilla 0.9.78.1.
svn path=/nixpkgs/trunk/; revision=9374
2007-09-26 18:46:43 +00:00
Michael Raskin 8036507a29 Added maxima
svn path=/nixpkgs/trunk/; revision=9372
2007-09-26 00:19:26 +00:00
Michael Raskin e163ec6ebe Added TiMidity MIDI renderer
svn path=/nixpkgs/trunk/; revision=9359
2007-09-23 14:47:11 +00:00
Armijn Hemel 1e11727f67 update to 2.3.0
svn path=/nixpkgs/trunk/; revision=9339
2007-09-19 03:15:37 +00:00
Armijn Hemel 73e8c01f5c 2.1.1 -> 2.2.0
svn path=/nixpkgs/trunk/; revision=9331
2007-09-18 13:44:40 +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 8945b535d3 I didn't commit the first line..
svn path=/nixpkgs/trunk/; revision=9313
2007-09-12 07:35:11 +00:00
Marc Weber d27d22d32f skype (speech p2p program for non commercial use only) added
svn path=/nixpkgs/trunk/; revision=9312
2007-09-12 07:26:37 +00:00
Eelco Dolstra bd0e895bad * Release notes.
* Linux 2.6.22.6.
* w3m 0.5.2.

svn path=/nixpkgs/trunk/; revision=9305
2007-09-11 20:05:54 +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
Eelco Dolstra d6705992aa * Enable CUPS (printing) support in OpenOffice.
* Add OpenOffice to the channel.

svn path=/nixpkgs/trunk/; revision=9285
2007-09-10 14:03:01 +00:00
Wouter den Breejen 37baf87b57 svn path=/nixpkgs/trunk/; revision=9277 2007-09-07 11:05:02 +00:00
Eelco Dolstra 366743f163 * Woohoo, OpenOffice finally builds. And it even runs :-) Saving
now works as well.

  Small detail: you have to set LD_LIBRARY_PATH to libjpeg at
  runtime.  Will fix.

svn path=/nixpkgs/trunk/; revision=9276
2007-09-07 07:08:20 +00:00
Wouter den Breejen 7855b93dab Forgot one.
svn path=/nixpkgs/trunk/; revision=9272
2007-09-06 18:52:39 +00:00
Wouter den Breejen 82994290e6 Added 3 more missing xlibs which have to be put in LD_LIBRARY_PATH to openoffice.
svn path=/nixpkgs/trunk/; revision=9271
2007-09-06 18:51:10 +00:00
Wouter den Breejen 9dbaeb8794 Awesome! another hour wasted by a missing dependecy libXext
svn path=/nixpkgs/trunk/; revision=9268
2007-09-06 17:04:57 +00:00
Wouter den Breejen 964aee2850 Forgot --with-system-hsqldb flag
svn path=/nixpkgs/trunk/; revision=9267
2007-09-06 16:51:14 +00:00
Wouter den Breejen 1a29c7d715 Added local hsqldb config line --with-hsqldb-jar=/lib/hsqldb.jar
svn path=/nixpkgs/trunk/; revision=9266
2007-09-06 15:57:34 +00:00
Eelco Dolstra 028900eb1b * Try to build with Java support (not yet tested).
svn path=/nixpkgs/trunk/; revision=9262
2007-09-06 15:31:41 +00:00
Eelco Dolstra 8746f18f0d * More OpenOffice hackery. Added the magic incantations to get it to
install (of course there's no "make install", that would be too
  easy).  Also create some wrapper scripts "oowriter", "oodraw" etc.

  (I haven't done a full build of this yet, I've hacked on a tmpdir
  left behind by nix-build -K.)

svn path=/nixpkgs/trunk/; revision=9260
2007-09-06 15:00:33 +00:00
Eelco Dolstra 5b220fb397 * Some more attempts at getting OpenOffice (2.2.1) to build.
It compiles now, but I haven't figure out how to do the
  equivalent of a "make install".  But you can build with -K
  and then do

  $ cd /tmp/nix-.../OOF680_m18/instsetoo_native/util
  $ dmake openoffice_en-US PKGFORMAT=archive
  
  and you get a big tarball in 

  /tmp/nix-.../OOF680_m18/instsetoo_native/unxlngi6.pro/OpenOffice/archive/install/en-US

  that you can unpack anywhere to get a more-or-less working OpenOffice.

svn path=/nixpkgs/trunk/; revision=9257
2007-09-05 13:56:12 +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 8544d7313f additionally copying the lib/opera/plugin/libnpp.so into the executable
directory to make plugins work and get rid of the missing library warning

svn path=/nixpkgs/trunk/; revision=9244
2007-09-03 15:07:19 +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 1adacdf150 * Make screenshots work in the Gimp, add it to the channel.
svn path=/nixpkgs/trunk/; revision=9229
2007-08-31 13:14:20 +00:00
Andres Löh 6399d000a2 * upgrade darcs to 1.0.9
svn path=/nixpkgs/trunk/; revision=9214
2007-08-28 19:50:55 +00:00
Eelco Dolstra 867e7e2847 * Subversion 1.4.5.
svn path=/nixpkgs/trunk/; revision=9205
2007-08-28 08:33:30 +00:00
Eelco Dolstra d39fd2a578 * Rewrite all the kernel.org URLs to mirror://kernel/.
svn path=/nixpkgs/trunk/; revision=9202
2007-08-27 13:59:40 +00:00