nixpkgs/pkgs/development/libraries
Lluís Batlle i Rossell b1b7266aa3 After some testing with an ultrasparc cross-compiler:
Updating the cross-build expressions, adding some flexibility.
Updated the linux headers used cross building, as 2.6.28 had bugs on endianness in
sparc64.
There were, as usual some bugs in gcc. Maybe not many make a cross compiler to
ultrasparc.

For the record, I could build an ultrasparc kernel with this base nix:
import /etc/nixos/nixpkgs/default.nix   # The root nixpkgs default.nix
{
    crossSystem = {
        config = "sparc64-unknown-linux";
        bigEndian = true;
        arch = "sparc64";
        float = "soft";
        withTLS = true;
        cpu = "ultrasparc";
    };

    config = pkgs: {
      packageOverrides = pkgs : {
        platform = {
            name = "sparc64";
            kernelHeadersBaseConfig = "sparc64_defconfig";
            kernelBaseConfig = "sparc64_defconfig";
            kernelArch = "sparc";
            kernelAutoModules = false;
            kernelTarget = "zImage";
            uboot = null;
        };
      };
    };
}

Although it did not boot directly in qemu-system-sparc64:
[sparc64] Kernel already loaded
Unhandled Exception 0x0000000000000020
PC = 0x0000000000404000 NPC = 0x0000000000404004

