summary refs log tree commit diff
path: root/pkgs/development/libraries
Commit message (Collapse)AuthorAge
* * libxml2 updated to 2.7.3.Eelco Dolstra2009-02-03
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=13972
* * meta-environment.org seems down.Eelco Dolstra2009-02-03
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=13970
* * Doh.Eelco Dolstra2009-02-03
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=13967
* * Sync with trunk. Back to gtkLibs214.Eelco Dolstra2009-02-02
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=13960
| * Add Pangomm 2.14.1, omitted in previous commits.Ludovic Courtès2009-02-02
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13953
| * version bump to 0.0.22Armijn Hemel2009-02-01
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13927
* | * pangomm is missing.Eelco Dolstra2009-02-02
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=13952
* | svn path=/nixpkgs/branches/stdenv-updates/; revision=13947Eelco Dolstra2009-02-01
| |
* | * Hack to prevent a dependency in Glibc on the stdenv-linux bootstrapEelco Dolstra2009-02-01
| | | | | | | | | | | | tools. svn path=/nixpkgs/branches/stdenv-updates/; revision=13943
* | * mpfr 2.4.0.Eelco Dolstra2009-02-01
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=13935
* | * Sync with trunk.Eelco Dolstra2009-01-29
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=13903
| * Adding opencascade 6.4.0.Lluís Batlle i Rossell2009-01-27
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13874
| * C++ bindings of the GTK+ 2.14 libraries.Ludovic Courtès2009-01-25
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13862
| * Cairo: Arrange so that Freetype `-I' flags are propagated.Ludovic Courtès2009-01-25
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13843
| * Cairo: Propagate Freetype, since public headers include it.Ludovic Courtès2009-01-24
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13837
| * Cairomm 1.7.2.Ludovic Courtès2009-01-24
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13836
| * Cairo 1.8.6.Ludovic Courtès2009-01-24
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13835
| * Making wxGTK-2.8 to provide wxGLCanvas. Adding dependence on mesa.Lluís Batlle i Rossell2009-01-24
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13831
| * GNU libgcrypt 1.4.4.Ludovic Courtès2009-01-23
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13828
| * libcanberra: Use the right GTK+ version, use GThread as well, disable OSS ↵Ludovic Courtès2009-01-22
| | | | | | | | | | | | support (recommended). svn path=/nixpkgs/trunk/; revision=13822
| * GTK+ 2.14.7 and companion libraries.Ludovic Courtès2009-01-22
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13821
| * Add `libcanberra'.Ludovic Courtès2009-01-20
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13814
| * libvorbis: Propagate `libogg'.Ludovic Courtès2009-01-20
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13813
| * GNU aDNS: Disable the test suite for now.Ludovic Courtès2009-01-17
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13799
* | * Added ATerm 2.8. Also removed some old versions and patches thatEelco Dolstra2009-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | were no longer in use. * A patch for compiling the ATerm library with GCC 4.3. Without it, the code for resizing ATerm tables gets stuck in an infinite loop (http://bugzilla.sen.cwi.nl:8080/show_bug.cgi?id=841). The problem is in this bit of code in hash.c, which tries to dynamically figure out the maximum signed integer: long try_long_max; long long_max; long delta; try_long_max = 1; do { long_max = try_long_max; try_long_max = long_max * 2; } while (try_long_max > 0); At -O2, GCC 4.3 determines that 1 * 2 * 2 * ... can never be <= 0, and so it optimises this into a 1-instruction infinite loop: 0x0805a782 <keyPut+1282>: jmp 0x805a782 <keyPut+1282> Quite beautiful really. ;-) The fix is to use the LONG_MAX macro instead. svn path=/nixpkgs/branches/stdenv-updates/; revision=13888
* | * Latest OpenSSL, Curl.Eelco Dolstra2009-01-21
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=13817
* | * ncurses: don't do make check because it doesn't have one.Eelco Dolstra2009-01-19
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=13804
* | * Latest gmp, mpfr libraries.Eelco Dolstra2009-01-19
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=13803
* | * stdenv branch: synced with the trunk.Eelco Dolstra2009-01-16
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=13785
| * Committing Lluís Batlle's submissions from mailing list postingPeter Simons2009-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <45219fb00901110456i6f21db35tbd1894eaea2146ff@mail.gmail.com>: * nixpkgs-ccrypt-1.7-new.patch * nixpkgs-cmake-add-ccmake.patch * nixpkgs-cpufrequtils-005-new.patch * nixpkgs-dwm-5.1-fix.patch * nixpkgs-freeimage-3.11.0-new.patch * nixpkgs-proxychains-3.1-new.patch * nixpkgs-psi-to-0.12.patch * nixpkgs-skype-to-2.0.0.72.patch * nixpkgs-truecrypt-6.1a-fix.patch * nixpkgs-vxl-1.11.0-new.patch * nixpkgs-xkb-popular-esperanto-symbols.patch * nixpkgs-xorg-via-video-fix.patch svn path=/nixpkgs/trunk/; revision=13751
| * Libgpg-error 1.7.Ludovic Courtès2009-01-12
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13748
| * Libassuan 1.0.5.Ludovic Courtès2009-01-12
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13747
| * * Get rid of references to losser.st-lab.cs.uu.nl.Eelco Dolstra2009-01-05
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13707
| * Added pthread_stubs - non-discriminating pthread compatibility layer for ↵Michael Raskin2009-01-03
| | | | | | | | | | | | both multithreaded and singlethreaded environment svn path=/nixpkgs/trunk/; revision=13692
| * doh, I comitted the wrong heimdal hash. this fixes itMarc Weber2008-12-23
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13671
| * added second mirror to heimdalMarc Weber2008-12-21
| | | | | | | | | | | | suggested by Karl Trygve Kalleberg svn path=/nixpkgs/trunk/; revision=13668
| * removed mkDerivationByConfiguration, using composableDerivation insteadMarc Weber2008-12-20
| | | | | | | | | | | | qgis, vim_configurable both work now svn path=/nixpkgs/trunk/; revision=13661
| * GSL 1.12.Ludovic Courtès2008-12-18
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13656
| * * dbus-tools: purity fix (don't try to create /var).Eelco Dolstra2008-12-15
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13638
| * GnuTLS 2.6.3.Ludovic Courtès2008-12-13
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13627
| * Avahi 0.6.24.Ludovic Courtès2008-12-12
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13626
* | * Glibc 2.9. Got rid of 2.8 because we never used it.Eelco Dolstra2008-12-10
| | | | | | | | | | | | | | * Kernel headers 2.6.27. However, they don't work yet because they have a Perl dependency, which is annoying during the bootstrap. svn path=/nixpkgs/branches/stdenv-updates/; revision=13605
* | * Merged from the trunk. Let's see how well this works withEelco Dolstra2008-12-10
|\| | | | | | | | | | | Subversion 1.5... svn path=/nixpkgs/branches/stdenv-updates/; revision=13601
| * make atlas build again (tested on amd64)Marc Weber2008-12-02
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13560
| * Update stlport to 5.2.0.Valentin David2008-12-02
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13558
| * fix my dir spelling mistakeMarc Weber2008-12-02
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13556
| * added gstreamer gnonlin packageMarc Weber2008-12-02
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13550
| * dbus updateMarc Weber2008-12-02
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13549
| * Added Open Dynamics EngineMichael Raskin2008-11-30
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13520
| * Added chipmunk 2 physics libraryMichael Raskin2008-11-30
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13519