1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs/development/libraries
Lluís Batlle i Rossell 2aba922d30 My first attempt at getting cross compilers in nixpkgs.
My idea is to provide special stdenv expressions that will contain in the path
additional cross compilers. As most expressions for programs accept a stdenv parameter, 
we could substitute this parameter with the special stdenv, which will have a
generic builder that attempts the usual "--target=..." and can additionally
have an env variable like "cross" with the target architecture set.
So, finally we could have additional expressions like this:

bashRealArm = makeOverridable (import ../shells/bash) {
    inherit fetchurl bison;
    stdenv = stdenvCross "armv5tel-unknown-linux-gnueabi";
};

Meanwhile it does not work - I still cannot get the cross-gcc to build.

I think it does not fill the previous expressions with a lot of noise, so I
think it may be a good path to follow.

I only touched some files of the current stdenv: gcc-4.3, kernel headers
2.6.28, glibc 2.9, ...

I tried to use the gcc-cross-wrapper, that may be very outdated. Maybe I will
update it, or update the gcc-wrapper expression to make it fit the cross tools,
but meanwhile I even cannot build gcc, so I have not tested the wrapper.

This new idea on cross compiling is not similar to that of the
nixpkgs/branches/cross-compilation, which mostly added bare new expressions for
anything to be cross compiled, if I understood it correctly.

I cared not to break anything of the usual stdenv in all this work.


