Commit graph

6621 commits

Author SHA1 Message Date
Ludovic Courtès e5ed8fe009 GNU IceCat 3.0.8-g1.
svn path=/nixpkgs/trunk/; revision=14897
2009-04-06 08:19:41 +00:00
Michael Raskin 152e2f36ec Nginx update to 0.7.47
svn path=/nixpkgs/trunk/; revision=14896
2009-04-06 08:04:57 +00:00
Lluís Batlle i Rossell c36012783f Fixing licenses for the last packages I added.
svn path=/nixpkgs/trunk/; revision=14895
2009-04-05 21:41:47 +00:00
Lluís Batlle i Rossell 2dd00f1a57 Adding enblend-fuse, libxmi and hugin. Maybe hugin doesn't run well enough still.
svn path=/nixpkgs/trunk/; revision=14894
2009-04-05 21:41:38 +00:00
Lluís Batlle i Rossell 7f9d11782e Adding panotools.
svn path=/nixpkgs/trunk/; revision=14893
2009-04-05 21:41:24 +00:00
Lluís Batlle i Rossell 0b76035b66 Adding qtpfsgui and pfstools. Updating fftw because the src URL didn't work anymore.
svn path=/nixpkgs/trunk/; revision=14892
2009-04-05 21:41:13 +00:00
Armijn Hemel 349fea53b7 update to 1.3.39
svn path=/nixpkgs/trunk/; revision=14890
2009-04-05 19:47:23 +00:00
Eelco Dolstra e01be47e53 * aclocal wrapper: skip directories in ACLOCAL_PATH that don't exist,
otherwise aclocal barfs.  Updated the builder to use makeWrapper
* Made Automake 1.10 the default.
* Fixed `make check' in Automake by turning off indented logging in
  Make (there is a flag for that now).
* Disabled the `make check' in Automake by default because it takes a
  REALLY long time (e.g. more than 2 hours on Cygwin, 50 minutes on
  Darwin, 25 minutes on Linux) which is a lot for a package that
  otherwise takes 10 seconds to build.  We can add a Hydra job with
  doCheck enabled to do regression testing.
* make-wrapper: allow --run commands to add additional flags to the
  invocation of the wrapped program.  An example is the aclocal
  wrapper: it adds additional -I ... flags.
* make-wrapper: call the wrapped program .foo-wrapped instead of
  .wrapped-foo to make it easier to tell programs apart in `ps'
  output.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14885
2009-04-05 18:13:59 +00:00
Eelco Dolstra 730f8c2b4d * Added a function to make Unix-style search paths. This generalises
`makeLibraryPath'.

svn path=/nixpkgs/trunk/; revision=14884
2009-04-05 18:05:11 +00:00
Rob Vermaas a5185e9477 meta-build-env prerelease
svn path=/nixpkgs/trunk/; revision=14883
2009-04-04 15:10:58 +00:00
Rob Vermaas bbeaa60535 meta-build-env prerelease
svn path=/nixpkgs/trunk/; revision=14882
2009-04-04 15:10:42 +00:00
Ludovic Courtès 723dfe4240 libcanberra: Make GTK+ a propagated build input.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14881
2009-04-04 13:53:07 +00:00
Eelco Dolstra 8d44988427 * Samba updated to 3.3.3. Don't install SWAT - it's not very useful
on NixOS.

svn path=/nixpkgs/trunk/; revision=14880
2009-04-04 00:59:55 +00:00
Eelco Dolstra 801b5fd701 * wpa_supplicant 0.6.9.
svn path=/nixpkgs/trunk/; revision=14879
2009-04-04 00:21:21 +00:00
Eelco Dolstra acf5563f10 * Reduce the installed size of mysql from 80 MB to 17 MB by leaving
out some less important stuff, such as the statically linked
  embedded binaries and some test data.  This is important because
  mysql is currently a dependency of lots of other packages, such as
  Qt.  Of course, the real fix would be to split off the mysql client
  libraries into a separate package.

svn path=/nixpkgs/trunk/; revision=14878
2009-04-04 00:02:38 +00:00
Eelco Dolstra 3b514cad99 * Boost: cut the installed size from 257 MB (!!!) to 58 MB. It
required all that space because it was building static/shared,
  single-thread/multi-threaded, and debug/production versions of the
  libraries - as well as every combination of those.  Now we build
  only the shared, multi-threaded, production version, which needs
  only 8 MB.  The headers account for the other 50 MB, so it might be
  worthwhile to split them off into a separate package (in order to
  reduce the runtime closure of applications that use Boost, such as
  KDE).

* Removed some Boost versions that aren't used anymore.

svn path=/nixpkgs/trunk/; revision=14877
2009-04-03 23:54:20 +00:00
Eelco Dolstra 7d1c471549 * Soprano: don't depend on the JDK. This cuts 200 MB from the KDE 4
closure.  (This does remove the Sesame2 backend from Soprano.)

