Commit graph

6166 commits

Author SHA1 Message Date
Ludovic Courtès b161fd2921 Linux: Build the `sdhci' module, for Ricoh SD readers.
svn path=/nixpkgs/trunk/; revision=14541
2009-03-15 14:03:59 +00:00
Ludovic Courtès 35ff1b6a6a More work for Hydra.
svn path=/nixpkgs/trunk/; revision=14538
2009-03-14 23:29:33 +00:00
Ludovic Courtès 9c308037b3 More work for Hydra.
svn path=/nixpkgs/trunk/; revision=14536
2009-03-14 23:19:49 +00:00
Ludovic Courtès 24857265fa Don't build Avahi on Cygwin.
svn path=/nixpkgs/trunk/; revision=14534
2009-03-14 21:43:37 +00:00
Ludovic Courtès 5d213515ad release: Add `allBut' function.
svn path=/nixpkgs/trunk/; revision=14533
2009-03-14 21:43:09 +00:00
Ludovic Courtès 363dc0f8aa Don't build Guile on Cygwin.
svn path=/nixpkgs/trunk/; revision=14532
2009-03-14 19:40:29 +00:00
Michael Raskin 2a5f69f318 Fix typo
svn path=/nixpkgs/trunk/; revision=14531
2009-03-14 15:41:20 +00:00
Ludovic Courtès 8599649b6f Some more work for Hydra.
svn path=/nixpkgs/trunk/; revision=14530
2009-03-14 15:32:39 +00:00
Michael Raskin 9e690c6c3a Some more jobs for hydra
svn path=/nixpkgs/trunk/; revision=14529
2009-03-14 09:44:15 +00:00
Nicolas Pierron f624a70ee7 Fix mkThenElse and mkAlways evaluation.
svn path=/nixpkgs/trunk/; revision=14528
2009-03-14 07:20:31 +00:00
Lluís Batlle i Rossell de8bbafb53 Adding -fPIC code for static library code in perl and vxl, for x86_64.
svn path=/nixpkgs/trunk/; revision=14526
2009-03-13 16:46:10 +00:00
Eelco Dolstra 6425d2017d * Updated DBIx::Class and SQL::Abstract.
svn path=/nixpkgs/trunk/; revision=14520
2009-03-13 13:07:44 +00:00
Michael Raskin e4722f955c Build OO.o on hydra
svn path=/nixpkgs/trunk/; revision=14517
2009-03-13 09:41:40 +00:00
Eelco Dolstra dbfcf0c5f4 * Install genfkey, a tool for creating triggers from foreign key
constraints (which Sqlite doesn't support directly).

svn path=/nixpkgs/trunk/; revision=14515
2009-03-12 14:37:39 +00:00
Eelco Dolstra cef5be0bc9 * Sqlite 3.6.10.
svn path=/nixpkgs/trunk/; revision=14512
2009-03-12 12:56:55 +00:00
Sander van der Burg 18874b164f Added ConsoleKit package
svn path=/nixpkgs/trunk/; revision=14511
2009-03-11 16:31:01 +00:00
Sander van der Burg cddf378de3 Added ConsoleKit package
svn path=/nixpkgs/trunk/; revision=14510
2009-03-11 16:30:38 +00:00
Eelco Dolstra 7ab993d0c4 * Catalyst::Engine::HTTP::Prefork: terminate chunked transfers
correctly.

svn path=/nixpkgs/trunk/; revision=14504
2009-03-11 13:34:18 +00:00
Eelco Dolstra 33a3895d78 * Added Catalyst::Engine::HTTP::Prefork and its dependencies.
svn path=/nixpkgs/trunk/; revision=14503
2009-03-11 11:40:52 +00:00
Eelco Dolstra 8ac53703f0 * vlc: use faad.
svn path=/nixpkgs/trunk/; revision=14502
2009-03-10 23:28:06 +00:00
Eelco Dolstra 1485c905f7 * ffmpeg: build with faad2 support. However, vlc still won't play
mp4a audio.
* faad2: latest version.
* vlc: fix the hard-coded OSD font path name.  Dunno why they don't
  use fontconfig.

svn path=/nixpkgs/trunk/; revision=14501
2009-03-10 22:45:27 +00:00
Eelco Dolstra 44ac9e249c * MPlayer: updated to the SVN version.
* VLC: updated to 0.9.8a.  It now uses Qt for the GUI, which looks a
  lot better than the wxWidgets one.
* libdvdread, libdvdnav: updated to 4.1.3.
* ffmpeg: updated to 0.5 (a new release!).  Got rid of the SVN
  version, which shouldn't be necessary anymore.

svn path=/nixpkgs/trunk/; revision=14500
2009-03-10 21:03:51 +00:00
Eelco Dolstra 199155087e * A Gentoo mirror disappeared.
svn path=/nixpkgs/trunk/; revision=14499
2009-03-10 21:00:07 +00:00
Eelco Dolstra 2ae9a1c947 * Doh.
svn path=/nixpkgs/trunk/; revision=14498
2009-03-10 20:04:08 +00:00
Eelco Dolstra dfb3345149 * Updated fribidi.
svn path=/nixpkgs/trunk/; revision=14497
2009-03-10 17:24:15 +00:00
Eelco Dolstra 731b77ac35 * Nicer notation for Nixpkgs' Hydra jobs. The packages to build are
given as a nested attribute set isomorphic to all-packages.nix,
  where the value for each attribute is a list of platforms on which
  to build the package.  For instance,

    {
      wine = ["i686-linux"];
      xorg = {
        libX11 = ["i686-linux" "x86_64-linux"];
      };
    }

    says that the "wine" attribute in all-packages.nix should be built
    on "i686-linux" only, while the "xorg.libX11" attribute should be
    built on "i686-linux" and "x86_64-linux".

    There are some aliases for common platform groups (currently "all"
    for all supported platforms, "linux" for all supported Linux
    platforms).

svn path=/nixpkgs/trunk/; revision=14496
2009-03-10 15:23:27 +00:00
Eelco Dolstra b53ef57554 * Moved mapAttrs to attrsets.nix.
* Added a function mapAttrsRecursive, which is like mapAttrs, but
  recursively applies itself to attribute sets.
* Commented and cleaned up some functions.

svn path=/nixpkgs/trunk/; revision=14495
2009-03-10 15:18:38 +00:00
Sander van der Burg e629ce0e07 Updated openbabel to 2.2.1 and fixed style so that kdeedu can use it. Enabled ocaml support in kdeedu
svn path=/nixpkgs/trunk/; revision=14494
2009-03-10 14:41:50 +00:00
Eelco Dolstra f81bbde9d2 * Urgh, this is why duplication is bad...
svn path=/nixpkgs/trunk/; revision=14493
2009-03-10 12:54:12 +00:00
Sander van der Burg 6529b6d14f Added builder script for kdesdk
svn path=/nixpkgs/trunk/; revision=14492
2009-03-10 12:50:30 +00:00
Eelco Dolstra f1203df6b5 * Add all KDE 4 packages.
svn path=/nixpkgs/trunk/; revision=14491
2009-03-10 12:34:12 +00:00
Eelco Dolstra 29daeec109 * pciutils: build a shared libpci.
* pciutils: updated to the latest pci.ids.

svn path=/nixpkgs/trunk/; revision=14490
2009-03-10 12:25:45 +00:00
Peter Simons 610aac30c3 Fixed Python StringTemplate library.
Most importantly, this change required updating the ANTLR 2.x expression to
install the Python run-time library. While we're at it, we're building the
run-time library for C++ and Java, too. There is still work to be done: the
stringtemplate library doesn't find antlr.py without help yet.

svn path=/nixpkgs/trunk/; revision=14489
2009-03-10 12:01:22 +00:00
Sander van der Burg 68e6471a70 Fixed detection of apr-utils
svn path=/nixpkgs/trunk/; revision=14487
2009-03-10 10:18:11 +00:00
Eelco Dolstra f8641d34a2 * Latest kernels.
svn path=/nixpkgs/trunk/; revision=14486
2009-03-10 09:05:43 +00:00
Eelco Dolstra 9ab4720b85 * Latest libdvdcss.
svn path=/nixpkgs/trunk/; revision=14483
2009-03-10 08:06:50 +00:00
Eelco Dolstra 9be9f5b2bb * Build some KDE 4 packages in Hydra.
svn path=/nixpkgs/trunk/; revision=14482
2009-03-10 08:01:35 +00:00
Eelco Dolstra 9fee9c7be4 * Some renaming: kde -> kde-3, kde-4 -> kde-4-old (we can delete it
eventually, but it seems to contain some packages that aren't in
  kde-4.2 yet).

svn path=/nixpkgs/trunk/; revision=14481
2009-03-10 07:58:12 +00:00
Eelco Dolstra c94f5f7862 * Put the tarball job in a separate file.
svn path=/nixpkgs/trunk/; revision=14476
2009-03-09 17:49:13 +00:00
Sander van der Burg 3979b5359b Added aprutil as buildinput to kdesdk
svn path=/nixpkgs/trunk/; revision=14472
2009-03-09 16:05:57 +00:00
Sander van der Burg 94371463b6 Added gphoto2 support to kdegraphics
svn path=/nixpkgs/trunk/; revision=14471
2009-03-09 16:00:22 +00:00
Sander van der Burg f0614c79ff Disabled plasma python modules
svn path=/nixpkgs/trunk/; revision=14469
2009-03-09 15:52:48 +00:00
Eelco Dolstra b763e1d520 * makeOverridable: call the override function "override" instead of
"function", which isn't very descriptive ;-)

  Also, the argument to "override" can be either a function (that
  takes the old arguments and returns the overriding arguments), or a
  plain attribute set that contains the overriding arguments.
  E.g. you can say

    nixUnstable.override { supportOldDBs = false; }

  and

    nixUnstable.override (oldArgs: { name = oldArgs.name + "-my-version"; })

svn path=/nixpkgs/trunk/; revision=14468
2009-03-09 15:49:58 +00:00
Sander van der Burg b3c8857f60 Fixed detection of PCI utils
svn path=/nixpkgs/trunk/; revision=14467
2009-03-09 15:43:05 +00:00
Sander van der Burg 01519d1005 Added subversion support for kdesdk
svn path=/nixpkgs/trunk/; revision=14466
2009-03-09 15:29:17 +00:00
Eelco Dolstra 5c7cd50c25 * Latest unstable version.
svn path=/nixpkgs/trunk/; revision=14465
2009-03-09 15:27:23 +00:00
Sander van der Burg f9d5952ed5 Added support for X11 VidMode extension to kdenetwork
svn path=/nixpkgs/trunk/; revision=14462
2009-03-09 15:01:37 +00:00
Sander van der Burg a901776a5f Added support for KDE 4.2 python modules
svn path=/nixpkgs/trunk/; revision=14461
2009-03-09 14:44:42 +00:00
Armijn Hemel a61ee3644c bump powertop to 1.11
svn path=/nixpkgs/trunk/; revision=14458
2009-03-09 13:53:48 +00:00
Sander van der Burg 2c11f47c8c Added CUPS administration tools in kdeadmin
svn path=/nixpkgs/trunk/; revision=14457
2009-03-09 13:29:37 +00:00