svn path=/nixpkgs/branches/stdenv-updates/; revision=18343
2009-11-14 08:11:30 +00:00
..
a52dec * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
aalib
acl * Sync with the trunk. 2009-04-25 22:45:32 +00:00
adns GNU aDNS: Disable the test suite for now. 2009-01-17 20:19:54 +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 * apr 1.3.9. 2009-10-12 17:57:27 +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 enabled static lib for aterm-2.5 2009-05-08 08:21:35 +00:00
atk * Finished getting rid of gtk-libs. 2009-10-29 10:53:54 +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
babl
beecrypt
bluez-libs
boehm-gc BDW-GC: Tentative fix for Cygwin. 2009-09-18 14:30:10 +00:00
boolstuff adding boolstuff 2009-09-10 16:57:50 +00:00
boost I missed the recent boostFull fix writing it the other way round. 2009-10-02 08:00:21 +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 * Cleaned up a lot of description fields that contained newlines. 2009-03-03 13:27:40 +00:00
cil
cil-aterm
cl-ppcre big breaking change: renaming lib.getAttr to lib.attrByPath 2009-05-24 10:57:41 +00:00
clanlib
clearsilver
cloog-ppl Typo. 2009-09-17 10:16:41 +00:00
clucene-core Updated Clucene core to 0.9.21b 2009-09-08 13:38:47 +00:00
commoncpp2 adding twinkle, a voice over IP phone software 2009-09-20 17:01:19 +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
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
db4 * Got rid of a lot of "postInstall=postInstall" and similar lines in 2009-04-23 13:31:10 +00:00
dbus * Merge the temporary copy of dbus. 2009-10-30 12:36:32 +00:00
dbus-glib dbus-glib update making gnome-terminal compile 2009-05-22 19:16:16 +00:00
dclib
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 * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +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
faac
faad2 * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
facile
fcgi
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 svn path=/nixpkgs/branches/xorg-7.5/; revision=18044 2009-10-30 08:26:20 +00:00
freealut
freeglut
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
gdbm
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 gettext: Build on non-GNU systems. 2009-10-13 10:03:44 +00:00
giblib * Added scrot, a command-line screen capture utility. 2009-09-02 22:56:33 +00:00
giflib
glew
glib * Finished getting rid of gtk-libs. 2009-10-29 10:53:54 +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 My first attempt at getting cross compilers in nixpkgs. 2009-11-14 08:11:30 +00:00
glibmm * Finished getting rid of gtk-libs. 2009-10-29 10:53:54 +00:00
gmime
gmm
gmp gmp: use standard GNU config.guess 2009-06-29 11:01:10 +00:00
gnet
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
gsl GSL 1.13. 2009-09-10 21:23:46 +00:00
gssdp
gstreamer 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
gtk+ * Updated CUPS to 1.4.1. 2009-10-30 09:46:51 +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
gupnp
haskell Updated utf8-string, added mpppc. 2009-11-06 14:09:30 +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
indilib * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
iniparser
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 Jetty-util library 2009-11-02 16:19:37 +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 bump to 1.17 2009-03-08 12:11:05 +00:00
lesstif
lesstif-0.93
lib3ds * Improved a bunch of "name" attributes (mostly missing version 2009-10-28 14:06:56 +00:00
libaal
libao libao: Build against PulseAudio. 2009-04-01 21:59:12 +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
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
libcddb
libcdio
libcm
libcv big breaking change: renaming lib.getAttr to lib.attrByPath 2009-05-24 10:57:41 +00:00
libdaemon
libdbi * Cleaned up a lot of description fields that contained newlines. 2009-03-03 13:27:40 +00:00
libdbi-drivers * Cleaned up a lot of description fields that contained newlines. 2009-03-03 13:27:40 +00:00
libdrm * X.org 7.5. 2009-10-29 17:56:10 +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
libewf Adding libewf. 2009-04-21 19:47:41 +00:00
libexif
libextractor * Cleaned up a lot of description fields that contained newlines. 2009-03-03 13:27:40 +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: Install headers under "$out/include". 2009-10-05 22:21:40 +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.4. 2009-01-23 15:59:31 +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
libidn * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
libiec61883 Update to a version possible to download 2009-08-02 20:01:15 +00:00
libixp
libixp_for_wmii * Update suckless package location. 2009-03-15 20:09:50 +00:00
libjingle
libjpeg * Shocking: a new version of libjpeg! 2009-10-29 14:13:07 +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
libmicrohttpd
libmng adding libmng 2009-09-13 08:54:41 +00:00
libmowgli
libmpcdec
libmsn Added libmsn package 2009-02-23 15:30:07 +00:00
libmspack
libnotify
libnova * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
libogg
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
libotr
libpcap libpcap: added missing patch file 2009-02-12 21:24:00 +00:00
libpng * libpng 1.2.40. 2009-10-29 14:19:39 +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
librdf updating redland, adding rasqal, raptor, librdf 2009-09-21 09:58:21 +00:00
libsamplerate * Fix some attributes that now make nix-env -q --meta barf. 2009-07-02 09:08:01 +00:00
libsexy
libsigcxx * libsigc++: updated to the latest version to make it build on GCC 4.3. 2009-02-17 16:09:58 +00:00
libsigsegv Restore libsigsegv-2.5 and fix clisp-2.44.1 build for bootstrapping needs 2009-08-10 05:20:14 +00:00
libsndfile
libspectre
libtasn1
libtheora
libtiff * libtiff 3.9.1. 2009-10-29 14:19:58 +00:00
libtommath
libunistring GNU libunistring: Propagate libiconv. 2009-09-20 13:54:22 +00:00
libunwind * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
libusb
libviper Updating vwm and its libraries. 2009-11-04 22:38:26 +00:00
libvncserver big breaking change: renaming lib.getAttr to lib.attrByPath 2009-05-24 10:57:41 +00:00
libvorbis libvorbis: Propagate `libogg'. 2009-01-20 09:50:05 +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
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 Updated libxklavier to version 3.9 2009-06-04 11:38:56 +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
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
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
mediastreamer * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
mesa * Mesa 7.5.2. 2009-10-29 17:19:25 +00:00
ming
mpeg2dec * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
mpfr * Oops. 2009-03-25 18:25:30 +00:00
mpich2 * Cleaned up a lot of description fields that contained newlines. 2009-03-03 13:27:40 +00:00
msilbc
muparser Adding muparser and meshlab. 2009-05-13 10:21:29 +00:00
ncurses * ncurses: don't do make check because it doesn't have one. 2009-01-19 11:01:20 +00:00
neon * Fix neon. 2009-04-22 23:15:00 +00:00
nettle Nettle: Disable tests on Cygwin. 2009-09-18 18:25:24 +00:00
nspr * NSPR and NSS need to be told explicitly to do a 64-bit build. 2009-07-07 09:52:20 +00:00
nss * Compile NSS with ECC support. Hopefully this fixes certificate 2009-07-07 13:01:52 +00:00
ode big breaking change: renaming lib.getAttr to lib.attrByPath 2009-05-24 10:57:41 +00:00
openal Fixing and updating openal, about rpaths and cmake. 2009-04-16 19:28:30 +00:00
openalSoft
openbabel * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
opencascade Stating me as maintainer of packages I maintain. 2009-10-01 20:18:17 +00:00
openexr blender update to 2.48 2009-05-06 16:06:36 +00:00
openexr_ctl
openldap * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
openmotif
openmpi * added openmpi 2009-06-05 13:31:57 +00:00
openssl svn path=/nixpkgs/trunk/; revision=16445 2009-07-23 21:22:13 +00:00
ortp * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
pango * Finished getting rid of gtk-libs. 2009-10-29 10:53:54 +00:00
pangomm * Finished getting rid of gtk-libs. 2009-10-29 10:53:54 +00:00
pangoxsl
pcre * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
physfs Updating neverball. That required adding physfs. 2009-11-06 19:25:45 +00:00
plib
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 Upgraded popper to 0.10.6 2009-05-12 11:55:17 +00:00
popt * popt updated to 1.15. 2009-04-22 07:16:45 +00:00
ppl Add the Parma Polyhedra Library (PPL), an optional dependency of GCC 4.4. 2009-07-18 21:22:13 +00:00
proj.4
pth
pupnp
qhull Adding qhull, and updating octaves. 2009-04-08 20:06:03 +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 Renamed extension to tar.gz 2009-10-02 15:37:12 +00:00
qtscriptgenerator - Added Qt script generator package (dependency for Amarok) 2009-09-11 12:05:23 +00:00
readline Porting changes from stdenv-updates into this branch. 2009-11-08 00:32:12 +00:00
redland * Apply the Redland fix to version 1.0.8 as well (since that's what 2009-11-05 08:19:35 +00:00
rte
rubberband adding vamp sdk and rubberband 2009-09-21 09:58:30 +00:00
schroedinger
science fix atlas by Tobias Neumann 2009-05-21 17:39:17 +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
speex
sqlite pkgs/development/libraries/sqlite/default.nix: enable amalgamation build 2009-11-04 13:07:27 +00:00
stlport Update stlport to 5.2.0. 2008-12-02 16:51:39 +00:00
t1lib
taglib
taglib-extras - Added Qt script generator package (dependency for Amarok) 2009-09-11 12:05:23 +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
tecla
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 removed all __primops from nixpkgs 2009-05-24 10:57:46 +00:00
toolbuslib
ucl Adding upx. 2009-03-22 13:03:37 +00:00
unixODBC
unixODBCDrivers
vtk Stating me as maintainer of packages I maintain. 2009-10-01 20:18:17 +00:00
vxl Stating me as maintainer of packages I maintain. 2009-10-01 20:18:17 +00:00
webkit Update WebKit 2009-11-05 23:11:34 +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
wxGTK-2.8 Fixing wxGTK build in x86_64 (mesa related) 2009-05-16 13:53:26 +00:00
x264
xapian adding xapian and xapian-bindings 2009-08-20 20:18:58 +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
zlib
zvbi
zziplib * Fix broken meta attributes. 2009-10-13 09:39:27 +00:00