svn path=/nixpkgs/trunk/; revision=14876
2009-04-03 23:18:17 +00:00
Ludovic Courtès 4f426548f4 Build GNU mcron.
svn path=/nixpkgs/trunk/; revision=14874
2009-04-03 21:10:26 +00:00
Ludovic Courtès dc57ca58fe PAvucontrol: Add dependency on `intltool'.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14873
2009-04-03 21:04:13 +00:00
Eelco Dolstra f6e7c5b326 * vlc 0.9.9.
svn path=/nixpkgs/trunk/; revision=14872
2009-04-03 20:25:23 +00:00
Ludovic Courtès 644cf259a5 Add GNU mcron, a `cron' implementation in Guile Scheme.
svn path=/nixpkgs/trunk/; revision=14870
2009-04-03 18:46:26 +00:00
Ludovic Courtès 676d58778d PAvucontrol: Disable Lynx.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14868
2009-04-03 16:58:07 +00:00
Ludovic Courtès 96de296330 Build Pavucontrol.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14866
2009-04-03 16:00:55 +00:00
Eelco Dolstra 985178ff4b * Latest DBIx::Class, plus some other Catalyst updates.
svn path=/nixpkgs/trunk/; revision=14865
2009-04-03 16:00:38 +00:00
Ludovic Courtès 061fd96ad2 Add Pavucontrol (untested).
svn path=/nixpkgs/branches/stdenv-updates/; revision=14864
2009-04-03 15:58:18 +00:00
Eelco Dolstra 21c3b6264b * Add the CPAN master site as a fallback.
svn path=/nixpkgs/trunk/; revision=14863
2009-04-03 15:51:39 +00:00
Eelco Dolstra fed7ac3798 * sqlite 3.6.12.
svn path=/nixpkgs/trunk/; revision=14859
2009-04-03 12:44:55 +00:00
Eelco Dolstra 46d0b7be04 svn path=/nixpkgs/trunk/; revision=14858 2009-04-03 12:34:25 +00:00
Sander van der Burg 98da742900 fixed qt component name
svn path=/nixpkgs/trunk/; revision=14857
2009-04-03 12:32:33 +00:00
Eelco Dolstra a0f768ad1c * Lower the default Hydra scheduling priority for Nixpkgs jobs to
prevent them from crowding out all other projects for hours.  This
  is temporary - what we really need is a fairer scheduling policy.

svn path=/nixpkgs/trunk/; revision=14856
2009-04-03 12:27:35 +00:00
Sander van der Burg 1de497f1cb Upgraded to KDE 4.2.2 and Qt-4.5.0
svn path=/nixpkgs/trunk/; revision=14855
2009-04-03 12:25:57 +00:00
Eelco Dolstra d6ca7f9e13 * Doh.
svn path=/nixpkgs/trunk/; revision=14854
2009-04-03 12:21:06 +00:00
Marc Weber 75e277ac15 make samba built the pam_smbpass.so file by default
svn path=/nixpkgs/trunk/; revision=14852
2009-04-03 10:02:30 +00:00
Rob Vermaas 6a469ac20a meta-build-env
svn path=/nixpkgs/trunk/; revision=14851
2009-04-03 09:34:49 +00:00
Rob Vermaas b5dccb39e9 meta-build-env
svn path=/nixpkgs/trunk/; revision=14850
2009-04-03 09:22:20 +00:00
Eelco Dolstra 655a16fa9c svn path=/nixpkgs/branches/stdenv-updates/; revision=14844 2009-04-02 19:55:57 +00:00
Eelco Dolstra edb9a250c9 * The shobj-darwin patch doesn't apply anymore, and it doesn't seem
necessary anymore either.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14842
2009-04-02 15:36:09 +00:00
Lluís Batlle i Rossell 19ac94dee3 Adding cinepaint 0.22.1 and as a dependency, also fltk 1.1.9
svn path=/nixpkgs/trunk/; revision=14841
2009-04-02 15:20:19 +00:00
Sander van der Burg 987156abfd KDM fixes
svn path=/nixpkgs/trunk/; revision=14840
2009-04-02 15:02:49 +00:00
Ludovic Courtès 758fb87367 Build `pthread-man-pages'.
svn path=/nixpkgs/trunk/; revision=14838
2009-04-02 14:34:54 +00:00
Ludovic Courtès 3d1b6f3034 Add pthread man pages from LinuxThreads.
svn path=/nixpkgs/trunk/; revision=14837
2009-04-02 14:30:34 +00:00
Michael Raskin 4391a3a849 Build lndir
svn path=/nixpkgs/trunk/; revision=14836
2009-04-02 14:00:08 +00:00
Eelco Dolstra 2e9cbed82e * Build Stratego/XT in the stdenv branch. Apparently there are some
issues building on GCC 4.3...

svn path=/nixpkgs/branches/stdenv-updates/; revision=14835
2009-04-02 13:43:15 +00:00
Ludovic Courtès 4b663632ed GNU M4 1.4.13.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14834
2009-04-02 12:33:27 +00:00
Ludovic Courtès f48dfa1e25 GNU Coreutils 7.2.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14833
2009-04-02 12:33:03 +00:00
Ludovic Courtès 55d9f8d1e0 PulseAudio: Use ltdl from Libtool 1.5.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14832
2009-04-02 12:22:18 +00:00
Michael Raskin 042e3eddd9 Updated Mercurial
svn path=/nixpkgs/trunk/; revision=14831
2009-04-02 12:18:53 +00:00
Eelco Dolstra 8482c13edc * Hopefully really fix memtest86.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14829
2009-04-02 07:55:47 +00:00
Ludovic Courtès 98ab3f90ca libao: Build against PulseAudio.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14828
2009-04-01 21:59:12 +00:00
Ludovic Courtès c37d211182 Build GNU Dico.
svn path=/nixpkgs/trunk/; revision=14827
2009-04-01 20:32:04 +00:00