svn path=/nixpkgs/trunk/; revision=20269
2010-02-27 00:52:48 +00:00
..
a52dec * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
aalib * Rewrite all the SourceForge URLs to mirror://sourceforge/. 2007-08-27 13:01:33 +00:00
acl * Sync with the trunk. 2009-04-25 22:45:32 +00:00
adns GNU adns: Add URLs. 2010-01-05 11:16:34 +00:00
agg Agg: Fix compilation. 2009-04-28 12:37:09 +00:00
amrnb Adding amr support in mplayer. That should be enabled by the user, because those libraries are not redistributable. 2009-10-04 21:31:34 +00:00
amrwb Adding amr support in mplayer. That should be enabled by the user, because those libraries are not redistributable. 2009-10-04 21:31:34 +00:00
apr svn path=/nixpkgs/trunk/; revision=19904 2010-02-10 13:37:28 +00:00
apr-util * Latest httpd, apr, apr-util. 2009-08-07 15:26:13 +00:00
arts Fixed arts compilation with gcc 4.3.x 2009-04-20 11:49:54 +00:00
aspell * aspell: updated to 0.60.6 to make it compile on GCC 4.3. 2009-02-12 19:34:03 +00:00
aterm * This is not the real aterm 2.5 ;-) 2010-02-23 16:05:46 +00:00
atk Setting the difference buildInputs/buildNativeInputs in some gtk related packages. 2010-01-22 18:49:16 +00:00
attr * Unfortunately, the Gentoo mirror of the attr library is no more 2009-04-24 20:27:54 +00:00
aubio * aubio: lacked a version in the name attribute, and the description 2009-10-14 15:32:37 +00:00
audio/vamp adding vamp sdk and rubberband 2009-09-21 09:58:30 +00:00
avahi A case study in transitive overrides. WebKit needs fresh glib. This means it needs a whole slice of system built against glib-2.22.. Added overrides are generic enough, though. So the same way can be used to override everything. I have failed (so far?) to add mkOverridable into stdenv, though. 2009-10-06 05:43:51 +00:00
axis Added Apache Axis 1.3 (Apache Axis is an implementation of the SOAP 2006-04-03 13:00:10 +00:00
babl update to 0.0.22 2008-10-09 22:10:59 +00:00
beecrypt * Rewrite all the SourceForge URLs to mirror://sourceforge/. 2007-08-27 13:01:33 +00:00
bluez-libs * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl 2007-08-24 12:32:36 +00:00
boehm-gc BDW-GC: Build on all platforms. 2010-02-12 14:14:40 +00:00
boolstuff adding boolstuff 2009-09-10 16:57:50 +00:00
boost Making 'boost' optionally build with -fPIC (with enableStatic, will produce 2010-02-01 19:55:40 +00:00
botan big breaking change: renaming lib.getAttr to lib.attrByPath 2009-05-24 10:57:41 +00:00
buddy Fixed build of pkgs/development/libraries/buddy with gcc 4.3.3. 2009-07-02 17:06:01 +00:00
cairo * Disable XCB support in Cairo, since it's not really supported 2009-10-29 15:26:39 +00:00
cairomm * cairomm updated to 1.8.4. 2009-10-29 15:26:50 +00:00
ccrtp adding twinkle, a voice over IP phone software 2009-09-20 17:01:19 +00:00
cfitsio CFITSIO 3.21. 2009-10-19 12:50:37 +00:00
chipmunk big breaking change: renaming lib.getAttr to lib.attrByPath 2009-05-24 10:57:41 +00:00
chmlib Updating chmlib. 2010-01-25 10:34:51 +00:00
cil * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl 2007-08-24 12:32:36 +00:00
cil-aterm * Rewrite all the SourceForge URLs to mirror://sourceforge/. 2007-08-27 13:01:33 +00:00
cl-ppcre Update cl-ppcre.. 2009-12-05 22:20:05 +00:00
clanlib add clanlib 2007-07-22 18:22:46 +00:00
classads applying patches provided by griswold 2010-01-27 12:12:35 +00:00
clearsilver * Fix a bunch of URLs. 2007-09-11 10:15:07 +00:00
cloog-ppl Updating cloog-ppl. 2010-01-19 08:41:49 +00:00
clucene-core Updated Clucene core to 0.9.21b 2009-09-08 13:38:47 +00:00
commoncpp2 update commoncpp2 (to make it compile again) 2010-02-13 17:39:15 +00:00
consolekit A case study in transitive overrides. WebKit needs fresh glib. This means it needs a whole slice of system built against glib-2.22.. Added overrides are generic enough, though. So the same way can be used to override everything. I have failed (so far?) to add mkOverridable into stdenv, though. 2009-10-06 05:43:51 +00:00
coredumper Merged with trunk 2008-01-15 00:55:21 +00:00
cppunit * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
cracklib * Got rid of a lot of "postInstall=postInstall" and similar lines in 2009-04-23 13:31:10 +00:00
crypto++ Crypto++: Fix on Darwin. 2009-09-16 14:35:38 +00:00
ctl blender update to 2.48 2009-05-06 16:06:36 +00:00
cyrus-sasl Merging from trunk. I had to give away some structure to build the native 2009-12-19 11:14:16 +00:00
db4 * Got rid of a lot of "postInstall=postInstall" and similar lines in 2009-04-23 13:31:10 +00:00
dbus use --with-dbus-daemondir= cause DBUS_DAEMONDIR seems to be broken? 2010-02-11 02:43:45 +00:00
dbus-glib Fixed dbus-glib compilation on FreeBSD 2010-02-03 20:20:00 +00:00
dclib * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl 2007-08-24 12:32:36 +00:00
directfb Update directfb 2009-11-05 21:10:03 +00:00
eglibc Porting changes from stdenv-updates into this branch. 2009-11-08 00:32:12 +00:00
enchant * Removed selectVersion. There's no good reason to write 2009-11-18 09:39:59 +00:00
enginepkcs11 Adding engine_pkcs11, a openssl engine for pkcs11 implementations for smartcards. 2010-01-09 22:22:41 +00:00
eventlog Added syslog-ng (and the eventlog library that it depends on). 2009-02-05 16:50:45 +00:00
exiv2 * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
expat Merged with trunk 2008-01-15 00:55:21 +00:00
faac added faad2 and faac (deps of cinelerra) 2008-10-14 14:01:38 +00:00
faad2 * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
facile Merged with trunk. 2007-11-16 21:05:15 +00:00
farsight2 add farsight2 2009-12-27 15:27:45 +00:00
fcgi fcgi library added 2008-02-08 10:54:56 +00:00
ffmpeg * ffmpeg needs --enable-shared. 2009-04-22 19:20:27 +00:00
fftw Adding qtpfsgui and pfstools. Updating fftw because the src URL didn't work anymore. 2009-04-05 21:41:13 +00:00
fltk Adding cinepaint 0.22.1 and as a dependency, also fltk 1.1.9 2009-04-02 15:20:19 +00:00
fmod Adding a license tag for fmod: "unfree", as advised by Ludo. 2009-02-22 23:15:01 +00:00
fontconfig Fixing the fontconfig native build (cross-building related) 2009-11-26 21:26:42 +00:00
freealut * Added GemRB, a reimplementation of the Infinity Engine. 2007-05-14 21:47:11 +00:00
freeglut freeglut: gcc-4.2 related patch 2008-01-16 00:06:31 +00:00
freeimage Updating freeimage, and setting me as maintainer on some packages. 2009-10-02 07:39:03 +00:00
freetts Added FreeTTS package 2009-10-01 14:48:57 +00:00
freetype Porting changes from stdenv-updates into this branch. 2009-11-08 00:32:12 +00:00
fribidi * Updated fribidi. 2009-03-10 17:24:15 +00:00
gamin * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
gd * Added libgd. 2007-09-21 20:43:43 +00:00
gdbm Add GDBM, a key/value database library. 2008-04-06 23:18:25 +00:00
gdk-pixbuf * Getting rid of gtk-libs by moving the packages in gtk-libs to 2009-10-28 15:06:18 +00:00
gegl version bump to 0.0.22 2009-02-01 18:51:15 +00:00
geoip Adding WebDruid log analyzer. In the same time, reworking source autoupdate system a bit 2009-08-26 11:13:36 +00:00
geos replacing applyAndFun by lib.defaultOverridableDelayableArgs 2009-03-06 23:21:28 +00:00
gettext Adding a hack for gettext to cross-build with gcc+glibc in linux. 2009-11-23 19:38:34 +00:00
giblib * Added scrot, a command-line screen capture utility. 2009-09-02 22:56:33 +00:00
giflib Merged with trunk 2008-01-15 00:55:21 +00:00
glefw * Fix various broken URLs / mirrors. 2010-02-05 22:00:51 +00:00
glew * Fix various broken URLs / mirrors. 2010-02-05 22:00:51 +00:00
glib Fixed compilation for GLib on FreeBSD 2010-02-03 16:12:19 +00:00
glibc-2.5 Define "brokenRedHatKernel = true" in $NIXPKGS_CONFIG to build a system that 2009-06-24 20:10:51 +00:00
glibc-2.7 * Got rid of a lot of "postInstall=postInstall" and similar lines in 2009-04-23 13:31:10 +00:00
glibc-2.9 Improving the crossStripping. A cross-glibc gets broken if stripped by the 2009-11-23 17:06:57 +00:00
glibc-2.11 After some testing with an ultrasparc cross-compiler: 2010-02-27 00:52:48 +00:00
glibmm * Finished getting rid of gtk-libs. 2009-10-29 10:53:54 +00:00
gmime * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl 2007-08-24 12:32:36 +00:00
gmm kde shipped with a copy of this lib. They have removed it. I guess we need id nevertheless? 2008-04-21 15:20:49 +00:00
gmp GMP: Build on all platforms. 2010-02-12 14:14:45 +00:00
gnet * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl 2007-08-24 12:32:36 +00:00
gnutls GnuTLS 2.8.5, with LZO support, and with external libtasn1. 2009-11-06 22:44:23 +00:00
goffice Add GOffice, GNOME's office/document library. 2009-09-30 13:11:13 +00:00
goocanvas fix my dir spelling mistake 2008-12-02 15:13:31 +00:00
gpgme added gnupg-1.x compatibility symlinks to gnupg-2.x, removed gnupg2 attr 2008-02-18 20:52:59 +00:00
gsl GSL 1.13. 2009-09-10 21:23:46 +00:00
gsoap applying patches provided by griswold 2010-01-27 12:12:35 +00:00
gssdp add gssdp and gupnp, some Universal Plug and Play thingies 2008-06-18 19:03:58 +00:00
gstreamer Found a new phonon (in 'unstable'), and I think kde-4.4 should be able to link with it. 2010-02-13 14:03:07 +00:00
gtk+ Setting the difference buildInputs/buildNativeInputs in some gtk related packages. 2010-01-22 18:49:16 +00:00
gtk-sharp-1 * Get rid of all references to nix.cs.uu.nl. 2008-11-14 16:57:19 +00:00
gtk-sharp-2 * Get rid of all references to nix.cs.uu.nl. 2008-11-14 16:57:19 +00:00
gtkimageview Add GtkImageView. 2009-10-19 12:50:41 +00:00
gtkmm * Finished getting rid of gtk-libs. 2009-10-29 10:53:54 +00:00
gtkmozembed-sharp * Get rid of all references to nix.cs.uu.nl. 2008-11-14 16:57:19 +00:00
gtksourceview-sharp * Get rid of all references to nix.cs.uu.nl. 2008-11-14 16:57:19 +00:00
gtkspell Added aspell 2007-05-13 14:22:24 +00:00
gupnp add gssdp and gupnp, some Universal Plug and Play thingies 2008-06-18 19:03:58 +00:00
haskell development/libraries/haskell/X11-xft: New nixpkg. 2010-02-21 15:45:13 +00:00
hwloc Add hwloc 0.9.2, renamed from libtopology. 2009-11-05 18:46:46 +00:00
icu Porting changes from stdenv-updates into this branch. 2009-11-08 00:32:12 +00:00
id3lib * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
ilbc * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
ilmbase * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
imlib * Get rid of all references to nix.cs.uu.nl. 2008-11-14 16:57:19 +00:00
imlib2 Added bzip2 to imlib2 2007-11-11 15:49:28 +00:00
indilib * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
iniparser iniparser library added 2008-01-28 19:45:19 +00:00
iso-codes Added iso-codes package 2009-04-17 15:08:14 +00:00
jasper * Jasper needs an explicit --enable-shared. 2009-04-22 07:05:09 +00:00
java Added dbus-java and libmatthew-java (dependency for dbus-java) packages 2010-01-02 13:28:51 +00:00
kerberos Add MIT Kerberos implementation krb5. 2009-11-06 12:57:29 +00:00
lablgtk Update lablgtk 2009-07-07 10:00:55 +00:00
lcms Upgraded little CMS to version 1.19 2009-12-02 12:09:21 +00:00
lesstif Lesstif patches - lesstif stable has not been updated in a long time and these 2008-10-05 08:59:26 +00:00
lesstif-0.93 Added older version of lesstif for arb 2008-10-06 15:11:36 +00:00
levmar Updating meshlab. 2010-01-21 14:39:53 +00:00
lib3ds Updating meshlab. 2010-01-21 14:39:53 +00:00
libaal * Reiser4 stuff. 2008-02-10 17:38:36 +00:00
libao Making pulseaudio optional on libao. 2010-02-15 17:10:35 +00:00
libarchive * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
libassuan Libassuan 1.0.5. 2009-01-12 19:06:35 +00:00
libavc1394 libavc1394: propagating libraw1394 2008-02-06 19:00:51 +00:00
libcaca * libcaca: updated to the latest version to make it work on GCC 4.3. 2009-02-12 19:25:10 +00:00
libcanberra libcanberra: Make GTK+ a propagated build input. 2009-04-04 13:53:07 +00:00
libcdaudio * Rewrite all the SourceForge URLs to mirror://sourceforge/. 2007-08-27 13:01:33 +00:00
libcddb * Updated Audacious and its dependencies. 2008-08-29 11:31:16 +00:00
libcdio * Updated Audacious and its dependencies. 2008-08-29 11:31:16 +00:00
libcm * Build metacity with compositing support. 2007-02-28 17:52:41 +00:00
libcv big breaking change: renaming lib.getAttr to lib.attrByPath 2009-05-24 10:57:41 +00:00
libdaemon * ifplugd: program for monitoring the link status of 2007-08-06 18:45:53 +00:00
libdbi * Removed selectVersion. There's no good reason to write 2009-11-18 09:39:59 +00:00
libdbi-drivers * Removed selectVersion. There's no good reason to write 2009-11-18 09:39:59 +00:00
libdrm * libdrm updated to 2.4.18 ("motivated by a fix for a bug in the intel 2010-02-17 09:56:04 +00:00
libdv replacing applyAndFun by lib.defaultOverridableDelayableArgs 2009-03-06 23:21:28 +00:00
libdvdcss * Latest libdvdcss. 2009-03-10 08:06:50 +00:00
libdvdnav * MPlayer: updated to the SVN version. 2009-03-10 21:03:51 +00:00
libdvdread * MPlayer: updated to the SVN version. 2009-03-10 21:03:51 +00:00
libedit libedit update (the former upstream tarball vanished). 2009-10-06 16:47:37 +00:00
libev Adding libev - an even loop library remotely similar to libevent 2009-08-27 07:17:57 +00:00
libevent * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl 2007-08-24 12:32:36 +00:00
libewf Adding libewf. 2009-04-21 19:47:41 +00:00
libexif Removed unused patches (libexif, libgphoto2) 2008-02-02 20:40:39 +00:00
libextractor GNU libextractor 0.5.23. 2010-01-05 11:16:30 +00:00
libffcall Updating CLisp and adding SBCL. SBCL currently has to be symlinked to a writable directory (I am investigating a fix). CLisp 2.47 is somewhat incompatible with lots of software, so I added 2.44.1 as preserved version 2009-05-31 06:07:25 +00:00
libffi libffi 3.0.9. 2010-01-29 11:40:39 +00:00
libftdi Made openocd work with ft2232 jtag chipset, that of the Sheevaplug. 2009-09-24 21:28:27 +00:00
libgcrypt GNU libgcrypt 1.4.5. 2009-12-13 20:19:14 +00:00
libgpg-error Libgpg-error 1.7. 2009-01-12 19:13:34 +00:00
libgphoto2 * Fixed the gphoto2 build. 2009-04-23 11:12:25 +00:00
libgpod Updating lame 2009-10-19 22:05:34 +00:00
libgsf svn path=/nixpkgs/branches/xorg-7.5/; revision=18082 2009-11-03 21:49:59 +00:00
libharu adding haru pdf lib 2009-09-13 08:54:44 +00:00
libical Added libical package, patch submitted by Andrew Morsillo 2009-02-18 20:57:36 +00:00
libiconv Add GNU libiconv as a stand-alone package. 2009-09-19 22:03:24 +00:00
libid3tag Add mpg321, libao and libid3tag; upgrade libmad. 2008-02-11 21:02:38 +00:00
libidn GNU Libidn 1.18. 2010-02-16 10:48:02 +00:00
libiec61883 Update to a version possible to download 2009-08-02 20:01:15 +00:00
libiptcdata Adding libiptcdata. 2010-01-17 00:46:57 +00:00
libixp removed libixp-0.3 (wmiimenu does also build with 0.4) 2008-06-08 21:41:07 +00:00
libixp_for_wmii * Update suckless package location. 2009-03-15 20:09:50 +00:00
libjingle * Removed selectVersion. There's no good reason to write 2009-11-18 09:39:59 +00:00
libjpeg * libjpeg updated to version 8. 2010-01-21 21:42:17 +00:00
libksba * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
liblo * Improved a bunch of "name" attributes (mostly missing version 2009-10-28 14:06:56 +00:00
libmad * Sync with the trunk. 2009-03-16 12:45:27 +00:00
libmcs * Updated Audacious and its dependencies. 2008-08-29 11:31:16 +00:00
libmicrohttpd GNU libmicrohttpd 0.4.4. 2010-01-05 11:16:37 +00:00
libmilter shared lib patch for libmilter 2010-02-09 10:37:44 +00:00
libmng adding libmng 2009-09-13 08:54:41 +00:00
libmowgli * Updated Audacious and its dependencies. 2008-08-29 11:31:16 +00:00
libmpcdec * Added Audacious, a fork of beep-media-player (which doesn't seem to 2008-03-03 10:55:20 +00:00
libmsn Updating libmsn to fit kdenetwork-4.4 needs 2010-02-12 23:31:47 +00:00
libmspack * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl 2007-08-24 12:32:36 +00:00
libmusclecard Fixing the descsription of some packages. Previously I misunderstood what 2010-01-09 21:33:28 +00:00
libnice add libnice 2009-12-27 14:22:00 +00:00
libnih * Upstart updated to 0.6.5. 2010-02-15 15:55:39 +00:00
libnotify * Added Firefox 3.6. It's not entirely stable yet though. In 2010-01-21 22:23:59 +00:00
libnova * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
libofx Adding libofx and updating opensp (to get libofx built). 2010-01-26 22:04:54 +00:00
libogg update to 1.1.4 2010-01-17 23:04:20 +00:00
liboil A case study in transitive overrides. WebKit needs fresh glib. This means it needs a whole slice of system built against glib-2.22.. Added overrides are generic enough, though. So the same way can be used to override everything. I have failed (so far?) to add mkOverridable into stdenv, though. 2009-10-06 05:43:51 +00:00
liboop * Improved a bunch of "name" attributes (mostly missing version 2009-10-28 14:06:56 +00:00
libopensc-dnie Adding a global wrapper that provides the user with ready-to-use opensc tools and 2010-01-14 23:43:56 +00:00
libotr pidgin otr + libotr 3.1.0 -> 3.2.0 2008-09-13 10:40:33 +00:00
libp11 Adding engine_pkcs11, a openssl engine for pkcs11 implementations for smartcards. 2010-01-09 22:22:41 +00:00
libpcap * Fix various broken URLs / mirrors. 2010-02-05 22:00:51 +00:00
libpng * Revert libpng to 1.2.x because 1.4 breaks too many things. 2010-01-24 23:14:26 +00:00
libproxy Added my very experimental GNOME 2.26 expression 2009-06-03 12:28:25 +00:00
libpseudo Updating vwm and its libraries. 2009-11-04 22:38:26 +00:00
libqglviewer * Improved a bunch of "name" attributes (mostly missing version 2009-10-28 14:06:56 +00:00
libraw1394 libraw1394: URL corrected 2008-02-18 20:53:11 +00:00
librdf updating redland, adding rasqal, raptor, librdf 2009-09-21 09:58:21 +00:00
librsync * librsync: pass --enable-shared to get shared libraries. Then the 2010-02-12 12:27:48 +00:00
libsamplerate * Fix some attributes that now make nix-env -q --meta barf. 2009-07-02 09:08:01 +00:00
libsexy Merged with trunk. 2007-11-16 21:05:15 +00:00
libsigcxx * libsigc++: updated to the latest version to make it build on GCC 4.3. 2009-02-17 16:09:58 +00:00
libsigsegv GNU libsigsegv 2.8. 2009-12-13 20:19:08 +00:00
libsndfile libsndfile 1.0.21. 2009-12-13 20:19:03 +00:00
libspectre Libspectre 0.2.0, a PostScript rendering library. 2008-07-17 19:43:11 +00:00
libssh - Added libssh (used by kdebase-runtime) 2010-02-14 21:56:35 +00:00
libtasn1 GNU Libtasn1 2.4. 2010-01-20 11:09:04 +00:00
libtheora update to 1.0 2008-11-04 16:13:55 +00:00
libtiff * libtiff 3.9.1. 2009-10-29 14:19:58 +00:00
libtommath * Added convertlit, a tool for converting Microsoft Reader ebooks, 2008-08-12 19:57:35 +00:00
libunistring libunistring: Try to get the shared library on Cygwin. 2010-02-16 09:08:40 +00:00
libunwind * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
libusb * Rewrite all the SourceForge URLs to mirror://sourceforge/. 2007-08-27 13:01:33 +00:00
libviper Updating vwm and its libraries. 2009-11-04 22:38:26 +00:00
libvirt applying patches provided by griswold 2010-01-27 12:12:35 +00:00
libvncserver big breaking change: renaming lib.getAttr to lib.attrByPath 2009-05-24 10:57:41 +00:00
libvorbis update to 1.2.3 2010-01-17 23:04:26 +00:00
libvterm Updating vwm and its libraries. 2009-11-04 22:38:26 +00:00
libwmf * Cleaned up a lot of description fields that contained newlines. 2009-03-03 13:27:40 +00:00
libwpd update to 0.8.14 (warning: triggers OOo rebuild :-P ) 2008-03-03 22:07:25 +00:00
libx86 Adding vbetool 2009-10-24 19:58:07 +00:00
libxcrypt Porting changes from stdenv-updates into this branch. 2009-11-08 00:32:12 +00:00
libxklavier Merging from Oleksandr: 2010-02-21 12:25:36 +00:00
libxmi libxmi: Fix for GNU Libtool 2.2.6a. 2009-07-06 21:09:47 +00:00
libxml2 * Updated libxml2 / libxslt. 2009-10-30 12:42:48 +00:00
libxslt * Updated libxml2 / libxslt. 2009-10-30 12:42:48 +00:00
libyaml Add libyaml and PyYAML. 2010-01-16 10:37:29 +00:00
libzip * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
libzrtpcpp * Improved a bunch of "name" attributes (mostly missing version 2009-10-28 14:06:56 +00:00
lightning Add GNU lightning, a run-time code generation library. 2008-07-01 14:47:49 +00:00
log4cxx * strigi: build without log4cxx (I don't think we need it), as 2009-04-01 09:47:19 +00:00
loudmouth - Loudmouth uses OpenSSL now instead of GnuTLS, because I could not compile it with GnuTLS 2009-09-10 21:08:46 +00:00
lzo LZO: Build the shared library. 2009-11-06 22:44:18 +00:00
martyr * Rewrite all the SourceForge URLs to mirror://sourceforge/. 2007-08-27 13:01:33 +00:00
mediastreamer * Removed selectVersion. There's no good reason to write 2009-11-18 09:39:59 +00:00
mesa * Updated mesa to 7.6.1. 2010-01-13 12:43:17 +00:00
ming Add Ming, a C library to generate Flash files. 2008-09-02 13:43:53 +00:00
mpeg2dec libmpeg2: Build the shared library. 2010-01-05 11:16:26 +00:00
mpfr GNU MPFR 2.4.2. 2009-12-18 17:48:31 +00:00
mpich2 MPICH2 1.2.1. 2010-01-27 22:13:19 +00:00
msilbc * Removed selectVersion. There's no good reason to write 2009-11-18 09:39:59 +00:00
muparser Adding muparser and meshlab. 2009-05-13 10:21:29 +00:00
ncbi Adding NCBI C language toolbox 2009-12-13 20:22:13 +00:00
ncurses remove GNUism 2010-01-17 22:08:22 +00:00
neon * davfs2 updated to 1.4.5. 2009-12-08 13:08:27 +00:00
nettle Nettle: Disable tests on Cygwin. 2009-09-18 18:25:24 +00:00
nspr * RPM updated to 4.7.2. 2009-12-09 22:34:51 +00:00
nss * Thunderbird 3.0. It doesn't use the Xulrunner package, as building 2010-01-02 13:21:50 +00:00
ode big breaking change: renaming lib.getAttr to lib.attrByPath 2009-05-24 10:57:41 +00:00
openal Updating vtk; simplifying the openal cmake build expression. 2009-12-11 07:16:16 +00:00
openalSoft openal-soft: 1.1.93 2008-01-28 19:40:43 +00:00
openbabel * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
opencascade Making opencascade build its visualization, DRAW, and WOK libraries/tools. 2010-02-23 14:20:10 +00:00
openct Making openct point to /var/lib and not $out/var/lib 2010-01-13 20:56:01 +00:00
opencv Fixing the gcc-wrapper, so it does not link when gcc is called with '-x 2010-01-16 21:26:10 +00:00
opendbx * opendbx: rewrite hack to preConfigure 2010-02-09 11:46:27 +00:00
opendkim added libmilter, opendkim 2010-02-09 10:32:55 +00:00
openexr blender update to 2.48 2009-05-06 16:06:36 +00:00
openexr_ctl Nix-expr style review 2008-01-31 10:41:04 +00:00
openldap * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
openmotif Squashed commit of the following: 2008-10-07 14:35:11 +00:00
openmpi * added openmpi 2009-06-05 13:31:57 +00:00
openssl * openssl 0.9.8l 2010-01-20 13:49:07 +00:00
ortp * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
pango * Updated gtk+, glib, pango. 2010-01-13 12:11:06 +00:00
pangomm * Finished getting rid of gtk-libs. 2009-10-29 10:53:54 +00:00
pangoxsl * Rewrite all the SourceForge URLs to mirror://sourceforge/. 2007-08-27 13:01:33 +00:00
pcre * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
physfs Big fixes in the cross build: 2009-11-22 19:51:45 +00:00
plib PLIB: a suite of portable game libraries. 2008-10-12 14:27:51 +00:00
podofo Adding calibre. This involved also: 2010-01-07 22:47:30 +00:00
policykit * Several buildInputs of Gnome-related packages should be 2009-11-03 23:26:14 +00:00
polkit * Sigh. For PolicyKit, follow the upstream names, otherwise I'll get 2009-09-25 20:06:36 +00:00
poppler Updating poppler 2010-01-07 20:39:52 +00:00
popt * popt updated to 1.15. 2009-04-22 07:16:45 +00:00
ppl Disable PPL tests (although maybe we did not reach a consensus, let's disable 2010-01-18 22:47:45 +00:00
proj.4 Nix-expr style review 2008-01-31 10:41:04 +00:00
pth pth added 2008-01-28 19:43:03 +00:00
pupnp libupnp: Switch to the `pupnp' version. 2008-10-08 20:03:35 +00:00
qhull Updating qhull 2010-01-21 14:44:15 +00:00
qt-3 * Fixed Qt 3. 2009-11-03 21:55:53 +00:00
qt-4.4 * qt-4 -> qt-4.4. 2009-09-13 11:04:54 +00:00
qt-4.5 Add openssl to qt 4.5, for all the kde https communications to work. 2010-01-17 14:01:47 +00:00
qt-4.6 update to 4.6.2 2010-02-15 14:38:57 +00:00
qtscriptgenerator patch for gcc44 2010-01-17 21:34:55 +00:00
readline GNU Readline 6.1. 2010-01-05 11:27:54 +00:00
redland * redland: make the dependency on postgresql, mysql, sqlite and db4 2010-02-11 14:31:49 +00:00
rte * Rewrite all the SourceForge URLs to mirror://sourceforge/. 2007-08-27 13:01:33 +00:00
rubberband adding vamp sdk and rubberband 2009-09-21 09:58:30 +00:00
schroedinger update liboil to 0.3.13 (and add some (new) missing deps) 2008-03-10 20:13:44 +00:00
science * Fix stdenv evaluation - use ${stdenv.shell} instead of 2010-01-29 00:17:59 +00:00
scmccid * Urgh. 2010-01-29 08:04:31 +00:00
SDL SDL 1.2.14. 2009-10-21 13:21:22 +00:00
SDL_image * Cleaned up a lot of description fields that contained newlines. 2009-03-03 13:27:40 +00:00
SDL_mixer * Cleaned up a lot of description fields that contained newlines. 2009-03-03 13:27:40 +00:00
SDL_net * Cleaned up a lot of description fields that contained newlines. 2009-03-03 13:27:40 +00:00
SDL_ttf * Cleaned up a lot of description fields that contained newlines. 2009-03-03 13:27:40 +00:00
slang - Fixed slang so that it always finds the terminfo files 2009-09-16 17:52:54 +00:00
slib SLIB: Add setup hook. 2009-09-30 13:11:05 +00:00
snack added wavesurfer (sound analysis tool) and its dependency snack (tcl /python sound tool library) 2008-09-24 00:42:06 +00:00
speex Merged with trunk 2008-01-15 00:55:21 +00:00
sqlite Added an interactive variant of sqlite3 that has readline support enabled. 2010-02-04 16:07:15 +00:00
stlport Update stlport to 5.2.0. 2008-12-02 16:51:39 +00:00
t1lib Merged with trunk 2008-01-15 00:55:21 +00:00
taglib update to latest versions 2009-12-24 22:15:38 +00:00
taglib-extras update to latest versions 2009-12-24 22:15:38 +00:00
tapioca-qt Refactored tapioca-qt closure with using the latest stable release instead of SVN version 2009-02-20 16:18:56 +00:00
tdb TDB, the trivial database. 2010-02-10 11:28:18 +00:00
tecla maude, tecla, buddy: new packages 2008-07-15 09:58:30 +00:00
telepathy-gabble * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
telepathy-glib * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
telepathy-qt Refactored tapioca-qt closure with using the latest stable release instead of SVN version 2009-02-20 16:18:56 +00:00
tk * Fix various broken URLs / mirrors. 2010-02-05 22:00:51 +00:00
toolbuslib * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl 2007-08-24 12:32:36 +00:00
tre added tre-0.8.0 2010-02-09 09:09:25 +00:00
ucl Adding upx. 2009-03-22 13:03:37 +00:00
unixODBC added unixODBCDrivers expression containing unixODBC Postgres connector driver 2008-06-11 23:03:30 +00:00
unixODBCDrivers unixODBC sqlite support 2008-06-12 15:54:57 +00:00
vtk vtk had a wrong version version in its 'name' 2010-02-13 16:06:25 +00:00
vxl Stating me as maintainer of packages I maintain. 2009-10-01 20:18:17 +00:00
webkit Adding 'glib' as buildInput to webkit (its configure script wanteed it). 2010-02-15 08:42:45 +00:00
wtk Marking wtk unfree. I don't know if it's redistributable. 2009-03-24 09:27:03 +00:00
wxGTK-2.6 * Rewrite all the SourceForge URLs to mirror://sourceforge/. 2007-08-27 13:01:33 +00:00
wxGTK-2.8 Fixing wxGTK build in x86_64 (mesa related) 2009-05-16 13:53:26 +00:00
x264 fix x264 for x64 systems (-fPIC) 2008-10-14 13:35:25 +00:00
xapian * Removed selectVersion. There's no good reason to write 2009-11-18 09:39:59 +00:00
Xaw3d * Got rid of a lot of "postInstall=postInstall" and similar lines in 2009-04-23 13:31:10 +00:00
xine-lib * xine-lib: updated to 1.1.16.3. 2009-08-11 20:47:33 +00:00
xlibs-wrapper * Fix xlibs-wrapper. 2006-12-28 01:19:15 +00:00
zlib Made more libraries cross compile. fontconfig, libxcb, bzip2, libdrm, zlib... 2009-11-21 10:44:22 +00:00
zvbi * Rewrite all the SourceForge URLs to mirror://sourceforge/. 2007-08-27 13:01:33 +00:00
zziplib * Fix broken meta attributes. 2009-10-13 09:39:27 +00:00